diaspora_federation-rails 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1688bd8690088e5383daffc70a8469d931afc92
4
- data.tar.gz: 13d4cc158866a1479018e807830cb9a4b9527329
3
+ metadata.gz: 43e0445fbd49bc2f9bfceaece35640021683bcb7
4
+ data.tar.gz: da473d5b4494a4c96b724ec779c764e45092a7e5
5
5
  SHA512:
6
- metadata.gz: e84d71bbee8f780deec01fbbe81c356556d721482813c1e99829913ff26777f14564b803db8630ef65d2389d28518e44ca4f5b9230b65969bb100b400748ecde
7
- data.tar.gz: 5608548d1e4eb803b53d0ebb28161ff07aee9aa07765aed5584102f20c53926e4687e817ee3098f2c8ea72effc0a8432bdd40443e5750d42e5a1d69f302bf251
6
+ metadata.gz: 6dbe8419f725b7219a8889863b4a0e9ab39923c778f8d8a1c05ad5608a943c9f0c349ce131c1997c302caf04116fdb6b9e989df6fd90c8a86d1dc33aef09550e
7
+ data.tar.gz: 64dbab98751feb7e2d7aed43303936ba889bdec5a15d15d54ad3d7e615d0a69e8cff9cd6229e6814f55fd80c1c2683231597cae5f651e6c24aa68876c5c8a3d4
data/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  **A library that provides functionalities needed for the diaspora* federation protocol**
4
4
 
5
- [![Build Status](https://travis-ci.org/SuperTux88/diaspora_federation.svg?branch=master)](https://travis-ci.org/SuperTux88/diaspora_federation)
5
+ **master:** [![Build Status master](https://travis-ci.org/SuperTux88/diaspora_federation.svg?branch=master)](https://travis-ci.org/SuperTux88/diaspora_federation)
6
+ **develop:** [![Build Status develop](https://travis-ci.org/SuperTux88/diaspora_federation.svg?branch=develop)](https://travis-ci.org/SuperTux88/diaspora_federation)
7
+
6
8
  [![Code Climate](https://codeclimate.com/github/SuperTux88/diaspora_federation/badges/gpa.svg)](https://codeclimate.com/github/SuperTux88/diaspora_federation)
7
9
  [![Test Coverage](https://codeclimate.com/github/SuperTux88/diaspora_federation/badges/coverage.svg)](https://codeclimate.com/github/SuperTux88/diaspora_federation/coverage)
8
10
  [![Dependency Status](https://gemnasium.com/SuperTux88/diaspora_federation.svg)](https://gemnasium.com/SuperTux88/diaspora_federation)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: diaspora_federation-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Neff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-19 00:00:00.000000000 Z
11
+ date: 2015-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.0.8
33
+ version: 0.0.9
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.0.8
40
+ version: 0.0.9
41
41
  description: A rails engine that adds the diaspora* federation protocol to a rails
42
42
  app
43
43
  email: