blackwinter-hen 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to hen version 0.1.5
5
+ This documentation refers to hen version 0.1.6
6
6
 
7
7
 
8
8
  == DESCRIPTION
data/example/.henrc CHANGED
@@ -25,6 +25,7 @@
25
25
 
26
26
  :spec:
27
27
  :pattern: spec/**/*_spec.rb
28
- :options: spec.opts
28
+ :helper: spec/spec_helper.rb
29
+ :options: spec/spec.opts
29
30
 
30
31
  # vim: syntax=yaml
data/lib/hen/version.rb CHANGED
@@ -4,7 +4,7 @@ class Hen
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 1
7
- TINY = 5
7
+ TINY = 6
8
8
 
9
9
  class << self
10
10
 
data/lib/hens/spec.rake CHANGED
@@ -12,6 +12,8 @@ Hen :spec do
12
12
  spec_files.unshift(spec_helper)
13
13
  end
14
14
 
15
+ spec_options.delete(:options) unless File.readable?(spec_options[:options])
16
+
15
17
  spec_opts = spec_options.map { |option, value|
16
18
  option = '--' << option.to_s.tr('_', '-')
17
19
  value.is_a?(String) ? [option, value] : value ? option : nil
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blackwinter-hen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Wille
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-22 00:00:00 -08:00
12
+ date: 2009-01-26 00:00:00 -08:00
13
13
  default_executable: hen
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency