sitemap_generator 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +6 -3
  2. data/VERSION +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -7,7 +7,7 @@ Features
7
7
  -------
8
8
 
9
9
  - Supports [Video sitemaps][sitemap_video] and [Image sitemaps][sitemap_images]
10
- - Rails3 compatible (beta)
10
+ - Rails 2.x and 3.x compatible
11
11
  - Adheres to the [Sitemap 0.9 protocol][sitemap_protocol]
12
12
  - Handles millions of links
13
13
  - Compresses Sitemaps using GZip
@@ -18,9 +18,10 @@ Features
18
18
  Changelog
19
19
  -------
20
20
 
21
+ - v1.2.0: Verified working with Rails 3 stable release
21
22
  - v1.1.0: [Video sitemap][sitemap_video] support
22
23
  - v0.2.6: [Image Sitemap][sitemap_images] support
23
- - v0.2.5: Rails 3 support (beta)
24
+ - v0.2.5: Rails 3 prerelease support (beta)
24
25
 
25
26
  Foreword
26
27
  -------
@@ -34,7 +35,7 @@ The canonical repository is now: [http://github.com/kjvarga/sitemap_generator][c
34
35
  Install
35
36
  =======
36
37
 
37
- **Rails 3:**
38
+ **Rails 3.x:**
38
39
 
39
40
  1. Add the gem to your <tt>Gemspec</tt>
40
41
 
@@ -42,6 +43,8 @@ Install
42
43
 
43
44
  2. `$ rake sitemap:install`
44
45
 
46
+ You don't need to include the tasks in your `Rakefile` because the tasks are loaded for you.
47
+
45
48
  **Rails 2.x: As a gem**
46
49
 
47
50
  1. Add the gem as a dependency in your <tt>config/environment.rb</tt>
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.2.1
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sitemap_generator
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 0
10
- version: 1.2.0
9
+ - 1
10
+ version: 1.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Karl Varga