Sha256: caced84568f40f2c0f97a24ed7f62882baea6893e6f0f261550a64b161b54825
Contents?: true
Size: 786 Bytes
Versions: 3
Compression:
Stored size: 786 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{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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
google-translate-1.0.1 | google-translate.gemspec.erb |
google-translate-1.0.0 | google-translate.gemspec.erb |
google-translate-0.8.8 | google-translate.gemspec.erb |