bullet_train-outgoing_webhooks 1.6.18 → 1.6.19

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: e87b74c774a2eb7d8f7c4f92123563a00ec314e2261e044c25f38c774f5e8199
4
+ data.tar.gz: ba83c01f756cd521e2d57a8e341bc90106f1bfe2db905e45484ab29bce7c2368
5
5
  SHA512:
6
- metadata.gz: 8462661a5fa84250595a776db4fc634179aa04e2184f634784cd1703526dbc12f35f7a38c98417e54b318e455954c78443ac68e07a074a1c47303fb2be63c7ed
7
- data.tar.gz: 89e5f669677dd0b046d56768b9b686defce111688d4b6e8b2f8a9a5d799a7bc0f8f052c85dd675012508fcb51488521e516ebfc5faa3778068857099ae8af7a3
6
+ metadata.gz: feb0f0aa861eeb14c543f89ef899a90c60692abebb8f4699048b4309e0da13f57dea4a897ba05d2fd60cd7d7c86c73541f4a77cf9e749fed30d536cce274d16e
7
+ data.tar.gz: 0dee717b99c69de87af6f71f140a934452117bf9b3b5e095e299f4552690aecf409f75ef015d83a10e2e217495ca93587d82383d3adde08fbd60bbddaa8367d8
@@ -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.19"
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.19
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-22 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