around_the_world 0.27.2 → 0.29.1

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: 7573ab15e9b2252f5e304e0ff5a377eab28303f91ef93d129a67b6f69ea97e27
4
- data.tar.gz: 1fc61ed762df776770460d5b6d4900e05287f5e844b4be5a9751779b19725593
3
+ metadata.gz: 56638f0ecdd1caedf7b97009ae42b7a38a8d5ca96876665cbbd3df017a89a780
4
+ data.tar.gz: dbdf5d23235bb2b5925431a988704efed01b078825a6a7d67074221eada6438c
5
5
  SHA512:
6
- metadata.gz: 85fd8d3a37343a3146e9c083b3bae5ff2c91e64ad156ab5df96724f6c862e82604bd62e75730705f1d5b0e3bf2e0239286e7925076dc0317036f315819345a06
7
- data.tar.gz: 10b55c48ad3baa64b91eabfbdd457ee2015dddbcfcbb769ac37a66052378fae39a28fed28ba7d3917891dfdbb875654f61241989c02df6ed7d11eb5fa0bfa976
6
+ metadata.gz: 746569894c55bab41cc4dcb868f425e7306aab5a358b40a37f8dc48e9151898b489f2d09634ccae20c77b9727a901bb3ffabb13d862112d49753df5fb5353fd7
7
+ data.tar.gz: f6af3f6360b3f02a45f0d6bcec96dda0f62315bfb4988d820a60bf8c37bd9f9bdafe9899e0aff3df49fc1b1e160e9d44f991b3f021b9aca3cc4c6d112ffd1371
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.2"
5
+ VERSION = "0.29.1"
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.2
4
+ version: 0.29.1
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-02-08 00:00:00.000000000 Z
11
+ date: 2022-08-23 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.27.2
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.1
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.2.32
66
+ rubygems_version: 3.3.7
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: Allows you to easily wrap methods with custom logic on any class