1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00

bump version to a5

This commit is contained in:
David Chelimsky 2010-02-07 16:26:35 -04:00
parent 818cba5d77
commit 1db765e991
2 changed files with 13 additions and 13 deletions

View file

@ -4,7 +4,7 @@ module Rspec # :nodoc:
MAJOR = 2
MINOR = 0
TINY = 0
PRE = 'a4'
PRE = 'a5'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')

View file

@ -1,15 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{rspec}
s.version = "2.0.0.a4"
s.version = "2.0.0.a5"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["David Chelimsky", "Chad Humphries"]
s.date = %q{2010-02-04}
s.date = %q{2010-02-07}
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
s.extra_rdoc_files = [
"README.markdown"
@ -36,18 +36,18 @@ Gem::Specification.new do |s|
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rspec-core>, [">= 2.0.0.a4"])
s.add_runtime_dependency(%q<rspec-expectations>, [">= 2.0.0.a4"])
s.add_runtime_dependency(%q<rspec-mocks>, [">= 2.0.0.a4"])
s.add_runtime_dependency(%q<rspec-core>, [">= 2.0.0.a5"])
s.add_runtime_dependency(%q<rspec-expectations>, [">= 2.0.0.a5"])
s.add_runtime_dependency(%q<rspec-mocks>, [">= 2.0.0.a5"])
else
s.add_dependency(%q<rspec-core>, [">= 2.0.0.a4"])
s.add_dependency(%q<rspec-expectations>, [">= 2.0.0.a4"])
s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a4"])
s.add_dependency(%q<rspec-core>, [">= 2.0.0.a5"])
s.add_dependency(%q<rspec-expectations>, [">= 2.0.0.a5"])
s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a5"])
end
else
s.add_dependency(%q<rspec-core>, [">= 2.0.0.a4"])
s.add_dependency(%q<rspec-expectations>, [">= 2.0.0.a4"])
s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a4"])
s.add_dependency(%q<rspec-core>, [">= 2.0.0.a5"])
s.add_dependency(%q<rspec-expectations>, [">= 2.0.0.a5"])
s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a5"])
end
end