Skip to content

Commit

Permalink
Prepare for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Guidi committed Sep 29, 2008
1 parent e103ba0 commit 4440981
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
* Prepare for v0.2.1

* CHANGELOG massive update

* Use hardcoded file list for sashimi.gemspec
Expand Down
2 changes: 1 addition & 1 deletion lib/sashimi/version.rb
Expand Up @@ -2,7 +2,7 @@ module Sashimi #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 2
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
4 changes: 2 additions & 2 deletions sashimi.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "sashimi"
s.version = "0.2.0"
s.date = "2008-07-14"
s.version = "0.2.1"
s.date = "2008-09-29"
s.summary = "Rails plugins manager"
s.author = "Luca Guidi"
s.email = "guidi.luca@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion test/unit/version_test.rb
Expand Up @@ -3,6 +3,6 @@

class VersionTest < Test::Unit::TestCase
def test_version
assert_equal '0.2.0', Sashimi::VERSION::STRING
assert_equal '0.2.1', Sashimi::VERSION::STRING
end
end

0 comments on commit 4440981

Please sign in to comment.