You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
method_option"working-directory",type: "string",required: false,desc: "If your gem lives outside of the repository root, specify where."
93
95
method_option"test-command",type: "string",required: false,desc: "The test command to run. Defaults to running `bundle exec rake test` and `bundle exec rake spec`."
94
96
defci_template
95
-
# os = ["macos-latest", "macos-15-intel", "ubuntu-latest", "windows-latest"]
96
-
os=["macos-latest","ubuntu-22.04"]# Just this for now because the CI takes too long otherwise.
desc"print_ruby_cc_version","Output the cross compile ruby version needed for the gem. For internal usage",hide: true
118
119
method_option"gemspec",type: "string",required: false,desc: "The gemspec to use. If the option is not passed, a gemspec file from the current working directory will be used."
119
120
defprint_ruby_cc_version
120
-
printcompilation_task.ruby_cc_version
121
+
print(compilation_task.ruby_cc_version)
121
122
end
122
123
123
124
desc"normalized_platform","The platform name for compilation purposes",hide: true
0 commit comments