bullet_train 1.25.0 → 1.25.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: 551a29522ebbd3e77672eb47a987b2fdc3962ee45244cac05b8f8b1b4390d1d3
4
- data.tar.gz: 6b21eaa284e4128d53703ab76257357bc75dbaa1a466e8282cb3fdeee244fafb
3
+ metadata.gz: 67a99abd0c8759b1b98f5aef2fe9f30ffab646d0e8aa52c6edba7ee2a7e6f061
4
+ data.tar.gz: 455838e34ee7c299f818fe50c04f4b3e2d6ec26771f3f9566fd3e745d2c8eb0a
5
5
  SHA512:
6
- metadata.gz: 2576dfbdfe1a290ac469855878350f7f29042fda11866e21f1dfa5967f35f681ff533616757412dfa22bc7422a66610203de88e5f4bd0a1968da975fb7519b8a
7
- data.tar.gz: ec63a264f9f2b4e56444215013b908c73c2327216a608929233e5c14b89d92c19d18557fb71d0431db2dbe83b43bbc2f395503c869bcdc5d0cb83bb0b9bb7450
6
+ metadata.gz: 7ff356b5da00ddd56d5bef840d8968391f1d955e8be353ff90cf123fee811be4f4a5d463cfc8e2fac20cb030b469785a8b03863319110c5ff4768b59c635c7fb
7
+ data.tar.gz: 1a476e27664d7bbcfc3dcd36dcad334b62e8f971ab13b932ca783303841468fa3823a42bb2d57e6c7c4f26420d3d91dfd7605014fff34c0a27a436a4897d7ca8
@@ -47,7 +47,7 @@ In this case you can use rails scaffolding to generate a route and controller fo
47
47
  rails g controller BulletTrainWebhooks create
48
48
  ```
49
49
 
50
- You'll also want to copy Bullet Train's `BulletTrain::OutgoingWebhooks::Signature` class into your project. (Here we should link to the actual implementation in the `core` repo so that we always point to the current implementation and not one that's frozen in time.)
50
+ You'll also want to copy Bullet Train's `BulletTrain::OutgoingWebhooks::Signature` class into your project. [You can find the current implementation here.](https://github.com/bullet-train-co/bullet_train-core/blob/main/bullet_train-outgoing_webhooks/lib/bullet_train/outgoing_webhooks/signature.rb)
51
51
 
52
52
  After adding `BulletTrain::OutgoingWebhooks::Signature` to your project you can edit `app/controllers/bullet_train_webhooks_controller.rb` to add a `before_action :verify_authenticity` call that looks like this:
53
53
 
@@ -1,3 +1,3 @@
1
1
  module BulletTrain
2
- VERSION = "1.25.0"
2
+ VERSION = "1.25.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.25.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver