File: metadata.yml

package info (click to toggle)
ruby-polyglot 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 80 kB
  • ctags: 12
  • sloc: ruby: 73; makefile: 2
file content (57 lines) | stat: -rw-r--r-- 1,221 bytes parent folder | download | duplicates (2)
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
--- !ruby/object:Gem::Specification
name: polyglot
version: !ruby/object:Gem::Version
  version: 0.3.4
platform: ruby
authors:
- Clifford Heath
autorequire: 
bindir: bin
cert_chain: []
date: 2014-02-18 00:00:00.000000000 Z
dependencies: []
description: ! '

  The Polyglot library allows a Ruby module to register a loader

  for the file type associated with a filename extension, and it

  augments ''require'' to find and load matching files.'
email:
- clifford.heath@gmail.com
executables: []
extensions: []
extra_rdoc_files:
- README.txt
files:
- History.txt
- License.txt
- README.txt
- Rakefile
- lib/polyglot.rb
- lib/polyglot/version.rb
homepage: http://github.com/cjheath/polyglot
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.2.2
signing_key: 
specification_version: 4
summary: Augment 'require' to load non-Ruby file types
test_files: []