big_sitemap.gemspec in big_sitemap-0.8.1 vs big_sitemap.gemspec in big_sitemap-0.8.2
- old
+ new
@@ -3,17 +3,17 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{big_sitemap}
- s.version = "0.8.1"
+ s.version = "0.8.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = ["Tobias Bielohlawek", "Alex Rabarts"]
+ s.authors = ["Alex Rabarts", "Tobias Bielohlawek"]
s.date = %q{2011-01-25}
s.description = %q{A Sitemap generator specifically designed for large sites (although it works equally well with small sites)}
- s.email = ["tobi@soundcloud.com", "alexrabarts@gmail.com"]
+ s.email = ["alexrabarts@gmail.com", "tobi@soundcloud.com"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
@@ -30,10 +30,10 @@
"lib/big_sitemap/builder.rb",
"test/big_sitemap_test.rb",
"test/fixtures/test_model.rb",
"test/test_helper.rb"
]
- s.homepage = %q{http://github.com/rngtng/big_sitemap}
+ s.homepage = %q{http://github.com/alexrabarts/big_sitemap}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{A Sitemap generator specifically designed for large sites (although it works equally well with small sites)}
s.test_files = [