public
Description: Adds automatic generation of predicate methods when defining attributes
Homepage: http://www.pluginaweek.org
Clone URL: git://github.com/pluginaweek/attribute_predicates.git
obrie (author)
Mon Jun 08 19:31:17 -0700 2009
commit  546d0cf09591d9a53a730a4c2785cf21dd5671ab
tree    bad20ee734fed4be750f463c1e765275a70557a4
parent  6e314c63c4248306b8b4f9a4f1c9ba900b0bd59a
attribute_predicates / attribute_predicates.gemspec
100644 31 lines (26 sloc) 1.346 kb
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
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{attribute_predicates}
  s.version = "0.2.0"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Aaron Pfeifer"]
  s.date = %q{2009-06-08}
  s.description = %q{Adds automatic generation of predicate methods for attributes}
  s.email = %q{aaron@pluginaweek.org}
  s.files = ["lib/attribute_predicates.rb", "lib/attribute_predicates", "lib/attribute_predicates/extensions", "lib/attribute_predicates/extensions/module.rb", "lib/attribute_predicates/extensions/active_record.rb", "test/module_test.rb", "test/test_helper.rb", "test/active_record_test.rb", "CHANGELOG.rdoc", "init.rb", "LICENSE", "Rakefile", "README.rdoc"]
  s.has_rdoc = true
  s.homepage = %q{http://www.pluginaweek.org}
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{pluginaweek}
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{Adds automatic generation of predicate methods for attributes}
  s.test_files = ["test/module_test.rb", "test/active_record_test.rb"]
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end