around_the_world 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: 81129b299b0545936d7a81e9c38e7cf1573e5a0c021a3bbba6c44922a42c9f39
4
- data.tar.gz: ba2b7bce4477d25c40c150d3555dd81d5dc7c399caacedf78747942b68fcc1d3
3
+ metadata.gz: 664f9f102fd2182bddbe25922dc95848d7b860baceba0791954d612b1e9b01b2
4
+ data.tar.gz: dc023fa9d2f18d84069440706c278f3923856e3639201c53c3716180adcfbf59
5
5
  SHA512:
6
- metadata.gz: cc1b4f9e76a0307cec6a9f368f40b1fe905a8b02e626044b46e71fe4f744cd7811b20c1ec17003539bdd9c31084363ad6d2968b0ffaba19eafbe61f433c34262
7
- data.tar.gz: 74399f50bd2bd7b8b46834aec9e763c46a869aed9459f6f056678b758f03105372267e0b790fd5e9722af1ba9b34a3a225411f547cb2ae92517954a2f13f169b
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.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: around_the_world
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
@@ -40,15 +40,15 @@ 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.27.1
51
- post_install_message:
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
+ post_install_message:
52
52
  rdoc_options: []
53
53
  require_paths:
54
54
  - lib
@@ -63,8 +63,8 @@ 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.26
67
- signing_key:
66
+ rubygems_version: 3.3.8
67
+ signing_key:
68
68
  specification_version: 4
69
69
  summary: Allows you to easily wrap methods with custom logic on any class
70
70
  test_files: []