auto_demeter 0.0.11 → 0.0.12
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/README.md +0 -5
- data/lib/auto_demeter/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c478f9df3c1b6f1c7e5b7d9aa38a96362326fdd7acdee6bef3de8817278690d
|
|
4
|
+
data.tar.gz: '00187a4d4ef1be491625b9709a41824fb385edb7c2aebebefd3de0034afd074a'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17b1122f3f982ea564a70f9fa9d0bbe02ec8897440b793dd2e8392c897cfea73ae2191dfcd75a04b98e49ce25756bec294fb2f6c7ecf617b05b5f727bfc2fc60
|
|
7
|
+
data.tar.gz: 5fdc2cec66519a27f264ece2a9be9749e67ca057d69c4ccc398531c1f9770d6f3eed2e659dbfc0c7175fa7d62a487a1d4605e5d3785092f1cae4fa5897500012
|
data/README.md
CHANGED
|
@@ -52,8 +52,3 @@ without having to define manager_name on the association.
|
|
|
52
52
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
53
53
|
5. Create new Pull Request
|
|
54
54
|
|
|
55
|
-
## Todo
|
|
56
|
-
|
|
57
|
-
1. Tests
|
|
58
|
-
2. More tests around the is and is_not mechanism
|
|
59
|
-
3. Potentially deprecate the is and is_not mechanism which should really be handled in a different gem.
|
data/lib/auto_demeter/version.rb
CHANGED