periscope_rails.gemspec in periscope_rails-0.0.6 vs periscope_rails.gemspec in periscope_rails-0.0.7

- 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.6" + s.version = "0.0.7" s.add_dependency "activesupport" , "~> 3.0" s.add_dependency "rails" , "~> 3.0" s.files = `git ls-files`.split("\n")