bigrails-redis 0.7.1 → 0.7.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a134f22706b7b05a8560f3dd5d0533dda83fe28bbf4494311bd554da0194b4d
4
- data.tar.gz: 25cd0ceccafb2c17c64c2242d18d7bb699ba681eee49e1a1a2bd4317facbee00
3
+ metadata.gz: 7cceaf7f6561f865122a3a94f6e53261671614b8c8e361942ef29fd48930ecc8
4
+ data.tar.gz: c77fc0586dabeb68ad465e5bf4f4f562a6d94906197bb3bc34ebc6007f088ee3
5
5
  SHA512:
6
- metadata.gz: 54979c2d69046a56a0b7de453e6d9f340acd010e1750ea9604692447e6ccf586b5c4af901eb71b890d6116b1796fd570bdc90142150006e17d6a3e10e5a06191
7
- data.tar.gz: 00257ba1f9b856464a6b237c636d5090eacaae5eceaedf0e46268530c81c3fcc2d2758c6e3bd34e8a68705d373d86513b66553f8e3f4dcbf583772c4c4144fcd
6
+ metadata.gz: fffb41b2512e350eb2c60b1db8f5f2844efb678ca019b42ec3a811962440050c74a71a148d638d5bf27c8442b5ac448e64c386b8d44c0e9885c136ee449b7ddc
7
+ data.tar.gz: 7480f3d4cfde67814ecfa04dc4ec74dc307a42007219b1646bb62d66702eb037e49f6114286de01e4c1ead25b63dbcd98f00b5056a78fd9c176b95d06e27a18f
@@ -2,6 +2,6 @@
2
2
 
3
3
  module BigRails
4
4
  module Redis
5
- VERSION = "0.7.1"
5
+ VERSION = "0.7.2"
6
6
  end
7
7
  end
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.1
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: 2023-05-18 00:00:00.000000000 Z
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.1.6
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: []