activeshepherd 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6aedd38764552813b40c075d7215d87b588d37cf
4
- data.tar.gz: 53fa8aa99d06d683c778a4b045a9f051e0c47c10
3
+ metadata.gz: 41e1a1530dde62f01c7757c0c19d5d4ea7a8b0fd
4
+ data.tar.gz: 2936405b028033f8375f00a641231b8934630732
5
5
  SHA512:
6
- metadata.gz: d2c9ed3ee3217b7d9ebe2c0e153742e1b6f721bab5c929a19b4936809e49d13fbe1bfa6f60111f48a3c3bc883e8d964fda86313ac1006dc8c4d02815113c0c97
7
- data.tar.gz: 43dbfc71a82519448d42a9d1abaf8ec1647d804498ff5bc65ff3f61a322d38e8bd70d34284db7537f392336f4e3af8c07c916fe5b4c2b19ab57e64d9ca1fc83e
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.
@@ -1,3 +1,3 @@
1
1
  module ActiveShepherd
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeshepherd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ntl