dchelimsky-rspec 1.1.11.5 → 1.1.11.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/Rakefile +1 -1
- data/lib/spec/version.rb +1 -1
- data/rspec.gemspec +2 -2
- metadata +2 -2
data/Rakefile
CHANGED
@@ -20,7 +20,7 @@ Hoe.new('rspec', Spec::VERSION::STRING) do |p|
|
|
20
20
|
p.description = "Behaviour Driven Development for Ruby."
|
21
21
|
p.rubyforge_name = 'rspec'
|
22
22
|
p.developer('RSpec Development Team', 'rspec-devel@rubyforge.org')
|
23
|
-
p.
|
23
|
+
p.extra_dev_deps = [["cucumber",">= 0.1.13"]]
|
24
24
|
p.remote_rdoc_dir = "rspec/#{Spec::VERSION::STRING}"
|
25
25
|
end
|
26
26
|
|
data/lib/spec/version.rb
CHANGED
data/rspec.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{rspec}
|
5
|
-
s.version = "1.1.11.
|
5
|
+
s.version = "1.1.11.6"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["RSpec Development Team"]
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
|
|
18
18
|
s.require_paths = ["lib"]
|
19
19
|
s.rubyforge_project = %q{rspec}
|
20
20
|
s.rubygems_version = %q{1.3.1}
|
21
|
-
s.summary = %q{rspec 1.1.11.
|
21
|
+
s.summary = %q{rspec 1.1.11.6}
|
22
22
|
|
23
23
|
if s.respond_to? :specification_version then
|
24
24
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dchelimsky-rspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.11.
|
4
|
+
version: 1.1.11.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- RSpec Development Team
|
@@ -440,6 +440,6 @@ rubyforge_project: rspec
|
|
440
440
|
rubygems_version: 1.2.0
|
441
441
|
signing_key:
|
442
442
|
specification_version: 2
|
443
|
-
summary: rspec 1.1.11.
|
443
|
+
summary: rspec 1.1.11.6
|
444
444
|
test_files: []
|
445
445
|
|