ruby2html 1.6.3 → 1.6.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08fbf6e95ee4506e6d9e4f703a00e4acc8efdc854266c1b54414d0e1e45d7920'
4
- data.tar.gz: f7b08d63aece7277dfc5f716c7b793d40565a87255f5e28f39ed6c8e7a0888ef
3
+ metadata.gz: 4c144ee277709c086f3fc5d97aeaeec6a0e6356f47296657e2fbd40cca824164
4
+ data.tar.gz: 854f0d0dd64bf33d6f617d616481c4cca4eab3d9971d86d88a297c2f82800d9f
5
5
  SHA512:
6
- metadata.gz: b0b14ad60756bd5bbde88438eb7c1fa273ef24b1061d1bc13ba733bd5b63c375b66af0d1083f6c194e5b5ae141c459cca0ab4da82d85412e1be7854a8ab17b72
7
- data.tar.gz: ab651465cdd3f8f2d6f7910c902071ad7ce393b25906ef741c7507c94d85869ea0701b11679d7552735ac3a693c198916fc104a1931fdd964cf1df14cceec3fb
6
+ metadata.gz: c60fc17ceb8222a8bdfd8c6613cc143063712461bb1c546f2cbec1a831dd567a3a272bda950d162cf68431af5a1e0580ca579377316a89414f6f1e54a8632508
7
+ data.tar.gz: 690aa9c9d5a3b48113f781938022d61cc32aa3311dcecd6df4cf0e4076566c80e83a5a92cc0a9a6da25c0f1e0ac22d08342caa25a54c96db1177c4495d0cd3f4
@@ -3,7 +3,7 @@
3
3
  begin
4
4
  require 'ruby2html/ruby2html'
5
5
  rescue LoadError
6
- return puts 'ruby2html not installed'
6
+ puts 'ruby2html not installed'
7
7
  end
8
8
 
9
9
  module Ruby2html
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ruby2html
4
- VERSION = '1.6.3'
4
+ VERSION = '1.6.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby2html
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.3
4
+ version: 1.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - sebi