momentous 0.2.0
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 +7 -0
- data/lib/momentous.rb +4 -0
- metadata +45 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 60bfd18a7c376027ab1d44afb003c1303ef920ed
|
|
4
|
+
data.tar.gz: feff408abab7f6e83cc4489b9dc51827d7e981ad
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 9acc57028eedd9be4f25f390e7a140450c2ca7e33af626c49fa3fbd27fd516da72d4f7156c7623780c0dfd9546c741637018186014aecb920e4eb2333aba3073
|
|
7
|
+
data.tar.gz: cd7cd5d8bc699f1dfbfa2301b47e07770ca433b5a2cd8d43d1dd29eae3f146d94c2a5ae570d171ce6de93f0fc583b37b567cdfa87a9243316174b56b8e4c08d3
|
data/lib/momentous.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: momentous
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.2.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Chanaka Sandaruwan
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2015-07-29 00:00:00.000000000 Z
|
|
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.
|
|
15
|
+
email: chanakasan@gmail.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- lib/momentous.rb
|
|
21
|
+
homepage: https://github.com/chanakasan/momentous
|
|
22
|
+
licenses:
|
|
23
|
+
- Apache License, Version 2.0
|
|
24
|
+
metadata: {}
|
|
25
|
+
post_install_message:
|
|
26
|
+
rdoc_options: []
|
|
27
|
+
require_paths:
|
|
28
|
+
- lib
|
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: 1.9.3
|
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - ">="
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
39
|
+
requirements: []
|
|
40
|
+
rubyforge_project:
|
|
41
|
+
rubygems_version: 2.2.3
|
|
42
|
+
signing_key:
|
|
43
|
+
specification_version: 4
|
|
44
|
+
summary: A library to work with business domain events.
|
|
45
|
+
test_files: []
|