snooze_force 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. data/lib/snooze_force/client.rb +1 -3
  2. metadata +2 -2
@@ -19,9 +19,7 @@ module SnoozeForce
19
19
  self.client_secret = options[:client_secret]
20
20
  self.options = {:headers => {'Content-Type' => 'application/json'}}.merge(options)
21
21
 
22
- if self.uid && !SnoozeForce.const_defined?("U#{self.uid}")
23
- self.rebuild_sobjects!
24
- end
22
+ self.rebuild_sobjects! if self.uid
25
23
 
26
24
  end
27
25
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: snooze_force
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.0
5
+ version: 1.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - markbates
@@ -75,7 +75,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
76
  - - ">="
77
77
  - !ruby/object:Gem::Version
78
- hash: 1321497142415341186
78
+ hash: 4102060553185444073
79
79
  segments:
80
80
  - 0
81
81
  version: "0"