Skip to content

Commit

Permalink
Regenerated gemspec for version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Feb 8, 2009
1 parent 855a1ee commit b2f7dd2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions deadlock_retry.gemspec
@@ -0,0 +1,29 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{deadlock_retry}
s.version = "1.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jamis Buck", "Mike Perham"]
s.date = %q{2009-02-07}
s.description = %q{Provides automatical deadlock retry and logging functionality for ActiveRecord and MySQL}
s.email = %q{mperham@gmail.com}
s.files = ["README", "Rakefile", "version.yml", "lib/deadlock_retry.rb", "test/deadlock_retry_test.rb", "CHANGELOG"]
s.has_rdoc = true
s.homepage = %q{http://github.com/mperham/deadlock_retry}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{Provides automatical deadlock retry and logging functionality for ActiveRecord and MySQL}

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

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

0 comments on commit b2f7dd2

Please sign in to comment.