Gemfile
This commit is contained in:
7
Gemfile
Normal file
7
Gemfile
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
source "https://rubygems.org"
|
||||||
|
|
||||||
|
gem "typhoeus"
|
||||||
|
gem "rspec", :require => "spec"
|
||||||
|
gem "nokogiri"
|
||||||
|
gem "webmock"
|
||||||
|
gem "simplecov"
|
||||||
38
Gemfile.lock
Normal file
38
Gemfile.lock
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
specs:
|
||||||
|
addressable (2.3.2)
|
||||||
|
crack (0.3.1)
|
||||||
|
diff-lcs (1.1.3)
|
||||||
|
ffi (1.1.5)
|
||||||
|
mime-types (1.19)
|
||||||
|
multi_json (1.3.6)
|
||||||
|
nokogiri (1.5.5)
|
||||||
|
rspec (2.11.0)
|
||||||
|
rspec-core (~> 2.11.0)
|
||||||
|
rspec-expectations (~> 2.11.0)
|
||||||
|
rspec-mocks (~> 2.11.0)
|
||||||
|
rspec-core (2.11.1)
|
||||||
|
rspec-expectations (2.11.3)
|
||||||
|
diff-lcs (~> 1.1.3)
|
||||||
|
rspec-mocks (2.11.3)
|
||||||
|
simplecov (0.6.4)
|
||||||
|
multi_json (~> 1.0)
|
||||||
|
simplecov-html (~> 0.5.3)
|
||||||
|
simplecov-html (0.5.3)
|
||||||
|
typhoeus (0.4.2)
|
||||||
|
ffi (~> 1.0)
|
||||||
|
mime-types (~> 1.18)
|
||||||
|
webmock (1.8.10)
|
||||||
|
addressable (>= 2.2.7)
|
||||||
|
crack (>= 0.1.7)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
ruby
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
nokogiri
|
||||||
|
rspec
|
||||||
|
simplecov
|
||||||
|
typhoeus
|
||||||
|
webmock
|
||||||
Reference in New Issue
Block a user