Skip to content

Commit

Permalink
Prepare for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Guidi committed Jul 14, 2008
1 parent 35fc77f commit b7c68bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
* Prepare for v0.2.0

* Ignored flunked test cases

* Massive changelog
Expand Down
4 changes: 2 additions & 2 deletions lib/sashimi/version.rb
@@ -1,8 +1,8 @@
module Sashimi #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 1
TINY = 7
MINOR = 2
TINY = 0

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.1.7"
s.date = "2008-06-23"
s.version = "0.2.0"
s.date = "2008-07-14"
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.1.7', Sashimi::VERSION::STRING
assert_equal '0.2.0', Sashimi::VERSION::STRING
end
end

0 comments on commit b7c68bb

Please sign in to comment.