activeshepherd 0.8.0 → 0.8.1
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 -4
- data/lib/active_shepherd/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: 41e1a1530dde62f01c7757c0c19d5d4ea7a8b0fd
|
|
4
|
+
data.tar.gz: 2936405b028033f8375f00a641231b8934630732
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 442b6aa652aec3baf5092ced90ed1d2deac3ecf3309e4ae24714de997ade64ff0b21eb7187bb92a8e73a0956e1f88c651401e9510b9c4b44ec32cb0a1b58b8ef
|
|
7
|
+
data.tar.gz: 08430bda0cae449fbf7476aec6b26ff53de1b31d69181ca934f3485e8a187e74560c8463ac81542047d12704c2d7d86cd74dcdbe1a67e19f9bd71cd018d888a6
|
data/README.md
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
# WARNING: DANGER AHEAD!
|
|
2
|
-
|
|
3
|
-
*This repo is titled "eat-my-babies" for a reason. It's essentially scratch code at this point.*
|
|
4
|
-
|
|
5
1
|
# ActiveShepherd
|
|
6
2
|
|
|
7
3
|
Is your app/models directory growing unweildy? Do you find yourself desiring the notion of aggregates to help corral your less important models under the umbrella of more important "business entities?" That's the problem I had that led me to write this gem. I wanted to be able to reason about an entire namespace of models as one thing; or an "aggregate" in enterprisey development parlance.
|