around_the_world 0.28.0 → 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: 76116f7529531a6d4dfe935505925da828ba17694834196b3f782323af6d775c
4
- data.tar.gz: 52d111d83c682984314ee8d1e4ec0f805a0503f8682e8d677265a7cd5cc93cb4
3
+ metadata.gz: 664f9f102fd2182bddbe25922dc95848d7b860baceba0791954d612b1e9b01b2
4
+ data.tar.gz: dc023fa9d2f18d84069440706c278f3923856e3639201c53c3716180adcfbf59
5
5
  SHA512:
6
- metadata.gz: e74d4305f220142d3b5024b12d89675352b1f6357e59e4661edc59ca56f099fa4b596951fa2d324194f57363e391bb007f35cfe26d1042987bd66b0ff2577822
7
- data.tar.gz: 7d61e6f2b64d3cc2d9d925b45565360cf567192e78ce9bc835bf4447a8a391e8f5fd2d5c98133772beffda96d55c11d1193ca454afa47d4939138cc8cd320dc9
6
+ metadata.gz: 9f467db11525352922e1eadad35a026a65b670f5d5f13926f229e1f617f4be6165c5e033220cd9dee02e4ae7f472957ce8cb1656ffbaaf4f3f3ad53a4a84e993
7
+ data.tar.gz: bf8b8f9120d79e71642743f1a23c2a35c9219f4f7b5eff1a4f990763fa3d9f6387b79977dcc08d3c649b7b1d1f952b617824137887ef5caf165e5d7474f0bfe4
data/README.md CHANGED
@@ -132,7 +132,7 @@ Consult Spicerack's [development instructions](../README.md#development) for mor
132
132
 
133
133
  ## Contributing
134
134
 
135
- Bug reports and pull requests are welcome on GitHub at https://github.com/Freshly/spicerack.
135
+ Bug reports and pull requests are welcome on GitHub at https://github.com/RubyAfterAll/spicerack.
136
136
 
137
137
  ## License
138
138
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module AroundTheWorld
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.28.0"
5
+ VERSION = "0.29.0"
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.28.0
4
+ version: 0.29.0
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-06 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
@@ -40,14 +40,14 @@ files:
40
40
  - lib/around_the_world/method_wrapper/proxy_creation.rb
41
41
  - lib/around_the_world/proxy_module.rb
42
42
  - lib/around_the_world/version.rb
43
- homepage: https://github.com/Freshly/spicerack/tree/main/around_the_world
43
+ homepage: https://github.com/RubyAfterAll/spicerack/tree/main/around_the_world
44
44
  licenses:
45
45
  - MIT
46
46
  metadata:
47
- homepage_uri: https://github.com/Freshly/spicerack/tree/main/around_the_world
48
- source_code_uri: https://github.com/Freshly/spicerack/tree/main/around_the_world
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.28.0
47
+ homepage_uri: https://github.com/RubyAfterAll/spicerack/tree/main/around_the_world
48
+ source_code_uri: https://github.com/RubyAfterAll/spicerack/tree/main/around_the_world
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
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.9
66
+ rubygems_version: 3.3.8
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: Allows you to easily wrap methods with custom logic on any class