bullet_train-outgoing_webhooks 1.6.17 → 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: dbcb2c88d307b44b7032947665ce89b46c3ede4af1b7d151bc74128e37df1f67
4
- data.tar.gz: 54ce71accee349c8f2975664133748b536393a1e4d26aa22b8aad9ec9b3a8616
3
+ metadata.gz: e87b74c774a2eb7d8f7c4f92123563a00ec314e2261e044c25f38c774f5e8199
4
+ data.tar.gz: ba83c01f756cd521e2d57a8e341bc90106f1bfe2db905e45484ab29bce7c2368
5
5
  SHA512:
6
- metadata.gz: ce9391e880910d18045a2ee79df03875729dba87d37a6c901f4478b46cc546fc2d23601312f981c5007d196197e1c36ec301949345307a82799141310fc1ad3a
7
- data.tar.gz: 91767486ab487c390348626276c98d34952dc27c9a9ce6622a17785647c3fdc5ce3db4115f1413128e57fe13cc685c73b7bca39d70549856f3e4dcffb70abd47
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.17"
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.17
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-20 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