Sha256: 0919af06bc878989db9e8f7b90c32a3892393f5029627040d075a7d5cd40846e

Contents?: true

Size: 1016 Bytes

Versions: 3

Compression:

Stored size: 1016 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "tidylib-validation_errors"
  spec.version       = Tidylib::ValidationErrors::VERSION
  spec.authors       = ["Suman Gurung"]
  spec.email         = ["sumangurung@gmail.com"]

  if spec.respond_to?(:metadata)
  end

  spec.summary       = %q{Simple Validation Errors}
  spec.description   = %q{Simple clean validation errors that can be used independently}
  spec.homepage      = "https://github.com/tidylib/validation_errors"
  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_development_dependency "bundler", "~> 1.8"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tidylib-validation_errors-0.1.2 tidylib-validation_errors.gemspec
tidylib-validation_errors-0.1.1 tidylib-validation_errors.gemspec
tidylib-validation_errors-0.1.0 tidylib-validation_errors.gemspec