Sha256: ddc3828b7c3a898afb206d2c8e123209c7c2f22055992127a89e4f338d413520

Contents?: true

Size: 941 Bytes

Versions: 1

Compression:

Stored size: 941 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/g11n/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Xavier Via"]
  gem.email         = ["xavier.via.canel@gmail.com"]
  gem.description   = %q{Internationalization library focused in simplicity of implementation}
  gem.summary       = %q{Internationalization library focused in simplicity of implementation}
  gem.homepage      = "http://github.com/Fetcher/g11n"

  gem.add_dependency "symboltable"

  gem.add_development_dependency "rspec"
  gem.add_development_dependency "cucumber"
  gem.add_development_dependency "fast"
  gem.add_development_dependency "pry"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "g11n"
  gem.require_paths = ["lib"]
  gem.version       = G11n::VERSION
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
g11n-0.0.1 g11n.gemspec