Sha256: 683fab6f02f3124dc04e54069b49576a3aa5f7c255a44c173a7affbfad2e84f2

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "autotolk"
  spec.version       = Autotolk::VERSION
  spec.authors       = ["Joanna Rajewska"]
  spec.email         = ["contact@rajewska.asia"]

  if spec.respond_to?(:metadata)
    spec.metadata['allowed_push_host'] = "https://rubygems.org"
  end

  spec.summary       = %q{This gem makes locales in tolk translate automatically (using bing).}
  spec.homepage      = "https://github.com/rajaaa92/autotolk"
  spec.license       = "MIT"

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

  spec.add_development_dependency "bundler", "~> 1.8"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_dependency "bing_translator", "~> 4.4.0"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
autotolk-0.1.5 autotolk.gemspec
autotolk-0.1.4 autotolk.gemspec
autotolk-0.1.2 autotolk.gemspec
autotolk-0.1.3 autotolk.gemspec
autotolk-0.1.1 autotolk.gemspec
autotolk-0.1.0 autotolk.gemspec