apacheconf 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,6 @@
1
+ == 1.0.3
2
+ * Added more meta information.
3
+ * Fixed no argument usage message bug.
1
4
  == 1.0.0 / 2007-09-24
2
5
 
3
6
  * Wrote the original.
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
- # p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
13
- # p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
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
 
@@ -1,5 +1,5 @@
1
1
  class Apacheconf
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
4
4
 
5
5
  module ApacheHelper
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.2
7
- date: 2007-10-31 00:00:00 +00:00
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://www.zenspider.com/ZSS/Products/apacheconf/
12
+ homepage: http://scoop.cheerfactory.co.uk/2007/09/28/apache-configuration-tool/
13
13
  rubyforge_project: apacheconf
14
- description: The author was too lazy to write a 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