Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
credentials.yml
NOTES.md
*.gem
*~
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ source :rubygems
gem "faraday", "~> 0.5.7"

gem "excon", "~> 0.5.6"
gem "yajl-ruby", "~> 0.8.1", :require => "yajl"
gem "yajl-ruby" "1.2.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need to get updated in the gemspec as well and you'll probably want to loosen the dependency up a bit. ~> 1.2.0 would be better

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comma was removed here and needs to be added back.

Also agree that the we want to keep the ~> specification.


gem "activesupport", "~> 3.0.4"
gem "i18n", "~> 0.5.0" # ActiveSupport dependency

group :development do
gem "bundler", "~> 1.0.0"
gem "rake", "~> 0.8.7"
gem "rspec", "2.1.0"
end
end
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the newline back, thanks!

5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,16 @@ GEM
rspec-expectations (2.1.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.1.0)
yajl-ruby (0.8.1)
yajl-ruby (1.2.0)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 3.0.4)
bundler (~> 1.0.0)
excon (~> 0.5.6)
faraday (~> 0.5.7)
i18n (~> 0.5.0)
rake (~> 0.8.7)
rspec (= 2.1.0)
yajl-ruby (~> 0.8.1)
yajl-ruby