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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26ad20c6db82812b8ee8ddae3409126ac58f0841
4
- data.tar.gz: 1d5a5ce3ff93dc3796e540c752e9eff3e7688bda
3
+ metadata.gz: 0b41356fceed9416530eb63ca84d1174275df611
4
+ data.tar.gz: 3fe25749aba1123df58a54b788829c982e61c591
5
5
  SHA512:
6
- metadata.gz: 480d3019120228c79da31bea4c19ee6a6a87caab25f814edc1d2d17b7b51b50f3d3ded4a33a3c2a6c8d675cf1fb46f0845e65486385eeaaddaa264520b00cc9f
7
- data.tar.gz: 8e4775fe9efa55c8178799f1e1b7605889369a6c9cb7eacf16464a6792b2f247315776f835ee3ad2c85992e7fdf9ee1c97119e12ee88e9832aec4f68aeeb95cc
6
+ metadata.gz: 1849f79b75e50c07949ea4748c4683e3bbfa96711d376429b3311e2b31bc04160de92f8737fe15dd1a62d3ef0c160c07cd3be9307477e2eb394dfb38eeb789ca
7
+ data.tar.gz: bfd0b942851010f3eadbd8045492c1df1676bc16f0d415d7c571232d7b10da74a3dce9d5ec9cdf9a57884879a4aebaaaed420d738e67b80fc29929b091e96c4d
data/README.md CHANGED
@@ -1,7 +1,10 @@
1
- [![Build Status](https://travis-ci.org/hicknhack-software/rails-disco.png?branch=master)](https://travis-ci.org/hicknhack-software/rails-disco)
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
+ [![Build Status](https://travis-ci.org/hicknhack-software/rails-disco.svg?branch=master)](https://travis-ci.org/hicknhack-software/rails-disco)
2
3
  [![Coverage Status](https://coveralls.io/repos/hicknhack-software/rails-disco/badge.png)](https://coveralls.io/r/hicknhack-software/rails-disco)
3
4
  [![Dependency Status](https://gemnasium.com/hicknhack-software/rails-disco.png)](https://gemnasium.com/hicknhack-software/rails-disco)
4
5
  [![Code Climate](https://codeclimate.com/github/hicknhack-software/rails-disco.png)](https://codeclimate.com/github/hicknhack-software/rails-disco)
6
+ [![Gem Version](http://img.shields.io/gem/v/rails-disco.svg)](https://rubygems.org/gems/rails-disco)
7
+ [![License](http://img.shields.io/badge/license-MIT-blue.svg)](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.0
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-05 00:00:00.000000000 Z
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.0
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.0
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