periscope_rails.gemspec in periscope_rails-0.0.9 vs periscope_rails.gemspec in periscope_rails-0.0.10
- old
+ new
@@ -9,10 +9,10 @@
s.email = [ "tom.oneill@live.com", "harry.glaser@gmail.com" ]
s.summary = "Rails API for Periscope Database Viewer"
s.description = "Periscope allows you to query your production database. The gem provides the API for Periscope to communicate with your Rails app."
s.files = Dir["{app,lib,config}/**/*"] + ["MIT-LICENSE", "Rakefile", "Gemfile", "README.rdoc"]
- s.version = "0.0.9"
+ s.version = PeriscopeRails.const_get(:VERSION)
s.add_dependency "activesupport" , "~> 3.0"
s.add_dependency "rails" , "~> 3.0"
s.files = `git ls-files`.split("\n")