gotransverse-tract-api 0.3.0 → 0.3.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.
- checksums.yaml +4 -4
- data/gotransverse-tract-api.gemspec +2 -2
- data/lib/gotransverse-tract-api/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 583d006c85cd8ba7a218899efd6630efffa54439
|
|
4
|
+
data.tar.gz: 34be65173d73e786e0a41286868ac77cb3764b04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65ca18f79edb45a37f8b65936ce017b7f8ea509626f7531dbee7b9a31c27a5e212ed48952962705926c3138b04c5e3dacc55ad1b9e3402d8381282bce541e5b9
|
|
7
|
+
data.tar.gz: 7077723a980f999ed01694a3e70eee96f46558b8f35aa627725c0ec782f8c00ef5ec40c7f6675992aa017b0b35c4bc96adbde91ec9b87eb2b4c1ff869aa1ef98
|
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = GoTransverseTractApi::VERSION
|
|
9
9
|
spec.authors = ["Julien DeFrance", "Ravikumar Gudipati"]
|
|
10
10
|
spec.email = ["jdefrance@smartzip.com"]
|
|
11
|
-
spec.summary = "A ruby gem allowing developers to integrate with GoTransverse's TRACT API."
|
|
12
|
-
spec.description = "TRACT is a billing engine edited by GoTransverse that supports various revenue models like one-time purchases, simple subscriptions, and more complex, usage-based models."
|
|
11
|
+
spec.summary = "A ruby gem allowing developers to conveniently integrate with GoTransverse's TRACT API."
|
|
12
|
+
spec.description = "A ruby gem allowing developers to conveniently integrate with GoTransverse's TRACT API. TRACT is a billing engine edited by GoTransverse that supports various revenue models like one-time purchases, simple subscriptions, and more complex, usage-based models."
|
|
13
13
|
spec.homepage = "https://rubygems.org/gems/gotransverse-tract-api"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gotransverse-tract-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julien DeFrance
|
|
@@ -99,7 +99,8 @@ dependencies:
|
|
|
99
99
|
- - ">="
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
101
|
version: 1.6.6.4
|
|
102
|
-
description:
|
|
102
|
+
description: A ruby gem allowing developers to conveniently integrate with GoTransverse's
|
|
103
|
+
TRACT API. TRACT is a billing engine edited by GoTransverse that supports various
|
|
103
104
|
revenue models like one-time purchases, simple subscriptions, and more complex,
|
|
104
105
|
usage-based models.
|
|
105
106
|
email:
|
|
@@ -222,7 +223,8 @@ rubyforge_project:
|
|
|
222
223
|
rubygems_version: 2.4.5.1
|
|
223
224
|
signing_key:
|
|
224
225
|
specification_version: 4
|
|
225
|
-
summary: A ruby gem allowing developers to integrate with GoTransverse's
|
|
226
|
+
summary: A ruby gem allowing developers to conveniently integrate with GoTransverse's
|
|
227
|
+
TRACT API.
|
|
226
228
|
test_files:
|
|
227
229
|
- spec/auth_helper.rb
|
|
228
230
|
- spec/gotransverse-tract-api/product/product_spec.rb
|