Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Mar 11, 2011
1 parent 48bef98 commit 14882a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1' VERSION = '0.3.2'
end end


def self.tests(description = nil, tags = [], &block) def self.tests(description = nil, tags = [], &block)
Expand Down
2 changes: 1 addition & 1 deletion shindo.gemspec
Expand Up @@ -13,7 +13,7 @@ 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.1' s.version = '0.3.2'
s.date = '2011-03-10' s.date = '2011-03-10'
s.rubyforge_project = 'shindo' s.rubyforge_project = 'shindo'


Expand Down

0 comments on commit 14882a4

Please sign in to comment.