slugtastic 2.0.0 → 2.0.1
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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +2 -1
- data/lib/slugtastic/version.rb +1 -1
- data/slugtastic.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 417181bc20c83d83478f3ac5ea8847109da45e3fc302be43f07a9498eee63e1d
|
|
4
|
+
data.tar.gz: 553147c7887ee08530109f6569b74bd2ff36c2d5bf2b726a0b3bca3d8684e898
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bce771bda8c8197263a6b5ca8e991eedfe5969d48e1640b87ecb064a239f1bac2b8e716359c20800e36961f6d90dc8c04dd1f04a034dce29b9987118f0cf176
|
|
7
|
+
data.tar.gz: f68692fad3a2bb4343389ee6c0cf4e6c9f34e83f12b7abeed67e29446c018abb62b6905b5344ac55a1bb4db01cd3d2d89de4b072944ea0494075e93a5f181779
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -12,7 +12,8 @@ models.
|
|
|
12
12
|
* Ruby 2.2.0+
|
|
13
13
|
* Rails 5 or higher.
|
|
14
14
|
|
|
15
|
-
It will probably work just find with earlier versions--down to Rails 3.1 and
|
|
15
|
+
It will probably work just find with earlier versions--down to Rails 3.1 and
|
|
16
|
+
Ruby 1.9.3--but it's not tested.
|
|
16
17
|
|
|
17
18
|
## Installation
|
|
18
19
|
|
data/lib/slugtastic/version.rb
CHANGED
data/slugtastic.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
|
|
|
9
9
|
gem.description = "A simple slug string generator for ActiveRecord. " \
|
|
10
10
|
"Will populate a slug attribute from another attribute."
|
|
11
11
|
gem.summary = "A simple slug string generator for ActiveRecord."
|
|
12
|
-
gem.homepage = "
|
|
12
|
+
gem.homepage = "https://danbee.github.io/slugtastic"
|
|
13
13
|
|
|
14
14
|
gem.files = `git ls-files`.split($\)
|
|
15
15
|
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: slugtastic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dan Barber
|
|
@@ -78,7 +78,7 @@ files:
|
|
|
78
78
|
- spec/slugtastic_spec.rb
|
|
79
79
|
- spec/spec_helper.rb
|
|
80
80
|
- spec/support/fake_model.rb
|
|
81
|
-
homepage:
|
|
81
|
+
homepage: https://danbee.github.io/slugtastic
|
|
82
82
|
licenses:
|
|
83
83
|
- MIT
|
|
84
84
|
metadata: {}
|