mm-learnup-sluggable 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,7 +48,7 @@ IE assuming we already have an item with the slug of "dave", the slug will be ge
48
48
 
49
49
  == Install
50
50
 
51
- $ gem install mm-sluggable
51
+ $ gem install mm-learnup-sluggable
52
52
 
53
53
  == Copyright
54
54
 
data/Rakefile CHANGED
@@ -19,11 +19,11 @@ spec = Gem::Specification.new do |s|
19
19
 
20
20
  # Change these as appropriate
21
21
  s.name = "mm-learnup-sluggable"
22
- s.version = "0.3.1"
23
- s.summary = "MongoMapper plugin to cache a slugged version of a field. Originally forked from mm-sluggable."
22
+ s.version = "0.3.2"
23
+ s.summary = "MongoMapper plugin to cache a slugged version of a field. Originally forked from mm-learnup-sluggable."
24
24
  s.author = "Scott Taylor"
25
25
  s.email = "scott@railsnewbie.com"
26
- s.homepage = "http://github.com/GoLearnup/mm-sluggable"
26
+ s.homepage = "http://github.com/GoLearnup/mm-learnup-sluggable"
27
27
 
28
28
  s.has_rdoc = true
29
29
  s.extra_rdoc_files = %w(README.rdoc)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mm-learnup-sluggable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -53,8 +53,8 @@ files:
53
53
  - LICENSE
54
54
  - Rakefile
55
55
  - README.rdoc
56
- - lib/mm-sluggable.rb
57
- homepage: http://github.com/GoLearnup/mm-sluggable
56
+ - lib/mm-learnup-sluggable.rb
57
+ homepage: http://github.com/GoLearnup/mm-learnup-sluggable
58
58
  licenses: []
59
59
  post_install_message:
60
60
  rdoc_options:
@@ -70,7 +70,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
70
70
  version: '0'
71
71
  segments:
72
72
  - 0
73
- hash: -2694983074753819281
73
+ hash: 403538399689640650
74
74
  required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  none: false
76
76
  requirements:
@@ -83,5 +83,5 @@ rubygems_version: 1.8.24
83
83
  signing_key:
84
84
  specification_version: 3
85
85
  summary: MongoMapper plugin to cache a slugged version of a field. Originally forked
86
- from mm-sluggable.
86
+ from mm-learnup-sluggable.
87
87
  test_files: []