rcronwtf 1.0.0 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/rcronwtf.gemspec +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
@@ -30,7 +30,7 @@ begin
|
|
30
30
|
)
|
31
31
|
|
32
32
|
host = "#{config['username']}@rubyforge.org"
|
33
|
-
remote_dir = "/var/www/gforge-projects/
|
33
|
+
remote_dir = "/var/www/gforge-projects/rcronwtf/"
|
34
34
|
local_dir = 'rdoc'
|
35
35
|
|
36
36
|
Rake::SshDirPublisher.new(host, remote_dir, local_dir).upload
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.2
|
data/rcronwtf.gemspec
CHANGED