around_the_world 0.25.7 → 0.26.0.4

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: 9cf421b34c27e4db3c845e0960e068f690ea6dfe8f6a5284cbd336444124fa8c
4
- data.tar.gz: 241312395ce7f5cf7c251da03995dfecc9fce014cbc89703e43672cf6ced6b44
3
+ metadata.gz: 9af18bbeaf75bd4970ef10eebb5c966835f30b76c58a1e8b50f290d39d9f4704
4
+ data.tar.gz: 2bc65229aba20e2362cb298e995701d28fd6f5e165793525a28c6735f534e8ef
5
5
  SHA512:
6
- metadata.gz: 89a5f7188ce512d4d96d9f079db7326ff9697f03f7ea53b471ba5c3324bfde5c041d225da5d5215edaa23d4f45f984d08c35807d6732ef2fc99abbca90aa5c15
7
- data.tar.gz: a7e71b14092eb5ed7429fcf648fa6ff64bb28f2e5485de3905354db96670b3af78c6d40e3548f1530c158594adc72390747aba3e117ace2f53b4479cd8bc1bca
6
+ metadata.gz: 5b21ec4973a012752c9ea01be1cc97f70a1f47e10f0f1dcbef944a82b4d5f8a9d70a6b7f265eed5a63aef3074ade94afbf4a5035c211e434b4983f6823fd66c5
7
+ data.tar.gz: 951c97f66ba12543d9a989e2fd86252b8b01610fe776cff04c57b79ffab64c298881a9003cc4b4fe426b9b2a9cea225ca85315d925d6b5bb65645df48831a028
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/master/badge.svg)](https://semaphoreci.com/freshly/spicerack)
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
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module AroundTheWorld
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.25.7"
5
+ VERSION = "0.26.0.4"
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.25.7
4
+ version: 0.26.0.4
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-09 00:00:00.000000000 Z
11
+ date: 2021-05-17 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/master/around_the_world
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/master/around_the_world
48
- source_code_uri: https://github.com/Freshly/spicerack/tree/master/around_the_world
49
- changelog_uri: https://github.com/Freshly/spicerack/blob/master/around_the_world/CHANGELOG.md
50
- documentation_uri: https://www.rubydoc.info/gems/around_the_world/0.25.7
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.4
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.1.4
66
+ rubygems_version: 3.2.17
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: Allows you to easily wrap methods with custom logic on any class