Sha256: cbbefbb95b665a86a8aa85db2a5c5723ece798e517e10861d3a9a6d422cfb538
Contents?: true
Size: 899 Bytes
Versions: 4
Compression:
Stored size: 899 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 'rails' spec.add_dependency 'timeliness' spec.add_development_dependency 'bundler' spec.add_development_dependency 'rake' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
timeliness-i18n-0.9.0 | timeliness-i18n.gemspec |
timeliness-i18n-0.8.0 | timeliness-i18n.gemspec |
timeliness-i18n-0.7.1 | timeliness-i18n.gemspec |
timeliness-i18n-0.7.0 | timeliness-i18n.gemspec |