short_circu_it 0.27.1 → 0.29.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 817f1f610617347d5fde46af16b0557e15fd3426a4d63b3e875a35b4b58c58f3
4
- data.tar.gz: 955159a5fad0c01efde6e4132e769ecc7ce6b9a71cbbbaaa578aeceb19d179ec
3
+ metadata.gz: 6e60e9873f47efaecddb81191f26a917455b2f4e6a735324f52ea046a54df795
4
+ data.tar.gz: 9760b01632b75fbb95562ce1290516403d5097cd5a5384836486acbfc4993901
5
5
  SHA512:
6
- metadata.gz: 6b1436b19d94eda0e09a82d23142899908ea5326cd51f295bb1004c0dbf0dbf36044048bb40448062a6346911f7e11643de679c246840589a0a74ce2ed62ecd0
7
- data.tar.gz: b93d930d09bc6d2288e4f51b367956348060d55052d3c91a9c560d198425ca6fc5a79990e176a4f1cfb8542cfa35a60795ecf79aa2c6223e8539e8e2eb6c65a3
6
+ metadata.gz: 22ad2f5987c35e2809875ba5345359785704e3b3912a0d829eb4a0b0f299b265db5894c79bcdc064c684b321e09d0b73bdeccf41e68104360d7aa6276a7cb24d
7
+ data.tar.gz: baee88777d6dec6edc8beedcae7926bd0d85528fea7231c1987631aad700b38bb4bb61c49b84788cf50da5ea682ca7ad282ecc5d298eaf2f51c83471bd53128b
data/README.md CHANGED
@@ -148,7 +148,7 @@ Consult Spicerack's [development instructions](../README.md#development) for mor
148
148
 
149
149
  ## Contributing
150
150
 
151
- Bug reports and pull requests are welcome on GitHub at https://github.com/Freshly/spicerack.
151
+ Bug reports and pull requests are welcome on GitHub at https://github.com/RubyAfterAll/spicerack.
152
152
 
153
153
  ## License
154
154
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module ShortCircuIt
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.27.1"
5
+ VERSION = "0.29.0"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: short_circu_it
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.1
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allen Rettberg
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-04 00:00:00.000000000 Z
11
+ date: 2022-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.27.1
33
+ version: 0.29.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.27.1
40
+ version: 0.29.0
41
41
  description: Memoize methods safely with parameter and dependency observation
42
42
  email:
43
43
  - allen.rettberg@freshly.com
@@ -52,15 +52,15 @@ files:
52
52
  - lib/short_circu_it/errors.rb
53
53
  - lib/short_circu_it/memoization_store.rb
54
54
  - lib/short_circu_it/version.rb
55
- homepage: https://github.com/Freshly/spicerack/tree/main/short_circu_it
55
+ homepage: https://github.com/RubyAfterAll/spicerack/tree/main/short_circu_it
56
56
  licenses:
57
57
  - MIT
58
58
  metadata:
59
- homepage_uri: https://github.com/Freshly/spicerack/tree/main/short_circu_it
60
- source_code_uri: https://github.com/Freshly/spicerack/tree/main/short_circu_it
61
- changelog_uri: https://github.com/Freshly/spicerack/blob/main/short_circu_it/CHANGELOG.md
62
- documentation_uri: https://www.rubydoc.info/gems/short_circu_it/0.27.1
63
- post_install_message:
59
+ homepage_uri: https://github.com/RubyAfterAll/spicerack/tree/main/short_circu_it
60
+ source_code_uri: https://github.com/RubyAfterAll/spicerack/tree/main/short_circu_it
61
+ changelog_uri: https://github.com/RubyAfterAll/spicerack/blob/main/short_circu_it/CHANGELOG.md
62
+ documentation_uri: https://www.rubydoc.info/gems/short_circu_it/0.29.0
63
+ post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
66
66
  - lib
@@ -75,8 +75,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.26
79
- signing_key:
78
+ rubygems_version: 3.3.8
79
+ signing_key:
80
80
  specification_version: 4
81
81
  summary: An intelligent and feature rich memoization gem
82
82
  test_files: []