Skip to content

Commit

Permalink
v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mynyml committed Sep 17, 2009
1 parent 1524c35 commit 70c1160
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions gem.watchr
Expand Up @@ -7,9 +7,14 @@
# --------------------------------------------------
def build(gemspec)
system "gem build %s" % gemspec
move
puts
end

def move
FileUtils.mv Dir['watchr-*.gem'], 'pkg/'
end

# --------------------------------------------------
# Watchr Rules
# --------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/watchr/version.rb
Expand Up @@ -2,7 +2,7 @@ module Watchr
module VERSION #:nodoc:
MAJOR = 0
MINOR = 5
TINY = 2
TINY = 3
end

def self.version #:nodoc:
Expand Down
2 changes: 1 addition & 1 deletion watchr.gemspec
@@ -1,7 +1,7 @@

Gem::Specification.new do |s|
s.name = 'watchr'
s.version = '0.5.2'
s.version = '0.5.3'
s.date = '2009-09-17'
s.summary = "Modern continious testing (flexible alternative to autotest)"
s.description = "Modern continious testing (flexible alternative to autotest)."
Expand Down

0 comments on commit 70c1160

Please sign in to comment.