# -*- encoding: utf-8 -*- # stub: nay-record_with_operator 0.0.18 ruby lib Gem::Specification.new do |s| s.name = "nay-record_with_operator".freeze s.version = "0.0.18".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Yasuko Ohba".freeze] s.date = "2009-08-18" s.description = "Rails plugin to set created_by, updated_by, deleted_by to ActiveRecord objects. Supports associations.".freeze s.email = "y.ohba@everyleaf.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze, "MIT-LICENSE".freeze] s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "install.rb".freeze, "lib/association_with_operator.rb".freeze, "lib/record_with_operator.rb".freeze, "rails/init.rb".freeze, "tasks/record_with_operator_tasks.rake".freeze, "test/database.yml".freeze, "test/record_with_operator_belongs_to_association_test.rb".freeze, "test/record_with_operator_has_one_association_test.rb".freeze, "test/record_with_operator_reflection_test.rb".freeze, "test/record_with_operator_test.rb".freeze, "test/record_with_operator_user_class_name_test.rb".freeze, "test/schema.rb".freeze, "test/test_helper.rb".freeze, "uninstall.rb".freeze] s.homepage = "http://github.com/nay/record_with_operator/tree".freeze s.rdoc_options = ["--line-numbers".freeze, "--inline-source".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rails plugin to set created_by, updated_by, deleted_by to ActiveRecord objects. Supports associations.".freeze s.test_files = ["test/record_with_operator_belongs_to_association_test.rb".freeze, "test/record_with_operator_has_one_association_test.rb".freeze, "test/record_with_operator_reflection_test.rb".freeze, "test/record_with_operator_test.rb".freeze, "test/record_with_operator_user_class_name_test.rb".freeze, "test/schema.rb".freeze, "test/test_helper.rb".freeze, "test/database.yml".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.2.0".freeze]) end