Skip to content

Commit

Permalink
Update CCO Demo Data (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: XOmniverse <[email protected]>
  • Loading branch information
github-actions[bot] and XOmniverse authored Mar 11, 2024
1 parent a5fbfd8 commit 1f1f66c
Show file tree
Hide file tree
Showing 7,283 changed files with 1,254,931 additions and 31,936 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
BUNDLE_PATH: "bundle"
BUNDLE_DEPLOYMENT: "true"
BUNDLE_JOBS: "4"
BUNDLE_WITHOUT: "documentation"
29 changes: 29 additions & 0 deletions bundle/ruby/3.2.0/bin/coderay
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'coderay' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

Gem.use_gemdeps

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('coderay', 'coderay', version)
else
gem "coderay", version
load Gem.bin_path("coderay", "coderay", version)
end
29 changes: 29 additions & 0 deletions bundle/ruby/3.2.0/bin/danger
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'danger' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

Gem.use_gemdeps

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('danger', 'danger', version)
else
gem "danger", version
load Gem.bin_path("danger", "danger", version)
end
29 changes: 29 additions & 0 deletions bundle/ruby/3.2.0/bin/kramdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'kramdown' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

Gem.use_gemdeps

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('kramdown', 'kramdown', version)
else
gem "kramdown", version
load Gem.bin_path("kramdown", "kramdown", version)
end
29 changes: 29 additions & 0 deletions bundle/ruby/3.2.0/bin/mdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'mdl' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

Gem.use_gemdeps

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('mdl', 'mdl', version)
else
gem "mdl", version
load Gem.bin_path("mdl", "mdl", version)
end
29 changes: 29 additions & 0 deletions bundle/ruby/3.2.0/bin/pry
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'pry' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

Gem.use_gemdeps

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('pry', 'pry', version)
else
gem "pry", version
load Gem.bin_path("pry", "pry", version)
end
29 changes: 29 additions & 0 deletions bundle/ruby/3.2.0/bin/racc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'racc' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

Gem.use_gemdeps

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('racc', 'racc', version)
else
gem "racc", version
load Gem.bin_path("racc", "racc", version)
end
29 changes: 29 additions & 0 deletions bundle/ruby/3.2.0/bin/rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'rake' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

Gem.use_gemdeps

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('rake', 'rake', version)
else
gem "rake", version
load Gem.bin_path("rake", "rake", version)
end
29 changes: 29 additions & 0 deletions bundle/ruby/3.2.0/bin/rubocop
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'rubocop' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

Gem.use_gemdeps

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('rubocop', 'rubocop', version)
else
gem "rubocop", version
load Gem.bin_path("rubocop", "rubocop", version)
end
29 changes: 29 additions & 0 deletions bundle/ruby/3.2.0/bin/ruby-parse
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'parser' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

Gem.use_gemdeps

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('parser', 'ruby-parse', version)
else
gem "parser", version
load Gem.bin_path("parser", "ruby-parse", version)
end
29 changes: 29 additions & 0 deletions bundle/ruby/3.2.0/bin/ruby-rewrite
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'parser' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

Gem.use_gemdeps

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('parser', 'ruby-rewrite', version)
else
gem "parser", version
load Gem.bin_path("parser", "ruby-rewrite", version)
end
Binary file added bundle/ruby/3.2.0/cache/addressable-2.8.6.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/ast-2.4.2.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/base64-0.2.0.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/chef-utils-18.4.2.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/claide-1.1.0.gem
Binary file not shown.
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/coderay-1.1.3.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/colored2-3.1.2.gem
Binary file not shown.
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/cork-0.3.0.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/danger-9.4.3.gem
Binary file not shown.
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/danger-prose-2.0.7.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/danger-rubocop-0.12.0.gem
Binary file not shown.
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/faraday-2.9.0.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/git-1.19.1.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/json-2.7.1.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/kramdown-2.4.0.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/mdl-0.13.0.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/method_source-1.0.0.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/mixlib-cli-2.1.8.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/nap-1.1.0.gem
Binary file not shown.
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/octokit-8.1.0.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/open4-1.3.4.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/parallel-1.24.0.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/parser-3.3.0.5.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/pry-0.14.2.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/public_suffix-5.0.4.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/racc-1.7.3.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/rainbow-3.1.1.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/rake-13.1.0.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/rb-readline-0.5.5.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/rchardet-1.8.0.gem
Binary file not shown.
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/rexml-3.2.6.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/rubocop-1.61.0.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/rubocop-ast-1.31.1.gem
Binary file not shown.
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/sawyer-0.9.2.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/terminal-table-3.0.2.gem
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/tomlrb-2.0.3.gem
Binary file not shown.
Binary file not shown.
Binary file added bundle/ruby/3.2.0/cache/uri-0.13.0.gem
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
current directory: /home/runner/work/optima-tools/optima-tools/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json
/opt/hostedtoolcache/Ruby/3.2.3/x64/bin/ruby extconf.rb
creating Makefile

current directory: /home/runner/work/optima-tools/optima-tools/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json
make DESTDIR\= sitearchdir\=./.gem.20240311-2010-q5irv2 sitelibdir\=./.gem.20240311-2010-q5irv2 clean

current directory: /home/runner/work/optima-tools/optima-tools/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json
make DESTDIR\= sitearchdir\=./.gem.20240311-2010-q5irv2 sitelibdir\=./.gem.20240311-2010-q5irv2
make: Nothing to be done for 'all'.

current directory: /home/runner/work/optima-tools/optima-tools/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json
make DESTDIR\= sitearchdir\=./.gem.20240311-2010-q5irv2 sitelibdir\=./.gem.20240311-2010-q5irv2 install

current directory: /home/runner/work/optima-tools/optima-tools/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json
make DESTDIR\= sitearchdir\=./.gem.20240311-2010-q5irv2 sitelibdir\=./.gem.20240311-2010-q5irv2 clean
Binary file not shown.
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
current directory: /home/runner/work/optima-tools/optima-tools/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse
/opt/hostedtoolcache/Ruby/3.2.3/x64/bin/ruby extconf.rb
creating Makefile

current directory: /home/runner/work/optima-tools/optima-tools/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse
make DESTDIR\= sitearchdir\=./.gem.20240311-2010-4p6hqi sitelibdir\=./.gem.20240311-2010-4p6hqi clean

current directory: /home/runner/work/optima-tools/optima-tools/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse
make DESTDIR\= sitearchdir\=./.gem.20240311-2010-4p6hqi sitelibdir\=./.gem.20240311-2010-4p6hqi
compiling cparse.c
linking shared-object racc/cparse.so

current directory: /home/runner/work/optima-tools/optima-tools/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse
make DESTDIR\= sitearchdir\=./.gem.20240311-2010-4p6hqi sitelibdir\=./.gem.20240311-2010-4p6hqi install
/usr/bin/install -c -m 0755 cparse.so ./.gem.20240311-2010-4p6hqi/racc

current directory: /home/runner/work/optima-tools/optima-tools/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse
make DESTDIR\= sitearchdir\=./.gem.20240311-2010-4p6hqi sitelibdir\=./.gem.20240311-2010-4p6hqi clean
Binary file not shown.
Loading

0 comments on commit 1f1f66c

Please sign in to comment.