Skip to content

Commit

Permalink
Release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Nov 16, 2010
1 parent 6c58464 commit 00413c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/shindo.rb
Expand Up @@ -5,7 +5,7 @@
module Shindo

unless const_defined?(:VERSION)
VERSION = '0.1.7'
VERSION = '0.1.8'
end

def self.tests(description = nil, tags = [], &block)
Expand Down
4 changes: 2 additions & 2 deletions shindo.gemspec
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'shindo'
s.version = '0.1.7'
s.date = '2010-10-13'
s.version = '0.1.8'
s.date = '2010-11-16'
s.rubyforge_project = 'shindo'

## Make sure your summary is short. The description may be as long
Expand Down

0 comments on commit 00413c3

Please sign in to comment.