steak 0.3.4 → 0.3.5

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 (2) hide show
  1. data/Rakefile +2 -5
  2. metadata +4 -4
data/Rakefile CHANGED
@@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
21
21
 
22
22
  # Change these as appropriate
23
23
  s.name = "steak"
24
- s.version = "0.3.4"
24
+ s.version = "0.3.5"
25
25
  s.summary = "If you are not in Rails but use RSpec, then Steak is just some aliases providing you with the language of acceptance testing (feature, scenario, background). If you are in Rails, you also have a couple of generators, a rake task and full Rails integration testing (meaning Webrat support, for instance)"
26
26
  s.description = "Minimalist acceptance testing on top of RSpec"
27
27
  s.author = "Luismi Cavallé"
@@ -38,10 +38,7 @@ spec = Gem::Specification.new do |s|
38
38
 
39
39
  # If you want to depend on other gems, add them here, along with any
40
40
  # relevant versions
41
- # s.add_dependency("some_other_gem", "~> 0.1.0")
42
-
43
- # If your tests use any gems, include them here
44
- s.add_development_dependency("rspec")
41
+ s.add_dependency("rspec")
45
42
  end
46
43
 
47
44
  # This task actually builds the gem. We also regenerate a static
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 4
9
- version: 0.3.4
8
+ - 5
9
+ version: 0.3.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Luismi Cavall\xC3\xA9"
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-01 00:00:00 +02:00
17
+ date: 2010-05-02 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -27,7 +27,7 @@ dependencies:
27
27
  segments:
28
28
  - 0
29
29
  version: "0"
30
- type: :development
30
+ type: :runtime
31
31
  version_requirements: *id001
32
32
  description: Minimalist acceptance testing on top of RSpec
33
33
  email: luismi@lmcavalle.com