colszowka-cucumber_table_formatter 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -23,12 +23,12 @@ Will print:
23
23
  == Example from pipe
24
24
 
25
25
  $ echo "| a | b |
26
- | cd | ef |" | format_cucumber_table
26
+ | cd | ef |" | format_cucumber_table
27
27
 
28
28
  Will print:
29
29
 
30
- | a | b |
31
- | cd | ef |
30
+ | a | b |
31
+ | cd | ef |
32
32
 
33
33
  Piping is particularily useful when set up in your favorite editor as an external command (i.e. in gedit)
34
34
  and you use the selected text as input and let the script output replace it - instant table formatting
@@ -36,8 +36,8 @@ inside your feature files!
36
36
 
37
37
  TODO: More description goes here....
38
38
 
39
- Note: No tests or documentation yet.. Don't be too picky about the implementation, too - it's just
40
- hacked together so does what it's supposed to...
39
+ Note: Only a couple of high-level tests and little documentation yet..
40
+ Don't be too picky about the implementation, too - it's just hacked together so it does what it's supposed to...
41
41
 
42
42
  == Note on Patches/Pull Requests
43
43
 
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 1
2
+ :patch: 2
3
3
  :major: 0
4
4
  :minor: 2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{cucumber_table_formatter}
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Christoph Olszowka"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: colszowka-cucumber_table_formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Olszowka