diaspora_federation-rails 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Changelog.md +14 -0
  3. data/README.md +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4d3a15fa6ba43d07d5680921743b2354eb2c511
4
- data.tar.gz: c891f63a89fd28f80bbe5756aeb562fd71c65a79
3
+ metadata.gz: 0efb01770bd8601897a925d3c3f8bfa7dff15232
4
+ data.tar.gz: 251d16214041210a89f9e2637720fa3473fa76a3
5
5
  SHA512:
6
- metadata.gz: f6600d0a0c9ae9e9eafdded9aa031b29bfab2a0780e32eadb6a318dc4bbb7ae0234b288a3f847a87e33de365100a0a923a5354a27cab66183d4150e0be260dca
7
- data.tar.gz: 60c173ab2919be293d0e0e3121d1b13ecb52b68beb7b8fc08f0760792cd79d9d00b09edaf6b8915cb747b320d11f1f3024e60f7c56e887b7162762766c3d91d6
6
+ metadata.gz: 9528323ee45615fdeface2d27a450df4d737eee527099a9113e445014bb25fff0689b4377e973363936ffb7e5eb82ac5a83a8efb2aad9af324e33046bd82baaf
7
+ data.tar.gz: 9080854f492447fb7b3a184095a05f0516937e1c941ada342a50bca9d2c75c92a732186ad45027b677717191a60d5182c50d48615a782e0a22f39cd636b2a24f
data/Changelog.md CHANGED
@@ -1,3 +1,17 @@
1
+ # 0.1.7
2
+
3
+ ## Feature
4
+
5
+ * Add event entities [#44](https://github.com/diaspora/diaspora_federation/pull/44)
6
+
7
+ ## Refactor
8
+
9
+ * Add generated signatures of relayables to `#to_h` [#48](https://github.com/diaspora/diaspora_federation/pull/48)
10
+
11
+ ## Bug fixes
12
+
13
+ * Fix parsing of false value [9a7fd27](https://github.com/diaspora/diaspora_federation/commit/9a7fd278b528c809b3a8c53b86c5fa8d6efaf8aa)
14
+
1
15
  # 0.1.6
2
16
 
3
17
  ## Feature
data/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  [![Gem Version](https://badge.fury.io/rb/diaspora_federation.svg)](https://badge.fury.io/rb/diaspora_federation)
12
12
 
13
13
  [Gem Documentation](http://www.rubydoc.info/gems/diaspora_federation/) |
14
- [Protocol Documentation](http://diaspora.github.io/diaspora_federation/) |
14
+ [Protocol Documentation](https://diaspora.github.io/diaspora_federation/) |
15
15
  [Bugtracker](https://github.com/diaspora/diaspora_federation/issues)
16
16
 
17
17
  This repository contains two gems:
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.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Neff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-28 00:00:00.000000000 Z
11
+ date: 2017-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -36,14 +36,14 @@ dependencies:
36
36
  requirements:
37
37
  - - '='
38
38
  - !ruby/object:Gem::Version
39
- version: 0.1.6
39
+ version: 0.1.7
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - '='
45
45
  - !ruby/object:Gem::Version
46
- version: 0.1.6
46
+ version: 0.1.7
47
47
  description: A rails engine that adds the diaspora* federation protocol to a rails
48
48
  app
49
49
  email: