Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusabshere committed Jul 7, 2010
1 parent 0660294 commit dbdf6ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions brighter_planet_layout.gemspec
@@ -1,11 +1,11 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{brighter_planet_layout}
s.version = "0.1.11"
s.version = "0.1.12"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andy Rossmeissl"]
Expand All @@ -25,6 +25,7 @@ Gem::Specification.new do |s|
"VERSION",
"app/helpers/brighter_planet_helper.rb",
"app/views/layouts/_footer.html.erb",
"app/views/layouts/_google_analytics.html.erb",
"app/views/layouts/_head.html.erb",
"app/views/layouts/_header.html.erb",
"app/views/layouts/brighter_planet.html.erb",
Expand Down Expand Up @@ -65,7 +66,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/brighterplanet/brighter_planet_layout}
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{Layout assets for Brighter Planet sites}
s.test_files = [
"test/helper.rb",
Expand All @@ -76,7 +77,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
s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
else
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
Expand Down

0 comments on commit dbdf6ab

Please sign in to comment.