mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Add bundler support.
This commit is contained in:
parent
2a32c7b3db
commit
e80cb2c680
2 changed files with 37 additions and 0 deletions
3
Gemfile
Normal file
3
Gemfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gemspec
|
34
Gemfile.lock
Normal file
34
Gemfile.lock
Normal file
|
@ -0,0 +1,34 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
rest-client (1.6.7)
|
||||
mime-types (>= 1.16)
|
||||
netrc
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.3.2)
|
||||
crack (0.3.1)
|
||||
diff-lcs (1.1.3)
|
||||
mime-types (1.19)
|
||||
netrc (0.7.7)
|
||||
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)
|
||||
webmock (1.8.11)
|
||||
addressable (>= 2.2.7)
|
||||
crack (>= 0.1.7)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
rest-client!
|
||||
rspec
|
||||
webmock (>= 0.9.1)
|
Loading…
Reference in a new issue