like_im_five 1.0.1 → 1.0.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/like_im_five/version.rb +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: 2ab66e2bdd265eb33d322213dd7d8e5ef400a457b3d835061d843cd68c4680be
|
4
|
+
data.tar.gz: f4ca8559a1d5fcbe38b23e8a15dc2e1525a2d056f92f5b6020f79077847ccbdb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65103e508ac46ba5aacb228829742b4f2c88809dd297a65bb1c205922cf6a1a759c47417def97a9ecdb2f079bb0910b63bb07fcd5555c583775b357f32013339
|
7
|
+
data.tar.gz: 7313c03645f5b359de041e6f64001a4283c9ad8fed6b342458662351567f3a7ca0106bedf1ffabd3e46fc4ecc7e32620bc212983b442f085cdcb057d9e06d67f
|
data/lib/like_im_five/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: like_im_five
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Clément Morisset
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '3.2'
|
41
41
|
description: Like Im Five generate a file with factories you need to test a specific
|
42
|
-
object. It use
|
42
|
+
object. It use your development database to retrieve the object you want and all
|
43
43
|
associations you will have need to setup the test.
|
44
44
|
email:
|
45
45
|
- morissetcl87@gmail.com
|