around_the_world 0.28.0 → 0.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/around_the_world/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 664f9f102fd2182bddbe25922dc95848d7b860baceba0791954d612b1e9b01b2
|
|
4
|
+
data.tar.gz: dc023fa9d2f18d84069440706c278f3923856e3639201c53c3716180adcfbf59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
135
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/RubyAfterAll/spicerack.
|
|
136
136
|
|
|
137
137
|
## License
|
|
138
138
|
|
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.
|
|
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-
|
|
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/
|
|
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/
|
|
48
|
-
source_code_uri: https://github.com/
|
|
49
|
-
changelog_uri: https://github.com/
|
|
50
|
-
documentation_uri: https://www.rubydoc.info/gems/around_the_world/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.
|
|
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
|