atpay_buttons 1.2.0 → 1.2.1
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.
data/atpay_buttons.gemspec
CHANGED
|
@@ -4,8 +4,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "atpay_buttons"
|
|
7
|
-
spec.version = '1.2.
|
|
8
|
-
spec.date = '2013-12-
|
|
7
|
+
spec.version = '1.2.1'
|
|
8
|
+
spec.date = '2013-12-06'
|
|
9
9
|
spec.authors = ["Thomas Pastinsky", "Glen Holcomb", "James Kassemi", "Isaiah Baca"]
|
|
10
10
|
spec.email = ["dev@atpay.com"]
|
|
11
11
|
spec.description = 'Atpay button generator'
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
Just hit send to complete your payment of {{amount}}. You will receive a receipt by email,
|
|
2
1
|
|
|
3
|
-
|
|
2
|
+
Send this email order form to confirm your purchase of {{amount}}. Thanks!
|
|
4
3
|
|
|
5
4
|
|
|
6
5
|
|
|
7
6
|
---
|
|
8
7
|
|
|
9
|
-
The code below secures and validates your transaction:
|
|
8
|
+
The code below secures and validates your transaction:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: atpay_buttons
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2013-12-
|
|
15
|
+
date: 2013-12-06 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: bundler
|