tdoc 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/tdoc.rb +1 -1
  2. metadata +1 -1
data/bin/tdoc.rb CHANGED
@@ -13,7 +13,7 @@ DEFAULT_FILE="README#{EXTENSIONS[:tests]}"
13
13
  def process(file) #called at end of script
14
14
  files=Dir.glob(file)
15
15
  if files.count > 1
16
- files.each {|f| system("#{$PROGRAM_NAME} #{f}")}
16
+ files.each {|f| system("#{$PROGRAM_NAME} #{f} #{ARGV}")}
17
17
  else
18
18
  mk_test_context(files[0])
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Herb Daily