activerecord-jdbcdbf-adapter 0.9.7.1-java → 0.9.7.2-java

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE.txt CHANGED
File without changes
data/Manifest.txt CHANGED
File without changes
data/README.txt CHANGED
File without changes
data/Rakefile CHANGED
@@ -10,7 +10,7 @@ begin
10
10
  require 'hoe'
11
11
  Hoe.plugin :gemcutter
12
12
  hoe = Hoe.spec("activerecord-jdbcdbf-adapter") do |p|
13
- p.version = "0.9.7.1"
13
+ p.version = "0.9.7.2"
14
14
  p.spec_extras[:platform] = Gem::Platform.new("java")
15
15
  p.url = "http://github.com/nightshade427/activerecord-jdbcdbf-adapter"
16
16
  p.author = "Nick Ricketts"
@@ -39,8 +39,8 @@ module JdbcSpec
39
39
  rows = super sql, name
40
40
  downcase_rows rows
41
41
  end
42
- def quoted_true; 'false'; end
43
- def quoted_false; 'true'; end
42
+ def quoted_true; 'true'; end
43
+ def quoted_false; 'false'; end
44
44
  def supports_migrations?; false; end
45
45
  def quoted_date(value); "#{value.strftime("%Y-%m-%d")}"; end
46
46
  private
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 9
8
8
  - 7
9
- - 1
10
- version: 0.9.7.1
9
+ - 2
10
+ version: 0.9.7.2
11
11
  platform: java
12
12
  authors:
13
13
  - Nick Ricketts
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-09 00:00:00 -07:00
18
+ date: 2010-07-18 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency