jsinstrument 0.0.15 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,7 +41,7 @@
41
41
  this.data[file].func[func_lines[i]] = 0;
42
42
  }
43
43
  for (var i in branch_lines) {
44
- this.data[file].func[branch_lines[i]] = 0;
44
+ this.data[file].branch[branch_lines[i]] = 0;
45
45
  }
46
46
  }
47
47
  },
@@ -1,3 +1,3 @@
1
1
  module JSInstrument
2
- VERSION = "0.0.15"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsinstrument
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: