Sha256: b7b2470283157e58ed123b794ac15959b84d6cf7d26d617b45b1a9fb07083d44
Contents?: true
Size: 894 Bytes
Versions: 1
Compression:
Stored size: 894 Bytes
Contents
# -*- encoding: utf-8 -*- 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.license = "MIT" 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 = "1.1.2" gem.add_dependency 'activerecord', '>= 3.0' gem.add_dependency 'activesupport' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
valle-1.1.2 | valle.gemspec |