Sha256: 64b482c33503ff711f7067e5154c8c4b782d9791877cc343012f6ab6ca0f4d79
Contents?: true
Size: 857 Bytes
Versions: 6
Compression:
Stored size: 857 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "textpow/version" Gem::Specification.new do |s| s.name = "textpow1x" s.version = Textpow::Version s.authors = ["Dizan Vasquez", "Spox", "Chris Hoffman", "Michael Grosser"] s.email = ["michael@grosser.it"] s.homepage = "http://github.com/grosser/textpow" s.summary = "A library for parsing TextMate bundles on ruby 1.x" s.description = s.summary s.license = "MIT" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] s.executables = ["plist2yaml", "plist2syntax"] s.rdoc_options = ["--main", "README.rdoc"] s.add_dependency "plist", '>=3.0.1' end
Version data entries
6 entries across 6 versions & 1 rubygems