Sha256: 93a43a20569295432b35082382e1312df3732b7abf2dcd43a104c7f5b849bd82
Contents?: true
Size: 773 Bytes
Versions: 1
Compression:
Stored size: 773 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "polyglot" s.version = "0.3.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Clifford Heath"] s.date = "2011-11-01" 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.2" s.summary = "Augment 'require' to load non-Ruby file types" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
swipe-rails-0.0.5 | vendor/bundle/specifications/polyglot-0.3.3.gemspec |