-
Notifications
You must be signed in to change notification settings - Fork 28
/
validates_existence.gemspec
36 lines (32 loc) · 1.12 KB
/
validates_existence.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "validates_existence"
s.version = "0.9.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tanel Suurhans", "Tarmo Lehtpuu"]
s.date = "2013-09-05"
s.description = "A library for validating model association existence."
s.email = ["[email protected]", "[email protected]"]
s.extra_rdoc_files = [
"README.markdown"
]
s.files = [
"README.markdown",
"install.rb",
"lib/validates_existence.rb",
"rails/init.rb"
]
s.homepage = "http://github.com/perfectline/validates_existence/tree/master"
s.require_paths = ["lib"]
s.rubygems_version = "2.0.3"
s.summary = "Validates Rails model belongs_to association existence."
if s.respond_to? :specification_version then
s.specification_version = 4
s.add_runtime_dependency(%q<activerecord>, [">= 0"])
else
s.add_dependency(%q<activerecord>, [">= 0"])
end
end