around_the_world 0.27.0 → 0.27.1

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: 8c2ab8fef36bdd0ea14b7443b7b9d9ce1ec963ba922e3524b2a5cc8a69401b48
4
- data.tar.gz: 8aab35dc0ef3ab68f18f0717d91041187e1016bf4bf753f8bd653e752333b8bc
3
+ metadata.gz: 81129b299b0545936d7a81e9c38e7cf1573e5a0c021a3bbba6c44922a42c9f39
4
+ data.tar.gz: ba2b7bce4477d25c40c150d3555dd81d5dc7c399caacedf78747942b68fcc1d3
5
5
  SHA512:
6
- metadata.gz: 53cb784bb7fa3fca22518ed2c12c22a86039a2bf4e9c8c0c1e88ae5fa515abfcf78d268c8a5bcfafb482c2e838ebf4fa5fb5b2bf15f9055e84e8c4798608606c
7
- data.tar.gz: 9d71f7ebbe02abc7cb016f0c187731a766c468f6500fdd9269255cbda542320ab5aa5e19a6b1ed030bd255cc3acb5fd9d9f851c258c623d5d5c6704f7f5800f3
6
+ metadata.gz: cc1b4f9e76a0307cec6a9f368f40b1fe905a8b02e626044b46e71fe4f744cd7811b20c1ec17003539bdd9c31084363ad6d2968b0ffaba19eafbe61f433c34262
7
+ data.tar.gz: 74399f50bd2bd7b8b46834aec9e763c46a869aed9459f6f056678b758f03105372267e0b790fd5e9722af1ba9b34a3a225411f547cb2ae92517954a2f13f169b
@@ -2,5 +2,5 @@
2
2
 
3
3
  module AroundTheWorld
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.27.0"
5
+ VERSION = "0.27.1"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: around_the_world
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.27.1
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-08-24 00:00:00.000000000 Z
11
+ date: 2021-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -47,7 +47,7 @@ metadata:
47
47
  homepage_uri: https://github.com/Freshly/spicerack/tree/main/around_the_world
48
48
  source_code_uri: https://github.com/Freshly/spicerack/tree/main/around_the_world
49
49
  changelog_uri: https://github.com/Freshly/spicerack/blob/main/around_the_world/CHANGELOG.md
50
- documentation_uri: https://www.rubydoc.info/gems/around_the_world/0.27.0
50
+ documentation_uri: https://www.rubydoc.info/gems/around_the_world/0.27.1
51
51
  post_install_message:
52
52
  rdoc_options: []
53
53
  require_paths:
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  - !ruby/object:Gem::Version
64
64
  version: '0'
65
65
  requirements: []
66
- rubygems_version: 3.2.25
66
+ rubygems_version: 3.2.26
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: Allows you to easily wrap methods with custom logic on any class