hashmake 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -188,7 +188,7 @@ module HashMakeable
188
188
  val[hsh_key] = item
189
189
  end
190
190
  end
191
- elsif Hashmake::hash_makeable?(val.class) and item.class == arg_spec.type
191
+ elsif Hashmake::hash_makeable?(val.class) and val.class == arg_spec.type
192
192
  val = val.make_hash
193
193
  end
194
194
 
@@ -4,5 +4,5 @@
4
4
  #
5
5
  module Hashmake
6
6
  # hashmake version
7
- VERSION = "0.1.7"
7
+ VERSION = "0.1.8"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hashmake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -133,7 +133,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
133
133
  version: '0'
134
134
  segments:
135
135
  - 0
136
- hash: 4508738555952992171
136
+ hash: -1512058762089527342
137
137
  required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  none: false
139
139
  requirements:
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  version: '0'
143
143
  segments:
144
144
  - 0
145
- hash: 4508738555952992171
145
+ hash: -1512058762089527342
146
146
  requirements: []
147
147
  rubyforge_project:
148
148
  rubygems_version: 1.8.23