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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9fda1906bf0c168e1a72533db653484e1a090cac
4
- data.tar.gz: 9d0316eb0a4991b5946987ba2aef0849332a8108
3
+ metadata.gz: 0df39498450073bf6bf49850bc447905357304b3
4
+ data.tar.gz: 8e4786282803b2b68c778bdfa8cb0a65959d7933
5
5
  SHA512:
6
- metadata.gz: 159a18fd05d157683d785797a76fd0ff2cd2c766b026966f8ce405012baf709a2bf4d2e3a680ef9b811a82509456400d57d3b18cceb18faad9e27b63d8314496
7
- data.tar.gz: 4aa11e82f5f5137273a7c0138f12fc4418286eb61a4642935d165aeaf0544f5366dc08297a69e953ba30d44656375751f9392a49b04f86ef899cb76f74e1bd2a
6
+ metadata.gz: ed27ccdfc4e679f921f7881fbabbcd96c1f57be673604003fb478eda30376ebf39ccdc65c508aab03ca37472cd52b34627fd2796468e45a570a48f0ddf32fafe
7
+ data.tar.gz: b1fa25522dccbec544fae7f76a636f84cd900d8509dca1d9108adee709a9d80274d66e1ae09ca9de498e337e0b55da7a0a009b12d635c8192c6ef0b6df91ae7e
data/README.md CHANGED
@@ -1,3 +1,9 @@
1
- # Activeevent
1
+ # Active Event
2
2
 
3
- TODO: Write a gem description
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.
@@ -1,7 +1,7 @@
1
1
  module ActiveEvent
2
2
  # Returns the version of the currently loaded ActiveEvent as a Gem::Version
3
3
  def self.version
4
- Gem::Version.new '0.5.0.pre2'
4
+ Gem::Version.new '0.5.0.rc1'
5
5
  end
6
6
 
7
7
  module VERSION #:nodoc:
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.pre2
4
+ version: 0.5.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
- - Andreas Reischuck
7
+ - HicknHack Software
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-22 00:00:00.000000000 Z
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: Event server, validations, commands and events for rails-disco
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: Simple event sourcing stuff (part of rails-disco)
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