Sha256: a37370c544acecc2050a34f1222a543c3bb39f86a0ed419166abbe15264ca82c

Contents?: true

Size: 902 Bytes

Versions: 5

Compression:

Stored size: 902 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'timeliness-i18n'
  spec.version       = TimelinessI18n::VERSION
  spec.authors       = ['Pedro Furtado']
  spec.email         = ['pedro.felipe.azevedo.furtado@gmail.com']

  spec.summary       = %q{Translations for the timeliness and validates_timeliness gem.}
  spec.description   = spec.summary
  spec.homepage      = 'https://github.com/pedrofurtado/timeliness-i18n'
  spec.license       = 'MIT'

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

  spec.add_dependency 'railties'
  spec.add_dependency 'timeliness'

  spec.add_development_dependency 'bundler'
  spec.add_development_dependency 'rake'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
timeliness-i18n-0.12.1 timeliness-i18n.gemspec
timeliness-i18n-0.12.0 timeliness-i18n.gemspec
timeliness-i18n-0.11.0 timeliness-i18n.gemspec
timeliness-i18n-0.10.1 timeliness-i18n.gemspec
timeliness-i18n-0.10.0 timeliness-i18n.gemspec