File: metadata.yml

package info (click to toggle)
ruby-capistrano-colors 0.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 80 kB
  • ctags: 8
  • sloc: ruby: 78; makefile: 2
file content (95 lines) | stat: -rw-r--r-- 1,898 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
--- !ruby/object:Gem::Specification 
name: capistrano_colors
version: !ruby/object:Gem::Version 
  hash: 1
  prerelease: 
  segments: 
  - 0
  - 5
  - 5
  version: 0.5.5
platform: ruby
authors: 
- Mathias Stjernstrom
autorequire: 
bindir: bin
cert_chain: []

date: 2011-03-17 00:00:00 Z
dependencies: 
- !ruby/object:Gem::Dependency 
  name: capistrano
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 2
        - 3
        - 0
        version: 2.3.0
  type: :development
  version_requirements: *id001
description: Simple gem to display colors in capistrano output.
email: mathias@globalinn.com
executables: []

extensions: []

extra_rdoc_files: 
- README.rdoc
- lib/capistrano_colors.rb
- lib/capistrano_colors/configuration.rb
- lib/capistrano_colors/logger.rb
files: 
- README.rdoc
- Rakefile
- capistrano_colors.gemspec
- lib/capistrano_colors.rb
- lib/capistrano_colors/configuration.rb
- lib/capistrano_colors/logger.rb
- Manifest
homepage: http://github.com/stjernstrom/capistrano_colors
licenses: []

post_install_message: 
rdoc_options: 
- --line-numbers
- --inline-source
- --title
- Capistrano_colors
- --main
- README.rdoc
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 11
      segments: 
      - 1
      - 2
      version: "1.2"
requirements: []

rubyforge_project: capistranocolor
rubygems_version: 1.8.10
signing_key: 
specification_version: 3
summary: Simple gem to display colors in capistrano output.
test_files: []