Skip to content

Commit

Permalink
Changed rest_client to rest-client. Reverted VERSION file
Browse files Browse the repository at this point in the history
  • Loading branch information
olegkrachun committed Nov 19, 2014
1 parent 8fafdef commit 8ac1466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.7.0
2 changes: 1 addition & 1 deletion paypal-express.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.add_dependency "activesupport", ">= 2.3"
s.add_dependency "rest_client"
s.add_dependency "rest-client"
s.add_dependency "attr_required", ">= 0.0.5"
s.add_development_dependency "rake", ">= 0.8"
s.add_development_dependency "simplecov"
Expand Down

0 comments on commit 8ac1466

Please sign in to comment.