Sha256: ba0a6db9e88b01ba3b5fc9b5f2c2de591a1e78a6957b04adee93b2fd232b9cff

Contents?: true

Size: 933 Bytes

Versions: 2

Compression:

Stored size: 933 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 adds validators to all the fields of your ActiveRecord models, so you should not think that string length or ID value exceeds the permissible limits}
  gem.summary       = %q{Set automatically the minimum and maximum values for your ActiveRecord model fields}
  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_runtime_dependency 'activerecord'
  gem.add_runtime_dependency 'activesupport'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
valle-0.0.2 valle.gemspec
valle-0.0.1 valle.gemspec