cmdline 0.0.0 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +3 -0
- data/Rakefile +1 -2
- metadata +2 -2
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
@@ -9,7 +9,7 @@ require "rubygems"
|
|
9
9
|
|
10
10
|
SHORTNAME ='cmdline' # this should be the rubyforge project name
|
11
11
|
DESC ='Yet Another Command Line Tool'
|
12
|
-
PKG_VERSION ='0.0.
|
12
|
+
PKG_VERSION ='0.0.1'
|
13
13
|
LONG_DESC = <<END_DESC
|
14
14
|
Library used to handle command line arguments.
|
15
15
|
END_DESC
|
@@ -106,7 +106,6 @@ task :upload_pages => ["rdoc"] do
|
|
106
106
|
if RubyForgeProject then
|
107
107
|
path = "/var/www/gforge-projects/#{RubyForgeProject}"
|
108
108
|
sh "scp -r doc/html/* #{RUBYFORGE_USER}@rubyforge.org:#{path}"
|
109
|
-
sh "scp doc/images/*.png #{RUBYFORGE_USER}@rubyforge.org:#{path}/images"
|
110
109
|
end
|
111
110
|
end
|
112
111
|
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
|
|
3
3
|
specification_version: 1
|
4
4
|
name: cmdline
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.0.
|
7
|
-
date: 2007-05-
|
6
|
+
version: 0.0.1
|
7
|
+
date: 2007-05-12 00:00:00 +02:00
|
8
8
|
summary: "cmdline: Yet Another Command Line Tool"
|
9
9
|
require_paths:
|
10
10
|
- lib
|