diff --git a/gem.watchr b/gem.watchr index da71ba1..0fd5e41 100644 --- a/gem.watchr +++ b/gem.watchr @@ -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 # -------------------------------------------------- diff --git a/lib/watchr/version.rb b/lib/watchr/version.rb index 70d68f2..c19f397 100644 --- a/lib/watchr/version.rb +++ b/lib/watchr/version.rb @@ -2,7 +2,7 @@ module Watchr module VERSION #:nodoc: MAJOR = 0 MINOR = 5 - TINY = 2 + TINY = 3 end def self.version #:nodoc: diff --git a/watchr.gemspec b/watchr.gemspec index 7b1276e..9800b8f 100644 --- a/watchr.gemspec +++ b/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)."