redis-objects-periodical 0.4.0 → 0.4.1

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: 61c703571cd2602ebeac975dcc983374517185014a74aacdd162aedb20ec1f19
4
- data.tar.gz: 903c0e78b58e6a0f1db6476f11906e4a1212436d91db60c5cdbd9f5f65069b20
3
+ metadata.gz: 3aec4e9399f53e559f5ba5cb679c4e241bc6a4658f3eb3a88ad02e6b6be479c2
4
+ data.tar.gz: 232eac099ff37e6751e5335a2312b90103e9eb27f5171d4868c46263ceef66c0
5
5
  SHA512:
6
- metadata.gz: 0edcd884c0fa276c755e455e24b1727e903303a7b3ba90a0fe865d6acce22fd5de2fbd9312cb15a0fd5504925b6368bca981e98e5ff9871bc853330807e89fc1
7
- data.tar.gz: dca107efe011fe1753861ce9a3471d8b18f923a779e5ffb3b8f499a388cc359500cb6d374814f0b4ee3605123052686d864486211d45c75b9813f1d4a36a0b45
6
+ metadata.gz: c0b7f4c767fed43ac27a8c42adff62c56f91940428804e5f768054f2267300e39067c63c44e06da66ef460caef1c57d1df621d3a5288acb7163f0deb25727521
7
+ data.tar.gz: 659fb95d1099602eb52d256c43d9d2f703666a56d631e6ee7fd7afbba8ff5faa2ef56640bdfaac6a5723dfd1114b7095a5471f3475e8c6e5d0f84a68d6ab679b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change log
2
2
 
3
+ ## v0.4.1 (Jul 27, 2022)
4
+
5
+ ### Misc
6
+
7
+ - [#22](https://github.com/ryz310/redis-object-periodical/pull/22) Rename from redis-object-daily-counter to redis-object-periodical ([@ryz310](https://github.com/ryz310))
8
+
3
9
  ## v0.4.0 (Jul 26, 2022)
4
10
 
5
11
  ### Feature
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- redis-objects-periodical (0.4.0)
4
+ redis-objects-periodical (0.4.1)
5
5
  redis-objects
6
6
 
7
7
  GEM
@@ -95,4 +95,4 @@ DEPENDENCIES
95
95
  yard
96
96
 
97
97
  BUNDLED WITH
98
- 2.3.18
98
+ 2.3.11
@@ -3,7 +3,7 @@
3
3
  class Redis
4
4
  module Objects
5
5
  module Periodical
6
- VERSION = '0.4.0'
6
+ VERSION = '0.4.1'
7
7
  end
8
8
  end
9
9
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'redis-objects-daily-counter'
5
- spec.version = '0.4.0'
5
+ spec.version = '0.4.1'
6
6
  spec.authors = ['ryz310']
7
7
  spec.email = ['ryz310@gmail.com']
8
8
 
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis-objects-periodical
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryz310
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2022-07-26 00:00:00.000000000 Z
@@ -77,7 +77,7 @@ metadata:
77
77
  homepage_uri: https://github.com/ryz310/redis-objects-periodical
78
78
  source_code_uri: https://github.com/ryz310/redis-objects-periodical
79
79
  changelog_uri: https://github.com/ryz310/redis-objects-periodical/blob/master/CHANGELOG.md
80
- post_install_message:
80
+ post_install_message:
81
81
  rdoc_options: []
82
82
  require_paths:
83
83
  - lib
@@ -92,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
94
  requirements: []
95
- rubygems_version: 3.3.7
96
- signing_key:
95
+ rubygems_version: 3.3.11
96
+ signing_key:
97
97
  specification_version: 4
98
98
  summary: Extends Redis::Objects as periodical.
99
99
  test_files: []