Skip to content

Commit

Permalink
Second pre-release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvarga committed Aug 3, 2011
1 parent 83ccb7d commit d2600fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ./
specs:
sitemap_generator (2.0.1.pre1)
sitemap_generator (2.0.1.pre2)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -26,6 +26,8 @@ Does your website use SitemapGenerator to generate Sitemaps? Where would you be
Changelog
-------

- v2.0.1.pre2: Fix uploading to the (bucket) root on a remote server
- v2.0.1.pre1: Support read-only filesystems like Heroku by supporting uploading to remote server
- v2.0.1: Minor improvements to verbose handling; prevent missing Timeout issue
- **v2.0.0: Introducing a new simpler API, Sitemap Groups, Sitemap Namers and more!**
- v1.5.0: New options `include_root`, `include_index`; Major testing & refactoring
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.1.pre1
2.0.1.pre2
4 changes: 2 additions & 2 deletions sitemap_generator.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{sitemap_generator}
s.version = "2.0.1.pre1"
s.version = "2.0.1.pre2"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Karl Varga", "Adam Salter"]
s.date = %q{2011-06-11}
s.date = %q{2011-08-03}
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 Down

0 comments on commit d2600fe

Please sign in to comment.