smarts_api 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/lib/smarts_api.rb CHANGED
@@ -19,7 +19,7 @@ module SmartsApi
19
19
  Dir[File.expand_path('../../lib/smarts_api/*/*.rb', __FILE__)].each {|f| require f}
20
20
 
21
21
  def self.evaluate(decision, obj_hash, logger = nil)
22
- logger.info "processing request for #{obj.class} id=#{obj.id}{" if logger.respond_to?(:info)
22
+ logger.info "processing request for #{obj_hash}" if logger.respond_to?(:info)
23
23
 
24
24
  session = SmartsApi::ConnectMessage.new().send
25
25
  response = SmartsApi::EvaluateMessage.new().
@@ -1,5 +1,5 @@
1
1
  module SmartsApi
2
2
  module Version # :nodoc:
3
- STRING = '0.0.3'
3
+ STRING = '0.0.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smarts_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-26 00:00:00.000000000 Z
12
+ date: 2013-10-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: typhoeus
@@ -91,7 +91,7 @@ dependencies:
91
91
  - - ! '>='
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
- description: smarts_api-0.0.3
94
+ description: smarts_api-0.0.4
95
95
  email:
96
96
  - theSteveMitchell@gmail.com
97
97
  executables: []