ruby-zoom 5.2.0 → 5.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (8) hide show
  1. checksums.yaml +4 -4
  2. data/bin/z +1 -1
  3. data/bin/zc +1 -1
  4. data/bin/zf +1 -1
  5. data/bin/zg +1 -1
  6. data/bin/zl +1 -1
  7. data/bin/zr +1 -1
  8. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3630bab7f541161ea87de4521804b391412ddc2672f3a1882070ec902ce01f35
4
- data.tar.gz: e50c0436334229d124083a37704d13743af8525e97e5b99acf6462311a075aea
3
+ metadata.gz: 1e4f8f679d964b07fe5e49d46666971a2f1c782067bc16bd6f058625b090d091
4
+ data.tar.gz: 4f3fc4301a3c17b8de952345cf95bef8c6455e78ae755a3fed3e5ed17e54c69b
5
5
  SHA512:
6
- metadata.gz: 5761223c0757c5b76ca1827cd86a8081f21805d3458de97548736b35f628316833c07f69d64053b793689d7b2fc549bf75b3e3ba7d5d4103097099aece9a293f
7
- data.tar.gz: ade2b4e9b487a20b9a06575acfc6bd441c04c2f6630391204b7b942d0f2b0ed3f6f9e56af3fc0da0f50980539039fcdb0fa88e5f02abb40796f3c5abaa3ba435
6
+ metadata.gz: fc22a5bba2ba80869cb23826cea67efdb28f645b74183a4e3b64e1360bfa147a896393b92c8fc05c7f2715e9b7477753e8d9a37348783c252f86d7d9693ca518
7
+ data.tar.gz: 55185af2c0a8b5f7cb5735700092bb02a07ab9963086f637ab3a0205dc000a917020636c2583b44594256b1ed47b8688fdfa10712787d1c01bc8b354ffc266fe
data/bin/z CHANGED
@@ -375,7 +375,7 @@ begin
375
375
  zoom.repeat
376
376
  when "rc"
377
377
  # zoom.config.default_config # Redundant
378
- # zoom.cache.clear # Do nothing
378
+ zoom.cache.clear
379
379
  when "secprofs"
380
380
  zoom.config.add_security_profiles
381
381
  when "which"
data/bin/zc CHANGED
@@ -375,7 +375,7 @@ begin
375
375
  zoom.repeat
376
376
  when "rc"
377
377
  # zoom.config.default_config # Redundant
378
- # zoom.cache.clear # Do nothing
378
+ zoom.cache.clear
379
379
  when "secprofs"
380
380
  zoom.config.add_security_profiles
381
381
  when "which"
data/bin/zf CHANGED
@@ -375,7 +375,7 @@ begin
375
375
  zoom.repeat
376
376
  when "rc"
377
377
  # zoom.config.default_config # Redundant
378
- # zoom.cache.clear # Do nothing
378
+ zoom.cache.clear
379
379
  when "secprofs"
380
380
  zoom.config.add_security_profiles
381
381
  when "which"
data/bin/zg CHANGED
@@ -375,7 +375,7 @@ begin
375
375
  zoom.repeat
376
376
  when "rc"
377
377
  # zoom.config.default_config # Redundant
378
- # zoom.cache.clear # Do nothing
378
+ zoom.cache.clear
379
379
  when "secprofs"
380
380
  zoom.config.add_security_profiles
381
381
  when "which"
data/bin/zl CHANGED
@@ -375,7 +375,7 @@ begin
375
375
  zoom.repeat
376
376
  when "rc"
377
377
  # zoom.config.default_config # Redundant
378
- # zoom.cache.clear # Do nothing
378
+ zoom.cache.clear
379
379
  when "secprofs"
380
380
  zoom.config.add_security_profiles
381
381
  when "which"
data/bin/zr CHANGED
@@ -375,7 +375,7 @@ begin
375
375
  zoom.repeat
376
376
  when "rc"
377
377
  # zoom.config.default_config # Redundant
378
- # zoom.cache.clear # Do nothing
378
+ zoom.cache.clear
379
379
  when "secprofs"
380
380
  zoom.config.add_security_profiles
381
381
  when "which"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-zoom
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.0
4
+ version: 5.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Whittaker