Sha256: 169558ede5ef30925f42876cb14046ca2a23c6df42fec63d7208d178e796de0c

Contents?: true

Size: 836 Bytes

Versions: 5

Compression:

Stored size: 836 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "bitmask_attributes/version"

Gem::Specification.new do |gem|
  gem.name          = "bitmask_attributes"
  gem.summary       = %Q{Simple bitmask attribute support for ActiveRecord}
  gem.description   = %Q{Simple bitmask attribute support for ActiveRecord}
  gem.email         = "joel@developwithstyle.com"
  gem.homepage      = "http://github.com/joelmoss/bitmask_attributes"
  gem.authors       = ['Joel Moss']
  
  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.require_paths = ['lib']
  gem.version       = BitmaskAttributes::VERSION
  
  gem.add_dependency 'activerecord', '~> 3.0'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bitmask_attributes-0.2.3 bitmask_attributes.gemspec
bitmask_attributes-0.2.2 bitmask_attributes.gemspec
bitmask_attributes-0.2.1 bitmask_attributes.gemspec
bitmask_attributes-0.1.1 bitmask_attributes.gemspec
bitmask_attributes-0.1.0 bitmask_attributes.gemspec