Sha256: f6d5bc5a4ae537253c121fac7ba4b199c083a0415ad0c6cc6ac86a2be401e744

Contents?: true

Size: 752 Bytes

Versions: 1

Compression:

Stored size: 752 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       = ["debbbbie"]
  spec.email         = ["debbbbie@163.com"]
  spec.summary       = "I18n translation for the formtastic gem"
  spec.homepage      = "https://github.com/debbbbie/formtastic_i18n"
  spec.license       = "MIT"

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

  spec.add_development_dependency "bundler", "~> 1.7"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "i18n"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
formtastic-i18n-0.4.1 formtastic_i18n.gemspec