rcronwtf 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/rcronwtf.gemspec +1 -1
  4. 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/the-perfect-gem/"
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.0
1
+ 1.0.2
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{rcronwtf}
5
- s.version = "1.0.0"
5
+ s.version = "1.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Darrin Holst"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcronwtf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darrin Holst