File: metadata.yml

package info (click to toggle)
ruby-text-format 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 208 kB
  • ctags: 240
  • sloc: ruby: 2,011; makefile: 2
file content (76 lines) | stat: -rw-r--r-- 1,787 bytes parent folder | download | duplicates (3)
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
--- !ruby/object:Gem::Specification 
rubygems_version: 0.8.10
specification_version: 1
name: text-format
version: !ruby/object:Gem::Version 
  version: 1.0.0
date: 2005-06-24
summary: Text::Format formats fixed-width text nicely.
require_paths: 
  - lib
email: austin@rubyforge.org
homepage: http://rubyforge.org/projects/text-format
rubyforge_project: text-format
description: "Text::Format is provides the ability to nicely format fixed-width text with
  knowledge of the writeable space (number of columns), margins, and indentation
  settings. Text::Format can work with either TeX::Hyphen or Text::Hyphen to
  hyphenate words when formatting."
autorequire: text/format
default_executable: 
bindir: bin
has_rdoc: true
required_ruby_version: !ruby/object:Gem::Version::Requirement 
  requirements: 
    - 
      - ">"
      - !ruby/object:Gem::Version 
        version: 0.0.0
  version: 
platform: ruby
authors: 
  - Austin Ziegler
files: 
  - Changelog
  - Install
  - lib
  - metaconfig
  - pre-setup.rb
  - Rakefile
  - README
  - setup.rb
  - tests
  - ToDo
  - lib/text
  - lib/text/format
  - lib/text/format.rb
  - lib/text/format/alpha.rb
  - lib/text/format/number.rb
  - lib/text/format/roman.rb
  - tests/tc_text_format.rb
  - tests/testall.rb
test_files: 
  - tests/tc_text_format.rb
rdoc_options: 
  - "--title"
  - Text::Format
  - "--main"
  - README
  - "--line-numbers"
extra_rdoc_files: 
  - README
  - Changelog
  - Install
executables: []
extensions: []
requirements: []
dependencies: 
  - !ruby/object:Gem::Dependency 
    name: text-hyphen
    version_requirement: 
    version_requirements: !ruby/object:Gem::Version::Requirement 
      requirements: 
        - 
          - "~>"
          - !ruby/object:Gem::Version 
            version: 1.0.0
      version: