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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9269e58f11949ca02b4479e63e6dd488d468b5ff
4
- data.tar.gz: 0837b3165ceb42ac6f397d83969a17cdd7c266d2
3
+ metadata.gz: 1a965751d58fe2790646dbb60b27b8880b175fd4
4
+ data.tar.gz: e103500776691fd3413592bd7a22cf606d0c7a69
5
5
  SHA512:
6
- metadata.gz: 0eabb50f5828c8a6320bd2e536d4897aa541319b7cc3e896487298a4447dda66eceda91f136026283717e368c26ee2f74cdb08bfee58ecb0bc702559a5305dfd
7
- data.tar.gz: ec9964ba3c5bbb967927ec869acacf31da1b5693659329a58c2a102ecb629c7b60c1fef2f9d1d2e8e93a226ccd4c4a644efb918235d9f0cbe98d0c884aa1114d
6
+ metadata.gz: 593dc8a6a0d82fc905e382e2bf5c5d73b413e2c25c4854ff49480e7aa8c1bd0f4faac8026f7dd90d46186962f8ab8ae8e6ff34e2efd19d4ac1a4f9dbe4f0757c
7
+ data.tar.gz: 750de283f34ac4ef71a989f129be8aa011ef33360de928f2e71e9afe59bfc22396823d3dec161f4832d8fe1d521f49a898103df8050e33ff17fcff8923243e02
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ### 0.3.1 (24.06.2016)
2
+
3
+ * Change: ruby_event_store updated to 0.9.0
4
+ * Fix: Clarify Licensing terms - MIT licence it is from now
5
+
1
6
  ### 0.3.0 (21.06.2016)
2
7
 
3
8
  * Change: Replace RailsEventStore dependency with moer generic RubyEventStore
data/LICENSE CHANGED
@@ -1,5 +1,22 @@
1
- Copyright (c) Arkency
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.
@@ -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.authors = ['mpraglowski']
10
- spec.email = ['m@praglowski.com']
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.8.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
@@ -1,3 +1,3 @@
1
1
  module AggregateRoot
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  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.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
- - mpraglowski
7
+ - Arkency
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-21 00:00:00.000000000 Z
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.8.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.8.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
- - m@praglowski.com
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: []