mochigome 0.1.20 → 0.1.21

Sign up to get free protection for your applications and to get access to all the features.
data/lib/mochigome_ver.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mochigome
2
- VERSION = "0.1.20"
2
+ VERSION = "0.1.21"
3
3
  end
@@ -128,7 +128,7 @@ module Mochigome
128
128
  "(CASE " +
129
129
  cond_results.map{|cond, result|
130
130
  "WHEN #{arel_exprify(cond, t)} THEN #{arel_exprify(result, t)}"
131
- } +
131
+ }.join(" ") +
132
132
  (else_val ? "ELSE #{arel_exprify(else_val, t)}" : "") +
133
133
  "END)"
134
134
  )
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mochigome
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 20
10
- version: 0.1.20
9
+ - 21
10
+ version: 0.1.21
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Mike Simon