Skip to content

Commit

Permalink
remove json dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sskylar committed Jul 29, 2013
1 parent c6642a0 commit 8342f94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/siteleaf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Siteleaf
VERSION = "0.9.9"
VERSION = "0.9.10"
end
1 change: 0 additions & 1 deletion siteleaf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 1.8'

gem.add_dependency 'json', '~> 1.8.0'
gem.add_dependency 'httparty'
gem.add_dependency 'httmultiparty'
gem.add_dependency 'zip'
Expand Down

0 comments on commit 8342f94

Please sign in to comment.