hobofields 0.9.105 → 0.9.106

Sign up to get free protection for your applications and to get access to all the features.
@@ -208,6 +208,7 @@ module HoboFields
208
208
 
209
209
  # Return the entry from #columns for the named column
210
210
  def self.column(name)
211
+ return unless table_exists?
211
212
  name = name.to_s
212
213
  columns.find {|c| c.name == name }
213
214
  end
data/lib/hobo_fields.rb CHANGED
@@ -9,7 +9,7 @@ end
9
9
 
10
10
  module HoboFields
11
11
 
12
- VERSION = "0.9.105"
12
+ VERSION = "0.9.106"
13
13
 
14
14
  extend self
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hobofields
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.105
4
+ version: 0.9.106
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Locke
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-22 00:00:00 -05:00
12
+ date: 2010-01-26 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - "="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.9.105
33
+ version: 0.9.106
34
34
  version:
35
35
  description:
36
36
  email: tom@tomlocke.com