sitemap_generator 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/Rakefile +3 -0
- data/VERSION +1 -1
- data/lib/sitemap_generator/builder/sitemap_file.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -212,7 +212,7 @@ Thanks (in no particular order)
|
|
212
212
|
- [Rob Biedenharn](http://github.com/rab)
|
213
213
|
- [Richie Vos](http://github.com/jerryvos)
|
214
214
|
- [Adrian Mugnolo](http://github.com/xymbol)
|
215
|
-
|
215
|
+
- [Jason Weathered](http://github.com/jasoncodes)
|
216
216
|
|
217
217
|
Copyright (c) 2009 Karl Varga released under the MIT license
|
218
218
|
|
data/Rakefile
CHANGED
@@ -49,6 +49,9 @@ end
|
|
49
49
|
task :default => :test
|
50
50
|
|
51
51
|
namespace :test do
|
52
|
+
#desc "Test as a gem, plugin and Rails 3 gem"
|
53
|
+
#task :all => ['test:gem', 'test:plugin']
|
54
|
+
|
52
55
|
task :gem => ['test:prepare:gem', 'multi_spec']
|
53
56
|
task :plugin => ['test:prepare:plugin', 'multi_spec']
|
54
57
|
task :rails3 => ['test:prepare:rails3', 'multi_spec']
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.3
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 3
|
8
|
-
-
|
9
|
-
version: 0.3.
|
8
|
+
- 3
|
9
|
+
version: 0.3.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Adam Salter
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-05-
|
18
|
+
date: 2010-05-28 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|