buildmeister 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/buildmeister/base.rb +2 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.4
1
+ 1.0.5
@@ -111,6 +111,7 @@ module Buildmeister
111
111
  puts "\rPress ^C again to quit..."
112
112
  sleep 3
113
113
  @force = true
114
+ refresh!
114
115
  retry
115
116
  end
116
117
  end
@@ -120,7 +121,7 @@ module Buildmeister
120
121
  bin_name = @options[:move_from]
121
122
 
122
123
  if projects.size > 1
123
- puts "Two projects are loaded (#{projects.map(&:name).join(', ')})"
124
+ puts "#{projects.size} projects are loaded (#{projects.map(&:name).join(', ')})"
124
125
  puts "Do you really want to move tickets in all projects? [y/n]"
125
126
 
126
127
  choice = gets
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.4
4
+ version: 1.0.5
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: 2010-01-18 00:00:00 -08:00
12
+ date: 2010-01-28 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15