Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. bundle install --path vendor/bundle
  2.  
  3. BUNDLE_PATH: vendor/bundle
  4. BUNDLE_DISABLE_SHARED_GEMS: '1'
  5.  
  6. Bundler 1.10.6
  7. Rubygems 2.4.8
  8. Ruby 2.0.0p643 (2015-02-25 revision 49749) [x86_64-linux]
  9. GEM_HOME /home/xyz/.rvm/gems/ruby-2.0.0-p643
  10. GEM_PATH /home/xyz/.rvm/gems/ruby-2.0.0-p643:/home/xyz/.rvm/gems/ruby-2.0.0-p643@global
  11. RVM 1.26.11 (1.26.11)
  12. Git 1.9.1
  13. rubygems-bundler (1.4.4)
  14.  
  15. path
  16. Set for your local app (/home/xyz/code/project/.bundle/config): "vendor/bundle"
  17. Set for the current user (/home/xyz/.bundle/config): "vendor/bundle"
  18. disable_shared_gems
  19. Set for your local app (/home/xyz/code/project/.bundle/config): "1"
  20. Set for the current user (/home/xyz/.bundle/config): "1"
  21.  
  22. source 'https://rubygems.org'
  23.  
  24. gem 'creek'
  25. gem 'faraday'
  26. gem 'faraday_middleware'
  27. gem 'json'
  28. gem 'logger'
  29. gem 'mechanize'
  30. gem 'nokogiri'
  31. gem 'trollop'
  32. gem 'yajl-ruby'
  33. gem 'simplecov', :require => false, :group => :test
  34. gem 'test-unit'
  35.  
  36. GEM
  37. remote: https://rubygems.org/
  38. specs:
  39. creek (1.0.8)
  40. nokogiri (~> 1.6.0)
  41. rubyzip (>= 1.0.0)
  42. docile (1.1.5)
  43. domain_name (0.5.24)
  44. unf (>= 0.0.5, < 1.0.0)
  45. faraday (0.9.1)
  46. multipart-post (>= 1.2, < 3)
  47. faraday_middleware (0.10.0)
  48. faraday (>= 0.7.4, < 0.10)
  49. http-cookie (1.0.2)
  50. domain_name (~> 0.5)
  51. json (1.8.3)
  52. logger (1.2.8)
  53. mechanize (2.7.3)
  54. domain_name (~> 0.5, >= 0.5.1)
  55. http-cookie (~> 1.0)
  56. mime-types (~> 2.0)
  57. net-http-digest_auth (~> 1.1, >= 1.1.1)
  58. net-http-persistent (~> 2.5, >= 2.5.2)
  59. nokogiri (~> 1.4)
  60. ntlm-http (~> 0.1, >= 0.1.1)
  61. webrobots (>= 0.0.9, < 0.2)
  62. mime-types (2.6.1)
  63. mini_portile (0.6.2)
  64. multipart-post (2.0.0)
  65. net-http-digest_auth (1.4)
  66. net-http-persistent (2.9.4)
  67. nokogiri (1.6.6.2)
  68. mini_portile (~> 0.6.0)
  69. ntlm-http (0.1.1)
  70. power_assert (0.2.4)
  71. rubyzip (1.1.7)
  72. simplecov (0.10.0)
  73. docile (~> 1.1.0)
  74. json (~> 1.8)
  75. simplecov-html (~> 0.10.0)
  76. simplecov-html (0.10.0)
  77. test-unit (3.1.3)
  78. power_assert
  79. trollop (2.1.2)
  80. unf (0.1.4)
  81. unf_ext
  82. unf_ext (0.0.7.1)
  83. webrobots (0.1.1)
  84. yajl-ruby (1.2.1)
  85.  
  86. PLATFORMS
  87. ruby
  88.  
  89. DEPENDENCIES
  90. creek
  91. faraday
  92. faraday_middleware
  93. json
  94. logger
  95. mechanize
  96. nokogiri
  97. simplecov
  98. test-unit
  99. trollop
  100. yajl-ruby
  101.  
  102. BUNDLED WITH
  103. 1.10.6
  104.  
  105. /home/xyz/.rvm/gems/ruby-2.0.0-p643/gems/bundler-1.10.6/lib/gems/bundler-1.10.6
  106. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/creek-1.0.8
  107. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5
  108. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.24
  109. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/faraday-0.9.1
  110. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/faraday_middleware-0.10.0
  111. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2
  112. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/json-1.8.3
  113. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/logger-1.2.8
  114. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/mechanize-2.7.3
  115. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.1
  116. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/mini_portile-0.6.2
  117. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/multipart-post-2.0.0
  118. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/net-http-digest_auth-1.4
  119. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/net-http-persistent-2.9.4
  120. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/nokogiri-1.6.6.2
  121. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/ntlm-http-0.1.1
  122. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/power_assert-0.2.4
  123. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/rubyzip-1.1.7
  124. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0
  125. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0
  126. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/test-unit-3.1.3
  127. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/trollop-2.1.2
  128. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4
  129. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1
  130. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/webrobots-0.1.1
  131. /home/xyz/code/project/vendor/bundle/ruby/2.0.0/gems/yajl-ruby-1.2.1
  132.  
  133. require 'rubygems'
  134. require 'simplecov'
  135. ....
  136. rest of the code
  137. .....
  138. enter code here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement