Skip to content

Commit

Permalink
Merge pull request #13 from jemaddux/master
Browse files Browse the repository at this point in the history
Fixes a dependency on itself.
  • Loading branch information
andrewpbrett committed Dec 31, 2015
2 parents b382166 + c8e2082 commit ca14e86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -48,3 +48,6 @@ pkg

# For rubinius:
#*.rbc

# Don't commit gems
*.gem
1 change: 0 additions & 1 deletion health_graph.gemspec
Expand Up @@ -71,7 +71,6 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<health_graph>, [">= 0"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<simplecov>, [">= 0"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
Expand Down

0 comments on commit ca14e86

Please sign in to comment.