Sha256: 61749a6d47aa906da507ae97697d824a9b8abe2fa7eaac22edff4fe0f1b110f0

Contents?: true

Size: 1.19 KB

Versions: 2

Compression:

Stored size: 1.19 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "babel_i18n"
  spec.version       = BabelI18n::VERSION
  spec.authors       = ["Gabriel Pereira"]
  spec.email         = ["gabrielpedepera@gmail.com"]

  spec.summary       = %q{Translate locale dictionaries to other languages using Google Translate API}
  spec.description   = %q{This Ruby library allows to translate files locale dictionaries and provides methods to translate words and phrases using the Google Translate API}
  spec.homepage      = "https://github.com/gabrielpedepera/babel_i18n"
  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/}) { |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 "thor"
  spec.add_development_dependency "oj"
  spec.add_development_dependency "rspec"
  spec.add_development_dependency "dotenv"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
babel_i18n-0.0.6 babel_i18n.gemspec
babel_i18n-0.0.5 babel_i18n.gemspec