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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a19e6d22559b2445e715c6ff4fc8900e67ada4c3e9870e2f266319c6d1ffa1a5
4
- data.tar.gz: d4492f22987062a08ffac0bdbae34bff43e81b15d381d506b91bc20ca2481793
3
+ metadata.gz: 417181bc20c83d83478f3ac5ea8847109da45e3fc302be43f07a9498eee63e1d
4
+ data.tar.gz: 553147c7887ee08530109f6569b74bd2ff36c2d5bf2b726a0b3bca3d8684e898
5
5
  SHA512:
6
- metadata.gz: d5684e335c190b8814e0d92d49bc9b3ae91df22cea19c18cfed5936a7d27978047e58a2a93b5bc969e33e6acbafa8aa9ed4f5feea60df36251a76c116fe50988
7
- data.tar.gz: 9dc1caf83db1ae4fe1309a5377a5be8188c8909a5391c09c85d57394c718e2b6f5ceba1b172e797a5bacbaa472a5165a7a8a558acb3545ad4bda5911d1d1451c
6
+ metadata.gz: 8bce771bda8c8197263a6b5ca8e991eedfe5969d48e1640b87ecb064a239f1bac2b8e716359c20800e36961f6d90dc8c04dd1f04a034dce29b9987118f0cf176
7
+ data.tar.gz: f68692fad3a2bb4343389ee6c0cf4e6c9f34e83f12b7abeed67e29446c018abb62b6905b5344ac55a1bb4db01cd3d2d89de4b072944ea0494075e93a5f181779
@@ -1,3 +1,11 @@
1
+ ## v2.0.1
2
+
3
+ * Update homepage to new location.
4
+
5
+ ## v2.0.0
6
+
7
+ * Remove dependency on supermodel for tests.
8
+
1
9
  ## v1.2.0
2
10
 
3
11
  * Added ability to substitute hyphen delimiter.
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 Ruby 1.9.3--but it's not tested.
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
 
@@ -1,3 +1,3 @@
1
1
  module Slugtastic
2
- VERSION = "2.0.0".freeze
2
+ VERSION = "2.0.1".freeze
3
3
  end
@@ -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 = "http://danbarber.me/slugtastic"
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.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: http://danbarber.me/slugtastic
81
+ homepage: https://danbee.github.io/slugtastic
82
82
  licenses:
83
83
  - MIT
84
84
  metadata: {}