Sha256: fd01ea9bfa8b6c6095ea8cb9814e996fa31849649ea99f0d6e181dc30781d46d

Contents?: true

Size: 702 Bytes

Versions: 3

Compression:

Stored size: 702 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "formtastic_i18n"
  spec.version       = FormtasticI18n::VERSION
  spec.authors       = ["Timo Schilling"]
  spec.email         = ["timo@schilling.io"]
  spec.summary       = "I18n translation for the formtastic gem"
  spec.homepage      = "https://github.com/timoschilling/formtastic_i18n"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/formtastic_i18n-0.7.0/formtastic_i18n.gemspec
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/formtastic_i18n-0.7.0/formtastic_i18n.gemspec
formtastic_i18n-0.7.0 formtastic_i18n.gemspec