short_circu_it 0.25.8.1 → 0.26.0.2

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: cd74476ed05e7242d9a1d3376a1d9f439c754c822b546c6b0dbb27d858859297
4
- data.tar.gz: c37f3b509666ca61e4d6eb879ecdf6f236c951d91dc4cfe1e9aade095ed5dcc9
3
+ metadata.gz: 901bce08d2b6dd51e67e97983c1de4a110e4fdad97dd8cead3323e6ef7dc7e79
4
+ data.tar.gz: 9519987c54c43892d8cbc79a6deedd47623ec7877de213a2666b3e6e33ae7d64
5
5
  SHA512:
6
- metadata.gz: 8a8bb474cc2c12c3000dcfc23cc7d0607504cc3e418824405c6a8cdf094f4d1be3653941ca7cba038d1c050cf09a58b69dff1a33b2704409a91c0dff1682b157
7
- data.tar.gz: 8986296bc5cbd0557baf11902bb30d224c4e3446761799ee733b3c460f40fa19870bb192eb04b456df3c4b5293c06dd294292982887f49b7f75922a804ff131a
6
+ metadata.gz: d2e78d83a7561f2e14870ca33e88e96e51fb5cefe666aabde43f87671f4893a1ffa2e276e2a7f731d495c3c5071b21c4d7ece9acba024a99232180ae3108aaa5
7
+ data.tar.gz: 1d46ec2789bb130fe140dfb0af8b265462f0db6dcf6e21d2b886fd6b1c156456daee4c3edd72ee001d23071e098d598bbc8dcfe0888135ab7634e801fc07695a
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Memoize methods safely with parameter and dependency observation
4
4
 
5
- [![Build Status](https://semaphoreci.com/api/v1/freshly/spicerack/branches/master/badge.svg)](https://semaphoreci.com/freshly/spicerack)
5
+ [![Build Status](https://semaphoreci.com/api/v1/freshly/spicerack/branches/main/badge.svg)](https://semaphoreci.com/freshly/spicerack)
6
6
  [![Maintainability](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/maintainability)](https://codeclimate.com/github/Freshly/spicerack/maintainability)
7
7
  [![Test Coverage](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/test_coverage)](https://codeclimate.com/github/Freshly/spicerack/test_coverage)
8
8
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module ShortCircuIt
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.25.8.1"
5
+ VERSION = "0.26.0.2"
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.25.8.1
4
+ version: 0.26.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allen Rettberg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-13 00:00:00.000000000 Z
11
+ date: 2021-04-28 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.25.8.1
33
+ version: 0.26.0.2
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.25.8.1
40
+ version: 0.26.0.2
41
41
  description: Memoize methods safely with parameter and dependency observation
42
42
  email:
43
43
  - allen.rettberg@freshly.com
@@ -52,14 +52,14 @@ 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/master/short_circu_it
55
+ homepage: https://github.com/Freshly/spicerack/tree/main/short_circu_it
56
56
  licenses:
57
57
  - MIT
58
58
  metadata:
59
- homepage_uri: https://github.com/Freshly/spicerack/tree/master/short_circu_it
60
- source_code_uri: https://github.com/Freshly/spicerack/tree/master/short_circu_it
61
- changelog_uri: https://github.com/Freshly/spicerack/blob/master/short_circu_it/CHANGELOG.md
62
- documentation_uri: https://www.rubydoc.info/gems/short_circu_it/0.25.8.1
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.26.0.2
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: