Sha256: 74ba8d6fe3d539d9751b5f403a456b924cb6bbe083d60e3f563f4fcb332bfd3e

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "taiwan_validator"
  spec.version       = TaiwanValidator::VERSION
  spec.authors       = ["David Yun"]
  spec.email         = ["abookyun@gmail.com"]

  spec.summary       = %q{Collection of useful custom validators in Taiwan for Rails applications}
  spec.description   = %q{taiwan_validator provides a set of commonly validators for Rails applications}
  spec.homepage      = "https://github.com/abookyun/taiwan_validator"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "activemodel", "~> 4.2"

  spec.add_development_dependency "bundler", "~> 1.10"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.3"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
taiwan_validator-1.0.0 taiwan_validator.gemspec