Sha256: f9cbfc7867f5f4b36afe88ebac032e3840bac15774452fa474be761474f30f84
Contents?: true
Size: 774 Bytes
Versions: 2
Compression:
Stored size: 774 Bytes
Contents
# -*- encoding: utf-8 -*- 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.0.14" s.summary = "Augment 'require' to load non-Ruby file types" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
swift-pyrite-0.1.1 | vendor/bundle/ruby/2.0.0/specifications/polyglot-0.3.5.gemspec |
swift-pyrite-0.1.0 | vendor/bundle/ruby/2.0.0/specifications/polyglot-0.3.5.gemspec |