apacheconf 1.0.1 → 1.0.2
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.
- data.tar.gz.sig +0 -0
- data/lib/add_apache_site.rb +1 -1
- data/lib/apacheconf.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/add_apache_site.rb
CHANGED
|
@@ -12,7 +12,7 @@ if ARGV.include? '--example'
|
|
|
12
12
|
error open(example).read
|
|
13
13
|
end
|
|
14
14
|
|
|
15
|
-
error "Usage:
|
|
15
|
+
error "Usage: apacheconf [options] [config file]" if ARGV.empty?
|
|
16
16
|
|
|
17
17
|
# pretty cool overwrite thing here
|
|
18
18
|
overwrite = !(%w(-y -o -f --force --overwrite) & ARGV).empty?
|
data/lib/apacheconf.rb
CHANGED
metadata
CHANGED
|
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: apacheconf
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 1.0.
|
|
7
|
-
date: 2007-
|
|
6
|
+
version: 1.0.2
|
|
7
|
+
date: 2007-10-31 00:00:00 +00:00
|
|
8
8
|
summary: Simple config generator for apache the debian way.
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
metadata.gz.sig
CHANGED
|
Binary file
|