Skip to content

Commit 37a7a0f

Browse files
author
Tomas Svarovsky
committed
Removed fixed date and rubygems version from gemspec.
1 parent 7808a78 commit 37a7a0f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

gooddata.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Gem::Specification.new do |s|
1616
]
1717

1818
s.summary = %q{A convenient Ruby wrapper around the GoodData RESTful API}
19-
s.date = %q{2012-12-17}
2019
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.}
2120
s.email = %q{pavel@gooddata.com}
2221
s.executables = ["gooddata"]
@@ -27,7 +26,6 @@ Gem::Specification.new do |s|
2726
s.files = `git ls-files`.split($/)
2827
s.homepage = %q{http://github.com/gooddata/gooddata-ruby}
2928
s.require_paths = ["lib"]
30-
s.rubygems_version = "1.3.7"
3129

3230
s.add_development_dependency "rake", "~> 10.3.1"
3331
s.add_development_dependency "rake-notes", "~> 0.2.0"

0 commit comments

Comments
 (0)