Sha256: e9d2aad1e108074e59d2af3b42708bd78f2a3dc58ef74f7f970e0970ee702985

Contents?: true

Size: 955 Bytes

Versions: 1

Compression:

Stored size: 955 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "bilisim_sozlugu"
  spec.version       = BilisimSozlugu::VERSION
  spec.authors       = ["Ender Ahmet Yurt"]
  spec.email         = ["enderyurt@gmail.com"]
  spec.summary       = "Translate Computer Terms from English to Turkish."
  spec.description   = "Translating English terms related to Computer Sciences to Turkish from Informatics Association of Turkey's offical website."
  spec.homepage      = ""
  spec.license       = "MIT"

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

  spec.add_dependency "nokogiri", ">= 1.10.8"
  spec.add_dependency "terminal-table"
  spec.add_dependency "sorbet-runtime"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bilisim_sozlugu-2.0.2 bilisim_sozlugu.gemspec