Skip to content

Commit

Permalink
Regenerate gemspec for version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shanna committed Mar 21, 2012
1 parent 494e3f1 commit dad0839
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions swift.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Gem::Specification.new do |s|
s.version = "0.14.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Shane Hanna", "Bharanee 'Barney' Rathna"]
s.date = %q{2012-03-22}
s.authors = [%q{Shane Hanna}, %q{Bharanee 'Barney' Rathna}]
s.date = %q{2012-03-21}
s.description = %q{A rational rudimentary database abstraction.}
s.email = ["[email protected]", "[email protected]"]
s.extensions = ["ext/extconf.rb"]
s.email = [%q{[email protected]}, %q{[email protected]}]
s.extensions = [%q{ext/extconf.rb}]
s.extra_rdoc_files = [
"LICENSE",
"README.md"
Expand Down Expand Up @@ -70,12 +70,11 @@ Gem::Specification.new do |s|
"test/test_validations.rb"
]
s.homepage = %q{http://github.com/shanna/swift}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.2}
s.summary = %q{A rational rudimentary database abstraction.}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit dad0839

Please sign in to comment.