bigrails-redis 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/big_rails/redis/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7cceaf7f6561f865122a3a94f6e53261671614b8c8e361942ef29fd48930ecc8
|
4
|
+
data.tar.gz: c77fc0586dabeb68ad465e5bf4f4f562a6d94906197bb3bc34ebc6007f088ee3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fffb41b2512e350eb2c60b1db8f5f2844efb678ca019b42ec3a811962440050c74a71a148d638d5bf27c8442b5ac448e64c386b8d44c0e9885c136ee449b7ddc
|
7
|
+
data.tar.gz: 7480f3d4cfde67814ecfa04dc4ec74dc307a42007219b1646bb62d66702eb037e49f6114286de01e4c1ead25b63dbcd98f00b5056a78fd9c176b95d06e27a18f
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bigrails-redis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ngan Pham
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '4'
|
55
|
-
description:
|
55
|
+
description:
|
56
56
|
email:
|
57
57
|
- ngan@users.noreply.github.com
|
58
58
|
executables: []
|
@@ -76,7 +76,7 @@ metadata:
|
|
76
76
|
homepage_uri: https://github.com/rubyatscale/bigrails-redis
|
77
77
|
source_code_uri: https://github.com/rubyatscale/bigrails-redis
|
78
78
|
changelog_uri: https://github.com/rubyatscale/bigrails-redis/releases
|
79
|
-
post_install_message:
|
79
|
+
post_install_message:
|
80
80
|
rdoc_options: []
|
81
81
|
require_paths:
|
82
82
|
- lib
|
@@ -91,8 +91,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
91
|
- !ruby/object:Gem::Version
|
92
92
|
version: '0'
|
93
93
|
requirements: []
|
94
|
-
rubygems_version: 3.
|
95
|
-
signing_key:
|
94
|
+
rubygems_version: 3.5.3
|
95
|
+
signing_key:
|
96
96
|
specification_version: 4
|
97
97
|
summary: Redis connection manager for Rails applications.
|
98
98
|
test_files: []
|