Sha256: fa997da0d7d2405b30458eb08238e8fe2317a58bcf76e44ec8e27d11b198492a
Contents?: true
Size: 919 Bytes
Versions: 1
Compression:
Stored size: 919 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "activemodel-validators/version" Gem::Specification.new do |s| s.name = "activemodel-validators" s.version = Activemodel::Validators::Version s.authors = ["Tyler Rick"] s.email = ["tyler@k3integrations.com"] s.homepage = "" s.summary = %q{Some reusable ActiveModel validations} s.description = %q{Some reusable ActiveModel validations, including greater_than, boolean_presence, and at_least_one_present } s.rubyforge_project = "activemodel-validators" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_runtime_dependency "activemodel" # For config/locales #s.add_runtime_dependency "railties" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activemodel-validators-1.0.0 | activemodel-validators.gemspec |