domain_driven 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e352c6b7fff53c18fea214bd5a63e14d91f1522
4
- data.tar.gz: c18bda3639b777e34fcd0d27d2de96e045d6261a
3
+ metadata.gz: 9bb12d535dea79b8e0eb9ac30203f27dc0b00670
4
+ data.tar.gz: d94e3602f95a715d9c750462e11f4dd452c9c6a4
5
5
  SHA512:
6
- metadata.gz: 7b43bf4fbfb629019299c68306fa1135a47b203bc1dc60c786e3a27c0f3038465afc14e31b7111772fe0af694af7d4a0780cf276c0c83c6167955c46eea746a1
7
- data.tar.gz: 62410e6c6d1dd39f1c0c9e8b2c2a2dfcad131f5367b39dc16ab0918b71106c5dcf10ee6a78a23001010a969f02ba9eafcc9ec50259df0d273e42980ed685c084
6
+ metadata.gz: 286f326e5e1ba7621cb5ae31c299bb780e13cd05e92eae88bf28d3e46280a8171cafacc083cdd3c9eaad1ae03cb711ecb34f434b82565206fcc4815859871d15
7
+ data.tar.gz: 40c132e2cc378b64db9fd2d189aaa12fe0d4768239fe894f2dae1e899a41171c7110a0b8ea45281241646bb1bd23815bea75c3f47abd49a5c143150435b3a5a0
@@ -6,8 +6,8 @@ require 'domain_driven/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "domain_driven"
8
8
  spec.version = DomainDriven::VERSION
9
- spec.authors = ["Mark Windholtz"]
10
- spec.email = ["mark@agiledna.com"]
9
+ spec.authors = ["Mark Windholtz", "Rob Biedenharn" ]
10
+ spec.email = ["mark@agiledna.com", "Rob@AgileConsultingLLC.com"]
11
11
  spec.summary = %q{Domain Driven provides Rails hooks for a Domain Driven Design}
12
12
  spec.description = %q{Domain Driven provides Rails abstract classes and generators to support for a Domain Driven Design}
13
13
  spec.homepage = "https://github.com/mwindholtz/domain_driven"
@@ -1,3 +1,3 @@
1
1
  module DomainDriven
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.8.1"
3
3
  end
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domain_driven
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Windholtz
8
+ - Rob Biedenharn
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
@@ -126,6 +127,7 @@ description: Domain Driven provides Rails abstract classes and generators to sup
126
127
  for a Domain Driven Design
127
128
  email:
128
129
  - mark@agiledna.com
130
+ - Rob@AgileConsultingLLC.com
129
131
  executables: []
130
132
  extensions: []
131
133
  extra_rdoc_files: []