cmdline 0.0.0 → 0.0.1

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/CHANGELOG +3 -0
  2. data/Rakefile +1 -2
  3. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ = Version 0.0.1
2
+ changed to Version 0.0.1 because gems doesn't handle
3
+ Version 0.0.0 nicely ...
1
4
 
2
5
  = Version 0.0
3
6
  === Tue May 8 20:19:03 CEST 2007
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.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.0
7
- date: 2007-05-10 00:00:00 +02:00
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