Skip to content

Commit

Permalink
Merge branches 'mv_openapi', 'google', 'test_resource_base', 'devnext…
Browse files Browse the repository at this point in the history
…' and 'doc' into HEAD
  • Loading branch information
notEthan committed Feb 18, 2025
5 parents c7721c8 + d4043c5 + 3c2ae8a + 75b0a34 + 7f809cd commit 32e8ec1
Show file tree
Hide file tree
Showing 22 changed files with 795 additions and 989 deletions.
6 changes: 2 additions & 4 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Copright © [Ethan](https://github.com/notEthan/)
Scorpio Copyright © [Ethan](https://github.com/notEthan/), licensed under the terms of the [GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl-3.0.html).

[<img align="right" src="https://github.com/notEthan/scorpio/raw/master/resources/icons/AGPL-3.0.png">](https://www.gnu.org/licenses/agpl-3.0.html)

Scorpio is licensed under the terms of the [GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl-3.0.html).
[<img align="right" src="https://www.gnu.org/graphics/agplv3-155x51.png">](https://www.gnu.org/licenses/agpl-3.0.html)

GNU Affero General Public License
=================================
Expand Down
139 changes: 76 additions & 63 deletions README.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ task 'test:each_format' do
success = system(cmd)
{success: success, cmd: cmd, exitstatus: $?.exitstatus}.tap(&print_result)
end
if !Dir['tmp/*'].empty?
STDERR.puts
STDERR.puts("#{Term::ANSIColor.bright_yellow('cleanup')}: tmp/ contains leftover files: #{Dir['tmp/*']}")
end
STDERR.puts
STDERR.puts "#{Term::ANSIColor.cyan('SUMMARY')}:"
results.each(&print_result)
Expand Down
Loading

0 comments on commit 32e8ec1

Please sign in to comment.