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 CHANGED
Binary file
@@ -1,3 +1,6 @@
1
+ === 1.0.3 /2012-08-23
2
+ * Added missing leadspend/parser.rb to Manifest, forced version bump
3
+
1
4
  === 1.0.2 / 2012-08-23
2
5
  * Moved username and password into options for client initialization
3
6
 
@@ -7,6 +7,7 @@ lib/leadspend.rb
7
7
  lib/leadspend/exceptions.rb
8
8
  lib/leadspend/result.rb
9
9
  lib/leadspend/client.rb
10
+ lib/leadspend/parser.rb
10
11
  lib/leadspend/parser/json_parser.rb
11
12
  lib/leadspend/parser/yajl_parser.rb
12
13
  lib/leadspend/parser/rails_parser.rb
@@ -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.2'
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
@@ -0,0 +1,4 @@
1
+ module Leadspend
2
+ module Parser
3
+ end
4
+ end
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: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
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