clevic 0.14.2 → 0.14.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ == 0.14.3
2
+ * bugfix: Make sure association? is defined
3
+
1
4
  == 0.14.2
2
5
  * Make it more robust wrt internal Sequel metadata changes.
3
6
 
@@ -19,6 +19,7 @@ class ModelColumn < OpenStruct
19
19
  end
20
20
 
21
21
  attr_reader :name
22
+ def association?; association; end
22
23
 
23
24
  # if it's not here, it's probably from Sequel, so figure it out from
24
25
  # the db_type
@@ -2,7 +2,7 @@ module Clevic #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 14
5
- TINY = 2
5
+ TINY = 3
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clevic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.2
4
+ version: 0.14.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-18 00:00:00.000000000 Z
12
+ date: 2012-07-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fastercsv