youthtree-capistrano 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module YouthTree
2
2
  module Capistrano
3
- VERSION = "0.0.1".freeze
3
+ VERSION = "0.0.2".freeze
4
4
 
5
5
  def self.load(&blk)
6
6
  ::Capistrano::Configuration.instance(:must_exist).load(&blk)
@@ -15,7 +15,7 @@ module YouthTree
15
15
  end
16
16
 
17
17
  def self.load_all!
18
- load_recipe! %w(base git bundler settings db unicorn compass barista jammit uploads)
18
+ load_recipe! %w(base rvm git bundler settings db unicorn compass barista jammit uploads)
19
19
  load { load 'deploy' }
20
20
  load_recipe! 'deploy_hooks'
21
21
  end
@@ -0,0 +1,62 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{youthtree-capistrano}
8
+ s.version = "0.0.2"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Darcy Laycock"]
12
+ s.date = %q{2010-08-24}
13
+ s.description = %q{Capistrano tasks used for common Youth Tree deployments.}
14
+ s.email = %q{sutto@sutto.net}
15
+ s.extra_rdoc_files = [
16
+ "README.md"
17
+ ]
18
+ s.files = [
19
+ "README.md",
20
+ "Rakefile",
21
+ "lib/youthtree-capistrano.rb",
22
+ "lib/youthtree/capistrano.rb",
23
+ "lib/youthtree/recipes/barista.rb",
24
+ "lib/youthtree/recipes/base.rb",
25
+ "lib/youthtree/recipes/bundler.rb",
26
+ "lib/youthtree/recipes/compass.rb",
27
+ "lib/youthtree/recipes/db.rb",
28
+ "lib/youthtree/recipes/deploy_hooks.rb",
29
+ "lib/youthtree/recipes/git.rb",
30
+ "lib/youthtree/recipes/jammit.rb",
31
+ "lib/youthtree/recipes/rvm.rb",
32
+ "lib/youthtree/recipes/settings.rb",
33
+ "lib/youthtree/recipes/unicorn.rb",
34
+ "lib/youthtree/recipes/uploads.rb",
35
+ "youthtree-capistrano.gemspec"
36
+ ]
37
+ s.homepage = %q{http://github.com/YouthTree/youthtree-capistrano}
38
+ s.rdoc_options = ["--charset=UTF-8"]
39
+ s.require_paths = ["lib"]
40
+ s.rubygems_version = %q{1.3.7}
41
+ s.summary = %q{Capistrano tasks used for common Youth Tree deployments.}
42
+
43
+ if s.respond_to? :specification_version then
44
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
45
+ s.specification_version = 3
46
+
47
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
48
+ s.add_runtime_dependency(%q<rvm>, ["~> 1.0"])
49
+ s.add_runtime_dependency(%q<bundler>, ["~> 1.0"])
50
+ s.add_runtime_dependency(%q<capistrano>, [">= 0"])
51
+ else
52
+ s.add_dependency(%q<rvm>, ["~> 1.0"])
53
+ s.add_dependency(%q<bundler>, ["~> 1.0"])
54
+ s.add_dependency(%q<capistrano>, [">= 0"])
55
+ end
56
+ else
57
+ s.add_dependency(%q<rvm>, ["~> 1.0"])
58
+ s.add_dependency(%q<bundler>, ["~> 1.0"])
59
+ s.add_dependency(%q<capistrano>, [">= 0"])
60
+ end
61
+ end
62
+
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: youthtree-capistrano
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Darcy Laycock
@@ -87,6 +87,7 @@ files:
87
87
  - lib/youthtree/recipes/settings.rb
88
88
  - lib/youthtree/recipes/unicorn.rb
89
89
  - lib/youthtree/recipes/uploads.rb
90
+ - youthtree-capistrano.gemspec
90
91
  has_rdoc: true
91
92
  homepage: http://github.com/YouthTree/youthtree-capistrano
92
93
  licenses: []