capistrano_colors 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +2 -4
- data/Rakefile +1 -1
- data/capistrano_colors.gemspec +4 -5
- data/lib/capistrano_colors.rb +0 -2
- metadata +6 -4
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
@@ -1,4 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
\F�m%SF��y����l����G*Yn��j[����!��-śv4�Q0��giV�����;�O��9;�
|
4
|
-
�$��{~~�\����Ji�p0|�L
|
1
|
+
%��F[咑�P��^+���Y��1��v�c��T���;�'�kX��9���:����{�}!�Y`Պ�K��U[���^<�\F�+=l ����[��$��z�3 ���_�mjўf,����\�C�+}
|
2
|
+
���/�^<P�.��Q���0h'5eS]̖��]|��i3��8�b*���l8yW�9�UI( >�!�d7�
|
data/Rakefile
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
require 'rake'
|
3
3
|
require 'echoe'
|
4
4
|
|
5
|
-
Echoe.new('capistrano_colors', '0.5.
|
5
|
+
Echoe.new('capistrano_colors', '0.5.1') do |p|
|
6
6
|
p.description = "Simple gem to display colors in capistrano output."
|
7
7
|
p.url = "http://github.com/stjernstrom/capistrano_colors"
|
8
8
|
p.author = "Mathias Stjernstrom"
|
data/capistrano_colors.gemspec
CHANGED
@@ -2,28 +2,27 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{capistrano_colors}
|
5
|
-
s.version = "0.5.
|
5
|
+
s.version = "0.5.1"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Mathias Stjernstrom"]
|
9
9
|
s.cert_chain = ["/Users/mathias/.ssh/gem-public_cert.pem"]
|
10
|
-
s.date = %q{2009-
|
10
|
+
s.date = %q{2009-08-10}
|
11
11
|
s.description = %q{Simple gem to display colors in capistrano output.}
|
12
12
|
s.email = %q{mathias@globalinn.com}
|
13
13
|
s.extra_rdoc_files = ["lib/capistrano/configuration.rb", "lib/capistrano/logger.rb", "lib/capistrano_colors.rb", "README.rdoc"]
|
14
14
|
s.files = ["lib/capistrano/configuration.rb", "lib/capistrano/logger.rb", "lib/capistrano_colors.rb", "Rakefile", "README.rdoc", "Manifest", "capistrano_colors.gemspec"]
|
15
|
-
s.has_rdoc = true
|
16
15
|
s.homepage = %q{http://github.com/stjernstrom/capistrano_colors}
|
17
16
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Capistrano_colors", "--main", "README.rdoc"]
|
18
17
|
s.require_paths = ["lib"]
|
19
18
|
s.rubyforge_project = %q{capistranocolor}
|
20
|
-
s.rubygems_version = %q{1.3.
|
19
|
+
s.rubygems_version = %q{1.3.5}
|
21
20
|
s.signing_key = %q{/Users/mathias/.ssh/gem-private_key.pem}
|
22
21
|
s.summary = %q{Simple gem to display colors in capistrano output.}
|
23
22
|
|
24
23
|
if s.respond_to? :specification_version then
|
25
24
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
26
|
-
s.specification_version =
|
25
|
+
s.specification_version = 3
|
27
26
|
|
28
27
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
29
28
|
s.add_development_dependency(%q<capistrano>, [">= 2.3.0"])
|
data/lib/capistrano_colors.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano_colors
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mathias Stjernstrom
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
30
30
|
snErBd/zMF/MOW0s
|
31
31
|
-----END CERTIFICATE-----
|
32
32
|
|
33
|
-
date: 2009-
|
33
|
+
date: 2009-08-10 00:00:00 +02:00
|
34
34
|
default_executable:
|
35
35
|
dependencies:
|
36
36
|
- !ruby/object:Gem::Dependency
|
@@ -64,6 +64,8 @@ files:
|
|
64
64
|
- capistrano_colors.gemspec
|
65
65
|
has_rdoc: true
|
66
66
|
homepage: http://github.com/stjernstrom/capistrano_colors
|
67
|
+
licenses: []
|
68
|
+
|
67
69
|
post_install_message:
|
68
70
|
rdoc_options:
|
69
71
|
- --line-numbers
|
@@ -89,9 +91,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
91
|
requirements: []
|
90
92
|
|
91
93
|
rubyforge_project: capistranocolor
|
92
|
-
rubygems_version: 1.3.
|
94
|
+
rubygems_version: 1.3.5
|
93
95
|
signing_key:
|
94
|
-
specification_version:
|
96
|
+
specification_version: 3
|
95
97
|
summary: Simple gem to display colors in capistrano output.
|
96
98
|
test_files: []
|
97
99
|
|
metadata.gz.sig
CHANGED
Binary file
|