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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70cd57f9d69c58b9021dbdca1da6a0127eb348be
4
- data.tar.gz: c6ac8cf74330d3aadd7db10e3fec7c3da4a12a05
3
+ metadata.gz: 9cf162cc8da8203b2ebf89c6a80c2f086dfe5de3
4
+ data.tar.gz: 2540588a339c71d3e64758f5dc4a999967318aeb
5
5
  SHA512:
6
- metadata.gz: 2d09d635e1c5eb9d55d62fc08665c051abfdb50505ee12acc50095c7157027d2548c59cd6503861fda0518e62287f87c82d9ffae6f6aa5cdbec617496b1c703d
7
- data.tar.gz: cc339ca05879bd822eb696be53b6468ab2c9ed96a1eb7f866c6625a78dc621a5ed5fdf32d6ff743a5ed738236cb9ee2bb3a141006c9428063211da93ae509429
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.0
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 help you decouple business logic of an app
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 to work with business domain events.
44
+ summary: A library for working with domain model events.
45
45
  test_files: []