buildmeister 1.0.1 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.3
@@ -106,6 +106,12 @@ module Buildmeister
106
106
 
107
107
  retry
108
108
  end
109
+ rescue Interrupt => i
110
+ puts "\rPress ^C again to quit..."
111
+
112
+ sleep 3
113
+
114
+ retry
109
115
  end
110
116
  end
111
117
  end
data/lib/buildmeister.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  require 'rubygems'
2
2
  require 'lighthouse'
3
- require 'activesupport'
3
+ require 'active_support'
4
4
 
5
5
  $: << File.dirname(__FILE__)
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildmeister
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leigh Caplan
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-10 00:00:00 -08:00
12
+ date: 2010-01-18 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15