rails-disco 0.4.3 → 0.5.0.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +6 -14
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
YTQwYWU2ZTA5ZWJhMWYwNDRmNjcwOGZmNTI2N2EwZjk0NzFjYmMxMWI0NzJk
|
10
|
-
MDFmM2I5MjQ1NmI2M2U5M2RiMDc1NDA4Yzc4NWRkZmQ1YTE2MmNhNzNhMjI1
|
11
|
-
NGM1OWNkYTE3Y2Y0MTc1OTU5ZDJkOGMzOTBkN2UyZGUzYWI0ZmU=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
Y2EzMWFlZTliY2UwM2FlOTk4OGQ0ODM1NmZhZjgwNmVlMzc0MmVlMzRmOWJk
|
14
|
-
OTdlMmZlOWIzMTU3ZDFlNzNhYTI2MDgzOWVkMWNkYTM2YWEwNzA0NzY3ZTVj
|
15
|
-
NzU5MjE1MWEwNTc4ZGQ1YzI1M2I5YTc1ZTQ0NDNhMjU4ZTU5MTU=
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: b69dd6c58b3b419c26ee69d60cb20c36a83440eb
|
4
|
+
data.tar.gz: 58679880f18894b3f60f9b3911270ae16cac6539
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 6134a3899b292415b5df444262972f990d1db0885c74cadf82bda09d05b7ef05e42b971cdedecf967a0aefc72d1d74617c854ffa7e97c7f273730d65f8464feb
|
7
|
+
data.tar.gz: f69d6c44a5f9a66140a142585a449641d03bd9e101e4436ff59ebf1ce57d01577fa2892c5126a474809b82e729186989825b928ebafc143efd637b09ebea229c
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-disco
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0.pre
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Kranz
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-03-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: drailties
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - '='
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 0.
|
20
|
+
version: 0.5.0.pre
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - '='
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 0.
|
27
|
+
version: 0.5.0.pre
|
28
28
|
description: Rails Disco is a framework on top of the rails framework to provide cqrs
|
29
29
|
and simple event sourcing possibilities to rails.
|
30
30
|
email: rails-disco@hicknhack-software.com
|
@@ -43,19 +43,18 @@ require_paths:
|
|
43
43
|
- lib
|
44
44
|
required_ruby_version: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
|
-
- -
|
46
|
+
- - '>='
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: '0'
|
49
49
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
50
50
|
requirements:
|
51
|
-
- -
|
51
|
+
- - '>'
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version:
|
53
|
+
version: 1.3.1
|
54
54
|
requirements: []
|
55
55
|
rubyforge_project:
|
56
|
-
rubygems_version: 2.
|
56
|
+
rubygems_version: 2.1.11
|
57
57
|
signing_key:
|
58
58
|
specification_version: 4
|
59
59
|
summary: A distributed party with commands, events and projections
|
60
60
|
test_files: []
|
61
|
-
has_rdoc:
|