Sha256: e7d581fa83b250406ae3d0c89d64d16b2d998bbd7a85f768a32652e3a0ce432a

Contents?: true

Size: 964 Bytes

Versions: 8

Compression:

Stored size: 964 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'transync'
  spec.version       = Transync::VERSION
  spec.authors       = ['zigomir']
  spec.email         = ['zigomir@gmail.com']
  spec.description   = %q{Synchronize XLIFF translations with Google Drive document}
  spec.summary       = %q{Synchronize XLIFF translations with Google Drive document}
  spec.homepage      = ''
  spec.license       = 'MIT'

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.add_runtime_dependency 'google_drive'
  spec.add_runtime_dependency 'builder'

  spec.add_development_dependency 'bundler', '~> 1.3'
  spec.add_development_dependency 'rake'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
transync-1.0.4 transync.gemspec
transync-1.0.3 transync.gemspec
transync-1.0.2 transync.gemspec
transync-1.0.1 transync.gemspec
transync-1.0.0 transync.gemspec
transync-0.1.1 transync.gemspec
transync-0.1.0 transync.gemspec
transync-0.0.1 transync.gemspec