around_the_world 0.29.0 → 0.29.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: 664f9f102fd2182bddbe25922dc95848d7b860baceba0791954d612b1e9b01b2
4
- data.tar.gz: dc023fa9d2f18d84069440706c278f3923856e3639201c53c3716180adcfbf59
3
+ metadata.gz: 56638f0ecdd1caedf7b97009ae42b7a38a8d5ca96876665cbbd3df017a89a780
4
+ data.tar.gz: dbdf5d23235bb2b5925431a988704efed01b078825a6a7d67074221eada6438c
5
5
  SHA512:
6
- metadata.gz: 9f467db11525352922e1eadad35a026a65b670f5d5f13926f229e1f617f4be6165c5e033220cd9dee02e4ae7f472957ce8cb1656ffbaaf4f3f3ad53a4a84e993
7
- data.tar.gz: bf8b8f9120d79e71642743f1a23c2a35c9219f4f7b5eff1a4f990763fa3d9f6387b79977dcc08d3c649b7b1d1f952b617824137887ef5caf165e5d7474f0bfe4
6
+ metadata.gz: 746569894c55bab41cc4dcb868f425e7306aab5a358b40a37f8dc48e9151898b489f2d09634ccae20c77b9727a901bb3ffabb13d862112d49753df5fb5353fd7
7
+ data.tar.gz: f6af3f6360b3f02a45f0d6bcec96dda0f62315bfb4988d820a60bf8c37bd9f9bdafe9899e0aff3df49fc1b1e160e9d44f991b3f021b9aca3cc4c6d112ffd1371
@@ -2,5 +2,5 @@
2
2
 
3
3
  module AroundTheWorld
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.29.0"
5
+ VERSION = "0.29.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.29.0
4
+ version: 0.29.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: 2022-04-08 00:00:00.000000000 Z
11
+ date: 2022-08-23 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/RubyAfterAll/spicerack/tree/main/around_the_world
48
48
  source_code_uri: https://github.com/RubyAfterAll/spicerack/tree/main/around_the_world
49
49
  changelog_uri: https://github.com/RubyAfterAll/spicerack/blob/main/around_the_world/CHANGELOG.md
50
- documentation_uri: https://www.rubydoc.info/gems/around_the_world/0.29.0
50
+ documentation_uri: https://www.rubydoc.info/gems/around_the_world/0.29.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.3.8
66
+ rubygems_version: 3.3.7
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: Allows you to easily wrap methods with custom logic on any class