makandra-cucumber_factory 1.1.5 → 1.1.6

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.
data/README.rdoc CHANGED
@@ -12,7 +12,7 @@ Add the following to your <tt>Initializer.run</tt> block in your <tt>environment
12
12
  config.gem 'makandra-cucumber_factory', :lib => 'cucumber_factory', :source => 'http://gems.github.com'
13
13
 
14
14
  Create a step definition stub in <tt>features/step_definitions/factory_steps.rb</tt>, which just says
15
- Cucumber::Factory.add_steps(this)
15
+ Cucumber::Factory.add_steps(self)
16
16
 
17
17
  == Example
18
18
 
data/Rakefile CHANGED
@@ -28,7 +28,7 @@ begin
28
28
  gemspec.summary = "Create records from Cucumber features without writing step definitions."
29
29
  gemspec.email = "github@makandra.de"
30
30
  gemspec.homepage = "http://github.com/makandra/cucumber_factory"
31
- gemspec.description = "Create records from Cucumber features without writing step definitions."
31
+ gemspec.description = "Cucumber Factory allows you to create ActiveRecord models from your Cucumber features without writing step definitions for each model."
32
32
  gemspec.authors = ["Henning Koch"]
33
33
  end
34
34
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.5
1
+ 1.1.6
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{cucumber_factory}
5
- s.version = "1.1.5"
5
+ s.version = "1.1.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Henning Koch"]
9
9
  s.date = %q{2009-09-07}
10
- s.description = %q{Create records from Cucumber features without writing step definitions.}
10
+ s.description = %q{Cucumber Factory allows you to create ActiveRecord models from your Cucumber features without writing step definitions for each model.}
11
11
  s.email = %q{github@makandra.de}
12
12
  s.extra_rdoc_files = [
13
13
  "README.rdoc"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: makandra-cucumber_factory
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henning Koch
@@ -13,7 +13,7 @@ date: 2009-09-07 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
- description: Create records from Cucumber features without writing step definitions.
16
+ description: Cucumber Factory allows you to create ActiveRecord models from your Cucumber features without writing step definitions for each model.
17
17
  email: github@makandra.de
18
18
  executables: []
19
19