chuckle 1.0.2 → 1.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.
@@ -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