hanna-bootstrap 0.0.3 → 0.0.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.
@@ -376,10 +376,10 @@ class RDoc::Generator::Bootstrap
376
376
  indent = src.length
377
377
  lines = src.lines.to_a
378
378
  start = 0
379
- line_numbers = @options.line_numbers
379
+ line_numbers = false
380
380
  if src =~ /\A.*#\ *File/i # remove '# File' comment
381
381
  line = lines.shift
382
- line_numbers = false unless line.sub!(/\A(.*)(, line (\d+))/, '\1')
382
+ line_numbers = @options.line_numbers if line.sub!(/\A(.*)(, line (\d+))/, '\1')
383
383
  start = $3.to_i
384
384
  end
385
385
  lines.each do |line|
@@ -1,7 +1,7 @@
1
1
  module RDoc
2
2
  module Generator
3
3
  class Bootstrap
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanna-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: