Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Fix for webmock #427: bblimke/webmock#427
Browse files Browse the repository at this point in the history
  • Loading branch information
dkerwin committed Jan 8, 2015
1 parent 72e6713 commit ba2046b
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ pkg
vendor
spec/reports
.yardoc
Gemfile.lock
133 changes: 133 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
PATH
remote: .
specs:
gini-api (0.9.8)
logger
oauth2

GEM
remote: https://rubygems.org/
specs:
addressable (2.3.6)
builder (3.2.2)
celluloid (0.16.0)
timers (~> 4.0.0)
ci_reporter (2.0.0)
builder (>= 2.1.2)
ci_reporter_rspec (1.0.0)
ci_reporter (~> 2.0)
rspec (>= 2.14, < 4)
coderay (1.1.0)
coveralls (0.7.2)
multi_json (~> 1.3)
rest-client (= 1.6.7)
simplecov (>= 0.7)
term-ansicolor (= 1.2.2)
thor (= 0.18.1)
crack (0.4.2)
safe_yaml (~> 1.0.0)
diff-lcs (1.2.5)
docile (1.1.5)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
ffi (1.9.6)
formatador (0.2.5)
guard (2.11.1)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.0)
guard-rspec (4.5.0)
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hitimes (1.2.2)
jwt (1.2.0)
listen (2.8.5)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
logger (1.2.8)
lumberjack (1.0.9)
method_source (0.8.2)
mime-types (2.4.3)
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
nenv (0.1.1)
notiffany (0.0.2)
nenv (~> 0.1)
shellany (~> 0.0)
oauth2 (1.0.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.6.0)
rake (10.4.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redcarpet (3.2.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.1.0)
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
safe_yaml (1.0.4)
shellany (0.0.1)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
simplecov-rcov (0.2.3)
simplecov (>= 0.4.1)
slop (3.6.0)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.18.1)
timers (4.0.1)
hitimes
tins (0.13.2)
webmock (1.20.4)
addressable (>= 2.3.6)
crack (>= 0.3.2)
yard (0.8.7.6)

PLATFORMS
ruby

DEPENDENCIES
bundler
ci_reporter_rspec
coveralls
gini-api!
guard-rspec
pry
rake
redcarpet
rspec
simplecov
simplecov-rcov
webmock
yard
2 changes: 1 addition & 1 deletion spec/gini-api/client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
headers: {
location: 'LOC'
},
body: {}
body: '{}'.to_json
)
end

Expand Down

0 comments on commit ba2046b

Please sign in to comment.