flowcommerce-activemerchant 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/active_merchant/billing/gateways/flow.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d29bf5f67b0955bc68f14c89e83523e0ab89c007
|
4
|
+
data.tar.gz: 25b73be18f38b4c1f86a6c5c8af51415b037c7b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70cb88748bdfc1393182c9e82c6e9c54a89a6281c48d4caf7420bcd5633ce447032b57beb9744c0d6b367ea070d8bb8633e1c3c23151ca910db7ab60c016a1a5
|
7
|
+
data.tar.gz: 62ca15c0557d47f791f63cd00d9b7612684ce4aeac230b9f8620fb8324e8313a42c7e78bbaf80da698cf17c932fb5ded4208af4278fd02e34f0dde2caaf1db3b
|
@@ -6,7 +6,7 @@ require 'flow-reference'
|
|
6
6
|
module ActiveMerchant
|
7
7
|
module Billing
|
8
8
|
class FlowGateway < Gateway
|
9
|
-
VERSION = '0.0.
|
9
|
+
VERSION = '0.0.6' unless defined?(::ActiveMerchant::Billing::FlowGateway::VERSION)
|
10
10
|
|
11
11
|
self.display_name = 'Flow.io Pay'
|
12
12
|
self.homepage_url = 'https://www.flow.io/'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flowcommerce-activemerchant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dino Reic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-04-
|
11
|
+
date: 2017-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemerchant
|