delegate_attributes 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,14 @@ module DelegateAttributes
4
4
  def self.load!
5
5
  require 'delegate_attributes/engine'
6
6
  require 'delegate_attributes/railtie'
7
+ warn <<-EOW
8
+
9
+ DEPRECATION WARNING: Gem 'delegate_attributes' has been moved into 'active_tools' gem.
10
+ Further development of 'delegate_attributes' will no longer continue.
11
+
12
+ Thank you!
13
+
14
+ EOW
7
15
  end
8
16
 
9
17
  end
@@ -1,3 +1,3 @@
1
1
  module DelegateAttributes
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: delegate_attributes
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: 2013-01-06 00:00:00.000000000 Z
12
+ date: 2013-01-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activemodel
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  version: '0'
68
68
  requirements: []
69
69
  rubyforge_project: delegate_attributes
70
- rubygems_version: 1.8.24
70
+ rubygems_version: 1.8.25
71
71
  signing_key:
72
72
  specification_version: 3
73
73
  summary: Delegate attributes from one model instance to another with errors validation