Sha256: 2add4064608c481a2999dd6b42d7d78baf9a89e840c65634df9e7bf7369d7c55

Contents?: true

Size: 932 Bytes

Versions: 1

Compression:

Stored size: 932 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/valle/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Anton Kalyaev"]
  gem.email         = ["anton.kalyaev@gmail.com"]
  gem.description   = %q{Valle automatically sets minimum and maximum values for the fields of your ActiveRecord model(s), so you shouldn't worry, that string length or ID value will exceed the permissible limit.}
  gem.summary       = %q{Built-in limit validations for your ActiveRecord model.}
  gem.homepage      = "http://github.com/kaize/valle"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "valle"
  gem.require_paths = ["lib"]
  gem.version       = Valle::VERSION

  gem.add_dependency 'activerecord', '>= 3.0'
  gem.add_dependency 'activesupport'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
valle-0.1.0 valle.gemspec