File tree Expand file tree Collapse file tree 5 files changed +67
-0
lines changed Expand file tree Collapse file tree 5 files changed +67
-0
lines changed Original file line number Diff line number Diff line change 1+ #!/usr/bin/env ruby
2+ # frozen_string_literal: true
3+
4+ require "bundler/setup"
5+ require "cyclonedx/ruby"
6+
7+ # You can add fixtures and/or initialization code here to make experimenting
8+ # with your gem easier. You can also use a different console, if you like.
9+
10+ require "irb"
11+ IRB . start ( __FILE__ )
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env ruby
2+ # frozen_string_literal: true
3+
4+ #
5+ # This file was generated by Bundler.
6+ #
7+ # The application 'cucumber' is installed as part of a gem, and
8+ # this file is here to facilitate running it.
9+ #
10+
11+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12+
13+ require "rubygems"
14+ require "bundler/setup"
15+
16+ load Gem . bin_path ( "cucumber" , "cucumber" )
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env ruby
2+ # frozen_string_literal: true
3+
4+ #
5+ # This file was generated by Bundler.
6+ #
7+ # The application 'rake' is installed as part of a gem, and
8+ # this file is here to facilitate running it.
9+ #
10+
11+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12+
13+ require "rubygems"
14+ require "bundler/setup"
15+
16+ load Gem . bin_path ( "rake" , "rake" )
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env ruby
2+ # frozen_string_literal: true
3+
4+ #
5+ # This file was generated by Bundler.
6+ #
7+ # The application 'rspec' is installed as part of a gem, and
8+ # this file is here to facilitate running it.
9+ #
10+
11+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12+
13+ require "rubygems"
14+ require "bundler/setup"
15+
16+ load Gem . bin_path ( "rspec-core" , "rspec" )
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+ set -euo pipefail
3+ IFS=$' \n\t '
4+ set -vx
5+
6+ bundle install
7+
8+ # Do any other automated setup that you need to do here
You can’t perform that action at this time.
0 commit comments