friendly_id 2.2.3 → 2.2.4
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.
- data/History.txt +4 -0
- data/Rakefile +1 -1
- data/lib/friendly_id/version.rb +1 -1
- metadata +2 -2
data/History.txt
CHANGED
data/Rakefile
CHANGED
|
@@ -25,7 +25,7 @@ Hoe.spec "friendly_id" do
|
|
|
25
25
|
|
|
26
26
|
If you are upgrading friendly_id, please run
|
|
27
27
|
|
|
28
|
-
./script
|
|
28
|
+
./script/generate friendly_id --skip-migration
|
|
29
29
|
|
|
30
30
|
in your Rails application to ensure that you have the
|
|
31
31
|
latest friendly_id Rake tasks.
|
data/lib/friendly_id/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: friendly_id
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Norman Clarke
|
|
@@ -129,7 +129,7 @@ post_install_message: |+
|
|
|
129
129
|
|
|
130
130
|
If you are upgrading friendly_id, please run
|
|
131
131
|
|
|
132
|
-
./script
|
|
132
|
+
./script/generate friendly_id --skip-migration
|
|
133
133
|
|
|
134
134
|
in your Rails application to ensure that you have the
|
|
135
135
|
latest friendly_id Rake tasks.
|