Skip to content

Commit

Permalink
Removed unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jwtd committed Apr 2, 2014
1 parent a50d100 commit 5a2dcc2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ekm-omnimeter.gemspec
Expand Up @@ -21,13 +21,12 @@ Gem::Specification.new do |spec|
# Development dependencies
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake", "~> 10.2"
spec.add_development_dependency "rspec"
spec.add_development_dependency "rspec", "~> 2.14"

# Runtime dependencies
spec.add_runtime_dependency "log4r", "~> 1.1"
spec.add_runtime_dependency "xively-rb-connector", "~> 0.1"
spec.add_runtime_dependency "bigdecimal"
spec.add_runtime_dependency "trollop"
spec.add_runtime_dependency "daemons"
spec.add_runtime_dependency "bigdecimal", "~> 1.2"


end

0 comments on commit 5a2dcc2

Please sign in to comment.