Sha256: bc383041b0fedc2f8b286ee2cb15496ee4a4bb29f32e99c16153e206f9882365

Contents?: true

Size: 976 Bytes

Versions: 6

Compression:

Stored size: 976 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'icapps-translations'
  spec.version       = Icapps::Translations::VERSION
  spec.authors       = ['Jelle Vandebeeck']
  spec.email         = ['jelle.vandebeeck@icapps.com']
  spec.summary       = 'Import translations from the iCapps translations portal.'
  spec.homepage      = 'https://github.com/icapps/translations'
  spec.license       = 'MIT'

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

  spec.add_development_dependency 'bundler', '~> 1.7'
  spec.add_development_dependency 'rake', '~> 10.0'

  spec.add_dependency 'thor', '~> 0.19'
  spec.add_dependency 'colorize', '~> 0.7'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
icapps-translations-0.2.6 icapps-translations.gemspec
icapps-translations-0.2.5 icapps-translations.gemspec
icapps-translations-0.2.4 icapps-translations.gemspec
icapps-translations-0.2.3 icapps-translations.gemspec
icapps-translations-0.2.2 icapps-translations.gemspec
icapps-translations-0.2.1 icapps-translations.gemspec