vaulted_billing 1.3.1 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +5 -1
- data/lib/vaulted_billing/version.rb +1 -1
- data/spec/support/_vaulted_billing.rb +1 -0
- metadata +6 -22
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# VaultedBilling [![Build status][ci-image]][ci]
|
1
|
+
# VaultedBilling [![Build status][ci-image]][ci] [![Dependency Status][gemnasium-image]][gemnasium] [![Code Climate][codeclimate-image]][codeclimate]
|
2
2
|
|
3
3
|
VaultedBilling is an abstraction library for use when working with "vaulted" payment processors. These processors store your customer's data - being their credit card number, verification number, name, address, and more - on their systems to alleviate your need for expensive software auditing, hardware security, and more. In nearly all cases, these processors provide you a unique customer and/or payment token in exchange for your actual customer payment information. Then, all current and future interactions with the payment processor on behalf of the customer are made using their identifiers, rather than credit card details.
|
4
4
|
|
@@ -76,6 +76,10 @@ Strictly for testing interaction with the VaultedBilling library, there is a "Bo
|
|
76
76
|
|
77
77
|
[ci]: http://travis-ci.org/envylabs/vaulted_billing
|
78
78
|
[ci-image]: https://secure.travis-ci.org/envylabs/vaulted_billing.png
|
79
|
+
[gemnasium]: https://gemnasium.com/envylabs/vaulted_billing
|
80
|
+
[gemnasium-image]: https://gemnasium.com/envylabs/vaulted_billing.png
|
81
|
+
[codeclimate]: https://codeclimate.com/github/envylabs/vaulted_billing
|
82
|
+
[codeclimate-image]: https://codeclimate.com/github/envylabs/vaulted_billing.png
|
79
83
|
[authorize-net-cim]: http://www.authorize.net/solutions/merchantsolutions/merchantservices/cim/
|
80
84
|
[ipcommerce-tokenization]: http://developer.ipcommerce.com/developer/integration/value_added_capabilities.aspx
|
81
85
|
[nmi-vault]: https://www.nmi.com/newsmedia/index.php?ann_id=14
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vaulted_billing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-04-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -66,7 +66,7 @@ dependencies:
|
|
66
66
|
requirements:
|
67
67
|
- - ~>
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: 0.3
|
69
|
+
version: 0.5.3
|
70
70
|
type: :runtime
|
71
71
|
prerelease: false
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -74,7 +74,7 @@ dependencies:
|
|
74
74
|
requirements:
|
75
75
|
- - ~>
|
76
76
|
- !ruby/object:Gem::Version
|
77
|
-
version: 0.3
|
77
|
+
version: 0.5.3
|
78
78
|
- !ruby/object:Gem::Dependency
|
79
79
|
name: countries
|
80
80
|
requirement: !ruby/object:Gem::Requirement
|
@@ -187,22 +187,6 @@ dependencies:
|
|
187
187
|
- - ~>
|
188
188
|
- !ruby/object:Gem::Version
|
189
189
|
version: '0.9'
|
190
|
-
- !ruby/object:Gem::Dependency
|
191
|
-
name: watchr
|
192
|
-
requirement: !ruby/object:Gem::Requirement
|
193
|
-
none: false
|
194
|
-
requirements:
|
195
|
-
- - ! '>='
|
196
|
-
- !ruby/object:Gem::Version
|
197
|
-
version: '0'
|
198
|
-
type: :development
|
199
|
-
prerelease: false
|
200
|
-
version_requirements: !ruby/object:Gem::Requirement
|
201
|
-
none: false
|
202
|
-
requirements:
|
203
|
-
- - ! '>='
|
204
|
-
- !ruby/object:Gem::Version
|
205
|
-
version: '0'
|
206
190
|
- !ruby/object:Gem::Dependency
|
207
191
|
name: open4
|
208
192
|
requirement: !ruby/object:Gem::Requirement
|
@@ -380,7 +364,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
380
364
|
version: '0'
|
381
365
|
segments:
|
382
366
|
- 0
|
383
|
-
hash: -
|
367
|
+
hash: -1310040856629561121
|
384
368
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
385
369
|
none: false
|
386
370
|
requirements:
|
@@ -389,7 +373,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
389
373
|
version: 1.3.6
|
390
374
|
requirements: []
|
391
375
|
rubyforge_project:
|
392
|
-
rubygems_version: 1.8.
|
376
|
+
rubygems_version: 1.8.25
|
393
377
|
signing_key:
|
394
378
|
specification_version: 3
|
395
379
|
summary: A library for working with credit card storage gateways
|