Skip to content

Commit

Permalink
Bumped version to 0.9.9 and re-generated gemspec in preparation for r…
Browse files Browse the repository at this point in the history
…elease.
  • Loading branch information
floehopper committed Oct 22, 2010
1 parent c0cf25b commit ee3a79d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -3,7 +3,7 @@ require 'rake/gempackagetask'
require 'rake/testtask'

module Mocha
VERSION = "0.9.8"
VERSION = "0.9.9"
end

desc "Run all tests"
Expand Down
8 changes: 4 additions & 4 deletions mocha.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{mocha}
s.version = "0.9.8.20100819090654"
s.version = "0.9.9.20101022133622"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["James Mead"]
s.date = %q{2010-08-19}
s.date = %q{2010-10-22}
s.description = %q{ Mocking and stubbing library with JMock/SchMock syntax, which allows mocking and stubbing of methods on real (non-mock) classes.
}
s.email = %q{mocha-developer@googlegroups.com}
Expand All @@ -16,14 +16,14 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--title", "Mocha", "--main", "README.rdoc", "--line-numbers"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{mocha}
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Mocking and stubbing library}

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

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rake>, [">= 0"])
else
s.add_dependency(%q<rake>, [">= 0"])
Expand Down

0 comments on commit ee3a79d

Please sign in to comment.