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 CHANGED
Binary file
@@ -12,7 +12,7 @@ if ARGV.include? '--example'
12
12
  error open(example).read
13
13
  end
14
14
 
15
- error "Usage: add_apache_site [options] [config file]" if ARGV.empty?
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?
@@ -1,5 +1,5 @@
1
1
  class Apacheconf
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
4
4
 
5
5
  module ApacheHelper
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.1
7
- date: 2007-09-28 00:00:00 +01:00
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