gooddata.gemspec in gooddata-0.6.0.pre2 vs gooddata.gemspec in gooddata-0.6.0.pre3
- old
+ new
@@ -11,11 +11,11 @@
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Pavel Kolesnikov", "Thomas Watson Steen"]
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.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.rdoc"
@@ -23,23 +23,24 @@
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 "bundler"
s.add_development_dependency "thoughtbot-shoulda"
s.add_development_dependency "pry"
s.add_development_dependency "rake"
s.add_development_dependency "rspec"
+ s.add_dependency "bundler"
s.add_dependency "parseconfig"
s.add_dependency "json_pure"
s.add_dependency "rest-client"
s.add_dependency "json"
s.add_dependency "rubyzip"
s.add_dependency "highline"
s.add_dependency "gli"
s.add_dependency "pry"
s.add_dependency "erubis"
+ s.add_dependency "activesupport"
end