aggregate_root 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/CHANGELOG.md +5 -0
- data/LICENSE +21 -4
- data/aggregate_root.gemspec +4 -3
- data/lib/aggregate_root/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a965751d58fe2790646dbb60b27b8880b175fd4
|
4
|
+
data.tar.gz: e103500776691fd3413592bd7a22cf606d0c7a69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 593dc8a6a0d82fc905e382e2bf5c5d73b413e2c25c4854ff49480e7aa8c1bd0f4faac8026f7dd90d46186962f8ab8ae8e6ff34e2efd19d4ac1a4f9dbe4f0757c
|
7
|
+
data.tar.gz: 750de283f34ac4ef71a989f129be8aa011ef33360de928f2e71e9afe59bfc22396823d3dec161f4832d8fe1d521f49a898103df8050e33ff17fcff8923243e02
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
@@ -1,5 +1,22 @@
|
|
1
|
-
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2015 Arkency
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
2
22
|
|
3
|
-
Rails EventStore is an Open Source project licensed under the terms of
|
4
|
-
the LGPLv3 license. Please see <http://www.gnu.org/licenses/lgpl-3.0.html>
|
5
|
-
for license text.
|
data/aggregate_root.gemspec
CHANGED
@@ -6,8 +6,9 @@ require 'aggregate_root/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = 'aggregate_root'
|
8
8
|
spec.version = AggregateRoot::VERSION
|
9
|
-
spec.
|
10
|
-
spec.
|
9
|
+
spec.licenses = ['MIT']
|
10
|
+
spec.authors = ['Arkency']
|
11
|
+
spec.email = ['dev@arkency.com']
|
11
12
|
|
12
13
|
spec.summary = %q{Event sourced (with Rails Event Store) aggregate root implementation}
|
13
14
|
spec.description = %q{Event sourced (with Rails Event Store) aggregate root implementation}
|
@@ -23,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
23
24
|
spec.add_development_dependency 'pry'
|
24
25
|
spec.add_development_dependency 'rspec'
|
25
26
|
spec.add_development_dependency 'rails', '~> 4.2.1'
|
26
|
-
spec.add_development_dependency 'ruby_event_store', '~> 0.
|
27
|
+
spec.add_development_dependency 'ruby_event_store', '~> 0.9.0'
|
27
28
|
|
28
29
|
spec.add_dependency 'activesupport', '>= 3.0'
|
29
30
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aggregate_root
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Arkency
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -86,14 +86,14 @@ dependencies:
|
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.
|
89
|
+
version: 0.9.0
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.
|
96
|
+
version: 0.9.0
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: activesupport
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -110,7 +110,7 @@ dependencies:
|
|
110
110
|
version: '3.0'
|
111
111
|
description: Event sourced (with Rails Event Store) aggregate root implementation
|
112
112
|
email:
|
113
|
-
-
|
113
|
+
- dev@arkency.com
|
114
114
|
executables: []
|
115
115
|
extensions: []
|
116
116
|
extra_rdoc_files: []
|
@@ -129,7 +129,8 @@ files:
|
|
129
129
|
- lib/aggregate_root/repository.rb
|
130
130
|
- lib/aggregate_root/version.rb
|
131
131
|
homepage: ''
|
132
|
-
licenses:
|
132
|
+
licenses:
|
133
|
+
- MIT
|
133
134
|
metadata: {}
|
134
135
|
post_install_message:
|
135
136
|
rdoc_options: []
|