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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 74618088af1f828c1eff13120c64b8df8d790233
4
- data.tar.gz: bace7a759eef9b7570e10123fb0e6c4b6a1d79cc
2
+ SHA256:
3
+ metadata.gz: c8d5e7e05002be8d175eabcc01ca4a57e3d0cbfef9388c0d29ddef8cec4700a3
4
+ data.tar.gz: 11f61a181ac76905032d5309d597cea4ef809660eb9fa69ac1c8853602887810
5
5
  SHA512:
6
- metadata.gz: 3d6cb845701f1b4b36553a5bd93484992ccf7e48b96e8c51a323f7fbc287ce88a8a16eb2c944ab322c9ff1ba8e5b95524a0ec6db98503e000ef6e2583c6b3ddc
7
- data.tar.gz: 55ce3fe86e97b3c63ab2f3d75a9c4285d6f2800af57f7f0f3b04a96aac4ef2e15ca9b4e53d6ae39ab9d532b0269d6a85a14c9e729ad5d81ce1d580d37568bf58
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:
@@ -1,3 +1,5 @@
1
+ require_relative '../../app/models/concerns/acts_as_sluggable.rb'
2
+
1
3
  module EffectiveSlugs
2
4
  class Engine < ::Rails::Engine
3
5
  engine_name 'effective_slugs'
@@ -1,3 +1,3 @@
1
1
  module EffectiveSlugs
2
- VERSION = '1.3.1'.freeze
2
+ VERSION = '1.4.0'.freeze
3
3
  end
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.3.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: 2016-12-07 00:00:00.000000000 Z
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
- rubyforge_project:
64
- rubygems_version: 2.4.5.1
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: []