rails-disco 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
- data/README.md +4 -1
- 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: 0b41356fceed9416530eb63ca84d1174275df611
|
|
4
|
+
data.tar.gz: 3fe25749aba1123df58a54b788829c982e61c591
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1849f79b75e50c07949ea4748c4683e3bbfa96711d376429b3311e2b31bc04160de92f8737fe15dd1a62d3ef0c160c07cd3be9307477e2eb394dfb38eeb789ca
|
|
7
|
+
data.tar.gz: bfd0b942851010f3eadbd8045492c1df1676bc16f0d415d7c571232d7b10da74a3dce9d5ec9cdf9a57884879a4aebaaaed420d738e67b80fc29929b091e96c4d
|
data/README.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
[
|
|
1
|
+
[<img src="https://github.com/hicknhack-software/rails-disco/raw/logo/rails-disco-log.png" alt="Rails Disco Logo" width="200" />](https://github.com/hicknhack-software/rails-disco)
|
|
2
|
+
[](https://travis-ci.org/hicknhack-software/rails-disco)
|
|
2
3
|
[](https://coveralls.io/r/hicknhack-software/rails-disco)
|
|
3
4
|
[](https://gemnasium.com/hicknhack-software/rails-disco)
|
|
4
5
|
[](https://codeclimate.com/github/hicknhack-software/rails-disco)
|
|
6
|
+
[](https://rubygems.org/gems/rails-disco)
|
|
7
|
+
[](https://github.com/hicknhack-software/rails-disco/blob/master/LICENSE)
|
|
5
8
|
|
|
6
9
|
# Rails Disco - A distributed party with commands, events and projections
|
|
7
10
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-disco
|
|
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
|
- HicknHack Software
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-05-
|
|
11
|
+
date: 2014-05-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: disco-railties
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.5.
|
|
19
|
+
version: 0.5.1
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.5.
|
|
26
|
+
version: 0.5.1
|
|
27
27
|
description: |2
|
|
28
28
|
Rails Disco is a framework that extends Rails with support for the best parts of event sourcing.
|
|
29
29
|
|