apacheconf 1.0.2 → 1.0.3
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/History.txt +3 -0
- data/Rakefile +3 -3
- data/lib/apacheconf.rb +1 -1
- metadata +5 -5
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/History.txt
CHANGED
data/Rakefile
CHANGED
@@ -8,9 +8,9 @@ Hoe.new('apacheconf', Apacheconf::VERSION) do |p|
|
|
8
8
|
p.rubyforge_name = 'apacheconf'
|
9
9
|
p.author = 'Alastair Brunton'
|
10
10
|
p.email = 'info@simplyexcited.co.uk'
|
11
|
-
p.summary = 'Simple config generator for apache the debian way.'
|
12
|
-
|
13
|
-
|
11
|
+
p.summary = 'Simple config generator for apache the ubuntu | debian way.'
|
12
|
+
p.description = 'A YAML based configuration tool for setting up sites on apache2 in ubuntu or similar debian based OS.'
|
13
|
+
p.url = 'http://scoop.cheerfactory.co.uk/2007/09/28/apache-configuration-tool/'
|
14
14
|
p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
|
15
15
|
end
|
16
16
|
|
data/lib/apacheconf.rb
CHANGED
metadata
CHANGED
@@ -3,15 +3,15 @@ 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-
|
8
|
-
summary: Simple config generator for apache the debian way.
|
6
|
+
version: 1.0.3
|
7
|
+
date: 2007-11-30 00:00:00 +00:00
|
8
|
+
summary: Simple config generator for apache the ubuntu | debian way.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
11
11
|
email: info@simplyexcited.co.uk
|
12
|
-
homepage: http://
|
12
|
+
homepage: http://scoop.cheerfactory.co.uk/2007/09/28/apache-configuration-tool/
|
13
13
|
rubyforge_project: apacheconf
|
14
|
-
description:
|
14
|
+
description: A YAML based configuration tool for setting up sites on apache2 in ubuntu or similar debian based OS.
|
15
15
|
autorequire:
|
16
16
|
default_executable:
|
17
17
|
bindir: bin
|
metadata.gz.sig
CHANGED
Binary file
|