around_the_world 0.18.1 → 0.19.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: '05816d14dc9c8f657cbfcf2c5e23af3b12d859b082a1ceb6853affb8b119365a'
4
- data.tar.gz: 0b71d1aeb52f9a8d41f40a7e26e5cc2cd72c1ff74b24c2b90ccbb13784411f7f
3
+ metadata.gz: 142ebc91ef8ab63243cc07303edcdde74160b5c9e91e643785c1899ea0714f5b
4
+ data.tar.gz: cdf79e5bf4758342f2150c0599f6c4e2c6e94e590582cacee3e41faa5bea9272
5
5
  SHA512:
6
- metadata.gz: f8255fe7d2b73cbbbeada610512456ad8dcb6565fbd02ce566ca4458576c684752041eb8ac577c3e129d483649866d1f4cc9d5172eb72fba9057e4265ff7d12f
7
- data.tar.gz: fb5312bf24b132995b04e3b01015c625ee07fc20ce67b5bf1a567bc0a1fa493701d357272743e588b335a2555c8d3dabb973db51c82c154e153ef2e46b4fb609
6
+ metadata.gz: 246bacbc61eb24e19a261af57873b503df57b8659ba34787dc747f0f7635fd101b5ad2e534fd8d9d9caca4be96fb15152346a58fbb8958337412a7166cb07ec5
7
+ data.tar.gz: 47542a9168fdd9b9df42b1ed679355815adc7f920f2c19f3210f66d6105e9021594c72b5c44889abe21f4b355a5de22f1a167de09eb3fcc00e916711cff10f6d
@@ -2,5 +2,5 @@
2
2
 
3
3
  module AroundTheWorld
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.18.1"
5
+ VERSION = "0.19.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.18.1
4
+ version: 0.19.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-11-19 00:00:00.000000000 Z
11
+ date: 2019-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  requirements: []
64
- rubygems_version: 3.0.6
64
+ rubygems_version: 3.0.3
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: Allows you to easily wrap methods with custom logic on any class