code_hunter 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,9 +32,9 @@ module CodeHunter
32
32
  array.map {|klass| klass.new(options) }
33
33
  end
34
34
 
35
- def run_with_application_path
36
- Dir.chdir(options[:application_path]) { run_without_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 :run, :application_path
38
+ alias_method_chain :result, :application_path
39
39
  end
40
40
  end
@@ -1,3 +1,3 @@
1
1
  module CodeHunter
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
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.6
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-13 00:00:00.000000000 Z
12
+ date: 2013-03-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri