fabrication 2.16.0 → 2.16.1

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: 78053799fd00b34373f44d6e10b92223aef69223
4
- data.tar.gz: 6c5683350d88c8697a45adbc2af32196df2f6b7e
3
+ metadata.gz: 843ecc050e986f0b97d1d4a57667e20bf012963f
4
+ data.tar.gz: f4729f44578e9feeb2c4bb2e3cfb9d23dc2cd1d3
5
5
  SHA512:
6
- metadata.gz: 4ebf556c00fa905726f619f8baaada9c1c70460f81170e8903db8015f568574accd6ef78bf6b89e10ed2e0ceba18457c4a71977c515c10a20ad0f38ac56b300f
7
- data.tar.gz: ac89c98188f997eff43c7e6976f061293f5dc957536bb5227e3609d371e4a90fd7c4251cfd429fe89cd1e076ece58117f38087920fce6bb2b9eba4ca234ada9d
6
+ metadata.gz: a0e4a4c4fd78f30d6ae1c1a0ca62ca7c2ffbeb73c2aaf46ffb7297a63861741284db4cd69550e2fa723ce7aaa2aadd4a7f10e5a04335264fc4b66438468de46f
7
+ data.tar.gz: c1fa2e70d3cb7dd35beb7f1a59503c891f9d3f3717881d8a9d91fdc0f1a2cd24ddb66c406103fc1283a82c79f63dd2b4785ea69ec44a704c8111b86285820cfb
@@ -4,7 +4,6 @@ autoload :Fabricate, 'fabricate'
4
4
 
5
5
  if defined?(Rake)
6
6
  require 'rake'
7
- include Rake::DSL
8
7
  Dir[File.join(File.dirname(__FILE__), 'tasks', '**/*.rake')].each { |rake| load rake }
9
8
  end
10
9
 
@@ -100,8 +100,6 @@ class Fabrication::Generator::Base
100
100
  _instance.save! if _instance.respond_to?(:save!)
101
101
  end
102
102
 
103
- def post_initialize; end
104
-
105
103
  def process_attributes(attributes)
106
104
  self._transient_attributes = Hash.new
107
105
  attributes.each do |attribute|
@@ -1,3 +1,3 @@
1
1
  module Fabrication
2
- VERSION = '2.16.0'
2
+ VERSION = '2.16.1'
3
3
  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.16.0
4
+ version: 2.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Elliott
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-28 00:00:00.000000000 Z
11
+ date: 2017-03-04 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.