vantiv_lite 0.1.2 → 0.1.3
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/README.md +2 -2
- data/lib/vantiv_lite.rb +1 -1
- data/lib/vantiv_lite/version.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: 145bce8be8a54f2181fb4b7c6acb270222394fe5
|
|
4
|
+
data.tar.gz: 8e90b8343b8ad3464cccb12320dba5257979e20a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 356438db716dec57f83a740ce3e7ec6a180dbfa5be38c6d271f1419d6f79bc3f54eba54f5769bc4c38407c1619a341cf9fa39bd672455d76207ade9a43aa092c
|
|
7
|
+
data.tar.gz: 96148c67becce2e6f691210ce8d44fb1c2b46dff1ee518de22b1c92601c1b47ef60d95dbff54b4e07e15dd668f73daefa689e18c28eb54989a4290f5222591d7
|
data/README.md
CHANGED
|
@@ -19,9 +19,9 @@ Pretty standard gem stuff.
|
|
|
19
19
|
|
|
20
20
|
$ gem install vantiv_lite
|
|
21
21
|
|
|
22
|
-
When using [Bundler](https://bundler.io) or requiring this library in general, it's important to note that
|
|
22
|
+
When using [Bundler](https://bundler.io) or requiring this library in general, it's important to note that this gem will attempt to load its XML add-ons by default if `Ox` or `Nokogiri` is already defined, it will use them in that order. Otherwise, it will use the default of `REXML`. The only consideration is that `REXML` will get required if neither optional library is already required.
|
|
23
23
|
|
|
24
|
-
So, ensure
|
|
24
|
+
So, ensure you load your project's XML libs (if you're using them) first.
|
|
25
25
|
|
|
26
26
|
## Configuration
|
|
27
27
|
|
data/lib/vantiv_lite.rb
CHANGED
data/lib/vantiv_lite/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vantiv_lite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joshua
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-05-
|
|
12
|
+
date: 2018-05-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|