gooddata.gemspec in gooddata-0.6.2 vs gooddata.gemspec in gooddata-0.6.3
- old
+ new
@@ -14,21 +14,19 @@
"Tomas Svarovsky",
"Tomas Korcak"
]
s.summary = %q{A convenient Ruby wrapper around the GoodData RESTful API}
- s.date = %q{2012-12-17}
s.description = %q{Use the GoodData::Client class to integrate GoodData into your own application or use the CLI to work with GoodData directly from the command line.}
s.email = %q{pavel@gooddata.com}
s.executables = ["gooddata"]
s.extra_rdoc_files = [
"LICENSE",
"README.md"
]
s.files = `git ls-files`.split($/)
s.homepage = %q{http://github.com/gooddata/gooddata-ruby}
s.require_paths = ["lib"]
- s.rubygems_version = "1.3.7"
s.add_development_dependency "rake", "~> 10.3.1"
s.add_development_dependency "rake-notes", "~> 0.2.0"
s.add_development_dependency "redcarpet", "~> 3.1.1" if RUBY_PLATFORM != 'java'
s.add_development_dependency "rspec", "~> 2.14.1"