chuckle 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ module Chuckle
8
8
 
9
9
  def initialize(options = {})
10
10
  self.options = DEFAULT_OPTIONS.dup
11
- options.each { |k, v| self.options[k] = v if v }
11
+ options.each { |k, v| self.options[k] = v if v != nil }
12
12
  self.cache = Cache.new(self)
13
13
  sanity!
14
14
  end
@@ -1,4 +1,4 @@
1
1
  module Chuckle
2
2
  # Gem version
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chuckle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
159
159
  version: '0'
160
160
  segments:
161
161
  - 0
162
- hash: -116042020902971190
162
+ hash: -1861235699163653682
163
163
  requirements: []
164
164
  rubyforge_project: chuckle
165
165
  rubygems_version: 1.8.24