bullet_train-outgoing_webhooks 1.6.18 → 1.6.20

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0b3bcc11309f7be5a9a7a5bd4ee149f0820ea5d6e42be49e4abb773e5264335
4
- data.tar.gz: 3f4063ba83a0179730faa43382512579a48cac162efb4ff255d956be9ba903a1
3
+ metadata.gz: 79919f929bac6d191fafe5f641f36fffdd2ccd350b6ce785ad963b50117c7b7c
4
+ data.tar.gz: 10c493cf8019c5eb5cac6b28b094f7ccda40f655f7077ba5871fa4846a5e64e6
5
5
  SHA512:
6
- metadata.gz: 8462661a5fa84250595a776db4fc634179aa04e2184f634784cd1703526dbc12f35f7a38c98417e54b318e455954c78443ac68e07a074a1c47303fb2be63c7ed
7
- data.tar.gz: 89e5f669677dd0b046d56768b9b686defce111688d4b6e8b2f8a9a5d799a7bc0f8f052c85dd675012508fcb51488521e516ebfc5faa3778068857099ae8af7a3
6
+ metadata.gz: bed20fdf13acb874c8d70189eec967b9ed9af0bdffbf4a2a03d074e02e3b158d05b817c7a4e9865d9281ac138e441321c16523f591aa07f3eaeecb5168183421
7
+ data.tar.gz: ce077027a69d02d5b06d7dc9c6592ff72767e2dc83e42652ea81344c2e39b84e85d0cc349e62e0d8f646022c44b58a6c3d71850dbbdf56d06dda630fbc983b9d
@@ -0,0 +1,16 @@
1
+ # This is a default implementation of this file that we supply to help with gem tests.
2
+ # The version from the starter repo will take precedence when running the full app.
3
+ # You can think of the file in the starter repo as having been ejected from this gem.
4
+
5
+ # This file is here just to allow tests to pass when run from inside this gem directory.
6
+ # It wasn't found if I put the file in test/dummy/config/models/webhooks/outgoing, so
7
+ # maybe we need a better resolution method?
8
+ scaffolding/absolutely_abstract/creative_concept:
9
+ # This automatically generates `created`, `updated`, and `deleted` webhook events.
10
+ - crud
11
+ scaffolding/completely_concrete/tangible_thing:
12
+ - crud
13
+ invitation:
14
+ - crud
15
+ membership:
16
+ - crud
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module OutgoingWebhooks
3
- VERSION = "1.6.18"
3
+ VERSION = "1.6.20"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-outgoing_webhooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.18
4
+ version: 1.6.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-21 00:00:00.000000000 Z
11
+ date: 2023-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard
@@ -138,6 +138,7 @@ files:
138
138
  - config/locales/en/webhooks/outgoing/delivery_attempts.en.yml
139
139
  - config/locales/en/webhooks/outgoing/endpoints.en.yml
140
140
  - config/locales/en/webhooks/outgoing/events.en.yml
141
+ - config/models/webhooks/outgoing/event_types.yml
141
142
  - config/routes.rb
142
143
  - db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
143
144
  - db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb