Sha256: 4850a5857581098f3edcc70ac44fa6a3de270c23b2c3eca6a449580e037dcdef

Contents?: true

Size: 764 Bytes

Versions: 5

Compression:

Stored size: 764 Bytes

Contents

$:.push File.expand_path('../lib', __FILE__)

require 'act_with_bag/version'

Gem::Specification.new do |s|
  s.name        = 'act_with_bag'
  s.version     = ActWithBag::VERSION
  s.licenses    = ['MIT']
  s.platform    = Gem::Platform::RUBY
  s.summary     = %q{act_with_bag (baggies) gem}
  s.description = %q{Add a bag to a Rails model}
  s.authors     = ['Dittmar Krall']
  s.email       = ['dittmar.krall@matique.de']
  s.homepage    = 'http://matique.de'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ['lib']

  s.add_development_dependency 'sqlite3', '~> 0'  # for testing
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
act_with_bag-0.4.9.1 act_with_bag.gemspec
act_with_bag-0.5.3 act_with_bag.gemspec
act_with_bag-0.5.2 act_with_bag.gemspec
act_with_bag-0.5.1 act_with_bag.gemspec
act_with_bag-0.4.9 act_with_bag.gemspec