Skip to content

Commit

Permalink
Regenerated gemspec for version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlightner committed Nov 9, 2010
1 parent 1d8b9f1 commit 41ffb94
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions delegate_to_class.gemspec
Expand Up @@ -5,13 +5,13 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Lightner"]
s.date = %q{2010-11-09}
s.description = %q{Delegate calls on an object to its class is they exist.}
s.email = %q{matt@redradiant.com}
s.description = %q{TODO: longer description of your gem}
s.email = %q{mlightner@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
Expand All @@ -22,6 +22,8 @@ Gem::Specification.new do |s|
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"delegate_to_class.gemspec",
"lib/delegate_to_class.rb",
"test/helper.rb",
"test/test_delegate_to_class.rb"
Expand All @@ -36,5 +38,14 @@ Gem::Specification.new do |s|
"test/test_delegate_to_class.rb"
]

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
else
end
else
end
end

0 comments on commit 41ffb94

Please sign in to comment.