# -*- encoding: utf-8 -*- # stub: flag_shih_tzu 0.1.0.pre ruby lib Gem::Specification.new do |s| s.name = "flag_shih_tzu".freeze s.version = "0.1.0.pre".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Patryk Peszko".freeze, "Sebastian Roebke".freeze, "David Anderson".freeze, "Tim Payton".freeze] s.date = "2011-03-09" s.description = "This plugin lets you use a single integer column in an ActiveRecord model\nto store a collection of boolean attributes (flags). Each flag can be used\nalmost in the same way you would use any boolean attribute on an\nActiveRecord object.\n".freeze s.files = [".gitignore".freeze, "Gemfile".freeze, "README.rdoc".freeze, "Rakefile".freeze, "flag_shih_tzu.gemspec".freeze, "init.rb".freeze, "lib/flag_shih_tzu.rb".freeze, "lib/flag_shih_tzu/version.rb".freeze, "test/database.yml".freeze, "test/flag_shih_tzu_test.rb".freeze, "test/schema.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/xing/flag_shih_tzu".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A rails plugin to store a collection of boolean attributes in a single ActiveRecord column as a bit field".freeze s.test_files = ["test/database.yml".freeze, "test/flag_shih_tzu_test.rb".freeze, "test/schema.rb".freeze, "test/test_helper.rb".freeze] end