sluggable_rubby 0.1.0 → 0.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 +4 -4
- data/lib/sluggable_rubby/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d19703c3b651c4393d9d0992c0c56d75ffede1e50a50bd4bd9dd82439171cde3
|
4
|
+
data.tar.gz: c6b900c04310d2122180fd6e45a42996f1299d056dd80ea070346379b4580d8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2313dc0aded74be1ea8c093771e0f86b1e1bac58c79d361e8bd4787c05098a177a8d15d70547f684a3564cc8ea6af2ca18c63a7bf4c97156d2d144a96be26e4
|
7
|
+
data.tar.gz: f3d19ebf0b9d46f9da21ae951474cb1ba993ad7f55a6e3cee151cfd91e81d64bc3f131245d4086c3d5431fae9e3d12a15bb37b2621d0aa32077d17132274bbb0
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sluggable_rubby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Techvoot solutions
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
@@ -27,7 +27,7 @@ dependencies:
|
|
27
27
|
description: Adjust the has_slug method in your models accordingly to specify the
|
28
28
|
attribute for generating the slug
|
29
29
|
email:
|
30
|
-
-
|
30
|
+
- hello@techvoot.com
|
31
31
|
executables: []
|
32
32
|
extensions: []
|
33
33
|
extra_rdoc_files: []
|
@@ -38,6 +38,8 @@ homepage: https://github.com/techvootsolutions/rubby-sluggable
|
|
38
38
|
licenses:
|
39
39
|
- MIT
|
40
40
|
metadata:
|
41
|
+
owners: Techvoot solutions
|
42
|
+
pushed_by: Bristina
|
41
43
|
homepage_uri: https://github.com/techvootsolutions/rubby-sluggable
|
42
44
|
source_code_uri: https://github.com/techvootsolutions/rubby-sluggable
|
43
45
|
changelog_uri: https://github.com/techvootsolutions/rubby-sluggable
|