david-merb_cucumber 0.5.1 → 0.5.1.1

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/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.1"
8
+ GEM_VERSION = "0.5.1.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"
@@ -1,7 +1,7 @@
1
1
  require 'cucumber/rake/task'
2
2
 
3
- cucumber_options = proc do |t|
4
- t.binary = Merb.root / 'bin' / 'cucumber'
3
+ cucumber_options = lambda do |t|
4
+ # if you want to pass some custom options to cucumber, pass them here
5
5
  end
6
6
 
7
7
  Cucumber::Rake::Task.new(:features, &cucumber_options)
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.1
4
+ version: 0.5.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Gonzalez
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2008-12-30 00:00:00 -08:00
13
+ date: 2009-01-08 00:00:00 -08:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency