henry-container 0.0.45 → 0.0.46
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.
- data/lib/henry/container/version.rb +1 -1
- data/lib/henry/task/cucumber_task.rb +1 -1
- metadata +3 -2
|
@@ -39,7 +39,7 @@ module Henry
|
|
|
39
39
|
# Makes available the cucumber rake task.
|
|
40
40
|
Cucumber::Rake::Task.new do |t|
|
|
41
41
|
if self.data.options
|
|
42
|
-
t.
|
|
42
|
+
t.cucumber_opts = self.custom_options
|
|
43
43
|
else
|
|
44
44
|
t.cucumber_opts = "--out #{OUT_PATH}"
|
|
45
45
|
t.fork = false
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: henry-container
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.46
|
|
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: 2012-08-
|
|
12
|
+
date: 2012-08-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -157,3 +157,4 @@ signing_key:
|
|
|
157
157
|
specification_version: 3
|
|
158
158
|
summary: The Ruby Container for Henry
|
|
159
159
|
test_files: []
|
|
160
|
+
has_rdoc:
|