# -*- encoding: utf-8 -*- # stub: bitmask_attributes 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "bitmask_attributes".freeze s.version = "0.3.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 = ["Joel Moss".freeze] s.date = "2012-04-30" s.email = "joel@developwithstyle.com".freeze s.files = [".document".freeze, ".gitignore".freeze, ".rvmrc".freeze, ".travis.yml".freeze, "CHANGELOG.rdoc".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bitmask_attributes.gemspec".freeze, "doc/apple-touch-icon.png".freeze, "doc/classes/BitmaskAttributes.html".freeze, "doc/classes/BitmaskAttributes/ClassMethods.html".freeze, "doc/classes/BitmaskAttributes/Definition.html".freeze, "doc/classes/BitmaskAttributes/ValueProxy.html".freeze, "doc/created.rid".freeze, "doc/css/github.css".freeze, "doc/css/main.css".freeze, "doc/css/panel.css".freeze, "doc/css/reset.css".freeze, "doc/favicon.ico".freeze, "doc/files/CHANGELOG_rdoc.html".freeze, "doc/files/README_rdoc.html".freeze, "doc/files/lib/bitmask_attributes/definition_rb.html".freeze, "doc/files/lib/bitmask_attributes/value_proxy_rb.html".freeze, "doc/files/lib/bitmask_attributes/version_rb.html".freeze, "doc/files/lib/bitmask_attributes_rb.html".freeze, "doc/i/arrows.png".freeze, "doc/i/results_bg.png".freeze, "doc/i/tree_bg.png".freeze, "doc/index.html".freeze, "doc/js/highlight.pack.js".freeze, "doc/js/jquery-1.3.2.min.js".freeze, "doc/js/jquery-effect.js".freeze, "doc/js/main.js".freeze, "doc/js/navigation.js".freeze, "doc/js/search_index.js".freeze, "doc/js/searchdoc.js".freeze, "doc/js/searcher.js".freeze, "doc/panel/index.html".freeze, "doc/panel/links.html".freeze, "doc/panel/tree.js".freeze, "lib/bitmask_attributes.rb".freeze, "lib/bitmask_attributes/definition.rb".freeze, "lib/bitmask_attributes/value_proxy.rb".freeze, "lib/bitmask_attributes/version.rb".freeze, "test/bitmask_attributes_test.rb".freeze, "test/support/models.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/joelmoss/bitmask_attributes".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Simple bitmask attribute support for ActiveRecord".freeze s.test_files = ["test/bitmask_attributes_test.rb".freeze, "test/support/models.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) end