association-soft-build 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  AssociationSoftBuild
2
2
  ====================
3
3
 
4
+ # DEPRECATION
5
+ `association-soft-build` gem is deprecated.
6
+ Please use `activerecord_devkit/association_soft_build` feature from [activerecord-devkit](https://github.com/stokarenko/activerecord-devkit) gem instead.'
7
+
4
8
  AssociationSoftBuild extends ActiveRecord to provide the possibility to build an association without affecting to the parent object.
5
9
 
6
10
  # The problem
@@ -1,3 +1,8 @@
1
+ warn <<-WARN
2
+ [DEPRECATION] `association-soft-build` gem is deprecated.
3
+ Please use `activerecord_devkit/association_soft_build` feature from `activerecord-devkit` gem instead.
4
+ WARN
5
+
1
6
  module AssociationSoftBuild
2
- VERSION = '0.0.2'.freeze
7
+ VERSION = '0.0.3'.freeze
3
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: association-soft-build
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.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: 2015-05-05 00:00:00.000000000 Z
12
+ date: 2015-05-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord