fabrication 2.13.1 → 2.13.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3bf1a185c7e419f212a6191338886551776c72db
4
- data.tar.gz: 65cc299c8b6d9e50f1f25ac125bca674b3fb13df
3
+ metadata.gz: c40f2fce702a5073c7d359a726767ccf0cb574e0
4
+ data.tar.gz: c70be2c8a6aa22737e2bc399c5579147b0f639fe
5
5
  SHA512:
6
- metadata.gz: 3219c8c9d6349d9cb4e4f4866b1e48dc4d7043f7567bb2127499aa0d4ee217c889983c67a3c2125385e0386bd7ced152caf77016cefadff13b88f2a464fa7820
7
- data.tar.gz: 4b855c9506ee8155dfa77fba9c979f5ab1713502f77b51d151a4b56e22d8297b5618e4d5ab6684b8d29aad42abe8982771a95a2d108c4ef0b203ddca6bf30ead
6
+ metadata.gz: b0f7f2cdc3a3b7ca18c8fafd13ea104940d3eb71e2c0017b9dc1e7f760fba15c92a10424ed313037ff6b1afb72f2b21ceeb4150b546eed35bfebb5adb908ebf0
7
+ data.tar.gz: 44a7d24594140db823ef0fa2fd845c9c1b2b6ee28b3674d05166d6e1db7aed30fc088346b1311cc035e74faaff81a91ae89112cb2867b10dd15d35a0993ecf48
@@ -1,3 +1,3 @@
1
1
  module Fabrication
2
- VERSION = '2.13.1'
2
+ VERSION = '2.13.2'
3
3
  end
@@ -25,7 +25,8 @@ module Fabrication
25
25
  Rails::Generators::GeneratedAttribute.new(name, column.type)
26
26
  }
27
27
  end
28
- rescue NameError
28
+ rescue
29
+ # no table? no problem!
29
30
  end
30
31
 
31
32
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fabrication
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.13.1
4
+ version: 2.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Elliott
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-11 00:00:00.000000000 Z
11
+ date: 2015-04-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Fabrication is an object generation framework for ActiveRecord, Mongoid,
14
14
  DataMapper, Sequel, or any other Ruby object.