rote 0.2.4 → 0.2.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/rote.rb +2 -2
  2. data/lib/rote/app.rb +2 -2
  3. metadata +2 -2
@@ -1,6 +1,6 @@
1
1
  # rote.rb - main Rote module
2
2
  # Copyright (c) 2005 Ross Bamford (and contributors)
3
- # $Id: rote.rb,v 1.18 2005/12/05 14:55:22 roscopeco Exp $
3
+ # $Id: rote.rb,v 1.18.2.1 2005/12/07 16:22:21 roscopeco Exp $
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  # this software and associated documentation files (the "Software"), to deal in
@@ -42,7 +42,7 @@ require 'net/ftp'
42
42
  require 'rake'
43
43
 
44
44
  # Master Rote version. Manage this from the Rake release support.
45
- ROTEVERSION = '0.2.4'
45
+ ROTEVERSION = '0.2.4.1'
46
46
 
47
47
  #####
48
48
  ## *Rote* is a Rake (http://rake.rubyforge.org) based build tool for static
@@ -2,7 +2,7 @@
2
2
  # (c)2005 Ross Bamford (and contributors)
3
3
  #
4
4
  # See 'rote.rb' or LICENSE for licence information.
5
- # $Id: app.rb,v 1.4 2005/12/05 14:44:32 roscopeco Exp $
5
+ # $Id: app.rb,v 1.4.4.1 2005/12/07 16:21:39 roscopeco Exp $
6
6
  require 'getoptlong'
7
7
 
8
8
  module Rote
@@ -35,7 +35,7 @@ module Rote
35
35
  raise "Missing builtin.rf (expected at '#{@rakefile}')!" unless File.exists?(@rakefile)
36
36
 
37
37
  @rakeopts = ENV['RAKE_OPTS'] || ''
38
- @rake = ENV['RAKE_CMD'] || (PLATFORM =~ /mswin/ ? 'rake.bat' : 'rake')
38
+ @rake = ENV['RAKE_CMD'] || (PLATFORM =~ /mswin/ ? 'rake.cmd' : 'rake')
39
39
 
40
40
  process_args
41
41
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: rote
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.4
7
- date: 2005-12-05 00:00:00 +00:00
6
+ version: 0.2.4.1
7
+ date: 2005-12-07 00:00:00 +00:00
8
8
  summary: Adds template-based doc support to Rake.
9
9
  require_paths:
10
10
  - lib