qcumberless 0.0.1 → 0.0.2

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.
@@ -1,6 +1,6 @@
1
1
  require 'cucumber/formatter/pretty'
2
2
 
3
- module QCumberless
3
+ module Qcumberless
4
4
  class Formatter < Cucumber::Formatter::Pretty
5
5
  def before_step( step )
6
6
  @io.printf("Step: ".indent(@scenario_indent + 2))
@@ -1,3 +1,3 @@
1
- module QCumberless
2
- VERSION = "0.0.1"
1
+ module Qcumberless
2
+ VERSION = "0.0.2"
3
3
  end
data/qcumberless.gemspec CHANGED
@@ -4,7 +4,7 @@ require "qcumberless/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "qcumberless"
7
- s.version = QCumberless::VERSION
7
+ s.version = Qcumberless::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Daniel Andersen"]
10
10
  s.email = ["dani_ande@yahoo.dk"]
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
 
19
19
  *****************************************************************
20
20
  * To use the qcumberless formatter, simple add *
21
- * --format 'QCumberless::Formatter' *
21
+ * --format 'Qcumberless::Formatter' *
22
22
  * to your cucumber.yml, Rakefile, or command line call *
23
23
  *****************************************************************
24
24
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Andersen
@@ -53,7 +53,7 @@ post_install_message: |+
53
53
 
54
54
  *****************************************************************
55
55
  * To use the qcumberless formatter, simple add *
56
- * --format 'QCumberless::Formatter' *
56
+ * --format 'Qcumberless::Formatter' *
57
57
  * to your cucumber.yml, Rakefile, or command line call *
58
58
  *****************************************************************
59
59