# -*- encoding: utf-8 -*- # stub: appbundler 0.13.1 ruby lib Gem::Specification.new do |s| s.name = "appbundler".freeze s.version = "0.13.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Chef Software, Inc.".freeze] s.date = "2019-07-10" s.description = "Extracts a dependency solution from bundler's Gemfile.lock to speed gem activation".freeze s.email = ["info@chef.io".freeze] s.executables = ["appbundler".freeze] s.files = ["Gemfile".freeze, "LICENSE".freeze, "Rakefile".freeze, "appbundler.gemspec".freeze, "bin/appbundler".freeze, "lib/appbundler.rb".freeze, "lib/appbundler/app.rb".freeze, "lib/appbundler/cli.rb".freeze, "lib/appbundler/version.rb".freeze, "spec/appbundler/app_spec.rb".freeze, "spec/fixtures/appbundler-example-app/Gemfile".freeze, "spec/fixtures/appbundler-example-app/Gemfile.lock.unix".freeze, "spec/fixtures/appbundler-example-app/Gemfile.lock.windows".freeze, "spec/fixtures/appbundler-example-app/README.md".freeze, "spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec".freeze, "spec/fixtures/appbundler-example-app/bin/app-binary-1".freeze, "spec/fixtures/appbundler-example-app/bin/app-binary-2".freeze, "spec/fixtures/appbundler-example-app/lib/example_app.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/chef/appbundler".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Extracts a dependency solution from bundler's Gemfile.lock to speed gem activation".freeze s.test_files = ["spec/appbundler/app_spec.rb".freeze, "spec/fixtures/appbundler-example-app/Gemfile".freeze, "spec/fixtures/appbundler-example-app/Gemfile.lock.unix".freeze, "spec/fixtures/appbundler-example-app/Gemfile.lock.windows".freeze, "spec/fixtures/appbundler-example-app/README.md".freeze, "spec/fixtures/appbundler-example-app/appbundler-example-app.gemspec".freeze, "spec/fixtures/appbundler-example-app/bin/app-binary-1".freeze, "spec/fixtures/appbundler-example-app/bin/app-binary-2".freeze, "spec/fixtures/appbundler-example-app/lib/example_app.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 2.0".freeze, "< 4.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.4".freeze, "< 3.0".freeze]) end