redis-cluster-activesupport 1.2.0 → 1.3.0
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/.github/workflows/ci.yml +9 -1
- data/gemfiles/rails72.gemfile +4 -0
- data/redis-cluster-activesupport.gemspec +2 -2
- metadata +6 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6cac869b68eafe05a50192c4e9551bb0f9cfa2f5d12f914a0a96a150409f624f
|
|
4
|
+
data.tar.gz: 43e3d49d20105a2f93a1eecdad0c2a37b21df9780a882f8665f0b8d6faccb802
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16d2b4b7c0db6c1beb26bbbfcef6f4c9d71b379c2dfa8f51f20bf8a3e5ef0c267f9f8f09dfb1758fff26289718b2cfba9511ec4196d227a658c41c7e4b0fe06c
|
|
7
|
+
data.tar.gz: e884694bb86da4e3494ffa5c823b184b45302fd5f9bc5ee4b441b46e4ceb6cd96d6628a03078e2370c05113980198f6a4417a54691d904f26f45b7dcb40dd8ce
|
data/.github/workflows/ci.yml
CHANGED
|
@@ -16,16 +16,24 @@ jobs:
|
|
|
16
16
|
strategy:
|
|
17
17
|
matrix:
|
|
18
18
|
ruby-version: [ '3.2', '3.1', '3.0', '2.7', '2.6', 'jruby-9.3', 'jruby-9.4' ]
|
|
19
|
-
gemfile: [ 'rails60', 'rails61', 'rails70', 'rails71' ]
|
|
19
|
+
gemfile: [ 'rails60', 'rails61', 'rails70', 'rails71', 'rails72' ]
|
|
20
20
|
exclude:
|
|
21
21
|
- ruby-version: '2.6'
|
|
22
22
|
gemfile: 'rails70'
|
|
23
23
|
- ruby-version: '2.6'
|
|
24
24
|
gemfile: 'rails71'
|
|
25
|
+
- ruby-version: '2.6'
|
|
26
|
+
gemfile: 'rails72'
|
|
27
|
+
- ruby-version: '2.7'
|
|
28
|
+
gemfile: 'rails72'
|
|
29
|
+
- ruby-version: '3.0'
|
|
30
|
+
gemfile: 'rails72'
|
|
25
31
|
- ruby-version: 'jruby-9.3'
|
|
26
32
|
gemfile: 'rails70'
|
|
27
33
|
- ruby-version: 'jruby-9.3'
|
|
28
34
|
gemfile: 'rails71'
|
|
35
|
+
- ruby-version: 'jruby-9.3'
|
|
36
|
+
gemfile: 'rails72'
|
|
29
37
|
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
|
|
30
38
|
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
|
|
31
39
|
RAILS_ENV: test
|
|
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |spec|
|
|
5
5
|
spec.name = "redis-cluster-activesupport"
|
|
6
|
-
spec.version = "1.
|
|
6
|
+
spec.version = "1.3.0"
|
|
7
7
|
spec.authors = ["Garrett Thornburg"]
|
|
8
8
|
spec.email = ["film42@gmail.com"]
|
|
9
9
|
|
|
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
|
|
|
19
19
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
20
20
|
spec.require_paths = ["lib"]
|
|
21
21
|
|
|
22
|
-
spec.add_dependency "activesupport", ">= 6.0", "< 7.
|
|
22
|
+
spec.add_dependency "activesupport", ">= 6.0", "< 7.3"
|
|
23
23
|
spec.add_development_dependency "bundler"
|
|
24
24
|
spec.add_development_dependency "fakeredis"
|
|
25
25
|
spec.add_development_dependency "pry"
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redis-cluster-activesupport
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Garrett Thornburg
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: exe
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: activesupport
|
|
@@ -19,7 +18,7 @@ dependencies:
|
|
|
19
18
|
version: '6.0'
|
|
20
19
|
- - "<"
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '7.
|
|
21
|
+
version: '7.3'
|
|
23
22
|
type: :runtime
|
|
24
23
|
prerelease: false
|
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +28,7 @@ dependencies:
|
|
|
29
28
|
version: '6.0'
|
|
30
29
|
- - "<"
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '7.
|
|
31
|
+
version: '7.3'
|
|
33
32
|
- !ruby/object:Gem::Dependency
|
|
34
33
|
name: bundler
|
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -121,6 +120,7 @@ files:
|
|
|
121
120
|
- gemfiles/rails61.gemfile
|
|
122
121
|
- gemfiles/rails70.gemfile
|
|
123
122
|
- gemfiles/rails71.gemfile
|
|
123
|
+
- gemfiles/rails72.gemfile
|
|
124
124
|
- lib/active_support/cache/redis_cluster_store.rb
|
|
125
125
|
- lib/redis/cluster/activesupport.rb
|
|
126
126
|
- redis-cluster-activesupport.gemspec
|
|
@@ -128,7 +128,6 @@ homepage: https://github.com/film42/redis-cluster-activesupport
|
|
|
128
128
|
licenses:
|
|
129
129
|
- MIT
|
|
130
130
|
metadata: {}
|
|
131
|
-
post_install_message:
|
|
132
131
|
rdoc_options: []
|
|
133
132
|
require_paths:
|
|
134
133
|
- lib
|
|
@@ -143,8 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
143
142
|
- !ruby/object:Gem::Version
|
|
144
143
|
version: '0'
|
|
145
144
|
requirements: []
|
|
146
|
-
rubygems_version: 3.
|
|
147
|
-
signing_key:
|
|
145
|
+
rubygems_version: 3.6.9
|
|
148
146
|
specification_version: 4
|
|
149
147
|
summary: Extension to redis-activesupport for working with redis cluster
|
|
150
148
|
test_files: []
|