around_the_world 0.25.8.1 → 0.26.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/around_the_world/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83ff368ce26214ddeeecb13a5ba36391cbecabdd28117814bff52647c97474e3
|
4
|
+
data.tar.gz: dcc6c3d751df18db201be82ef820a3291c82350c16ae294acc7f7981ba871e90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd904941cdb70bb5e9364480957ef6ef72b011d3e3213075648f8dbb6181393993a8d507782eded4c4ef6ee15d899b1845ac42ca5abc5782c42b875daa3892c0
|
7
|
+
data.tar.gz: 3aee55323b6eb0046d0cd3360ff5f46c199a788ad3ff055f6a5bc3b3391dbb5be7b930e0a1264088d43225c36d22fc19b7f8ce6ecbfb12103fe598ddf216b259
|
data/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
A metaprogramming module which allows you to wrap any method easily.
|
4
4
|
|
5
5
|
[![Gem Version](https://badge.fury.io/rb/around_the_world.svg)](https://badge.fury.io/rb/around_the_world)
|
6
|
-
[![Build Status](https://semaphoreci.com/api/v1/freshly/spicerack/branches/
|
6
|
+
[![Build Status](https://semaphoreci.com/api/v1/freshly/spicerack/branches/main/badge.svg)](https://semaphoreci.com/freshly/spicerack)
|
7
7
|
[![Maintainability](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/maintainability)](https://codeclimate.com/github/Freshly/spicerack/maintainability)
|
8
8
|
[![Test Coverage](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/test_coverage)](https://codeclimate.com/github/Freshly/spicerack/test_coverage)
|
9
9
|
|
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.26.0.2
|
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-04-
|
11
|
+
date: 2021-04-28 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/
|
43
|
+
homepage: https://github.com/Freshly/spicerack/tree/main/around_the_world
|
44
44
|
licenses:
|
45
45
|
- MIT
|
46
46
|
metadata:
|
47
|
-
homepage_uri: https://github.com/Freshly/spicerack/tree/
|
48
|
-
source_code_uri: https://github.com/Freshly/spicerack/tree/
|
49
|
-
changelog_uri: https://github.com/Freshly/spicerack/blob/
|
50
|
-
documentation_uri: https://www.rubydoc.info/gems/around_the_world/0.
|
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.26.0.2
|
51
51
|
post_install_message:
|
52
52
|
rdoc_options: []
|
53
53
|
require_paths:
|