around_the_world 0.19.3.2 → 0.20.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: 12c73486e83d8a9481f8074c6935576dff5a405270965aec69f8dcf531533eb3
4
- data.tar.gz: e3a9a561501ff5562c204baa0ad078a7327c716d46f8d57e4ed066b1896dd487
3
+ metadata.gz: 975a30c437f4dbf43e1353aa0ab6334b8f0a35cc89bdc16084d0947974bad2a8
4
+ data.tar.gz: 033405f89c4ba5d9572c0c1285beb6d32a5fcacc206645f1468f899e75d5b9f2
5
5
  SHA512:
6
- metadata.gz: acffb95986fc92f198df46ff9817b932847fad7edbb4e37edb6d91463c4b79ced35d08c6351eeaf515fdbfd2b4ae09bc7dc023d1ffbfa006f23d844c20c3d496
7
- data.tar.gz: 5f4f09b85a5f3760e13db2c2f33ecd0ba684328fb338ae6f60a4c55602e6820e7ea6663f41528a5ff6aaf1428e0fce239cc2ae54ec4cc3c5d741d9f225e359b4
6
+ metadata.gz: e65c230fcdf09c8c8d1c8d2b35adf1a767368dc81e64ff1f073a42ccf531a5691f431dc8bd86f5b90eb7943ff7d357fbd6bd69b057cfbb524b1ac39fc9db8882
7
+ data.tar.gz: 6c12e72c0c12bde13166ec794ed0257162df0e72cb570371b65cd6e6fab28864477e101a34968d96c7d4988a782622e3e34f3b9206d046aac7af91594350c7ac
@@ -2,5 +2,5 @@
2
2
 
3
3
  module AroundTheWorld
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.19.3.2"
5
+ VERSION = "0.20.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.19.3.2
4
+ version: 0.20.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: 2019-12-16 00:00:00.000000000 Z
11
+ date: 2020-01-03 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.19.3.2
50
+ documentation_uri: https://www.rubydoc.info/gems/around_the_world/0.20.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.0.6
66
+ rubygems_version: 3.0.3
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: Allows you to easily wrap methods with custom logic on any class