Skip to content

Commit

Permalink
Add json as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
celeduc committed Feb 24, 2011
1 parent e592f52 commit 9999763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hbase-stargate.gemspec
Expand Up @@ -103,11 +103,14 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_development_dependency(%q<json>, [">= 0"])
else
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<json>, [">= 0"])
end
else
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<json>, [">= 0"])
end
end

0 comments on commit 9999763

Please sign in to comment.