zaikio-webhooks 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf6756e5fa3c37dfe5d4aed4cc5566d3390071a8e00be34345db988175dd4906
4
- data.tar.gz: 0a0ca2e2511ce82f4ec2505ca1389ced5062f23edaee106431162fa3d7cb93d2
3
+ metadata.gz: 80a5c7439ef2f8e609deb2f93547dfe0fd1deee14ed4edb5ccbf8d64c47805b0
4
+ data.tar.gz: 0b364bfdce4a6aa78a49baabae4a6e91761fafd2d02fad86bbceb90f669c8ac9
5
5
  SHA512:
6
- metadata.gz: 9945cb3f9ab6f0b08650ee1ca71e40c82c04e4f52844fe6774d46718361d22443b2d41c337b86e66de23ccb4e663768a0ad079c8da83929c6d93c45765b99270
7
- data.tar.gz: b85e483c5e7fc506aaee90c171b62a336ab99e88d11ffbf9ff67f4257bc931768bcb1719e48aeba79c4e20f6fd0f6d0c36b266e757cbbf7e32fbb4df6e28cf31
6
+ metadata.gz: 52b6fc351a564085b841cef8bf9a4c9a122abfb8619ed34eb418c6cec94e5435f7782d72a3f2024e5b183cf6586cdc1fe4d8bf0f35de7b0928e203b6cd7603ac
7
+ data.tar.gz: 58c166ae90fbac2c41022ceb833c8734f976c996394502f6f04addd8e5ab5a1b8373d7f0a666e2c9d09b76804d0e7ca75d26e154bc33cdcaed2326881e944484
data/README.md CHANGED
@@ -82,7 +82,7 @@ Now you should receive all events you subscribed to.
82
82
  When everything is set up you can register events with custom jobs, using the
83
83
  `Zaikio::Webhooks.on` function. This is idempotent and can be safely re-executed.
84
84
 
85
- For Rails 6.0 and above, we can setup an initializer like so:
85
+ We can setup an initializer like so:
86
86
 
87
87
  ```rb
88
88
  # config/initializers/zaikio_webhooks.rb
@@ -100,9 +100,6 @@ Rails.application.reloader.to_prepare do
100
100
  end
101
101
  ```
102
102
 
103
- If you're using a Rails v5.2 or less, you can skip the outer `Rails.application.reloader`
104
- block and just use the inner section directly.
105
-
106
103
  ## Contributing
107
104
 
108
105
  - Make your changes and submit a pull request for them
@@ -1,5 +1,5 @@
1
1
  module Zaikio
2
2
  module Webhooks
3
- VERSION = "0.0.8".freeze
3
+ VERSION = "0.0.9".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zaikio-webhooks
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
  - Zaikio GmbH
@@ -14,16 +14,22 @@ dependencies:
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '6.0'
17
20
  - - ">="
18
21
  - !ruby/object:Gem::Version
19
- version: 5.0.0
22
+ version: 6.0.2.2
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '6.0'
24
30
  - - ">="
25
31
  - !ruby/object:Gem::Version
26
- version: 5.0.0
32
+ version: 6.0.2.2
27
33
  description: Handle incoming Zaikio loom webhooks
28
34
  email:
29
35
  - js@crispymtn.com