around_the_world 0.23.5 → 0.25.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: 1f333b590dcf391d8183041e7e07d9a0e3449f512877fd2292303454493e5d99
4
- data.tar.gz: 19af144b596a775a74d0c79a55cb24102d07a37b1b96051a9a968ab53caece3c
3
+ metadata.gz: fb489a638f82cebdf2d1c283398967d3fe1fab16aa13caa619ee133e97f126fc
4
+ data.tar.gz: 041663ed0f05d439ed6b6d114819ba01d0d272825c3b1f68f1e5ebe82b3916f1
5
5
  SHA512:
6
- metadata.gz: ca64d7ef50f18b5939d927e672ab8e819b2a3e981063781141c2f96d9aedb8c81ad9c675e8f03f04f3af5c6f0f5b6ea4891c7e07605a8cbae40c1060a75cb28f
7
- data.tar.gz: fe376821a59725a78eb8e06ce13a5f3e4cd23a14b3ae4f95bc105bebcfcf3547eb9c59051cabc2dc7d9cc56c3f87b3d3482d1788db8c7aa11c52a8ec07ab9783
6
+ metadata.gz: 7e52d8ae1ad569c5934a4270e37058e791239bc24dafd94d2e4c056aa1a899569e24e44cda5a1196b1ca861c2fd9cec219d223560ae4fee4f314e06d4adfc99a
7
+ data.tar.gz: 2fef80f70d52a9b49661289a914e8933594746ad56832113238d68d28849be80a180ac3ea990a6bdc457f15f61cf24dcaf5ed87e2097600a4f8f060996b0f8f0
@@ -2,5 +2,5 @@
2
2
 
3
3
  module AroundTheWorld
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.23.5"
5
+ VERSION = "0.25.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.23.5
4
+ version: 0.25.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: 2020-04-05 00:00:00.000000000 Z
11
+ date: 2020-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -47,7 +47,7 @@ metadata:
47
47
  homepage_uri: https://github.com/Freshly/spicerack/tree/master/around_the_world
48
48
  source_code_uri: https://github.com/Freshly/spicerack/tree/master/around_the_world
49
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.23.5
50
+ documentation_uri: https://www.rubydoc.info/gems/around_the_world/0.25.0
51
51
  post_install_message:
52
52
  rdoc_options: []
53
53
  require_paths:
@@ -63,8 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  - !ruby/object:Gem::Version
64
64
  version: '0'
65
65
  requirements: []
66
- rubyforge_project:
67
- rubygems_version: 2.7.6
66
+ rubygems_version: 3.1.4
68
67
  signing_key:
69
68
  specification_version: 4
70
69
  summary: Allows you to easily wrap methods with custom logic on any class