infusion 0.0.2 → 0.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/infusion.gemspec~ CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = %q{Methods includes add, update contact to IS and campaign setup}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
- spec.rubyforge_project = "infusion"
15
+
16
16
  spec.files = `git ls-files`.split($/)
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
data/lib/infusion.rb CHANGED
@@ -115,7 +115,11 @@ module Infusion
115
115
  end
116
116
  end
117
117
 
118
-
118
+ # Delegate to ApiInfusionsoft::Client
119
+ def method_missing(method, *args, &block)
120
+ return super unless new.respond_to?(method)
121
+ new.send(method, *args, &block)
122
+ end
119
123
 
120
124
 
121
125
  end
@@ -1,3 +1,3 @@
1
1
  module Infusion
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infusion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: