Skip to content

Commit

Permalink
Regenerated gemspec for version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Aug 5, 2009
1 parent 8ea9859 commit 52d3b1e
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions jeweler.gemspec
@@ -1,12 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{jeweler}
s.version = "1.0.2"
s.version = "1.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Josh Nichols"]
s.date = %q{2009-07-29}
s.date = %q{2009-08-05}
s.default_executable = %q{jeweler}
s.description = %q{Simple and opinionated helper for creating Rubygem projects on GitHub}
s.email = %q{josh@technicalpickles.com}
Expand Down Expand Up @@ -150,7 +153,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{pickles}
s.rubygems_version = %q{1.3.4}
s.rubygems_version = %q{1.3.5}
s.summary = %q{Simple and opinionated helper for creating Rubygem projects on GitHub}
s.test_files = [
"test/fixtures/bar/lib/foo_the_ultimate_lib.rb",
Expand Down Expand Up @@ -191,14 +194,29 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<git>, [">= 1.1.1"])
s.add_runtime_dependency(%q<git>, [">= 1.2.1"])
s.add_runtime_dependency(%q<rubyforge>, [">= 0"])
s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_development_dependency(%q<mhennemeyer-output_catcher>, [">= 0"])
s.add_development_dependency(%q<rr>, [">= 0"])
s.add_development_dependency(%q<mocha>, [">= 0"])
s.add_development_dependency(%q<redgreen>, [">= 0"])
else
s.add_dependency(%q<git>, [">= 1.1.1"])
s.add_dependency(%q<git>, [">= 1.2.1"])
s.add_dependency(%q<rubyforge>, [">= 0"])
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<mhennemeyer-output_catcher>, [">= 0"])
s.add_dependency(%q<rr>, [">= 0"])
s.add_dependency(%q<mocha>, [">= 0"])
s.add_dependency(%q<redgreen>, [">= 0"])
end
else
s.add_dependency(%q<git>, [">= 1.1.1"])
s.add_dependency(%q<git>, [">= 1.2.1"])
s.add_dependency(%q<rubyforge>, [">= 0"])
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<mhennemeyer-output_catcher>, [">= 0"])
s.add_dependency(%q<rr>, [">= 0"])
s.add_dependency(%q<mocha>, [">= 0"])
s.add_dependency(%q<redgreen>, [">= 0"])
end
end

0 comments on commit 52d3b1e

Please sign in to comment.