cucumber_priority 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.authors = ["Henning Koch"]
9
9
  s.email = %q{github@makandra.de}
10
10
  s.homepage = %q{http://github.com/makandra/cucumber_priority}
11
- s.summary = %q{Create records from Cucumber features without writing step definitions.}
12
- s.description = %q{Cucumber Factory allows you to create ActiveRecord models from your Cucumber features without writing step definitions for each model.}
11
+ s.summary = %q{Overridable step definitions for Cucumber}
12
+ s.description = %q{cucumber_priority provides a way to mark step definitions as overridable, meaning that they can always be overshadowed by a more specific version without raising an error.}
13
13
  s.license = 'MIT'
14
14
 
15
15
  s.files = `git ls-files`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module CucumberPriority
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber_priority
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,8 +43,9 @@ dependencies:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
45
  version: '0'
46
- description: Cucumber Factory allows you to create ActiveRecord models from your Cucumber
47
- features without writing step definitions for each model.
46
+ description: cucumber_priority provides a way to mark step definitions as overridable,
47
+ meaning that they can always be overshadowed by a more specific version without
48
+ raising an error.
48
49
  email: github@makandra.de
49
50
  executables: []
50
51
  extensions: []
@@ -96,5 +97,5 @@ rubyforge_project:
96
97
  rubygems_version: 1.8.30
97
98
  signing_key:
98
99
  specification_version: 3
99
- summary: Create records from Cucumber features without writing step definitions.
100
+ summary: Overridable step definitions for Cucumber
100
101
  test_files: []