infusion-api 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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Mjc3MTM4Y2M4NWJhZWM0MWRlYjI4YjY2YjMwMTFlNGE3MzcwMDVlNg==
4
+ YjI3Y2QwNDc1YTI5ZjViZTYzZDJlZjk3MTdlMjExMjViOWFmMzE0Mw==
5
5
  data.tar.gz: !binary |-
6
- ZTJkMzIwMjUyMTU5YmRjOTE1ZTJlMTM5Y2JlZjgyNmFmYzYwOTZhYw==
6
+ ZDVlZjUzZjdmNzUwZWU1MzQ5NzI0OGQxMTk0YmE1YjJiZDNkYTI0NA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZTk1ZjQ4MjI4Y2Y2MTQwMDY0MDBjOGZmODA2ZDE0ZDQ0MjM3NzFhZjZiYjA1
10
- OGQzNGI5NWRlZmEzMDI4YTVjMjc0YTcwYWE5NDBhMzlmZTRmOTBhY2Y3NWNi
11
- YTBjMjk4NzQ1MWM5NDg3YWE1M2FjNTYyOTJiOTAxYTdmYmUyZjI=
9
+ NmFhNTZmYjYzN2YzNTgzMGMzY2I5ZThiYTU5NDE3MWRlMzRmOTU4MGQxNTFi
10
+ MTlhNTY0YjZhNDQwYjgyNWNmODFhY2RjODUwMzM4ZWQ2OWI2ZmM4Nzg1YzIy
11
+ ZDdhYzAwZTlhOTU3YjEzN2FlODEzOGY5YjNlZTEwMDU3YTVmNDg=
12
12
  data.tar.gz: !binary |-
13
- ZjU3YjczN2U2MDNhMzNhOThhNmYxMjNjZWI0MWU2YjI0M2M5ZDU1MDUwNDBi
14
- YTRkMzMzNjRlMTI2MzFiODVmNjliOTYwZWExMTVkNDVhYmQ5ODAxZTE1YmY1
15
- Mzc3M2YxYmJjMTMwZDRjYTAxNzE0ZDAxYjIwYTNiMTZlOTJkMmI=
13
+ OGRkODhmNTQyYjNhYWNhOWExNDNkMzhhNGEzNDQyNjRkMjcyNjliMWFjYTA5
14
+ NGExZDJiMTU4NTFmODExZDQ3YzEzOTFmNjQ5Njg4YmVhODk0ZDcxNTc2Y2Fm
15
+ ODI3Mzc5MjQ3NGI3YzQ2YWUyZmU3ZTVkNWNlYzQxOTFjZGNlOGI=
@@ -6,15 +6,15 @@ module Infusionsoft
6
6
  # Require client method modules after initializing the Client class in
7
7
  # order to avoid a superclass mismatch error, allowing those modules to be
8
8
  # Client-namespaced.
9
- require 'infusionsoft/client/contact'
10
- require 'infusionsoft/client/email'
11
- require 'infusionsoft/client/invoice'
12
- require 'infusionsoft/client/data'
13
- require 'infusionsoft/client/affiliate'
14
- require 'infusionsoft/client/file'
15
- require 'infusionsoft/client/ticket' # Deprecated by Infusionsoft
16
- require 'infusionsoft/client/search'
17
- require 'infusionsoft/client/credit_card'
9
+ require 'infusion-api/client/contact'
10
+ require 'infusion-api/client/email'
11
+ require 'infusion-api/client/invoice'
12
+ require 'infusion-api/client/data'
13
+ require 'infusion-api/client/affiliate'
14
+ require 'infusion-api/client/file'
15
+ require 'infusion-api/client/ticket' # Deprecated by Infusionsoft
16
+ require 'infusion-api/client/search'
17
+ require 'infusion-api/client/credit_card'
18
18
 
19
19
  include Infusionsoft::Client::Contact
20
20
  include Infusionsoft::Client::Email
@@ -1,4 +1,4 @@
1
1
  module Infusionsoft
2
2
  # The version of the gem
3
- VERSION = '1.0.2'.freeze unless defined?(::Infusionsoft::VERSION)
3
+ VERSION = '1.0.3'.freeze unless defined?(::Infusionsoft::VERSION)
4
4
  end
@@ -1,4 +1,4 @@
1
1
  module Infusionsoft
2
2
  # The version of the gem
3
- VERSION = '1.0.2'.freeze unless defined?(::Infusionsoft::VERSION)
3
+ VERSION = '1.0.3'.freeze unless defined?(::Infusionsoft::VERSION)
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infusion-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Updated by Raj Shah