rubigen 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -93,6 +93,7 @@ module RubiGen
93
93
  # Ask the user interactively whether to force collision.
94
94
  def force_file_collision?(destination, src, dst, file_options = {}, &block)
95
95
  $stdout.print "overwrite #{destination}? [Ynaiqd] "
96
+ $stdout.flush
96
97
  case $stdin.gets
97
98
  when /d/i
98
99
  Tempfile.open(File.basename(destination), File.dirname(dst)) do |temp|
@@ -2,7 +2,7 @@ module Rubigen #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 2
5
- TINY = 3
5
+ TINY = 4
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/website/index.html CHANGED
@@ -31,7 +31,7 @@
31
31
  <h1>rubigen</h1>
32
32
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rubigen"; return false'>
33
33
  <p>Get Version</p>
34
- <a href="http://rubyforge.org/projects/rubigen" class="numbers">1.2.3</a>
34
+ <a href="http://rubyforge.org/projects/rubigen" class="numbers">1.2.4</a>
35
35
  </div>
36
36
  <h1>Ruby Generator Framework</h1>
37
37
 
@@ -1,3 +1,3 @@
1
1
  // Announcement JS file
2
- var version = "1.2.3";
2
+ var version = "1.2.4";
3
3
  MagicAnnouncement.show('compositekeys', version);
data/website/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  // Version JS file
2
- var version = "1.2.3";
2
+ var version = "1.2.4";
3
3
 
4
4
  document.write(" - " + version);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubigen
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dr Nic Williams
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2008-02-22 00:00:00 +10:00
13
+ date: 2008-02-29 00:00:00 +10:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency