makandra-cucumber_factory 0.1.2 → 0.1.3

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/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/cucumber_factory.gemspec +2 -2
  4. metadata +3 -4
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 = "Cucumber Factory allows you to create ActiveRecord models from your Cucumber features without writing step definitions for each model."
31
+ gemspec.description = "Create records from Cucumber features without writing step definitions."
32
32
  gemspec.authors = ["Henning Koch"]
33
33
  end
34
34
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{cucumber_factory}
5
- s.version = "0.1.2"
5
+ s.version = "0.1.3"
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{Cucumber Factory allows you to create ActiveRecord models from your Cucumber features without writing step definitions for each model.}
10
+ s.description = %q{Create records from Cucumber features without writing step definitions.}
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: 0.1.2
4
+ version: 0.1.3
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: Cucumber Factory allows you to create ActiveRecord models from your Cucumber features without writing step definitions for each model.
16
+ description: Create records from Cucumber features without writing step definitions.
17
17
  email: github@makandra.de
18
18
  executables: []
19
19
 
@@ -53,7 +53,6 @@ files:
53
53
  - spec/spec_helper.rb
54
54
  has_rdoc: true
55
55
  homepage: http://github.com/makandra/cucumber_factory
56
- licenses:
57
56
  post_install_message:
58
57
  rdoc_options:
59
58
  - --charset=UTF-8
@@ -74,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
73
  requirements: []
75
74
 
76
75
  rubyforge_project:
77
- rubygems_version: 1.3.5
76
+ rubygems_version: 1.2.0
78
77
  signing_key:
79
78
  specification_version: 2
80
79
  summary: Create records from Cucumber features without writing step definitions.