rails_validations_hmac 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,7 @@ module ActiveModel
36
36
  when Proc
37
37
  record.instance_exec(&evaluation) rescue nil
38
38
  when Array
39
- evaluation.collect {|e| value_in_context(record, e) }.join
39
+ evaluation.collect {|e| "#{value_in_context(record, e)}" }.join
40
40
  else
41
41
  evaluation
42
42
  end
@@ -1,3 +1,3 @@
1
1
  module RailsValidationsHmac
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_validations_hmac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -212,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
212
212
  version: '0'
213
213
  segments:
214
214
  - 0
215
- hash: -877944555676697387
215
+ hash: -3716214815298391724
216
216
  requirements: []
217
217
  rubyforge_project:
218
218
  rubygems_version: 1.8.24