cucumber_priority 0.1.0 → 0.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/cucumber_priority.gemspec +2 -2
- data/lib/cucumber_priority/version.rb +1 -1
- metadata +5 -4
data/cucumber_priority.gemspec
CHANGED
|
@@ -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{
|
|
12
|
-
s.description = %q{
|
|
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")
|
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.
|
|
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:
|
|
47
|
-
|
|
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:
|
|
100
|
+
summary: Overridable step definitions for Cucumber
|
|
100
101
|
test_files: []
|