sitemap_notifier 0.0.3 → 0.0.4

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/sitemap_notifier.rb +2 -0
  2. metadata +4 -3
@@ -0,0 +1,2 @@
1
+ require 'sitemap_notifier/active_record'
2
+ require 'sitemap_notifier/notifier'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sitemap_notifier
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Lasse Bunk
@@ -31,6 +31,7 @@ files:
31
31
  - lib/generators/sitemap_notifier/templates/initializer.rb
32
32
  - lib/sitemap_notifier/active_record.rb
33
33
  - lib/sitemap_notifier/notifier.rb
34
+ - lib/sitemap_notifier.rb
34
35
  homepage: http://github.com/lassebunk/sitemap_notifier
35
36
  licenses: []
36
37