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 +4 -4
- data/lib/paymentrails.rb +1 -1
- data/paymentrails.gemspec +5 -5
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59d9150dfe0a7a84e065382411e1292d84f1cb38849030cb5c0092b14140b446
|
|
4
|
+
data.tar.gz: 194760ae4ab55031b06e7a128dfb07b43daf23a2e05c197b110250c3e19b31b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 = "
|
|
6
|
-
s.description = "Ruby SDK for interacting with the
|
|
7
|
-
s.version = '0.2.
|
|
8
|
-
s.homepage = 'https://
|
|
9
|
-
s.email = ['
|
|
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.
|
|
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-
|
|
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
|
|
69
|
+
description: Ruby SDK for interacting with the Trolley API
|
|
70
70
|
email:
|
|
71
|
-
-
|
|
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://
|
|
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:
|
|
130
|
+
summary: Trolley Ruby SDK
|
|
131
131
|
test_files: []
|