activerecord_touchy 0.1.2 → 0.1.4
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.
- checksums.yaml +4 -4
- data/activerecord_touchy.gemspec +1 -1
- data/lib/activerecord_touchy/version.rb +1 -1
- metadata +7 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d7600e0c83dc6ef1b53a23dc914bc417859e2d405ae63c7b786872f5b4ccbee
|
|
4
|
+
data.tar.gz: 18f99381f968fac1586c70f87b377808aeb073797a9eaf68b4c5f48a27c53791
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32f9c22735c9f68f84d082c5e74bfe06c58cfaaee7459b5ac38d3f3e52266b8d2750a0560183ff5baba2f0d59fadab238115dbd3a94a2a958f48c0c3d36b4e75
|
|
7
|
+
data.tar.gz: 3abccc38c12a6a2319a902d3c478fde505c4fd01ed4057243e157c3b4247c2d87a91a78bce338d7e9dcec21a610ff099d24416a55af2e4ba495b37ba493f66ea
|
data/activerecord_touchy.gemspec
CHANGED
|
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
spec.add_development_dependency 'rubocop', '~> 0.50'
|
|
28
28
|
spec.add_development_dependency 'sqlite3', '~> 1.3'
|
|
29
29
|
|
|
30
|
-
spec.add_runtime_dependency 'activerecord', '>= 4.0.0'
|
|
30
|
+
spec.add_runtime_dependency 'activerecord', '>= 4.0.0'
|
|
31
31
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord_touchy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vital Ryabchinskiy
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -87,9 +87,6 @@ dependencies:
|
|
|
87
87
|
- - ">="
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: 4.0.0
|
|
90
|
-
- - "<"
|
|
91
|
-
- !ruby/object:Gem::Version
|
|
92
|
-
version: '7.0'
|
|
93
90
|
type: :runtime
|
|
94
91
|
prerelease: false
|
|
95
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -97,10 +94,7 @@ dependencies:
|
|
|
97
94
|
- - ">="
|
|
98
95
|
- !ruby/object:Gem::Version
|
|
99
96
|
version: 4.0.0
|
|
100
|
-
|
|
101
|
-
- !ruby/object:Gem::Version
|
|
102
|
-
version: '7.0'
|
|
103
|
-
description:
|
|
97
|
+
description:
|
|
104
98
|
email:
|
|
105
99
|
- vital.ryabchinskiy@gmail.com
|
|
106
100
|
executables: []
|
|
@@ -125,7 +119,7 @@ homepage: https://github.com/vitalinfo/activerecord_touchy
|
|
|
125
119
|
licenses:
|
|
126
120
|
- MIT
|
|
127
121
|
metadata: {}
|
|
128
|
-
post_install_message:
|
|
122
|
+
post_install_message:
|
|
129
123
|
rdoc_options: []
|
|
130
124
|
require_paths:
|
|
131
125
|
- lib
|
|
@@ -140,8 +134,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
140
134
|
- !ruby/object:Gem::Version
|
|
141
135
|
version: '0'
|
|
142
136
|
requirements: []
|
|
143
|
-
rubygems_version: 3.
|
|
144
|
-
signing_key:
|
|
137
|
+
rubygems_version: 3.4.10
|
|
138
|
+
signing_key:
|
|
145
139
|
specification_version: 4
|
|
146
140
|
summary: Extend AR to use touch for has_many and has_one relations
|
|
147
141
|
test_files: []
|