Skip to content

Commit

Permalink
Regenerated gemspec for version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvarga committed Mar 30, 2011
1 parent 98d7379 commit ee366b3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sitemap_generator.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{sitemap_generator}
s.version = "1.4.0"
s.version = "1.5.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Karl Varga", "Adam Salter"]
s.date = %q{2011-03-05}
s.date = %q{2011-03-30}
s.description = %q{SitemapGenerator is a Rails gem that makes it easy to generate enterprise-class Sitemaps readable by all search engines. Generated Sitemaps adhere to the Sitemap protocol specification. When you generate new Sitemaps, SitemapGenerator can automatically ping the major search engines (including Google, Yahoo and Bing) to notify them. SitemapGenerator includes rake tasks to easily manage your sitemaps.}
s.email = %q{kjvarga@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -25,6 +25,7 @@ Gem::Specification.new do |s|
"Rakefile",
"VERSION",
"lib/sitemap_generator.rb",
"lib/sitemap_generator/application.rb",
"lib/sitemap_generator/builder.rb",
"lib/sitemap_generator/builder/sitemap_file.rb",
"lib/sitemap_generator/builder/sitemap_index_file.rb",
Expand All @@ -33,6 +34,7 @@ Gem::Specification.new do |s|
"lib/sitemap_generator/interpreter.rb",
"lib/sitemap_generator/link_set.rb",
"lib/sitemap_generator/railtie.rb",
"lib/sitemap_generator/sitemap_namer.rb",
"lib/sitemap_generator/tasks.rb",
"lib/sitemap_generator/templates.rb",
"lib/sitemap_generator/utilities.rb",
Expand All @@ -44,11 +46,10 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/kjvarga/sitemap_generator}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.6.2}
s.summary = %q{Easily generate enterprise class Sitemaps for your Rails site using a familiar Rails Routes-like DSL}

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
Expand Down

0 comments on commit ee366b3

Please sign in to comment.