Skip to content

Commit

Permalink
Prepare for v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Guidi committed May 20, 2008
1 parent fb0745b commit 74e981e
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,5 @@
* Prepare for v0.1.5

* Raise a PluginNotFound exception if try to update a not existent plugin for the current Rails app

* Updated command line syntax reference in README
Expand All @@ -10,6 +12,8 @@

* Added --all option to the Update command in order to update all installed plugins with one command [#2 state:resolved]



* *v0.1.0*

* Print on the stdout the plugin name on each command execution
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 = 1
TINY = 0
TINY = 5

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.0"
s.date = "2008-05-19"
s.version = "0.1.5"
s.date = "2008-05-20"
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.0', Sashimi::VERSION::STRING
assert_equal '0.1.5', Sashimi::VERSION::STRING
end
end

0 comments on commit 74e981e

Please sign in to comment.