paymentrails 0.2.10 → 0.2.11

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: de20eb1c3acb982d1306b963f86928eb8ea02f3ecb761867f429604356f09230
4
- data.tar.gz: 5979525e925822b4e4021b26deee565e1ed1c22871697ae8d9cfc109d4c431e2
3
+ metadata.gz: 59d9150dfe0a7a84e065382411e1292d84f1cb38849030cb5c0092b14140b446
4
+ data.tar.gz: 194760ae4ab55031b06e7a128dfb07b43daf23a2e05c197b110250c3e19b31b8
5
5
  SHA512:
6
- metadata.gz: a2cb8e7a7fa9607dc308f89d164d135a281ccd5a528c9b368db1bc01aab28f366ab1a63a0e6ea23886d47950fc9fa7f635981beafc2b9a667eec426aa81c5959
7
- data.tar.gz: a7d20fa103dd5dc444c4725b07289cad0e5b7ba81a5ae18c4b70ce1b70c413b4fe0b1e9316abb7c63c594f0ffc0aaecfccd59760b82ab745bc9f0a5c610269cc
6
+ metadata.gz: 10d565665437161d12562b22d9d6dc1a8b20318e10451b6d28f5cb4ce537a60471a60a0df764799127285aaf2517d2c6cfdb1232d6d84506debe804cb120216c
7
+ data.tar.gz: a826f2f439e18f091a6a1459065d8151ebaeb928986b5f708ae09f3b2c2f3948988685a318cf681a99c9543e153ef77f6200a3236354845dd40ed099c96bc088
data/lib/paymentrails.rb CHANGED
@@ -23,6 +23,6 @@ require 'paymentrails/InvoicePayment'
23
23
 
24
24
  module PaymentRails
25
25
  def self.client(key, secret, environment = 'production', **optionals)
26
- Gateway.new(Configuration.new(key, secret, environment, optionals))
26
+ Gateway.new(Configuration.new(key, secret, environment, **optionals))
27
27
  end
28
28
  end
data/paymentrails.gemspec CHANGED
@@ -2,11 +2,11 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "paymentrails"
5
- s.summary = "PaymentRails Ruby SDK"
6
- s.description = "Ruby SDK for interacting with the PaymentRails API"
7
- s.version = '0.2.10'
8
- s.homepage = 'https://www.paymentrails.com/'
9
- s.email = ['joshua@paymentrails.com']
5
+ s.summary = "Trolley Ruby SDK"
6
+ s.description = "Ruby SDK for interacting with the Trolley API"
7
+ s.version = '0.2.11'
8
+ s.homepage = 'https://trolley.com/'
9
+ s.email = ['developer-tools@trolley.com']
10
10
  s.license = "MIT"
11
11
  s.author = "PaymentRails"
12
12
  s.files = Dir.glob ["README.rdoc", "LICENSE", "lib/**/*.{rb,crt}", "spec/**/*", "*.gemspec"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paymentrails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - PaymentRails
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-10 00:00:00.000000000 Z
11
+ date: 2022-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dotenv
@@ -66,9 +66,9 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3'
69
- description: Ruby SDK for interacting with the PaymentRails API
69
+ description: Ruby SDK for interacting with the Trolley API
70
70
  email:
71
- - joshua@paymentrails.com
71
+ - developer-tools@trolley.com
72
72
  executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
@@ -105,7 +105,7 @@ files:
105
105
  - spec/integration/helper.rb
106
106
  - spec/unit/ConfigurationTest.rb
107
107
  - spec/unit/PaymentRailsTest.rb
108
- homepage: https://www.paymentrails.com/
108
+ homepage: https://trolley.com/
109
109
  licenses:
110
110
  - MIT
111
111
  metadata: {}
@@ -127,5 +127,5 @@ requirements: []
127
127
  rubygems_version: 3.1.2
128
128
  signing_key:
129
129
  specification_version: 4
130
- summary: PaymentRails Ruby SDK
130
+ summary: Trolley Ruby SDK
131
131
  test_files: []