capistrano-log_with_awesome 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,10 @@
2
2
 
3
3
  Awesome callbacks for capistrano logging.
4
4
 
5
+ Install the gem:
6
+
7
+ gem install capistrano-log_with_awesome
8
+
5
9
  Require the gem in your <tt>config/deploy.rb</tt> or <tt>Capfile</tt>:
6
10
 
7
11
  require 'capistrano/log_with_awesome'
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{capistrano-log_with_awesome}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jesse Newland"]
12
- s.date = %q{2010-02-27}
12
+ s.date = %q{2010-05-26}
13
13
  s.description = %q{logging callbacks for capistrano}
14
14
  s.email = %q{jnewland@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -26,13 +26,14 @@ Gem::Specification.new do |s|
26
26
  "examples/campfire.rb.example",
27
27
  "examples/raise.rb",
28
28
  "examples/upload.rb",
29
+ "lib/capistrano-log_with_awesome.rb",
29
30
  "lib/capistrano/log_with_awesome.rb",
30
31
  "lib/capistrano/log_with_awesome/version.rb"
31
32
  ]
32
33
  s.homepage = %q{http://github.com/jnewland/capistrano-log_with_awesome}
33
34
  s.rdoc_options = ["--charset=UTF-8"]
34
35
  s.require_paths = ["lib"]
35
- s.rubygems_version = %q{1.3.5}
36
+ s.rubygems_version = %q{1.3.6}
36
37
  s.summary = %q{logging callbacks for capistrano}
37
38
  s.test_files = [
38
39
  "examples/raise.rb",
@@ -0,0 +1 @@
1
+ require 'capistrano/log_with_awesome'
@@ -53,6 +53,8 @@ end
53
53
  # load last in order to repoen rather than define
54
54
  require 'capistrano/log_with_awesome/version'
55
55
 
56
- Capistrano::Configuration.instance.load do
57
- Capistrano::LogWithAwesome.init(self)
58
- end
56
+ if Capistrano::Configuration.instance
57
+ Capistrano::Configuration.instance.load do
58
+ Capistrano::LogWithAwesome.init(self)
59
+ end
60
+ end
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  class LogWithAwesome
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
- end
5
+ end
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-log_with_awesome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 2
9
+ version: 0.0.2
5
10
  platform: ruby
6
11
  authors:
7
12
  - Jesse Newland
@@ -9,19 +14,23 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2010-02-27 00:00:00 -05:00
17
+ date: 2010-05-26 00:00:00 -04:00
13
18
  default_executable:
14
19
  dependencies:
15
20
  - !ruby/object:Gem::Dependency
16
21
  name: capistrano
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
20
24
  requirements:
21
25
  - - ">="
22
26
  - !ruby/object:Gem::Version
27
+ segments:
28
+ - 2
29
+ - 5
30
+ - 14
23
31
  version: 2.5.14
24
- version:
32
+ type: :runtime
33
+ version_requirements: *id001
25
34
  description: logging callbacks for capistrano
26
35
  email: jnewland@gmail.com
27
36
  executables: []
@@ -41,6 +50,7 @@ files:
41
50
  - examples/campfire.rb.example
42
51
  - examples/raise.rb
43
52
  - examples/upload.rb
53
+ - lib/capistrano-log_with_awesome.rb
44
54
  - lib/capistrano/log_with_awesome.rb
45
55
  - lib/capistrano/log_with_awesome/version.rb
46
56
  has_rdoc: true
@@ -56,18 +66,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
56
66
  requirements:
57
67
  - - ">="
58
68
  - !ruby/object:Gem::Version
69
+ segments:
70
+ - 0
59
71
  version: "0"
60
- version:
61
72
  required_rubygems_version: !ruby/object:Gem::Requirement
62
73
  requirements:
63
74
  - - ">="
64
75
  - !ruby/object:Gem::Version
76
+ segments:
77
+ - 0
65
78
  version: "0"
66
- version:
67
79
  requirements: []
68
80
 
69
81
  rubyforge_project:
70
- rubygems_version: 1.3.5
82
+ rubygems_version: 1.3.6
71
83
  signing_key:
72
84
  specification_version: 3
73
85
  summary: logging callbacks for capistrano