winton-ubistrano 1.2.2

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.
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: winton-ubistrano
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.2.2
5
+ platform: ruby
6
+ authors:
7
+ - Winton Welsh
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-02-22 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: amazon-ec2
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.3.2
24
+ version:
25
+ description: Provision and deploy to an Ubuntu/God/Apache/Passenger stack using Capistrano
26
+ email: mail@wintoni.us
27
+ executables: []
28
+
29
+ extensions: []
30
+
31
+ extra_rdoc_files: []
32
+
33
+ files:
34
+ - MIT-LICENSE
35
+ - README.markdown
36
+ - Rakefile
37
+ - changelog.markdown
38
+ - example/deploy.rb
39
+ - lib/ubistrano.rb
40
+ - lib/ubistrano/apache.rb
41
+ - lib/ubistrano/deploy.rb
42
+ - lib/ubistrano/ec2.rb
43
+ - lib/ubistrano/gems.rb
44
+ - lib/ubistrano/helpers.rb
45
+ - lib/ubistrano/log.rb
46
+ - lib/ubistrano/mysql.rb
47
+ - lib/ubistrano/rails.rb
48
+ - lib/ubistrano/sinatra.rb
49
+ - lib/ubistrano/ssh.rb
50
+ - lib/ubistrano/stage.rb
51
+ - lib/ubistrano/ubuntu.rb
52
+ - templates/apache/virtual_host.erb
53
+ - templates/log/rotate.conf.erb
54
+ - templates/rails/database.yml.erb
55
+ - templates/sinatra/config.ru.erb
56
+ - templates/ubuntu/apache.god.erb
57
+ - templates/ubuntu/god.erb
58
+ - templates/ubuntu/god.god.erb
59
+ - templates/ubuntu/iptables.rules.erb
60
+ - templates/ubuntu/mysql.god.erb
61
+ - templates/ubuntu/sshd.god.erb
62
+ - ubistrano.gemspec
63
+ has_rdoc: false
64
+ homepage: http://github.com/winton/ubistrano
65
+ post_install_message:
66
+ rdoc_options: []
67
+
68
+ require_paths:
69
+ - lib
70
+ required_ruby_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: "0"
75
+ version:
76
+ required_rubygems_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: "0"
81
+ version:
82
+ requirements: []
83
+
84
+ rubyforge_project:
85
+ rubygems_version: 1.2.0
86
+ signing_key:
87
+ specification_version: 2
88
+ summary: Provision and deploy to an Ubuntu/God/Apache/Passenger stack using Capistrano
89
+ test_files: []
90
+