diaspora_federation-rails 0.0.8 → 0.0.9
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 +3 -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: 43e0445fbd49bc2f9bfceaece35640021683bcb7
|
4
|
+
data.tar.gz: da473d5b4494a4c96b724ec779c764e45092a7e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
[](https://travis-ci.org/SuperTux88/diaspora_federation)
|
5
|
+
**master:** [](https://travis-ci.org/SuperTux88/diaspora_federation)
|
6
|
+
**develop:** [](https://travis-ci.org/SuperTux88/diaspora_federation)
|
7
|
+
|
6
8
|
[](https://codeclimate.com/github/SuperTux88/diaspora_federation)
|
7
9
|
[](https://codeclimate.com/github/SuperTux88/diaspora_federation/coverage)
|
8
10
|
[](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.
|
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-
|
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.
|
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.
|
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:
|