dchelimsky-rspec 1.1.99.3 → 1.1.99.4
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/History.txt +1 -1
- data/lib/spec/version.rb +1 -1
- data/rspec.gemspec +2 -2
- metadata +2 -2
data/History.txt
CHANGED
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.99.
|
5
|
+
s.version = "1.1.99.4"
|
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.99.
|
21
|
+
s.summary = %q{rspec 1.1.99.4}
|
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.99.
|
4
|
+
version: 1.1.99.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- RSpec Development Team
|
@@ -391,6 +391,6 @@ rubyforge_project: rspec
|
|
391
391
|
rubygems_version: 1.2.0
|
392
392
|
signing_key:
|
393
393
|
specification_version: 2
|
394
|
-
summary: rspec 1.1.99.
|
394
|
+
summary: rspec 1.1.99.4
|
395
395
|
test_files: []
|
396
396
|
|