Sha256: 238657db046a09a5eea3a89478da15c47e7840cd2b736acc205cb6f239533a07

Contents?: true

Size: 946 Bytes

Versions: 6

Compression:

Stored size: 946 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 "bundler", "~> 1.10"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "true"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
apstrings-0.2.4 apstrings.gemspec
apstrings-0.2.2 apstrings.gemspec
apstrings-0.2.1 apstrings.gemspec
apstrings-0.2.0 apstrings.gemspec
apstrings-0.1.1 apstrings.gemspec
apstrings-0.1.0 apstrings.gemspec