code_hunter 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/code_hunter/runner.rb +3 -3
- data/lib/code_hunter/version.rb +1 -1
- metadata +2 -2
data/lib/code_hunter/runner.rb
CHANGED
@@ -32,9 +32,9 @@ module CodeHunter
|
|
32
32
|
array.map {|klass| klass.new(options) }
|
33
33
|
end
|
34
34
|
|
35
|
-
def
|
36
|
-
Dir.chdir(options[:application_path]) {
|
35
|
+
def result_with_application_path
|
36
|
+
Dir.chdir(options[:application_path]) { result_without_application_path }
|
37
37
|
end
|
38
|
-
alias_method_chain :
|
38
|
+
alias_method_chain :result, :application_path
|
39
39
|
end
|
40
40
|
end
|
data/lib/code_hunter/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: code_hunter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
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: 2013-03-
|
12
|
+
date: 2013-03-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: nokogiri
|