effective_slugs 1.3.1 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +2 -1
- data/lib/effective_slugs/engine.rb +2 -0
- data/lib/effective_slugs/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: c8d5e7e05002be8d175eabcc01ca4a57e3d0cbfef9388c0d29ddef8cec4700a3
|
4
|
+
data.tar.gz: 11f61a181ac76905032d5309d597cea4ef809660eb9fa69ac1c8853602887810
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 551046ca3a7c8bab3e901ab623fcf31e8f038ee2fa4b460457c078ce9a8e00a21264b9e7274363e668eb42fb66489d9212673c1c555c93ba8e42f9d35add9dee
|
7
|
+
data.tar.gz: c16d9d7927aee54df774b741c6274d14d13d915902baaa275d23e7d71fe389ebe5a5272a453aead5223074d2b49153706720a571a41503fe052d16399c780709
|
data/README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
# Effective Slugs
|
2
2
|
|
3
|
+
**This gem is no longer actively maintained**
|
4
|
+
|
3
5
|
Automatically generate URL-appropriate slugs when saving a record.
|
4
6
|
|
5
7
|
Also overrides ActiveRecord's .find() method to accept the slug, or an id as the parameter.
|
6
8
|
|
7
9
|
Rails 3.2.x and Rails 4.
|
8
10
|
|
9
|
-
|
10
11
|
## Getting Started
|
11
12
|
|
12
13
|
Add to Gemfile:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_slugs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -45,7 +45,7 @@ homepage: https://github.com/code-and-effect/effective_slugs
|
|
45
45
|
licenses:
|
46
46
|
- MIT
|
47
47
|
metadata: {}
|
48
|
-
post_install_message:
|
48
|
+
post_install_message:
|
49
49
|
rdoc_options: []
|
50
50
|
require_paths:
|
51
51
|
- lib
|
@@ -60,9 +60,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
62
|
requirements: []
|
63
|
-
|
64
|
-
|
65
|
-
signing_key:
|
63
|
+
rubygems_version: 3.4.10
|
64
|
+
signing_key:
|
66
65
|
specification_version: 4
|
67
66
|
summary: Automatically generate URL-appropriate slugs when saving a record.
|
68
67
|
test_files: []
|