Sha256: 5f06953ba10bb7aadc9bb1413cb85c8744766be031c1e41080b9e10a38dd3641

Contents?: true

Size: 729 Bytes

Versions: 17

Compression:

Stored size: 729 Bytes

Contents

# coding: utf-8

Gem::Specification.new do |spec|
  spec.name          = "appbundler-example-app"
  spec.version       = "1.0.0"
  spec.authors       = ["danielsdeleo"]
  spec.email         = ["dan@chef.io"]
  spec.description   = %q{test fixture app}
  spec.summary       = spec.description
  spec.homepage      = ""
  spec.license       = "Apache2"

  spec.files         = Dir.glob("{bin,lib,spec}/**/*").reject { |f| File.directory?(f) }
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency "chef"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "pry"
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
appbundler-0.13.4 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.13.2 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.13.1 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.12.5 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.12.4 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.12.3 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.12.2 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.12.1 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.12.0 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.11.6 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.11.5 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.11.4 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.11.3 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.11.2 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.11.1 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.11.0 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec
appbundler-0.10.0 spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec