has_slug 0.2.3 → 0.2.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/rails/init.rb +1 -0
  2. metadata +3 -1
data/rails/init.rb ADDED
@@ -0,0 +1 @@
1
+ require 'has_slug'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_slug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom-Eric Gerritsen
@@ -32,6 +32,7 @@ files:
32
32
  - lib/has_slug/not_sluggable_instance_methods.rb
33
33
  - lib/has_slug/sluggable_class_methods.rb
34
34
  - lib/has_slug/sluggable_instance_methods.rb
35
+ - rails/init.rb
35
36
  - tasks/has_slug_tasks.rake
36
37
  has_rdoc: true
37
38
  homepage: http://www.i76.nl/
@@ -72,4 +73,5 @@ test_files:
72
73
  - test/models/kitchen.rb
73
74
  - test/models/restaurant.rb
74
75
  - test/unit/has_slug_test.rb
76
+ - rails/init.rb
75
77
  - test/unit/slug_test.rb