| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ruby 2.4 URI.open method is private and cannot be used
I can support 2.4 by using `URI.send(:open, uri)` instead of `URI.open`
but I haven't investigated that, and I don't think it's critical to
support 2.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And raise an error if the requested width/height greater than the
maximum provided by console.winsize (to avoid rendering multi-lines)
Since the terminal cannot scroll with bigger width it's better to
limit the max configurations to the max allowed without scrolling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rake release requires creating tags and pushing them (and fails because
it doesn't have git access)... instead use the build and gem push
commands to avoid that while having gem push configured with GEM_HOST_API_KEY
|
|
|
|
|
|
|
|
|
|
And mirror child status on pipeline
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|