rv 3 → 3.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 (4) hide show
  1. data/CHANGELOG +1 -1
  2. metadata +2 -4
  3. data/Manifest +0 -9
  4. data/Rakefile +0 -11
data/CHANGELOG CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- v3. Gem'd; RDoc documentation; automated setup scripts; cluster support; accurate status reporting. Incompatible changes
2
+ v3.1. Gem'd; RDoc documentation; automated setup scripts; cluster support; accurate status reporting.
3
3
 
4
4
  v2. Mongrel static directory handler.
5
5
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: rv
5
5
  version: !ruby/object:Gem::Version
6
- version: "3"
7
- date: 2007-08-08 00:00:00 -04:00
6
+ version: "3.1"
7
+ date: 2007-08-12 00:00:00 -04:00
8
8
  summary: A little init.d system for running Camping apps.
9
9
  require_paths:
10
10
  - lib
@@ -33,9 +33,7 @@ files:
33
33
  - lib/rv.rb
34
34
  - bin/rv
35
35
  - TODO
36
- - Rakefile
37
36
  - README
38
- - Manifest
39
37
  - LICENSE
40
38
  - CHANGELOG
41
39
  test_files: []
data/Manifest DELETED
@@ -1,9 +0,0 @@
1
- lib/rv_harness.rb
2
- lib/rv.rb
3
- bin/rv
4
- TODO
5
- Rakefile
6
- README
7
- Manifest
8
- LICENSE
9
- CHANGELOG
data/Rakefile DELETED
@@ -1,11 +0,0 @@
1
-
2
- require 'rubygems'
3
- require 'echoe'
4
-
5
- Echoe.new("rv") do |p|
6
- p.rubyforge_name = "fauna"
7
- p.summary = "A little init.d system for running Camping apps."
8
- p.url = "http://blog.evanweaver.com/pages/code#rv"
9
- p.docs_host = "blog.evanweaver.com:~/www/snax/public/files/doc/"
10
- p.extra_deps = ["highline"]
11
- end