Sha256: e8b9be61468306cf5d53c9754b30ee59f37576e1d4c8e8172f0d0f3b027a12a9
Contents?: true
Size: 685 Bytes
Versions: 3
Compression:
Stored size: 685 Bytes
Contents
# encoding: UTF-8 $:.unshift File.join(File.dirname(__FILE__), 'lib') require 'tmx-parser/version' Gem::Specification.new do |s| s.name = "tmx-parser-2018" s.version = ::TmxParser::VERSION s.authors = ["Cameron Dutro", "Michiel de Mare"] s.email = ["camertron@gmail.com", "michiel@tolq.com"] s.homepage = "http://github.com/mdemare" s.description = s.summary = "Parser for the Translation Memory eXchange (.tmx) file format." s.platform = Gem::Platform::RUBY s.has_rdoc = true s.require_path = 'lib' s.files = Dir["{lib,spec}/**/*", "Gemfile", "History.txt", "README.md", "Rakefile", "tmx-parser.gemspec"] s.add_dependency 'nokogiri', '~> 1.8' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tmx-parser-2018-1.2 | tmx-parser.gemspec |
tmx-parser-2018-1.1.1 | tmx-parser.gemspec |
tmx-parser-2018-1.1.0 | tmx-parser.gemspec |