josh-slicehost 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. metadata +11 -12
  2. data/slicehost.gemspec +0 -34
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: josh-slicehost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Peek
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-09-01 00:00:00 -07:00
12
+ date: 2008-09-12 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -32,26 +32,25 @@ extra_rdoc_files: []
32
32
  files:
33
33
  - README
34
34
  - MIT-LICENSE
35
- - slicehost.gemspec
35
+ - lib/capistrano/ext/slicehost.rb
36
36
  - lib/capistrano/ext/slicehost
37
- - lib/capistrano/ext/slicehost/apache.rb
38
- - lib/capistrano/ext/slicehost/aptitude.rb
39
37
  - lib/capistrano/ext/slicehost/disk.rb
38
+ - lib/capistrano/ext/slicehost/ruby.rb
40
39
  - lib/capistrano/ext/slicehost/gems.rb
41
40
  - lib/capistrano/ext/slicehost/git.rb
42
- - lib/capistrano/ext/slicehost/iptables.rb
43
- - lib/capistrano/ext/slicehost/mysql.rb
44
- - lib/capistrano/ext/slicehost/render.rb
45
- - lib/capistrano/ext/slicehost/ruby.rb
41
+ - lib/capistrano/ext/slicehost/aptitude.rb
46
42
  - lib/capistrano/ext/slicehost/slice.rb
47
43
  - lib/capistrano/ext/slicehost/ssh.rb
44
+ - lib/capistrano/ext/slicehost/render.rb
45
+ - lib/capistrano/ext/slicehost/apache.rb
46
+ - lib/capistrano/ext/slicehost/iptables.rb
47
+ - lib/capistrano/ext/slicehost/mysql.rb
48
48
  - lib/capistrano/ext/slicehost/templates
49
- - lib/capistrano/ext/slicehost/templates/iptables.erb
50
49
  - lib/capistrano/ext/slicehost/templates/passenger.config.erb
50
+ - lib/capistrano/ext/slicehost/templates/vhost.erb
51
51
  - lib/capistrano/ext/slicehost/templates/passenger.load.erb
52
52
  - lib/capistrano/ext/slicehost/templates/sshd_config.erb
53
- - lib/capistrano/ext/slicehost/templates/vhost.erb
54
- - lib/capistrano/ext/slicehost.rb
53
+ - lib/capistrano/ext/slicehost/templates/iptables.erb
55
54
  has_rdoc: false
56
55
  homepage: http://github.com/josh/slicehost
57
56
  post_install_message:
data/slicehost.gemspec DELETED
@@ -1,34 +0,0 @@
1
- Gem::Specification.new do |s|
2
- s.name = "slicehost"
3
- s.version = "0.0.1"
4
- s.date = "2008-09-01"
5
- s.summary = "Capistrano recipes for setting up and deploying to Slicehost"
6
- s.email = "josh@joshpeek.com"
7
- s.homepage = "http://github.com/josh/slicehost"
8
- s.description = "Slicehost Capistrano recipes for configuring and managing your slice."
9
- s.has_rdoc = false
10
- s.authors = ["Joshua Peek"]
11
- s.files = ["README",
12
- "MIT-LICENSE",
13
- "slicehost.gemspec",
14
- "lib/capistrano/ext/slicehost",
15
- "lib/capistrano/ext/slicehost/apache.rb",
16
- "lib/capistrano/ext/slicehost/aptitude.rb",
17
- "lib/capistrano/ext/slicehost/disk.rb",
18
- "lib/capistrano/ext/slicehost/gems.rb",
19
- "lib/capistrano/ext/slicehost/git.rb",
20
- "lib/capistrano/ext/slicehost/iptables.rb",
21
- "lib/capistrano/ext/slicehost/mysql.rb",
22
- "lib/capistrano/ext/slicehost/render.rb",
23
- "lib/capistrano/ext/slicehost/ruby.rb",
24
- "lib/capistrano/ext/slicehost/slice.rb",
25
- "lib/capistrano/ext/slicehost/ssh.rb",
26
- "lib/capistrano/ext/slicehost/templates",
27
- "lib/capistrano/ext/slicehost/templates/iptables.erb",
28
- "lib/capistrano/ext/slicehost/templates/passenger.config.erb",
29
- "lib/capistrano/ext/slicehost/templates/passenger.load.erb",
30
- "lib/capistrano/ext/slicehost/templates/sshd_config.erb",
31
- "lib/capistrano/ext/slicehost/templates/vhost.erb",
32
- "lib/capistrano/ext/slicehost.rb"]
33
- s.add_dependency("capistrano", ["> 2.5.0"])
34
- end