Sha256: 5d719efefcea4461fcadded6c3d552a7ffc8af11133a8b6bed937c84a4ba3e8a

Contents?: true

Size: 822 Bytes

Versions: 2

Compression:

Stored size: 822 Bytes

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "act_with_bag/version"

Gem::Specification.new do |s|
  s.name = "act_with_bag"
  s.version = ActWithBag::VERSION
  s.summary = "act_with_bag (baggies) gem"
  s.description = "Add a bag to a Rails model"
  s.authors = ["Dittmar Krall"]
  s.email = ["dittmar.krall@matiq.com"]
  s.homepage = "https://github.com/matique/act_with_bag"
  s.license = "MIT"
  s.platform = Gem::Platform::RUBY

  s.files = `git ls-files -z`.split("\x0")
  s.require_paths = ["lib"]

  s.add_development_dependency "bundler"
  s.add_development_dependency "rake"
  s.add_development_dependency "appraisal"
  s.add_development_dependency "combustion"

  s.add_development_dependency "minitest"
  s.add_development_dependency "sqlite3"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
act_with_bag-1.1.4 act_with_bag.gemspec
act_with_bag-1.1.3 act_with_bag.gemspec