infusionsoft 1.2.1.pre.a2 → 1.2.1.pre.a3

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5b581abefe135102c389fdba5deed02f20c0cd9
4
- data.tar.gz: 78469beda0ddca51299bcf610c1ad0147171086b
3
+ metadata.gz: e9a4c52bfa07f1641473f9ed1698942f2ee0b7f8
4
+ data.tar.gz: 7d5415c67022d5954249efd98c70e61d08dd13eb
5
5
  SHA512:
6
- metadata.gz: ef1b40a838280b47929dec982f007a64b729be3de4648d40fee25aaaab3a4825c1d1bacd99601e1b3bdc21b9545ac186a31b9eb6183d3351413618578174f294
7
- data.tar.gz: bac8aa1af90ea31c6d6e011219f961a469f028e55d6c7549db9722907c16385a300fb298d2524e2df35156940fdefd486264404c64239db5ceb74968833dfa11
6
+ metadata.gz: 8b599a6d31df06288b5d48d5ea717630e554f4a93e3d6d7511334a6ab2c0f4b5e3149c11a53ecf0ecce293314f148e01f6b6c6fbf4760b9e619926fc55aff524
7
+ data.tar.gz: a599d1fee3a9b6e432e95c31ddb14d04b9842ac144a2ddfe8f48da19ecea55924ce9e2830e336d71aec1488e2ea43a9da89994023c04a28c07fb1dc3286f5683
@@ -38,7 +38,7 @@ module Infusionsoft
38
38
  #end
39
39
 
40
40
  def use_oauth
41
- @use_oath || false
41
+ @use_oauth || false
42
42
  end
43
43
 
44
44
  def user_agent
@@ -1,4 +1,4 @@
1
1
  module Infusionsoft
2
2
  # The version of the gem
3
- VERSION = '1.2.1-a2'.freeze unless defined?(::Infusionsoft::VERSION)
3
+ VERSION = '1.2.1-a3'.freeze unless defined?(::Infusionsoft::VERSION)
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infusionsoft
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1.pre.a2
4
+ version: 1.2.1.pre.a3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Leavitt