File: polyglot.gemspec

package info (click to toggle)
ruby-polyglot 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 84 kB
  • sloc: ruby: 73; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,188 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
#########################################################
# This file has been automatically generated by gem2tgz #
#########################################################
# -*- encoding: utf-8 -*-
# stub: polyglot 0.3.5 ruby lib

Gem::Specification.new do |s|
  s.name = "polyglot".freeze
  s.version = "0.3.5"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Clifford Heath".freeze]
  s.date = "2014-05-30"
  s.description = "\nThe Polyglot library allows a Ruby module to register a loader\nfor the file type associated with a filename extension, and it\naugments 'require' to find and load matching files.".freeze
  s.email = ["clifford.heath@gmail.com".freeze]
  s.extra_rdoc_files = ["README.txt".freeze]
  s.files = ["History.txt".freeze, "License.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "lib/polyglot.rb".freeze, "lib/polyglot/version.rb".freeze]
  s.homepage = "http://github.com/cjheath/polyglot".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "2.5.2.1".freeze
  s.summary = "Augment 'require' to load non-Ruby file types".freeze
end