rails-app-installer 0.1.2 → 0.1.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/README +3 -6
- data/lib/rails-installer.rb +1 -1
- metadata +58 -61
data/README
CHANGED
@@ -3,8 +3,7 @@ install Rails apps onto their own systems with a minimum amount of effort.
|
|
3
3
|
|
4
4
|
This installer was originally part of Typo (http://typosphere.org).
|
5
5
|
|
6
|
-
Adding the installer to your Rails app
|
7
|
-
--------------------------------------
|
6
|
+
= Adding the installer to your Rails app
|
8
7
|
|
9
8
|
To add the installer to your application, copy the `installer` file from the
|
10
9
|
examples directory into your project's `bin` directory, and rename it to match
|
@@ -22,11 +21,9 @@ You should now be able to test the installer like this:
|
|
22
21
|
This will try to install your app in `/tmp/foo` using the current directory as
|
23
22
|
a template. If you leave off the `cwd` option at the end, then the installer will look for the most recent Ruby GEM for your app, using the `application_name` line from the installer as the gem name.
|
24
23
|
|
25
|
-
Creating a Gem
|
26
|
-
--------------
|
24
|
+
= Creating a Gem
|
27
25
|
|
28
26
|
|
29
27
|
|
30
|
-
Using the installer
|
31
|
-
-------------------
|
28
|
+
= Using the installer
|
32
29
|
|
data/lib/rails-installer.rb
CHANGED
metadata
CHANGED
@@ -1,87 +1,84 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.
|
2
|
+
rubygems_version: 0.8.10
|
3
3
|
specification_version: 1
|
4
4
|
name: rails-app-installer
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.1.
|
7
|
-
date: 2006-08-10
|
6
|
+
version: 0.1.3
|
7
|
+
date: 2006-08-10
|
8
8
|
summary: An installer for Rails apps
|
9
9
|
require_paths:
|
10
|
-
- lib
|
10
|
+
- lib
|
11
11
|
email: scott@sigkill.org
|
12
12
|
homepage: http://scottstuff.net
|
13
13
|
rubyforge_project:
|
14
|
-
description:
|
14
|
+
description: ''
|
15
15
|
autorequire: rails-installer
|
16
16
|
default_executable:
|
17
17
|
bindir: bin
|
18
18
|
has_rdoc: true
|
19
19
|
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
20
|
requirements:
|
21
|
-
|
22
|
-
|
23
|
-
|
21
|
+
-
|
22
|
+
- ">"
|
23
|
+
- !ruby/object:Gem::Version
|
24
|
+
version: 0.0.0
|
24
25
|
version:
|
25
26
|
platform: ruby
|
26
|
-
signing_key:
|
27
|
-
cert_chain:
|
28
|
-
post_install_message:
|
29
27
|
authors:
|
30
|
-
- Scott Laird
|
28
|
+
- Scott Laird
|
31
29
|
files:
|
32
|
-
- lib/apache13.conf.example.template
|
33
|
-
- lib/apache20.conf.example.template
|
34
|
-
- lib/lighttpd.conf.example.template
|
35
|
-
- lib/rails-installer
|
36
|
-
- lib/rails-installer.rb
|
37
|
-
- examples/installer
|
38
|
-
- examples/rails_installer_defaults.yml
|
39
|
-
- examples/typo
|
40
|
-
- README
|
41
|
-
- lib/rails-installer/commands.rb
|
42
|
-
- lib/rails-installer/databases.rb
|
43
|
-
- lib/rails-installer/web-servers.rb
|
30
|
+
- lib/apache13.conf.example.template
|
31
|
+
- lib/apache20.conf.example.template
|
32
|
+
- lib/lighttpd.conf.example.template
|
33
|
+
- lib/rails-installer
|
34
|
+
- lib/rails-installer.rb
|
35
|
+
- examples/installer
|
36
|
+
- examples/rails_installer_defaults.yml
|
37
|
+
- examples/typo
|
38
|
+
- README
|
39
|
+
- lib/rails-installer/commands.rb
|
40
|
+
- lib/rails-installer/databases.rb
|
41
|
+
- lib/rails-installer/web-servers.rb
|
44
42
|
test_files: []
|
45
|
-
|
46
43
|
rdoc_options:
|
47
|
-
- --main
|
48
|
-
- RailsInstaller
|
44
|
+
- "--main"
|
45
|
+
- RailsInstaller
|
49
46
|
extra_rdoc_files:
|
50
|
-
- README
|
51
|
-
- lib/rails-installer/commands.rb
|
52
|
-
- lib/rails-installer/databases.rb
|
53
|
-
- lib/rails-installer/web-servers.rb
|
47
|
+
- README
|
48
|
+
- lib/rails-installer/commands.rb
|
49
|
+
- lib/rails-installer/databases.rb
|
50
|
+
- lib/rails-installer/web-servers.rb
|
54
51
|
executables: []
|
55
|
-
|
56
52
|
extensions: []
|
57
|
-
|
58
53
|
requirements: []
|
59
|
-
|
60
54
|
dependencies:
|
61
|
-
- !ruby/object:Gem::Dependency
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: mongrel
|
57
|
+
version_requirement:
|
58
|
+
version_requirements: !ruby/object:Gem::Version::Requirement
|
59
|
+
requirements:
|
60
|
+
-
|
61
|
+
- ">="
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
version: 0.3.13.3
|
64
|
+
version:
|
65
|
+
- !ruby/object:Gem::Dependency
|
66
|
+
name: mongrel_cluster
|
67
|
+
version_requirement:
|
68
|
+
version_requirements: !ruby/object:Gem::Version::Requirement
|
69
|
+
requirements:
|
70
|
+
-
|
71
|
+
- ">="
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: 0.2.0
|
74
|
+
version:
|
75
|
+
- !ruby/object:Gem::Dependency
|
76
|
+
name: sqlite3-ruby
|
77
|
+
version_requirement:
|
78
|
+
version_requirements: !ruby/object:Gem::Version::Requirement
|
79
|
+
requirements:
|
80
|
+
-
|
81
|
+
- ">="
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: 1.1.0
|
84
|
+
version:
|