yukon 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/yukon/version.rb +1 -1
- data/lib/yukon.rb +6 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43a850e40674d9253497a2ed748365c6d89823c6
|
4
|
+
data.tar.gz: 5b54572d5793edea83f0a25b08893313c0c597c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af985cfde8cf83b557e88c1a5acafd29e88b79ebbadc54304fcc2926f038f31ab225c3eeda913f134eb27e84494f4343a4d68eeb726a78d54cb380b36fe0bf1a
|
7
|
+
data.tar.gz: e5cba8917a770b818e5949aac5efd84fbf3e4e7100a16a2bb8806026a33d6ae1cdea4fbd39b3802080220853db6d2dcd0ca45b4e251d9dc3ae1a3dd89ccf6138
|
data/lib/yukon/version.rb
CHANGED
data/lib/yukon.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
require "yukon/version"
|
2
|
-
|
3
|
-
|
2
|
+
require_relative "yukon/payment_processor"
|
3
|
+
require_relative "yukon/payment_gateway"
|
4
4
|
|
5
5
|
module Configuration
|
6
6
|
def configuration
|
@@ -39,4 +39,7 @@ module Yukon
|
|
39
39
|
# ActiveMerchant gateway mode
|
40
40
|
define_setting :mode, :test
|
41
41
|
|
42
|
-
end
|
42
|
+
end
|
43
|
+
|
44
|
+
|
45
|
+
|