slugalicious 2.1.1 → 2.1.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.
- checksums.yaml +5 -5
- data/README.md +2 -0
- data/slugalicious.gemspec +12 -3
- metadata +12 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 72c241dc3e4554046d82549fca96453010b79bb374916899409158f3b9693652
|
|
4
|
+
data.tar.gz: 5646056ad60686a53361030c2a08725ca6a0b3e7fe81aaa37480e6eb4304bc5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83ad939b8cc275329b66650e60d39de91d1ccd367fd814a33be74b441737ad7b41a3e10dfc70817c8106cd6494a7b78bff9ce93dde56cd7f6f0bdf171796b7fd
|
|
7
|
+
data.tar.gz: cec8b12584316ae9602ad7d0ff2c22157b92c0632bb4c93f6c584a6c142b9b3dde7a4f886a8af0af373bbcfad6145e8a50330843085a3a9101fbafd397cc928c
|
data/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
> ⚠️ **DEPRECATED**: slugalicious is no longer maintained. Consider [`friendly_id`](https://github.com/norman/friendly_id) for modern Rails slug support. This is the final release.
|
|
2
|
+
|
|
1
3
|
Slugalicious -- Easy and powerful URL slugging for Rails 4
|
|
2
4
|
==========================================================
|
|
3
5
|
|
data/slugalicious.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: slugalicious 2.1.
|
|
5
|
+
# stub: slugalicious 2.1.2 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "slugalicious".freeze
|
|
9
|
-
s.version = "2.1.
|
|
9
|
+
s.version = "2.1.2"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
@@ -30,7 +30,16 @@ Gem::Specification.new do |s|
|
|
|
30
30
|
s.homepage = "http://github.com/riscfuture/slugalicious".freeze
|
|
31
31
|
s.required_ruby_version = Gem::Requirement.new(">= 1.9".freeze)
|
|
32
32
|
s.rubygems_version = "2.6.6".freeze
|
|
33
|
-
s.summary = "Easy-to-use and powerful slugging for Rails 3".freeze
|
|
33
|
+
s.summary = "[DEPRECATED] Easy-to-use and powerful slugging for Rails 3".freeze
|
|
34
|
+
s.post_install_message = <<~MSG
|
|
35
|
+
|
|
36
|
+
⚠️ DEPRECATED: slugalicious is no longer maintained.
|
|
37
|
+
|
|
38
|
+
No longer maintained. Consider `friendly_id` for modern Rails slug support.
|
|
39
|
+
|
|
40
|
+
This is the final release. No further updates are planned.
|
|
41
|
+
|
|
42
|
+
MSG
|
|
34
43
|
|
|
35
44
|
if s.respond_to? :specification_version then
|
|
36
45
|
s.specification_version = 4
|
metadata
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: slugalicious
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Morgan
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
10
|
date: 2016-07-04 00:00:00.000000000 Z
|
|
@@ -154,7 +153,14 @@ files:
|
|
|
154
153
|
homepage: http://github.com/riscfuture/slugalicious
|
|
155
154
|
licenses: []
|
|
156
155
|
metadata: {}
|
|
157
|
-
post_install_message:
|
|
156
|
+
post_install_message: |2+
|
|
157
|
+
|
|
158
|
+
⚠️ DEPRECATED: slugalicious is no longer maintained.
|
|
159
|
+
|
|
160
|
+
No longer maintained. Consider `friendly_id` for modern Rails slug support.
|
|
161
|
+
|
|
162
|
+
This is the final release. No further updates are planned.
|
|
163
|
+
|
|
158
164
|
rdoc_options: []
|
|
159
165
|
require_paths:
|
|
160
166
|
- lib
|
|
@@ -169,9 +175,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
169
175
|
- !ruby/object:Gem::Version
|
|
170
176
|
version: '0'
|
|
171
177
|
requirements: []
|
|
172
|
-
|
|
173
|
-
rubygems_version: 2.6.6
|
|
174
|
-
signing_key:
|
|
178
|
+
rubygems_version: 4.0.11
|
|
175
179
|
specification_version: 4
|
|
176
|
-
summary: Easy-to-use and powerful slugging for Rails 3
|
|
180
|
+
summary: "[DEPRECATED] Easy-to-use and powerful slugging for Rails 3"
|
|
177
181
|
test_files: []
|
|
182
|
+
...
|