Sha256: 8a9e36a96bc2ece0139a1f03c2335a8fa59b236864e065b1ba9bec670f59cbe4

Contents?: true

Size: 888 Bytes

Versions: 1

Compression:

Stored size: 888 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'apstrings/version'

Gem::Specification.new do |spec|
  spec.name          = "apstrings"
  spec.version       = Apstrings::VERSION
  spec.authors       = ["JasonWorking"]
  spec.email         = ["331314708@qq.com"]

  spec.summary       = %q{Apple dot strings file parser.}
  spec.description   = %q{An easy to use Apple dot strings file parser with encoding handled.}
  spec.homepage      = "https://github.com/JasonWorking"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.executables   = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "colorize"
  spec.add_development_dependency "json"

  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
apstrings-0.2.6 apstrings.gemspec