Skip to content

Commit

Permalink
Fixes orderedhash not found dependency problem.
Browse files Browse the repository at this point in the history
Closes darwin#15
  • Loading branch information
Inventitech committed Aug 19, 2015
1 parent f8653e4 commit a883c0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions csv2json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,16 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<json>, [">= 0"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<orderedhash>, [">= 0"])
else
s.add_dependency(%q<json>, [">= 0"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<orderedhash>, [">= 0"])
end
else
s.add_dependency(%q<json>, [">= 0"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<orderedhash>, [">= 0"])
end
end

0 comments on commit a883c0b

Please sign in to comment.