infusionsoft 1.0.9b → 1.0.9c

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,7 @@ module Infusionsoft
14
14
  require 'infusionsoft/client/file'
15
15
  require 'infusionsoft/client/ticket' # Deprecated by Infusionsoft
16
16
  require 'infusionsoft/client/search'
17
+ require 'infusionsoft/client/credit_card'
17
18
 
18
19
  include Infusionsoft::Client::Contact
19
20
  include Infusionsoft::Client::Email
@@ -23,5 +24,6 @@ module Infusionsoft
23
24
  include Infusionsoft::Client::File
24
25
  include Infusionsoft::Client::Ticket # Deprecated by Infusionsoft
25
26
  include Infusionsoft::Client::Search
27
+ include Infusionsoft::Client::CreditCard
26
28
  end
27
29
  end
@@ -1,4 +1,4 @@
1
1
  module Infusionsoft
2
2
  # The version of the gem
3
- VERSION = '1.0.9b'.freeze unless defined?(::Infusionsoft::VERSION)
3
+ VERSION = '1.0.9c'.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.0.9b
4
+ version: 1.0.9c
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors: