Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
bump version to 1.1.99.3
  • Loading branch information
dchelimsky committed Feb 11, 2009
1 parent 51df141 commit 98b8fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/spec/version.rb
Expand Up @@ -4,7 +4,7 @@ module VERSION
MAJOR = 1
MINOR = 1
TINY = 99
MINESCULE = 2
MINESCULE = 3


STRING = [MAJOR, MINOR, TINY, MINESCULE].compact.join('.')
Expand Down
4 changes: 2 additions & 2 deletions rspec.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{rspec}
s.version = "1.1.99.2"
s.version = "1.1.99.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["RSpec Development Team"]
Expand All @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubyforge_project = %q{rspec}
s.rubygems_version = %q{1.3.1}
s.summary = %q{rspec 1.1.99.2}
s.summary = %q{rspec 1.1.99.3}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
Expand Down

0 comments on commit 98b8fc0

Please sign in to comment.