# -*- encoding: utf-8 -*- # stub: can_be 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "can_be".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mark Starkman".freeze] s.date = "2012-12-15" s.description = "CanBe allows you to track the type of your ActiveRecord model in a consistent simple manner. With just a little configuration on your part, each type of record can contain different attributes that are specifc to that type of record.".freeze s.email = ["mrstarkman@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "can_be.gemspec".freeze, "gemfiles/3.1.gemfile".freeze, "gemfiles/3.2.gemfile".freeze, "lib/can_be.rb".freeze, "lib/can_be/builder.rb".freeze, "lib/can_be/builder/can_be.rb".freeze, "lib/can_be/builder/can_be_detail.rb".freeze, "lib/can_be/config.rb".freeze, "lib/can_be/model_extensions.rb".freeze, "lib/can_be/processor.rb".freeze, "lib/can_be/processor/instance.rb".freeze, "lib/can_be/processor/klass.rb".freeze, "lib/can_be/railtie.rb".freeze, "lib/can_be/version.rb".freeze, "log/.gitkeep".freeze, "spec/can_be/config_spec.rb".freeze, "spec/can_be/model_extensions_spec.rb".freeze, "spec/can_be_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/model_macros.rb".freeze, "spec/support/models.rb".freeze, "spec/support/schema.rb".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "CanBe allows you to track the type of your ActiveRecord model in a consistent simple manner. With just a little configuration on your part, each type of record can contain different attributes that are specifc to that type of record. From a data modelling perspective this is preferred over ActiveRecord STI since you will not have many columns in your database that have null values. Under the hood, CanBe uses one-to-one Polymorphic Associations to accomplish the different attributes per type.".freeze s.test_files = ["spec/can_be/config_spec.rb".freeze, "spec/can_be/model_extensions_spec.rb".freeze, "spec/can_be_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/model_macros.rb".freeze, "spec/support/models.rb".freeze, "spec/support/schema.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) end