association_accessors 1.3.0 → 1.3.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
  SHA256:
3
- metadata.gz: 427e524e67a28002e3e0b010c7536c410597d3d23bdfbb8dd8375743124b4251
4
- data.tar.gz: ec24e909df781cdd00d70035451aaec6420617827fa8244531faf2381b09633c
3
+ metadata.gz: eab1b034433eb9fe2752170bff748e4b61ebb72541d006579bd7488400a1d648
4
+ data.tar.gz: 464587ad80c9608d2c4a71e8be8d62f9c47eb6fdec0a8254e712be6db929d196
5
5
  SHA512:
6
- metadata.gz: b787c454deb6947cd9f71f8fc7f710024dadebb8587e9ef6da762ca2124b463ef16e03c6b99897f09e28f9489bb3ca2166290d6e63cec81c9b27b8271da9f4d5
7
- data.tar.gz: dae9c1963ff3c53f2aca2081b41b23e0a22d0e3b05a3ac63ed9363a4ca4631d8291a691880c9bdcd931fd54f77ba093f13f556662a7ec3985f08f35e78b3ca4b
6
+ metadata.gz: 5f5c73c6111c385ce69ae848fca1f61a39324a28084fe4d2b6ef2ff8d1099c388e02a5a4c7a42f1d8b00ab5e395a6f6027807d836e3a3553bcf7209a5f5c5774
7
+ data.tar.gz: 0e88bf4c5a7c2da477b2f737baa2d0fc6b3928b7e7159732e3abe8ec408c7f40cb7b3f19b491c91505668a5611fd6acad49abeba1103cfc36d2f1307c17810fc
data/README.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  ## Dependencies
6
6
 
7
- * **ruby** `'>=2.3'`
8
- * **activerecord** `'>=4.1', '<6.0'`
7
+ * **ruby** `'>= 2.3.0'`
8
+ * **activerecord** `'>= 4.1.7', '< 6.0'`
9
9
  * **rspec** `'>= 2.0'` (for the test matcher)
10
10
 
11
11
  ## Table of Contents
@@ -30,6 +30,8 @@ Gem::Specification.new do |spec|
30
30
  spec.executables = []
31
31
  spec.require_paths = ["lib"]
32
32
 
33
+ spec.required_ruby_version = ">= 2.3.0"
34
+
33
35
  spec.add_development_dependency "bundler", "~> 1.16"
34
36
  spec.add_development_dependency "rake", "~> 10.0"
35
37
  spec.add_development_dependency "rspec", "~> 3.0"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- association_accessors (1.3.0)
4
+ association_accessors (1.3.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- association_accessors (1.3.0)
4
+ association_accessors (1.3.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- association_accessors (1.3.0)
4
+ association_accessors (1.3.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- association_accessors (1.3.0)
4
+ association_accessors (1.3.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- association_accessors (1.3.0)
4
+ association_accessors (1.3.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- association_accessors (1.3.0)
4
+ association_accessors (1.3.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module AssociationAccessors
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  RSpec.describe AssociationAccessors do
2
2
  it "has a version number" do
3
- expect(AssociationAccessors::VERSION).to eq '1.3.0'
3
+ expect(AssociationAccessors::VERSION).to eq '1.3.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: association_accessors
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Szijjártó Nagy Misu
@@ -156,7 +156,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
156
156
  requirements:
157
157
  - - ">="
158
158
  - !ruby/object:Gem::Version
159
- version: '0'
159
+ version: 2.3.0
160
160
  required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  requirements:
162
162
  - - ">="
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  requirements: []
166
166
  rubyforge_project:
167
- rubygems_version: 2.7.6
167
+ rubygems_version: 2.7.8
168
168
  signing_key:
169
169
  specification_version: 4
170
170
  summary: Handling AR associations with other attributes than primary key