alexrabarts-big_sitemap 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +4 -0
  2. data/VERSION.yml +1 -1
  3. data/lib/big_sitemap.rb +1 -1
  4. metadata +1 -1
@@ -1,3 +1,7 @@
1
+ === 0.5.1 / 2009-09-07
2
+
3
+ * Fixes an issue with the :last_modified key being passed into the find method options
4
+
1
5
  === 0.5.0 / 2009-09-07
2
6
 
3
7
  * Add support for lambdas when specifying lastmod
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 0
2
+ :patch: 1
3
3
  :major: 0
4
4
  :minor: 5
@@ -99,7 +99,7 @@ class BigSitemap
99
99
  end
100
100
  batches_per_sitemap = num_batches.to_f / num_sitemaps.to_f
101
101
 
102
- find_options = options.except(:path, :num_items, :priority, :change_frequency)
102
+ find_options = options.except(:path, :num_items, :priority, :change_frequency, :last_modified)
103
103
 
104
104
  for sitemap_num in 1..num_sitemaps
105
105
  # Work out the start and end batch numbers for this sitemap
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alexrabarts-big_sitemap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Rabarts