Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Regenerated gemspec for version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Aug 31, 2010
1 parent feff6df commit 3e9f5bf
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions gizzmo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@

Gem::Specification.new do |s|
s.name = %q{gizzmo}
s.version = "0.7.0"
s.version = "0.7.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kyle Maxwell"]
s.date = %q{2010-08-25}
s.default_executable = %q{gizzmo}
s.date = %q{2010-08-30}
s.description = %q{Gizzmo is a command-line client for managing gizzard clusters.}
s.email = %q{kmaxwell@twitter.com}
s.executables = ["gizzmo"]
s.executables = ["gizzmo", "migrate"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
Expand Down Expand Up @@ -56,7 +55,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/twitter/gizzmo}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Gizzmo is a command-line client for managing gizzard clusters.}
s.test_files = [
"test/helper.rb"
Expand All @@ -66,7 +65,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

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

0 comments on commit 3e9f5bf

Please sign in to comment.