Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Mar 14, 2011
1 parent 8b13f63 commit 37edeaf
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 @@ -6,7 +6,7 @@ module Shindo
class Pending < StandardError; end class Pending < StandardError; end


unless const_defined?(:VERSION) unless const_defined?(:VERSION)
VERSION = '0.3.2' VERSION = '0.3.3'
end end


def self.tests(description = nil, tags = [], &block) 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 ## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile ## the sub! line in the Rakefile
s.name = 'shindo' s.name = 'shindo'
s.version = '0.3.2' s.version = '0.3.3'
s.date = '2011-03-10' s.date = '2011-03-14'
s.rubyforge_project = 'shindo' s.rubyforge_project = 'shindo'


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

0 comments on commit 37edeaf

Please sign in to comment.