Sha256: 612268c3ada01c28b7298c50a4b6985e80b5f45601ea756bc6df29496436c974

Contents?: true

Size: 1.05 KB

Versions: 2

Compression:

Stored size: 1.05 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "min_max_validator"
  spec.version       = MinMaxValidatorVersion::VERSION
  spec.authors       = ["Naveen Agarwal"]
  spec.email         = ["naveenagarwal287@gmail.com"]
  spec.summary       = %q{Mininum and Maximum value validator for the two attributes.}
  spec.description   = %q{Mininum and Maximum value validator for the two attributes. Checkout the github page}
  spec.homepage      = "https://github.com/naveenagarwal/min_max_validator"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.5"
  spec.add_development_dependency "rake", "~> 10.1"
  spec.add_development_dependency "activemodel", "~> 4.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
min_max_validator-0.0.3 min_max_validator.gemspec
min_max_validator-0.0.2 min_max_validator.gemspec