dreamcat4-moonshadow 0.0.3 → 0.0.4
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/app_generators/{moonshine → moonshadow}/moonshine_generator.rb +0 -0
- data/app_generators/{moonshine → moonshadow}/templates/Capfile +0 -0
- data/app_generators/{moonshine → moonshadow}/templates/rails/deploy.rb +0 -0
- data/app_generators/{moonshine → moonshadow}/templates/rails/gems.yml +0 -0
- data/app_generators/{moonshine → moonshadow}/templates/rails/manifest.rb +0 -0
- data/app_generators/{moonshine → moonshadow}/templates/rails/moonshine.rake +0 -0
- data/app_generators/{moonshine → moonshadow}/templates/rails/moonshine.yml +0 -0
- data/app_generators/{moonshine → moonshadow}/templates/readme.templates +0 -0
- data/app_generators/{moonshine_plugin → moonshadow_plugin}/USAGE +0 -0
- data/app_generators/{moonshine_plugin → moonshadow_plugin}/moonshine_plugin_generator.rb +0 -0
- data/app_generators/{moonshine_plugin → moonshadow_plugin}/templates/README.rdoc +0 -0
- data/app_generators/{moonshine_plugin → moonshadow_plugin}/templates/init.rb +0 -0
- data/app_generators/{moonshine_plugin → moonshadow_plugin}/templates/plugin.rb +0 -0
- data/app_generators/{moonshine_plugin → moonshadow_plugin}/templates/spec.rb +0 -0
- data/app_generators/{moonshine_plugin → moonshadow_plugin}/templates/spec_helper.rb +0 -0
- data/bin/{moonshine → moonshadow} +0 -0
- data/bin/{moonshine_plugin → moonshadow_plugin} +0 -0
- data/lib/{moonshine.rb → moonshadow.rb} +0 -0
- data/lib/{moonshine → moonshadow}/bootstrap/bootstrap.mri.sh +0 -0
- data/lib/{moonshine → moonshadow}/bootstrap/bootstrap.ree.sh +0 -0
- data/lib/{moonshine → moonshadow}/capistrano.rb +0 -0
- data/lib/{moonshine → moonshadow}/manifest.rb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails.rb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/apache.rb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/apt_gems.yml +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/mysql.rb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/os.rb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/passenger.rb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/postgresql.rb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/rails.rb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/sqlite3.rb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/templates/innodb.cnf.erb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/templates/logrotate.conf.erb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/templates/moonshine.cnf.erb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/templates/passenger.conf.erb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/templates/passenger.vhost.erb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/templates/pg_hba.conf.erb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/templates/postgresql.conf.erb +0 -0
- data/lib/{moonshine → moonshadow}/manifest/rails/templates/unattended_upgrades.erb +0 -0
- data/lib/{moonshine_setup_manifest.rb → moonshadow_setup_manifest.rb} +0 -0
- metadata +45 -44
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dreamcat4-moonshadow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jesse Newland
|
|
@@ -56,56 +56,57 @@ dependencies:
|
|
|
56
56
|
description: Rails deployment and configuration management done right. ShadowPuppet + Capistrano == crazy delicious
|
|
57
57
|
email: jesse@railsmachine.com
|
|
58
58
|
executables:
|
|
59
|
-
-
|
|
60
|
-
-
|
|
59
|
+
- moonshadow
|
|
60
|
+
- moonshadow_plugin
|
|
61
61
|
extensions: []
|
|
62
62
|
|
|
63
63
|
extra_rdoc_files:
|
|
64
64
|
- LICENSE
|
|
65
65
|
files:
|
|
66
|
-
- app_generators/
|
|
67
|
-
- app_generators/
|
|
68
|
-
- app_generators/
|
|
69
|
-
- app_generators/
|
|
70
|
-
- app_generators/
|
|
71
|
-
- app_generators/
|
|
72
|
-
- app_generators/
|
|
73
|
-
- app_generators/
|
|
74
|
-
- app_generators/
|
|
75
|
-
- app_generators/
|
|
76
|
-
- app_generators/
|
|
77
|
-
- app_generators/
|
|
78
|
-
- app_generators/
|
|
79
|
-
- app_generators/
|
|
80
|
-
- app_generators/
|
|
81
|
-
- bin/
|
|
82
|
-
- bin/
|
|
83
|
-
- lib/
|
|
84
|
-
- lib/
|
|
85
|
-
- lib/
|
|
86
|
-
- lib/
|
|
87
|
-
- lib/
|
|
88
|
-
- lib/
|
|
89
|
-
- lib/
|
|
90
|
-
- lib/
|
|
91
|
-
- lib/
|
|
92
|
-
- lib/
|
|
93
|
-
- lib/
|
|
94
|
-
- lib/
|
|
95
|
-
- lib/
|
|
96
|
-
- lib/
|
|
97
|
-
- lib/
|
|
98
|
-
- lib/
|
|
99
|
-
- lib/
|
|
100
|
-
- lib/
|
|
101
|
-
- lib/
|
|
102
|
-
- lib/
|
|
103
|
-
- lib/
|
|
104
|
-
- lib/
|
|
105
|
-
- lib/
|
|
66
|
+
- app_generators/moonshadow/moonshine_generator.rb
|
|
67
|
+
- app_generators/moonshadow/templates/Capfile
|
|
68
|
+
- app_generators/moonshadow/templates/rails/deploy.rb
|
|
69
|
+
- app_generators/moonshadow/templates/rails/gems.yml
|
|
70
|
+
- app_generators/moonshadow/templates/rails/manifest.rb
|
|
71
|
+
- app_generators/moonshadow/templates/rails/moonshine.rake
|
|
72
|
+
- app_generators/moonshadow/templates/rails/moonshine.yml
|
|
73
|
+
- app_generators/moonshadow/templates/readme.templates
|
|
74
|
+
- app_generators/moonshadow_plugin/USAGE
|
|
75
|
+
- app_generators/moonshadow_plugin/moonshine_plugin_generator.rb
|
|
76
|
+
- app_generators/moonshadow_plugin/templates/README.rdoc
|
|
77
|
+
- app_generators/moonshadow_plugin/templates/init.rb
|
|
78
|
+
- app_generators/moonshadow_plugin/templates/plugin.rb
|
|
79
|
+
- app_generators/moonshadow_plugin/templates/spec.rb
|
|
80
|
+
- app_generators/moonshadow_plugin/templates/spec_helper.rb
|
|
81
|
+
- bin/moonshadow
|
|
82
|
+
- bin/moonshadow_plugin
|
|
83
|
+
- lib/moonshadow.rb
|
|
84
|
+
- lib/moonshadow/bootstrap/bootstrap.mri.sh
|
|
85
|
+
- lib/moonshadow/bootstrap/bootstrap.ree.sh
|
|
86
|
+
- lib/moonshadow/capistrano.rb
|
|
87
|
+
- lib/moonshadow/manifest.rb
|
|
88
|
+
- lib/moonshadow/manifest/rails.rb
|
|
89
|
+
- lib/moonshadow/manifest/rails/apache.rb
|
|
90
|
+
- lib/moonshadow/manifest/rails/apt_gems.yml
|
|
91
|
+
- lib/moonshadow/manifest/rails/mysql.rb
|
|
92
|
+
- lib/moonshadow/manifest/rails/os.rb
|
|
93
|
+
- lib/moonshadow/manifest/rails/passenger.rb
|
|
94
|
+
- lib/moonshadow/manifest/rails/postgresql.rb
|
|
95
|
+
- lib/moonshadow/manifest/rails/rails.rb
|
|
96
|
+
- lib/moonshadow/manifest/rails/sqlite3.rb
|
|
97
|
+
- lib/moonshadow/manifest/rails/templates/innodb.cnf.erb
|
|
98
|
+
- lib/moonshadow/manifest/rails/templates/logrotate.conf.erb
|
|
99
|
+
- lib/moonshadow/manifest/rails/templates/moonshine.cnf.erb
|
|
100
|
+
- lib/moonshadow/manifest/rails/templates/passenger.conf.erb
|
|
101
|
+
- lib/moonshadow/manifest/rails/templates/passenger.vhost.erb
|
|
102
|
+
- lib/moonshadow/manifest/rails/templates/pg_hba.conf.erb
|
|
103
|
+
- lib/moonshadow/manifest/rails/templates/postgresql.conf.erb
|
|
104
|
+
- lib/moonshadow/manifest/rails/templates/unattended_upgrades.erb
|
|
105
|
+
- lib/moonshadow_setup_manifest.rb
|
|
106
106
|
- LICENSE
|
|
107
107
|
has_rdoc: false
|
|
108
108
|
homepage: http://railsmachine.github.com/moonshine/
|
|
109
|
+
licenses:
|
|
109
110
|
post_install_message:
|
|
110
111
|
rdoc_options:
|
|
111
112
|
- --charset=UTF-8
|
|
@@ -126,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
126
127
|
requirements: []
|
|
127
128
|
|
|
128
129
|
rubyforge_project:
|
|
129
|
-
rubygems_version: 1.
|
|
130
|
+
rubygems_version: 1.3.5
|
|
130
131
|
signing_key:
|
|
131
132
|
specification_version: 3
|
|
132
133
|
summary: Rails deployment and configuration management done right. ShadowPuppet + Capistrano == crazy delicious
|