Sha256: 067e798ee563e1142bf57363e06820a3ab90be9f71b912a7e6e2a1389a9ebdf2

Contents?: true

Size: 824 Bytes

Versions: 2

Compression:

Stored size: 824 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "xclocalize"
  spec.version       = XCLocalize::VERSION
  spec.authors       = ["Ogan Topkaya"]
  spec.email         = ["otopkaya@me.com"]
  spec.summary       = %q{Short Summary of gem}
  spec.description   = %q{Longer Description of gem}
  spec.homepage      = ""
  spec.license       = "MIT"

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

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xclocalize-0.0.3 xclocalize.gemspec
xclocalize-0.0.2 xclocalize.gemspec