pay 2.4.2 → 2.4.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pay might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4832547f758ca266af9bdb4e727dfec425fb7ace4cf6d3372f47dd0f73057ad4
4
- data.tar.gz: 854f6d697267fe7e3c45799f036241266067140892d32470ee6be9d24f860e50
3
+ metadata.gz: 8355ed0ced2d06b8b5a0d7128c982f7f407c3c75302e7d58b0da9c37986bf05a
4
+ data.tar.gz: 633734b4679a2e076bec4441ac77054bbcf67feef99147ff6717e9412c6b7394
5
5
  SHA512:
6
- metadata.gz: 7ca4679542933ddac4d75c5091dcc8653ffbe0f839d396aeec0d2aa0714117bb1a72e2b03d11f62e0d2508f1b7be71affd4f5703ec5c1da48462f35a7b194bf6
7
- data.tar.gz: 62e21bae437f10db633efe35d993382a76c9b42e8cad661bed57f4a6cdc348889d7baae2b9c80d2f1219b050cc12d0c7e40c11dce4e87c613d077ed1005c7706
6
+ metadata.gz: ed6797d1a8f9c586ad516d0b94756103f99bc780334c1a62844785658992ee64aecfad2d8b112c8317c6565ae83afe52571da827a57709d730608799be9f2681
7
+ data.tar.gz: c30ed21fa64d092326981777dfada4d6a95e51c60ce5bf255155171daed519b7fcf1891f609c25dc688e68e96bc5cf0f890a3b7675e123a52544894d65b912d0
data/lib/pay/stripe.rb CHANGED
@@ -15,6 +15,9 @@ module Pay
15
15
  ::Stripe.api_version = "2020-08-27"
16
16
  ::StripeEvent.signing_secret = signing_secret
17
17
 
18
+ # Used by Stripe to identify Pay for support
19
+ ::Stripe.set_app_info("PayRails", partner_id: "pp_partner_IqhY0UExnJYLxg", version: Pay::VERSION, url: "https://github.com/pay-rails/pay")
20
+
18
21
  Pay.charge_model.include Pay::Stripe::Charge
19
22
  Pay.subscription_model.include Pay::Stripe::Subscription
20
23
  end
data/lib/pay/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pay
2
- VERSION = "2.4.2"
2
+ VERSION = "2.4.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pay
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.2
4
+ version: 2.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Charnes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-01-22 00:00:00.000000000 Z
12
+ date: 2021-02-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails