momentous 0.5.0 → 0.5.1
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
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cf162cc8da8203b2ebf89c6a80c2f086dfe5de3
|
|
4
|
+
data.tar.gz: 2540588a339c71d3e64758f5dc4a999967318aeb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b580589e8ca124fb727f93446192d653b5ebb40f98769bd3d2d9de5bf16d23329fd3b40486d5370fb5a9c9131c716f598199a0c684fe727d98b170359f19c3cb
|
|
7
|
+
data.tar.gz: 48d66a9f854d5d6a235141c6213d2c2de3f4387bcf1c2624c89fe60c7d035bc320221e2627267398f650fdfb7ebf9eeaf995176119e147212db8eb08b096acda
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: momentous
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chanaka Sandaruwan
|
|
@@ -10,8 +10,8 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2015-08-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: This library is intended to
|
|
14
|
-
by allowing you to trigger and respond to domain events.
|
|
13
|
+
description: This library is intended to be useful for decoupling your business logic
|
|
14
|
+
by allowing you to trigger and respond to domain model events.
|
|
15
15
|
email: chanakasan@gmail.com
|
|
16
16
|
executables: []
|
|
17
17
|
extensions: []
|
|
@@ -41,5 +41,5 @@ rubyforge_project:
|
|
|
41
41
|
rubygems_version: 2.2.3
|
|
42
42
|
signing_key:
|
|
43
43
|
specification_version: 4
|
|
44
|
-
summary: A library
|
|
44
|
+
summary: A library for working with domain model events.
|
|
45
45
|
test_files: []
|