colszowka-cucumber_table_formatter 0.2.2 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 2
2
+ :patch: 4
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.2"
8
+ s.version = "0.2.4"
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"]
@@ -1,6 +1,12 @@
1
1
  $KCODE = 'u'
2
2
  require 'jcode'
3
3
 
4
+ #
5
+ # Stupid little class for formatting Cucumber tables properly
6
+ # See README.rdoc for usage info!
7
+ #
8
+ # Author: Christoph Olszowka, 2009
9
+ #
4
10
  class CucumberTableFormatter
5
11
  attr_accessor :lines
6
12
  attr_reader :whitespace
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.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Olszowka