payify 0.1.11 → 0.1.12

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: 0fa9bb51ecf7e284bbbfc17e69b226c2fbde70ddd52ba0b646a755ce9be2bccb
4
- data.tar.gz: 0c61fb9bfb43f086482efbf144c45f329f789883c6899d4c0f2db505fb41b9cc
3
+ metadata.gz: f00eac9aca506202c35ee94dd2db15045aa5a386737e6beb349b9d4f9cb73484
4
+ data.tar.gz: 52a2fe0da205b3dbb8d2dbe889de371d5cf6229ffcf3eb3ff0fbdeee4d9c4f8d
5
5
  SHA512:
6
- metadata.gz: 92d358f5c5e6902d2f1a39069deef60587f2f3fce801a911fd563502019640d0b2cd96c4e0fecc6ced75198b733079bdff64e16635d8162491acbd052076e7e5
7
- data.tar.gz: 727c3072195112eb5e08c2c4578bcc7fcba2d579e981f4789eb8d515568832839d9793f47d2709fcdd06f07de24c581bb77db90045c68a902b438902cf071b56
6
+ metadata.gz: 885d8cc31fbbdd28095e41b385972e9ca418bbcfea33db8b8b4a605f50655967576950b5f81188ea7870b948bc4514231cd7eed01f17d63c0549dcbe9d2ec035
7
+ data.tar.gz: b0b8eba23cac105b9b0f8c5656f4439379dc644ca5cd30e5a6d568a52732b6fe781f7955eb176601b7110cccaf51323fb70a79620bb1863fd2d2f608ce39c752
@@ -1,11 +1,11 @@
1
- require "stripe/client"
1
+ require "stripe_api/client"
2
2
 
3
3
  module Payify
4
4
  module StripePaymentConcern
5
5
  extend ActiveSupport::Concern
6
6
 
7
7
  def stripe_client
8
- @stripe_client ||= Stripe::Client.new
8
+ @stripe_client ||= StripeApi::Client.new
9
9
  end
10
10
 
11
11
  def stripe_init_intent
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Payify
4
- VERSION = "0.1.11"
4
+ VERSION = "0.1.12"
5
5
  end
@@ -1,4 +1,4 @@
1
- module Stripe
1
+ module StripeApi
2
2
  class Client
3
3
  def initialize
4
4
  stripe
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Lopez
@@ -99,7 +99,7 @@ files:
99
99
  - lib/payify.rb
100
100
  - lib/payify/engine.rb
101
101
  - lib/payify/version.rb
102
- - lib/stripe/client.rb
102
+ - lib/stripe_api/client.rb
103
103
  - lib/tasks/payify_tasks.rake
104
104
  homepage: https://github.com/andrewdsilva/payify
105
105
  licenses: