rquery-activerecord 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rquery-activerecord.rb +1 -1
  2. metadata +4 -4
@@ -45,7 +45,7 @@ module RQuery
45
45
  elsif action == "IN" || action == "NOT IN"
46
46
  "#{key} #{action} #{val.gsub("\'", "\"")}"
47
47
  else
48
- "#{key} #{action} \"" + val + "\""
48
+ "#{key} #{action} \"" + val.to_s + "\""
49
49
  end
50
50
  end
51
51
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rquery-activerecord
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 6
10
- version: 0.1.6
9
+ - 7
10
+ version: 0.1.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Wilson, Kris Windham, Andrew Kennedy
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-19 00:00:00 -04:00
18
+ date: 2012-03-21 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency