Skip to content

Commit

Permalink
Regenerate gemspec for version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andypearson committed May 7, 2011
1 parent 0ae16a5 commit c1162cd
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions happy-titles.gemspec
@@ -1,49 +1,47 @@
# 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 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{happy-titles}
s.version = "1.0.0"
s.version = "1.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andy Pearson"]
s.date = %q{2010-09-14}
s.date = %q{2011-05-07}
s.email = %q{andy@andy-pearson.com}
s.extra_rdoc_files = [
"README.markdown"
]
s.files = [
".git_ignore",
".gitignore",
"MIT-LICENCE",
"README.markdown",
"Rakefile",
"VERSION",
"happy-titles.gemspec",
"init.rb",
"lib/happy-titles.rb",
"lib/happy-titles/railtie.rb",
"rails/init.rb",
"spec/happy_titles_spec.rb",
"spec/spec_helper.rb"
"MIT-LICENCE",
"README.markdown",
"Rakefile",
"VERSION",
"happy-titles.gemspec",
"init.rb",
"lib/happy-titles.rb",
"lib/happy-titles/railtie.rb",
"rails/init.rb",
"spec/happy_titles_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/andypearson/happy-titles}
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{A simple way to handle page titles in your layouts.}
s.test_files = [
"spec/happy_titles_spec.rb",
"spec/spec_helper.rb"
"spec/spec_helper.rb"
]

if s.respond_to? :specification_version then
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 c1162cd

Please sign in to comment.