Sha256: c41bf099c311641de4ec380296270f2a501e7c7ff1c01d9210822426d1a6e359
Contents?: true
Size: 805 Bytes
Versions: 3
Compression:
Stored size: 805 Bytes
Contents
# -*- encoding: utf-8 -*- # stub: polyglot 0.3.5 ruby lib Gem::Specification.new do |s| s.name = "polyglot" s.version = "0.3.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Clifford Heath"] 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." s.email = ["clifford.heath@gmail.com"] s.extra_rdoc_files = ["README.txt"] s.files = ["README.txt"] s.homepage = "http://github.com/cjheath/polyglot" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "2.1.9" s.summary = "Augment 'require' to load non-Ruby file types" end
Version data entries
3 entries across 3 versions & 1 rubygems