Sha256: 8bdc3bfb88761c377516d3bf85c853a61339732d71e3d0dfa46e60463722d04a
Contents?: true
Size: 941 Bytes
Versions: 1
Compression:
Stored size: 941 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 = %q{Translations for the timeliness and validates_timeliness gem.} 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
timeliness-i18n-0.1.0 | timeliness-i18n.gemspec |