dchelimsky-rspec 1.1.99.3 → 1.1.99.4

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,4 +1,4 @@
1
- === Maintenance
1
+ === Version 1.1.99.4 (in git)
2
2
 
3
3
  WARNINGS:
4
4
 
data/lib/spec/version.rb CHANGED
@@ -4,7 +4,7 @@ module Spec
4
4
  MAJOR = 1
5
5
  MINOR = 1
6
6
  TINY = 99
7
- MINESCULE = 3
7
+ MINESCULE = 4
8
8
 
9
9
 
10
10
  STRING = [MAJOR, MINOR, TINY, MINESCULE].compact.join('.')
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.3"
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.3}
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.3
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.3
394
+ summary: rspec 1.1.99.4
395
395
  test_files: []
396
396