fabrication 2.11.2 → 2.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a222f89e30985db0798235fee3b189f592d04e2
4
- data.tar.gz: c6c10424d2714f10ec306634905689a85b3ac875
3
+ metadata.gz: 8a1a39572d252d876796cb240d8ae2bc51fbccfd
4
+ data.tar.gz: bdf62edb5100e0b32cd0fa51bf0b3c7b848cd17d
5
5
  SHA512:
6
- metadata.gz: 544b44a365a5a846fa980732cc67bcbf6dd52a12b686a358578564919d058a40797152a4a1e60eec9848a7e3ea93c01c4bba0466c512f8fef4a99a0e04e7da64
7
- data.tar.gz: c3eb3213550dfd6031b1f3c25307921b82cbf2ab9373d71c9bb093c3ca1edc216c8ef193b2783e2313699338f4b08196693083946989fad57b38e38f33386a89
6
+ metadata.gz: 6f25fb5f6ca06b93b3a5c4011ca8333662decd4f1f1b8d6f237112d09f07b8cb39715a789b19982773779510030508fa3dd41e397af213162bc80c1b226e95e0
7
+ data.tar.gz: cb44c496ca629154fa8bdf41dcddb164cd51ea04bc95b80e3748ec239c30f3ebc11d268c01bb88cb6cf6a773c29a2a4e86b1cb8a0adabec55a6886383b6999f2
@@ -1,3 +1,3 @@
1
1
  module Fabrication
2
- VERSION = '2.11.2'
2
+ VERSION = '2.11.3'
3
3
  end
@@ -1,7 +1,7 @@
1
1
  namespace :fabrication do
2
2
  desc "Display all registered fabricators by class"
3
3
  task :list => :environment do
4
- Fabrication.manager.laod_definitions if Fabrication.manager.empty?
4
+ Fabrication.manager.load_definitions if Fabrication.manager.empty?
5
5
 
6
6
  if Fabrication.manager.schematics.none?
7
7
  puts "No fabricators found"
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.11.2
4
+ version: 2.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Elliott
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-29 00:00:00.000000000 Z
11
+ date: 2014-06-13 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.