dynamic_sitemaps 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/dynamic_sitemaps.rb +3 -0
  2. metadata +4 -3
@@ -0,0 +1,3 @@
1
+ require 'dynamic_sitemaps/page'
2
+ require 'dynamic_sitemaps/sitemap'
3
+ require 'dynamic_sitemaps/url'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamic_sitemaps
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Lasse Bunk
@@ -30,6 +30,7 @@ files:
30
30
  - lib/dynamic_sitemaps/page.rb
31
31
  - lib/dynamic_sitemaps/sitemap.rb
32
32
  - lib/dynamic_sitemaps/url.rb
33
+ - lib/dynamic_sitemaps.rb
33
34
  - lib/generators/dynamic_sitemaps/dynamic_sitemaps_generator.rb
34
35
  - lib/generators/dynamic_sitemaps/templates/initializer.rb
35
36
  - app/controllers/sitemaps_controller.rb