aggregate_root 2.0.3 → 2.1.0

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
  SHA256:
3
- metadata.gz: e81a87f17d9f8912e6df7e2ef9dcca7bf1950d0ef3bff6bc892be28354d900cd
4
- data.tar.gz: 9cde69a239eb760fa85659e1749a34ef74f62a7854b5b4a16b26ddf03447596d
3
+ metadata.gz: 506e445ebb792e32a773f2ac2e8e23f414209d3782a374195d2d999cf7f3a7df
4
+ data.tar.gz: d5877ac859dfabb7f1f873d5ffcb6f8c664e34fb69ee2d6846ce184a65d2fdbf
5
5
  SHA512:
6
- metadata.gz: 72aa12121ee38baa88a6299e0c58d77c6cb80e67b1a0a618a64311131974ee0adb6194b3bb9a1bde2519f3688ab7fee0fa3809578b3ef79bc6d6d0f514d42192
7
- data.tar.gz: ce1bf87d91744e0bc73e124acf73e4af51790d481ba0a9edfa3fa72149ef5ab5c77c945cfbfedb91aadad6bdee3273526b2697d48ed05a9897a54972ac3c9dd0
6
+ metadata.gz: 2941c2036decd322cbcac7448fe4cd5aaf34b838faf11c2fe2969d1681d5f5a506feef03e9f4c40b25a7b08d76264d165f7cbdb49ad000d4e11e2865a4a81e9e
7
+ data.tar.gz: d764ea6bd1d8bf91452202990f353d95305edb13e0f37378aad86e6f64f2ca402a2d9f52aa2c5a6c5b6c44e56264bf99b2cb524f3215954755011a17b493fd32
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # AggregateRoot
2
2
 
3
- Event sourced (with Rails Event Store) aggregate root implementation.
3
+ Event sourced aggregate root implementation for RubyEventStore.
4
4
 
