deep_cloneable 2.3.1 → 2.3.2

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.
data/readme.md CHANGED
@@ -6,8 +6,8 @@ This gem gives every ActiveRecord::Base object the possibility to do a deep clon
6
6
 
7
7
  ## Requirements
8
8
 
9
- * Ruby 1.8.7, 1.9.2, 1.9.3, 2.0.0, 2.1.5, 2.2.2, 2.3.0 (tested)
10
- * Activerecord 3.1, 3.2, 4.0, 4.1, 4.2, 5.0.0.1 (tested)
9
+ * Ruby 1.8.7, 1.9.2, 1.9.3, 2.0.0, 2.1.5, 2.2.2, 2.3.0, 2.4.4, 2.5.1 (tested)
10
+ * Activerecord 3.1, 3.2, 4.0, 4.1, 4.2, 5.0, 5.1, 5.2 (tested)
11
11
  * Rails 2.x/3.0 users, please check out the 'rails2.x-3.0' branch
12
12
 
13
13
  ## Installation
@@ -15,7 +15,7 @@ This gem gives every ActiveRecord::Base object the possibility to do a deep clon
15
15
  * Add deep_cloneable to your Gemfile:
16
16
 
17
17
  ```ruby
18
- gem 'deep_cloneable', '~> 2.3.0'
18
+ gem 'deep_cloneable', '~> 2.3.2'
19
19
  ```
20
20
 
21
21
  ## Upgrading from v1
@@ -145,4 +145,4 @@ pirate.deep_clone include: [:parrot, :rum], skip_missing_associations: true
145
145
 
146
146
  ### Copyright
147
147
 
148
- Copyright © 2017 Reinier de Lange. See LICENSE for details.
148
+ Copyright © 2018 Reinier de Lange. See LICENSE for details.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deep_cloneable
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reinier de Lange
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-02 00:00:00.000000000 Z
11
+ date: 2018-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - "<"
18
18
  - !ruby/object:Gem::Version
19
- version: 5.2.0
19
+ version: '6'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
22
  version: 3.1.0
@@ -26,22 +26,22 @@ dependencies:
26
26
  requirements:
27
27
  - - "<"
28
28
  - !ruby/object:Gem::Version
29
- version: 5.2.0
29
+ version: '6'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 3.1.0
33
33
  description: 'Extends the functionality of ActiveRecord::Base#dup to perform a deep
34
34
  clone that includes user specified associations. '
35
- email: r.j.delange@nedforce.nl
35
+ email: rjdelange@icloud.com
36
36
  executables: []
37
37
  extensions: []
38
38
  extra_rdoc_files:
39
39
  - LICENSE
40
- - readme.md
41
40
  files:
42
41
  - ".document"
43
42
  - ".travis.yml"
44
43
  - Appraisals
44
+ - CHANGELOG.md
45
45
  - Gemfile
46
46
  - Gemfile.lock
47
47
  - LICENSE
@@ -60,6 +60,10 @@ files:
60
60
  - gemfiles/4.2.gemfile.lock
61
61
  - gemfiles/5.0.gemfile
62
62
  - gemfiles/5.0.gemfile.lock
63
+ - gemfiles/5.1.gemfile
64
+ - gemfiles/5.1.gemfile.lock
65
+ - gemfiles/5.2.gemfile
66
+ - gemfiles/5.2.gemfile.lock
63
67
  - init.rb
64
68
  - lib/deep_cloneable.rb
65
69
  - readme.md
@@ -88,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
92
  version: '0'
89
93
  requirements: []
90
94
  rubyforge_project:
91
- rubygems_version: 2.4.8
95
+ rubygems_version: 2.7.6
92
96
  signing_key:
93
97
  specification_version: 4
94
98
  summary: This gem gives every ActiveRecord::Base object the possibility to do a deep