Sha256: d69ea0d7db03130bc272889df9aaec4af6085eaa13a12f4f87594a86b02f03c7

Contents?: true

Size: 888 Bytes

Versions: 6

Compression:

Stored size: 888 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.furtado@usp.br']

  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 'rails'
  spec.add_dependency 'timeliness'

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
timeliness-i18n-0.6.0 timeliness-i18n.gemspec
timeliness-i18n-0.5.0 timeliness-i18n.gemspec
timeliness-i18n-0.4.0 timeliness-i18n.gemspec
timeliness-i18n-0.3.0 timeliness-i18n.gemspec
timeliness-i18n-0.2.1 timeliness-i18n.gemspec
timeliness-i18n-0.2.0 timeliness-i18n.gemspec