Sha256: c159b08722d3398c4cec0c15ef06e3b23f2d883b81bfe9af3624abd9bbfbebd9
Contents?: true
Size: 795 Bytes
Versions: 4
Compression:
Stored size: 795 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path(File.dirname(__FILE__) + '/lib/google_translate/version') Gem::Specification.new do |spec| spec.name = "google-translate" spec.summary = %q{Summary: Simple client for Google Translate API.} spec.description = %q{Simple client for Google Translate API.} spec.email = "alexander.shvets@gmail.com" spec.authors = ["Alexander Shvets"] spec.homepage = "http://github.com/shvets/google-translate" spec.executables = ["translate", "t"] spec.files = `git ls-files`.split($\) spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.version = GoogleTranslate::VERSION spec.license = "MIT" <%= project_dependencies %> end
Version data entries
4 entries across 4 versions & 1 rubygems