Skip to content

Commit

Permalink
Tagged v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Guidi committed Oct 3, 2008
1 parent 8e28464 commit edf5f7a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
* *v0.2.2*

* Tagged v0.2.2

* Force File#atomic_write to use the current directory as temp path. [#16 state:resolved]


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 = 1
TINY = 2

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.1"
s.date = "2008-09-29"
s.version = "0.2.2"
s.date = "2008-10-03"
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.1', Sashimi::VERSION::STRING
assert_equal '0.2.2', Sashimi::VERSION::STRING
end
end

0 comments on commit edf5f7a

Please sign in to comment.