groupy 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +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: 143c5771e18defb2d1c7163cd87b94427f8855c747b4cb708fa72e88414bb307
|
4
|
+
data.tar.gz: 07c4ad621641c8d98c044ea7dc7b3aec5bb32673465a91a71c29fc2cb9c320d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0660ab3d70c99821cfe53dfbbc773d2dc329e88c17e4b2682314ce0eb6b9d6d4eb46eb3f331350e3819ea0eaa65f6ece28b37d0d57ad2de3fb2a0d92d7786c0e
|
7
|
+
data.tar.gz: 2999a5621668c3b42bd2d4513582e62d2a4cf6772761a3d5b1f480cdebb246f070aaa50bad5281a16322fe649077b3e5222a81d372bbe46854dd4280af578cb9
|
data/Rakefile
CHANGED
@@ -33,7 +33,7 @@ spec = Gem::Specification.new do |s|
|
|
33
33
|
|
34
34
|
# Change these as appropriate
|
35
35
|
s.name = "groupy"
|
36
|
-
s.version = "0.3.
|
36
|
+
s.version = "0.3.1"
|
37
37
|
s.summary = "Categorise Active Records in nested groups with magical scopes, ? methods, and constants."
|
38
38
|
s.author = "Matthew Rudy Jacobs"
|
39
39
|
s.email = "MatthewRudyJacobs@gmail.com"
|