Skip to content

Commit

Permalink
Release 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jan 3, 2011
1 parent b58bf52 commit 9234dc8
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module Shindo

unless const_defined?(:VERSION)
VERSION = '0.1.10'
VERSION = '0.1.11'
end

def self.tests(description = nil, tags = [], &block)
Expand Down
4 changes: 2 additions & 2 deletions shindo.gemspec
Original file line number Diff line number Diff line change
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.10'
s.date = '2010-11-18'
s.version = '0.1.11'
s.date = '2011-01-03'
s.rubyforge_project = 'shindo'

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

0 comments on commit 9234dc8

Please sign in to comment.