david-merb_cucumber 0.5.0 → 0.5.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ merb_cucumber, you'll need to do the following:
9
9
 
10
10
  * Change the last line of bin/cucumber to be:
11
11
 
12
- Cucumber::CLI.execute []
12
+ Cucumber::CLI.execute ARGV
13
13
 
14
14
  * Add a cucumber.yml to your Merb.root with the following contents:
15
15
 
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'merb-core'
5
5
  require 'merb-core/tasks/merb'
6
6
 
7
7
  GEM_NAME = "merb_cucumber"
8
- GEM_VERSION = "0.5.0"
8
+ GEM_VERSION = "0.5.0.1"
9
9
  AUTHOR = ["Roman Gonzalez", "David Leal"]
10
10
  EMAIL = ["romanandreg@gmail.com", "dgleal@gmail.com"]
11
11
  HOMEPAGE = "http://github.com/david/merb_cucumber"
@@ -12,4 +12,4 @@ if File.directory?(gems_dir = File.join(Dir.pwd, 'gems')) ||
12
12
  end
13
13
 
14
14
  require 'cucumber/cli'
15
- Cucumber::CLI.execute []
15
+ Cucumber::CLI.execute ARGV
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: david-merb_cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Gonzalez