active_event 0.5.0.pre2 → 0.5.0.rc1
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 +4 -4
- data/README.md +8 -2
- data/lib/active_event/version.rb +1 -1
- metadata +12 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0df39498450073bf6bf49850bc447905357304b3
|
|
4
|
+
data.tar.gz: 8e4786282803b2b68c778bdfa8cb0a65959d7933
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed27ccdfc4e679f921f7881fbabbcd96c1f57be673604003fb478eda30376ebf39ccdc65c508aab03ca37472cd52b34627fd2796468e45a570a48f0ddf32fafe
|
|
7
|
+
data.tar.gz: b1fa25522dccbec544fae7f76a636f84cd900d8509dca1d9108adee709a9d80274d66e1ae09ca9de498e337e0b55da7a0a009b12d635c8192c6ef0b6df91ae7e
|
data/README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Active Event
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Contains commands, events, validations for Rails Disco.
|
|
4
|
+
|
|
5
|
+
Commands are used to transport updates from Rails to the domain.
|
|
6
|
+
Validations are used to validate commands in Rails and the domain.
|
|
7
|
+
Events are created in the domain and processed in projections.
|
|
8
|
+
|
|
9
|
+
Have a look at the [rails-disco](https://github.com/hicknhack-software/rails-disco/wiki) documentation on Github for more details.
|
data/lib/active_event/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_event
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.0.
|
|
4
|
+
version: 0.5.0.rc1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- HicknHack Software
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-03-
|
|
11
|
+
date: 2014-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -134,7 +134,14 @@ dependencies:
|
|
|
134
134
|
- - '>='
|
|
135
135
|
- !ruby/object:Gem::Version
|
|
136
136
|
version: '0'
|
|
137
|
-
description:
|
|
137
|
+
description: |2
|
|
138
|
+
Contains commands, events, validations for Rails Disco.
|
|
139
|
+
|
|
140
|
+
Commands are used to transport updates from Rails to the domain.
|
|
141
|
+
Validations are used to validate commands in Rails and the domain.
|
|
142
|
+
Events are created in the domain and processed in projections.
|
|
143
|
+
|
|
144
|
+
Have a look at the rails-disco documentation on Github for more details.
|
|
138
145
|
email: rails-disco@hicknhack-software.com
|
|
139
146
|
executables: []
|
|
140
147
|
extensions: []
|
|
@@ -196,7 +203,7 @@ rubyforge_project:
|
|
|
196
203
|
rubygems_version: 2.1.11
|
|
197
204
|
signing_key:
|
|
198
205
|
specification_version: 4
|
|
199
|
-
summary:
|
|
206
|
+
summary: Commands, Events and Validations for Rails Disco
|
|
200
207
|
test_files:
|
|
201
208
|
- spec/factories/event_factory.rb
|
|
202
209
|
- spec/lib/command_spec.rb
|