tdoc 0.14 → 0.14.1

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
@@ -60,7 +60,7 @@ def mk_test_context(file, test_case=nil)
60
60
  lines=test.split(/\n/)
61
61
  test_text=lines.map {|l|
62
62
  if l.match(/#{LINST}!!!/)
63
- binding.pry
63
+ 'binding.pry'
64
64
  else
65
65
  l.match(/#{LINST}(assert.+)/) && $1
66
66
  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.14"
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Herb Daily