fedora 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -1,4 +1,4 @@
1
1
  require 'capistrano'
2
- require 'helpers'
2
+ require 'fedora/helpers'
3
3
 
4
- Dir.glob("#{File.dirname(__FILE__)}/recipes/**/*.rb").each { |file| load file }
4
+ Dir.glob("#{File.dirname(__FILE__)}/fedora/recipes/**/*.rb").each { |file| load file }
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fedora
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Hawkins
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-06 00:00:00 -08:00
12
+ date: 2009-11-08 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -26,22 +26,22 @@ files:
26
26
  - Rakefile
27
27
  - VERSION
28
28
  - lib/fedora.rb
29
- - lib/helpers.rb
30
- - lib/recipes/base/apache.rb
31
- - lib/recipes/base/ftp.rb
32
- - lib/recipes/base/git.rb
33
- - lib/recipes/base/mysql.rb
34
- - lib/recipes/base/postgresql.rb
35
- - lib/recipes/base/python.rb
36
- - lib/recipes/base/ruby.rb
37
- - lib/recipes/base/yum.rb
38
- - lib/recipes/ext/django.rb
39
- - lib/recipes/ext/rails.rb
40
- - lib/templates/httpd.conf.erb
41
- - lib/templates/passenger.conf.erb
42
- - lib/templates/passenger.vhost.erb
43
- - lib/templates/phpMyAdmin.conf.erb
44
- - lib/templates/phpPgAdmin.conf.erb
29
+ - lib/fedora/helpers.rb
30
+ - lib/fedora/recipes/base/apache.rb
31
+ - lib/fedora/recipes/base/ftp.rb
32
+ - lib/fedora/recipes/base/git.rb
33
+ - lib/fedora/recipes/base/mysql.rb
34
+ - lib/fedora/recipes/base/postgresql.rb
35
+ - lib/fedora/recipes/base/python.rb
36
+ - lib/fedora/recipes/base/ruby.rb
37
+ - lib/fedora/recipes/base/yum.rb
38
+ - lib/fedora/recipes/ext/django.rb
39
+ - lib/fedora/recipes/ext/rails.rb
40
+ - lib/fedora/templates/httpd.conf.erb
41
+ - lib/fedora/templates/passenger.conf.erb
42
+ - lib/fedora/templates/passenger.vhost.erb
43
+ - lib/fedora/templates/phpMyAdmin.conf.erb
44
+ - lib/fedora/templates/phpPgAdmin.conf.erb
45
45
  - readme.markdown
46
46
  has_rdoc: true
47
47
  homepage: http://github.com/Adman65/fedora