5
- For configuration & usage documentation see [Event Sourcing with AggregateRoot](https://railseventstore.org/docs/app/).
5
+ Find out more at [https://railseventstore.org](https://railseventstore.org/)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AggregateRoot
4
- VERSION = "2.0.3"
4
+ VERSION = "2.1.0"
5
5
  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: 2.0.3
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arkency
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-01 00:00:00.000000000 Z
11
+ date: 2021-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby2_keywords
@@ -30,27 +30,22 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 2.0.3
33
+ version: 2.1.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 2.0.3
41
- description: Event sourced (with Rails Event Store) aggregate root implementation
42
- email:
43
- - dev@arkency.com
40
+ version: 2.1.0
41
+ description:
42
+ email: dev@arkency.com
44
43
  executables: []
45
44
  extensions: []
46
- extra_rdoc_files: []
45
+ extra_rdoc_files:
46
+ - README.md
47
47
  files:
48
- - CHANGELOG.md
49
- - Gemfile
50
- - Gemfile.lock
51
- - Makefile
52
48
  - README.md
53
- - aggregate_root.gemspec
54
49
  - lib/aggregate_root.rb
55
50
  - lib/aggregate_root/configuration.rb
56
51
  - lib/aggregate_root/default_apply_strategy.rb
@@ -62,7 +57,7 @@ homepage: https://railseventstore.org
62
57
  licenses:
63
58
  - MIT
64
59
  metadata:
65
- homepage_uri: https://railseventstore.org/
60
+ homepage_uri: https://railseventstore.org
66
61
  changelog_uri: https://github.com/RailsEventStore/rails_event_store/releases
67
62
  source_code_uri: https://github.com/RailsEventStore/rails_event_store
68
63
  bug_tracker_uri: https://github.com/RailsEventStore/rails_event_store/issues
@@ -74,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
74
69
  requirements:
75
70
  - - ">="
76
71
  - !ruby/object:Gem::Version
77
- version: '0'
72
+ version: '2.5'
78
73
  required_rubygems_version: !ruby/object:Gem::Requirement
79
74
  requirements:
80
75
  - - ">="
@@ -84,5 +79,5 @@ requirements: []
84
79
  rubygems_version: 3.1.4
85
80
  signing_key:
86
81
  specification_version: 4
87
- summary: Event sourced (with Rails Event Store) aggregate root implementation
82
+ summary: Event sourced aggregate root implementation for RubyEventStore
88
83
  test_files: []
data/CHANGELOG.md DELETED
@@ -1,55 +0,0 @@
1
- Further changes can be tracked at [releases page](https://github.com/RailsEventStore/rails_event_store/releases).
2
-
3
- ### 0.4.0 (28.10.2016)
4
-
5
- * Change: redesign whole gem from scratch making it easier to use
6
- This is a breaking change!
7
-
8
- ### 0.3.6 (18.10.2016)
9
-
10
- * Change: ruby_event_store updated to 0.13.0
11
-
12
- ### 0.3.5 (11.08.2016)
13
-
14
- * Fix an issue when default apply strategy generated a wrong method name #7
15
-
16
- ### 0.3.4 (10.08.2016)
17
-
18
- * Fix: missing keyword argument name
19
-
20
- ### 0.3.3 (10.08.2016)
21
-
22
- * Change: ruby_event_store updated to 0.12.0
23
-
24
- ### 0.3.2 (12.07.2016)
25
-
26
- * Change: ruby_event_store updated to 0.11.0
27
-
28
- ### 0.3.1 (24.06.2016)
29
-
30
- * Change: ruby_event_store updated to 0.9.0
31
- * Fix: Clarify Licensing terms - MIT license it is from now
32
-
33
- ### 0.3.0 (21.06.2016)
34
-
35
- * Change: Replace RailsEventStore dependency with more generic RubyEventStore
36
-
37
- ### 0.2.1 (21.03.2016)
38
-
39
- * rails_event_store updated to 0.5.0
40
-
41
- ### 0.2.0 (17.03.2016)
42
-
43
- * rails_event_store updated to 0.4.0
44
-
45
- ### 0.1.0 (25.02.2016)
46
-
47
- * Revert dependency on RailsEventStore #3
48
-
49
- ### 0.0.2 (29.01.2016)
50
-
51
- * Update RailsEventStore to 0.2.0
52
-
53
- ### 0.0.1 (28.01.2016)
54
-
55
- Initial release. Code extracted from RailsEventStore.
data/Gemfile DELETED
@@ -1,10 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source 'https://rubygems.org'
4
- git_source(:github) { |repo| "https://github.com/#{repo}.git" }
5
- gemspec
6
-
7
- eval_gemfile '../support/bundler/Gemfile.shared'
8
-
9
- gem 'ruby_event_store', path: '../ruby_event_store'
10
- gem 'activesupport', '~> 5.0'
data/Gemfile.lock DELETED
@@ -1,121 +0,0 @@
1
- PATH
2
- remote: ../ruby_event_store
3
- specs:
4
- ruby_event_store (2.0.3)
5
- concurrent-ruby (~> 1.0, >= 1.1.6)
6
-
7
- PATH
8
- remote: .
9
- specs:
10
- aggregate_root (2.0.3)
11
- ruby2_keywords
12
- ruby_event_store (= 2.0.3)
13
-
14
- GEM
15
- remote: https://oss:7AXfeZdAfCqL1PvHm2nvDJO6Zd9UW8IK@gem.mutant.dev/
16
- specs:
17
- abstract_type (0.0.7)
18
- activesupport (5.2.4.4)
19
- concurrent-ruby (~> 1.0, >= 1.0.2)
20
- i18n (>= 0.7, < 2)
21
- minitest (~> 5.1)
22
- tzinfo (~> 1.1)
23
- adamantium (0.2.0)
24
- ice_nine (~> 0.11.0)
25
- memoizable (~> 0.4.0)
26
- anima (0.3.2)
27
- abstract_type (~> 0.0.7)
28
- adamantium (~> 0.2)
29
- equalizer (~> 0.0.11)
30
- ast (2.4.1)
31
- concord (0.1.6)
32
- adamantium (~> 0.2.0)
33
- equalizer (~> 0.0.9)
34
- concurrent-ruby (1.1.7)
35
- diff-lcs (1.4.4)
36
- equalizer (0.0.11)
37
- i18n (1.8.5)
38
- concurrent-ruby (~> 1.0)
39
- ice_nine (0.11.2)
40
- memoizable (0.4.2)
41
- thread_safe (~> 0.3, >= 0.3.1)
42
- minitest (5.14.2)
43
- mprelude (0.1.0)
44
- abstract_type (~> 0.0.7)
45
- adamantium (~> 0.2.0)
46
- concord (~> 0.1.5)
47
- equalizer (~> 0.0.9)
48
- ice_nine (~> 0.11.1)
49
- procto (~> 0.0.2)
50
- mutant-license (0.1.1.2.1627430819213747598431630701693729869473.0)
51
- parser (3.0.0.0)
52
- ast (~> 2.4.1)
53
- procto (0.0.3)
54
- rspec-core (3.10.1)
55
- rspec-support (~> 3.10.0)
56
- rspec-expectations (3.10.1)
57
- diff-lcs (>= 1.2.0, < 2.0)
58
- rspec-support (~> 3.10.0)
59
- rspec-mocks (3.10.1)
60
- diff-lcs (>= 1.2.0, < 2.0)
61
- rspec-support (~> 3.10.0)
62
- rspec-support (3.10.1)
63
- ruby2_keywords (0.0.5)
64
- thread_safe (0.3.6)
65
- tzinfo (1.2.9)
66
- thread_safe (~> 0.1)
67
- unparser (0.5.6)
68
- abstract_type (~> 0.0.7)
69
- adamantium (~> 0.2.0)
70
- anima (~> 0.3.1)
71
- concord (~> 0.1.5)
72
- diff-lcs (~> 1.3)
73
- equalizer (~> 0.0.9)
74
- mprelude (~> 0.1.0)
75
- parser (>= 3.0.0)
76
- procto (~> 0.0.2)
77
- variable (0.0.1)
78
- equalizer (~> 0.0.11)
79
-
80
- GEM
81
- remote: https://rubygems.org/
82
- specs:
83
- mutant (0.10.22)
84
- abstract_type (~> 0.0.7)
85
- adamantium (~> 0.2.0)
86
- anima (~> 0.3.1)
87
- ast (~> 2.2)
88
- concord (~> 0.1.5)
89
- diff-lcs (~> 1.3)
90
- equalizer (~> 0.0.9)
91
- ice_nine (~> 0.11.1)
92
- memoizable (~> 0.4.2)
93
- mprelude (~> 0.1.0)
94
- parser (~> 3.0.0)
95
- procto (~> 0.0.2)
96
- unparser (~> 0.5.6)
97
- variable (~> 0.0.1)
98
- mutant-rspec (0.10.22)
99
- mutant (= 0.10.22)
100
- rspec-core (>= 3.8.0, < 4.0.0)
101
- rake (13.0.3)
102
- rspec (3.10.0)
103
- rspec-core (~> 3.10.0)
104
- rspec-expectations (~> 3.10.0)
105
- rspec-mocks (~> 3.10.0)
106
-
107
- PLATFORMS
108
- ruby
109
-
110
- DEPENDENCIES
111
- activesupport (~> 5.0)
112
- aggregate_root!
113
- mutant (~> 0.10.21)
114
- mutant-license!
115
- mutant-rspec (~> 0.10.21)
116
- rake (>= 10.0)
117
- rspec (~> 3.6)
118
- ruby_event_store!
119
-
120
- BUNDLED WITH
121
- 2.2.27
data/Makefile DELETED
@@ -1,11 +0,0 @@
1
- GEM_VERSION = $(shell cat ../RES_VERSION)
2
- GEM_NAME = aggregate_root
3
- REQUIRE = $(GEM_NAME)
4
- IGNORE =
5
- SUBJECT ?= AggregateRoot*
6
-
7
- include ../support/make/install.mk
8
- include ../support/make/test.mk
9
- include ../support/make/mutant.mk
10
- include ../support/make/gem.mk
11
- include ../support/make/help.mk
@@ -1,29 +0,0 @@
1
- # coding: utf-8
2
-
3
- lib = File.expand_path('../lib', __FILE__)
4
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
- require 'aggregate_root/version'
6
-
7
- Gem::Specification.new do |spec|
8
- spec.name = 'aggregate_root'
9
- spec.version = AggregateRoot::VERSION
10
- spec.licenses = ['MIT']
11
- spec.authors = ['Arkency']
12
- spec.email = ['dev@arkency.com']
13
-
14
- spec.summary = %q{Event sourced (with Rails Event Store) aggregate root implementation}
15
- spec.description = %q{Event sourced (with Rails Event Store) aggregate root implementation}
16
- spec.homepage = 'https://railseventstore.org'
17
- spec.metadata = {
18
- "homepage_uri" => "https://railseventstore.org/",
19
- "changelog_uri" => "https://github.com/RailsEventStore/rails_event_store/releases",
20
- "source_code_uri" => "https://github.com/RailsEventStore/rails_event_store",
21
- "bug_tracker_uri" => "https://github.com/RailsEventStore/rails_event_store/issues",
22
- }
23
-
24
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test/|spec/|features/|.mutant.yml)}) }
25
- spec.require_paths = ['lib']
26
-
27
- spec.add_dependency 'ruby2_keywords'
28
- spec.add_dependency 'ruby_event_store', '= 2.0.3'
29
- end