mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
* [wip] single sbom doc Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * fix tests Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * fix more tests Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * fix linting Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * update cli tests Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * remove scope in import path Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * swap SPDX tag-value formatter to single sbom document Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * bust CLI cache Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * update fixture to byte diff Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com> * byte for byte Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com> * bust the cache Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com> * who needs cache Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com> * add jar for testing Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com> * no more bit flips Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com> * update apk with the delta for image and directory cases Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com> * restore cache workflow Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com> Co-authored-by: Christopher Angelo Phillips <christopher.phillips@anchore.com>
25 lines
3.7 KiB
Ruby
25 lines
3.7 KiB
Ruby
# frozen_string_literal: true
|
|
# -*- encoding: utf-8 -*-
|
|
# stub: bundler 2.1.4 ruby lib
|
|
|
|
Gem::Specification.new do |s|
|
|
s.name = "bundler".freeze
|
|
s.version = "2.1.4"
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 2.5.2".freeze) if s.respond_to? :required_rubygems_version=
|
|
s.require_paths = ["lib".freeze]
|
|
s.authors = ["Andr\u00E9 Arko".freeze, "Samuel Giddins".freeze, "Colby Swandale".freeze, "Hiroshi Shibata".freeze, "David Rodr\u00EDguez".freeze, "Grey Baker".f
|
|
s.bindir = "exe".freeze
|
|
s.date = "2020-01-05"
|
|
s.description = "Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably".freeze
|
|
s.email = ["team@bundler.io".freeze]
|
|
s.executables = ["bundle".freeze, "bundler".freeze]
|
|
s.files = ["exe/bundle".freeze, "exe/bundler".freeze]
|
|
s.homepage = "https://bundler.io".freeze
|
|
s.licenses = ["MIT".freeze]
|
|
s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze)
|
|
s.rubygems_version = "3.1.2".freeze
|
|
s.summary = "The best way to manage your application's dependencies".freeze
|
|
|
|
s.installed_by_version = "3.1.2" if s.respond_to? :installed_by_version
|
|
end |