cucumber-sinatra 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES.md CHANGED
@@ -1,6 +1,9 @@
1
1
  ChangeLog
2
2
  =========
3
3
 
4
+ # 0.3.1
5
+ * Remove `default_executable=` from gemspec to please rubygems >=1.8.
6
+
4
7
  # 0.3.0
5
8
  * Switch templates to rspec2. (akeem)
6
9
 
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
7
7
  ## If your rubyforge_project name is different, then edit it and comment out
8
8
  ## the sub! line in the Rakefile
9
9
  s.name = 'cucumber-sinatra'
10
- s.version = '0.3.0'
11
- s.date = '2010-10-26'
10
+ s.version = '0.3.1'
11
+ s.date = '2011-05-05'
12
12
  s.rubyforge_project = 'cucumber-sinatra'
13
13
 
14
14
  s.summary = "Initialize a cucumber environment for sinatra"
@@ -23,7 +23,6 @@ Gem::Specification.new do |s|
23
23
  s.require_paths = %w[lib]
24
24
 
25
25
  s.executables = ["cucumber-sinatra"]
26
- s.default_executable = 'cucumber-sinatra'
27
26
 
28
27
  s.rdoc_options = ["--charset=UTF-8"]
29
28
  s.extra_rdoc_files = %w[README.md LICENSE]
@@ -1,5 +1,5 @@
1
1
  module Cucumber
2
2
  module Sinatra
3
- VERSION = '0.3.0'
3
+ VERSION = '0.3.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-sinatra
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 17
5
+ prerelease:
5
6
  segments:
6
7
  - 0
7
8
  - 3
8
- - 0
9
- version: 0.3.0
9
+ - 1
10
+ version: 0.3.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Bernd Ahlers
@@ -14,8 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-10-26 00:00:00 +02:00
18
- default_executable: cucumber-sinatra
18
+ date: 2011-05-05 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: templater
@@ -25,6 +25,7 @@ dependencies:
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
+ hash: 23
28
29
  segments:
29
30
  - 1
30
31
  - 0
@@ -55,7 +56,6 @@ files:
55
56
  - lib/cucumber/sinatra/templates/features/step_definitions/web_steps.rbt
56
57
  - lib/cucumber/sinatra/templates/features/support/env.rbt
57
58
  - lib/cucumber/sinatra/templates/features/support/paths.rbt
58
- has_rdoc: true
59
59
  homepage: http://github.com/bernd/cucumber-sinatra
60
60
  licenses: []
61
61
 
@@ -69,6 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
+ hash: 3
72
73
  segments:
73
74
  - 0
74
75
  version: "0"
@@ -77,13 +78,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
78
  requirements:
78
79
  - - ">="
79
80
  - !ruby/object:Gem::Version
81
+ hash: 3
80
82
  segments:
81
83
  - 0
82
84
  version: "0"
83
85
  requirements: []
84
86
 
85
87
  rubyforge_project: cucumber-sinatra
86
- rubygems_version: 1.3.7
88
+ rubygems_version: 1.8.0
87
89
  signing_key:
88
90
  specification_version: 2
89
91
  summary: Initialize a cucumber environment for sinatra