# -*- encoding: utf-8 -*- # stub: enumerate_by 0.4.4 ruby lib Gem::Specification.new do |s| s.name = "enumerate_by".freeze s.version = "0.4.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Aaron Pfeifer".freeze] s.date = "2010-03-07" s.description = "Adds support for declaring an ActiveRecord class as an enumeration".freeze s.email = "aaron@pluginaweek.org".freeze s.files = ["CHANGELOG.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "init.rb".freeze, "lib/enumerate_by.rb".freeze, "lib/enumerate_by/extensions/associations.rb".freeze, "lib/enumerate_by/extensions/base_conditions.rb".freeze, "lib/enumerate_by/extensions/serializer.rb".freeze, "lib/enumerate_by/extensions/xml_serializer.rb".freeze, "test/app_root/app/models/car.rb".freeze, "test/app_root/app/models/car_part.rb".freeze, "test/app_root/app/models/color.rb".freeze, "test/app_root/app/models/legacy_color.rb".freeze, "test/app_root/app/models/order.rb".freeze, "test/app_root/config/environment.rb".freeze, "test/app_root/db/migrate/001_create_colors.rb".freeze, "test/app_root/db/migrate/002_create_cars.rb".freeze, "test/app_root/db/migrate/003_create_car_parts.rb".freeze, "test/app_root/db/migrate/004_create_orders.rb".freeze, "test/app_root/db/migrate/005_create_legacy_colors.rb".freeze, "test/app_root/db/migrate/006_create_tags.rb".freeze, "test/app_root/vendor/plugins/plugin_with_model/init.rb".freeze, "test/app_root/vendor/plugins/plugin_with_model/lib/plugin_with_model.rb".freeze, "test/factory.rb".freeze, "test/test_helper.rb".freeze, "test/unit/associations_test.rb".freeze, "test/unit/base_conditions_test.rb".freeze, "test/unit/enumerate_by_test.rb".freeze, "test/unit/json_serializer_test.rb".freeze, "test/unit/serializer_test.rb".freeze, "test/unit/xml_serializer_test.rb".freeze] s.homepage = "http://www.pluginaweek.org".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Adds support for declaring an ActiveRecord class as an enumeration".freeze s.test_files = ["test/unit/serializer_test.rb".freeze, "test/unit/base_conditions_test.rb".freeze, "test/unit/xml_serializer_test.rb".freeze, "test/unit/enumerate_by_test.rb".freeze, "test/unit/json_serializer_test.rb".freeze, "test/unit/associations_test.rb".freeze] end