uniq_identifier 0.0.2 → 0.0.3
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 +6 -1
- data/README.md +1 -1
- data/lib/generators/uniq_identifier/templates/migration.rb +1 -1
- data/lib/uniq_identifier/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a359694ccee8dd0618258f49bf4636b420d97c1
|
|
4
|
+
data.tar.gz: 1bf3f348682d815b16048969209c9ad124c4a2c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab4422445fff7e442bf0465613c27eb5bec83d84b685f0f93a02405cafe41899e44fb132c39e5f6b9c535d0f70d4b774ae6bf7cbb3b1dd1ca4ef08c3e0b0133e
|
|
7
|
+
data.tar.gz: a640c32e7e162e5a3f2253f20f5d0d7a3ec2bca3d1ee2364da4defe25a147361ad528ced7e9b19563744cdd77b925cf9e0855b1566cb5d7236787930cfe1cdf5
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
[](https://travis-ci.org/joel/uniq_identifier) (Travis CI)
|
|
8
8
|
|
|
9
|
-
[](https://coveralls.io/r/joel/uniq_identifier?branch=master)
|
|
10
10
|
|
|
11
11
|
Add an uniq identifier on your models. For make your model agnostic from backend unique identifier.
|
|
12
12
|
|