diaspora_federation 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55951778511742a4269e05b406ef43ca976410c07e91364896138e3df1cf7019
4
- data.tar.gz: 3fed9b6d22ec275798e45a1df2c593835d1750fdac9c68158192a06640b4bcb5
3
+ metadata.gz: 5afdb32ba95ece213ddfe5b07fef715c45a6e4739e24dbb5839a59dd3b1b582c
4
+ data.tar.gz: 99c16c5e3fd6732217297778f8ad4127953f7fb4c950d63ed864b04402ced95a
5
5
  SHA512:
6
- metadata.gz: 33b62f247e32f32874930b71f907540ae7f0dbf88182d1bd8e5a4c4590dd21eee9c2f9b691d54ed96d5688b9eca5c7523780fbd1b1a89ad7e2ae4ad9ca77c371
7
- data.tar.gz: 581f0595fbd988aa146aea231bf80c2f81063c0719c671a83f685b162364922941bc8f68bd55b9a22385f520e0f7e162c66f71802e99703ccd54f03426d79731
6
+ metadata.gz: 13704f1cd4a4e89a9efc85fe90a54872818bf17929c49b2663e11024991ea6b5ba5111d4d3ac2fd4d05a5368dbe694aab4a028585e7ac9fdd8c29abd0b1cd99b
7
+ data.tar.gz: 3e15a35140e35407b3ee5daad8c4349e8ed945c9c1b44f40944c086974b5c14537550851c7c7b2dd5fbee7d2adb2730eae8ca455c11eacd05c18bc188a1d501c
data/Changelog.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.0.1
2
+
3
+ * Disable rails forgery protection for the federation controller by default [#127](https://github.com/diaspora/diaspora_federation/pull/127)
4
+
1
5
  # 1.0.0
2
6
 
3
7
  * Add rails 7 support [#126](https://github.com/diaspora/diaspora_federation/pull/126)
@@ -2,5 +2,5 @@
2
2
 
3
3
  module DiasporaFederation
4
4
  # the gem version
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: diaspora_federation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Neff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-18 00:00:00.000000000 Z
11
+ date: 2022-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday