buildar 1.4.0.5 → 1.4.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/buildar/tasks.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.4.0.
|
1
|
+
1.4.0.6
|
data/lib/buildar/tasks.rb
CHANGED
@@ -19,7 +19,7 @@ task :release_major => [:bump_major, :release]
|
|
19
19
|
# make sure ENV['message'] is populated
|
20
20
|
#
|
21
21
|
task :message do
|
22
|
-
|
22
|
+
if !ENV['message'] or ENV['message'].empty?
|
23
23
|
print "This task requires a message:\n> "
|
24
24
|
ENV['message'] = $stdin.gets.chomp
|
25
25
|
end
|