Skip to content

Commit

Permalink
Updated version to v1.5.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ford committed Mar 14, 2010
1 parent 2033738 commit 60fa49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -18,7 +18,7 @@ spec = Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brian Ford"]
s.date = %q{2010-02-08}
s.date = %q{2010-03-13}
s.email = %q{bford@engineyard.com}
s.has_rdoc = true
s.extra_rdoc_files = %w[ README LICENSE ]
Expand Down
2 changes: 1 addition & 1 deletion lib/mspec/version.rb
@@ -1,5 +1,5 @@
require 'mspec/utils/version'

module MSpec
VERSION = SpecVersion.new "1.5.16"
VERSION = SpecVersion.new "1.5.17"
end

0 comments on commit 60fa49c

Please sign in to comment.