mdoel-cukesteps 0.3.0 → 0.3.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.
Files changed (4) hide show
  1. data/README.rdoc +1 -1
  2. data/VERSION +1 -1
  3. data/cukesteps.gemspec +1 -1
  4. metadata +1 -1
data/README.rdoc CHANGED
@@ -80,7 +80,7 @@ The negation of each of the above is also available (e.g. Then I should not see
80
80
  To install the gem, use:
81
81
 
82
82
  gem sources add github.com (only need to do this once)
83
- gem install mikedoel-cukesteps
83
+ gem install mdoel-cukesteps
84
84
 
85
85
  To use it, add the following to your features/support/env.rb file:
86
86
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
data/cukesteps.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{cukesteps}
5
- s.version = "0.3.0"
5
+ s.version = "0.3.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Mike Doel"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdoel-cukesteps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Doel