leadspend 1.0.2 → 1.0.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.
- data.tar.gz.sig +0 -0
- data/History.txt +3 -0
- data/Manifest.txt +1 -0
- data/lib/leadspend.rb +1 -1
- data/lib/leadspend/parser.rb +4 -0
- metadata +4 -3
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.txt
CHANGED
data/Manifest.txt
CHANGED
data/lib/leadspend.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# = Leadspend
|
|
4
4
|
# This (top-level) module contains constants based on the API specification.
|
|
5
5
|
module Leadspend
|
|
6
|
-
VERSION = '1.0.
|
|
6
|
+
VERSION = '1.0.3'
|
|
7
7
|
DEFAULT_SERVERS = %w{primary.api.leadspend.com secondary.api.leadspend.com}
|
|
8
8
|
DEFAULT_VERSION = "v2"
|
|
9
9
|
MIN_TIMEOUT = 3
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: leadspend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 1.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Justin Dossey
|
|
@@ -89,6 +89,7 @@ files:
|
|
|
89
89
|
- lib/leadspend/exceptions.rb
|
|
90
90
|
- lib/leadspend/result.rb
|
|
91
91
|
- lib/leadspend/client.rb
|
|
92
|
+
- lib/leadspend/parser.rb
|
|
92
93
|
- lib/leadspend/parser/json_parser.rb
|
|
93
94
|
- lib/leadspend/parser/yajl_parser.rb
|
|
94
95
|
- lib/leadspend/parser/rails_parser.rb
|
metadata.gz.sig
CHANGED
|
Binary file
|