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 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.2
1
+ 0.3.3
@@ -109,7 +109,7 @@ module SitemapGenerator
109
109
  def finalize!
110
110
  return if self.frozen?
111
111
 
112
- open(self.full_path, 'w') do |file|
112
+ open(self.full_path, 'wb') do |file|
113
113
  gz = Zlib::GzipWriter.new(file)
114
114
  gz.write @xml_wrapper_start
115
115
  gz.write @xml_content
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 2
9
- version: 0.3.2
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-24 00:00:00 -07:00
18
+ date: 2010-05-28 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency