Skip to content

Commit

Permalink
reverting httparty to a versin that uses crack until strick json is f…
Browse files Browse the repository at this point in the history
…ollowed
  • Loading branch information
maxdemarzi committed Jan 1, 2012
1 parent f232e05 commit a185539
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 deletions Gemfile.lock
Expand Up @@ -2,24 +2,21 @@ PATH
remote: .
specs:
neography (0.0.17)
httparty
httparty (= 0.7.8)
json
os
rubyzip

GEM
remote: http://rubygems.org/
specs:
crack (0.1.8)
diff-lcs (1.1.2)
httparty (0.8.1)
multi_json
multi_xml
json (1.6.3)
json (1.6.3-java)
multi_json (1.0.4)
multi_xml (0.4.1)
httparty (0.7.8)
crack (= 0.1.8)
json (1.6.4)
net-http-spy (0.2.1)
os (0.9.4)
os (0.9.5)
rake (0.8.7)
rspec (2.0.1)
rspec-core (~> 2.0.1)
Expand All @@ -31,7 +28,7 @@ GEM
rspec-mocks (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
rubyzip (0.9.4)
rubyzip (0.9.5)

PLATFORMS
java
Expand Down
2 changes: 1 addition & 1 deletion neography.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec", "~> 2.0.0.beta.22"
s.add_development_dependency "net-http-spy", "0.2.1"
s.add_development_dependency "rake", "~> 0.8.7"
s.add_dependency "httparty"
s.add_dependency "httparty", "0.7.8"
s.add_dependency "json"
s.add_dependency "os"
s.add_dependency "rubyzip"
Expand Down

0 comments on commit a185539

Please sign in to comment.