diff --git a/polyglot-0.3.5.gemspec b/polyglot-0.3.5.gemspec new file mode 100644 index 0000000..9bbb075 --- /dev/null +++ b/polyglot-0.3.5.gemspec @@ -0,0 +1,20 @@ +# -*- encoding: utf-8 -*- +# stub: polyglot 0.3.4 ruby lib + +Gem::Specification.new do |s| + s.name = "polyglot" + s.version = "0.3.4" + + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.require_paths = ["lib"] + s.authors = ["Clifford Heath"] + s.date = "2014-02-18" + 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 = ["History.txt", "License.txt", "README.txt", "Rakefile", "lib/polyglot.rb", "lib/polyglot/version.rb"] + s.homepage = "http://github.com/cjheath/polyglot" + s.licenses = ["MIT"] + s.rubygems_version = "2.2.2" + s.summary = "Augment 'require' to load non-Ruby file types" +end