Sha256: dbbf93e7b93827e301bb268457cd111901ede260e47ec6b6675438ede53e9c84
Contents?: true
Size: 709 Bytes
Versions: 1
Compression:
Stored size: 709 Bytes
Contents
$:.unshift File.join(File.dirname(__FILE__), 'lib') require 'yaml2tmx/version' Gem::Specification.new do |s| s.name = "yaml2tmx" s.version = ::Yaml2Tmx::VERSION s.authors = ["Cameron Dutro"] s.email = ["camertron@gmail.com"] s.homepage = "http://github.com/camertron" s.description = s.summary = "A command-line tool to convert Rails locale-specific yaml files to the standard TMX format for translation memories." s.platform = Gem::Platform::RUBY s.has_rdoc = true s.add_dependency 'xml-write-stream', '~> 1.0' s.executables << 'yaml2tmx' s.require_path = 'lib' s.files = Dir["{lib,spec}/**/*", "Gemfile", "History.txt", "README.md", "Rakefile", "yaml2tmx.gemspec"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yaml2tmx-1.0.0 | yaml2tmx.gemspec |