coverband_ext 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/coverband_ext/coverband_ext.c +1 -2
- data/lib/coverband_ext/version.rb +1 -1
- metadata +4 -4
@@ -30,10 +30,9 @@ trace_line_handler_ext(VALUE rb_event_flag_t, VALUE data, VALUE self, ID id, VAL
|
|
30
30
|
VALUE proj_dir = rb_iv_get(currentCoverbandBase, "@project_directory");
|
31
31
|
const char * c_str_proj_dir = StringValueCStr(proj_dir);
|
32
32
|
|
33
|
-
|
34
33
|
if((strstr(srcfile, "gems") == NULL) &&
|
35
34
|
(strstr(srcfile, "internal:prelude") == NULL) &&
|
36
|
-
(strstr(srcfile,
|
35
|
+
(strstr(srcfile, c_str_proj_dir) != NULL)
|
37
36
|
) {
|
38
37
|
rb_funcall(currentCoverbandBase, rb_intern("add_file_without_checks"), 2, rb_str_new2(srcfile), INT2NUM(rb_sourceline()));
|
39
38
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: coverband_ext
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-07-
|
12
|
+
date: 2014-07-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -142,7 +142,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
142
142
|
version: '0'
|
143
143
|
segments:
|
144
144
|
- 0
|
145
|
-
hash:
|
145
|
+
hash: 195866673644272167
|
146
146
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
147
147
|
none: false
|
148
148
|
requirements:
|
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
151
151
|
version: '0'
|
152
152
|
segments:
|
153
153
|
- 0
|
154
|
-
hash:
|
154
|
+
hash: 195866673644272167
|
155
155
|
requirements: []
|
156
156
|
rubyforge_project:
|
157
157
|
rubygems_version: 1.8.23
|