cucumber-in-the-yard 1.7.6 → 1.7.7
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -2
- data/lib/city.rb +1 -1
- data/lib/templates/default/featuredirectory/html/setup.rb +1 -1
- metadata +4 -5
data/History.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1
|
-
=== 1.7.
|
1
|
+
=== 1.7.7 / 2011-01-06
|
2
2
|
|
3
|
-
* Feature descriptions, multi-line strings, and comments will preserve spacing.
|
4
3
|
* Feature Directories now support a README.md file that can be used to provide
|
5
4
|
information (with markdown support) about the directory of features.
|
6
5
|
|
6
|
+
=== 1.7.6 / 2011-01-06
|
7
|
+
|
8
|
+
* Feature descriptions, multi-line strings, and comments will preserve spacing.
|
9
|
+
|
7
10
|
=== 1.7.5 / 2010-12-14
|
8
11
|
|
9
12
|
* FIX Step Transforms were colliding with Step Definitions in Ruby 1.9.2
|
data/lib/city.rb
CHANGED
@@ -4,7 +4,7 @@ require 'gherkin/formatter/tag_count_formatter'
|
|
4
4
|
|
5
5
|
|
6
6
|
module CucumberInTheYARD
|
7
|
-
VERSION = '1.7.
|
7
|
+
VERSION = '1.7.7' unless defined?(CucumberInTheYARD::VERSION)
|
8
8
|
end
|
9
9
|
|
10
10
|
require File.dirname(__FILE__) + "/yard/code_objects/cucumber/base.rb"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber-in-the-yard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 1.7.
|
9
|
+
- 7
|
10
|
+
version: 1.7.7
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Franklin Webber
|
@@ -165,11 +165,10 @@ post_install_message: |+
|
|
165
165
|
|
166
166
|
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
|
167
167
|
|
168
|
-
Thank you for installing Cucumber-In-The-YARD 1.7.
|
168
|
+
Thank you for installing Cucumber-In-The-YARD 1.7.7 / 2011-01-06.
|
169
169
|
|
170
170
|
Changes:
|
171
171
|
|
172
|
-
* Feature descriptions, multi-line strings, and comments will preserve spacing.
|
173
172
|
* Feature Directories now support a README.md file that can be used to provide
|
174
173
|
information (with markdown support) about the directory of features.
|
175
174
|
|