Sha256: bd3af0d382933385e77005122782342513857c40fb475ad8c47d57f7dc6da977
Contents?: true
Size: 831 Bytes
Versions: 7
Compression:
Stored size: 831 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/i18n-date/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Gonzalo Testa"] gem.email = ["gonzalotesta@despegar.com"] gem.description = %q{This gems is a monkey patch to Date class, that allows to take any Spanish/Portuguese date into a valid ruby date, to simplify operations between them.} gem.summary = %q{Gem to convert intenational dates into a english date} gem.homepage = "https://rubygems.org/gems/i18n-date" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "i18n-date" gem.require_paths = ["lib"] gem.version = I18n::Date::VERSION end
Version data entries
7 entries across 7 versions & 1 rubygems