mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-20 03:38:07 +08:00
Compare commits
6 Commits
feat/intro
...
main
Author | SHA1 | Date | |
---|---|---|---|
![]() |
766355e612 | ||
![]() |
6f85094e6e | ||
![]() |
1c80af2b2f | ||
![]() |
2d8cbba4c2 | ||
![]() |
8a8a009b22 | ||
![]() |
1616d9c9a4 |
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@@ -1 +0,0 @@
|
||||
ko_fi: kojix2
|
6
.github/dependabot.yml
vendored
Normal file
6
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -7,9 +7,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: ["ubuntu", "macos"]
|
||||
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
|
||||
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "head"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
|
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ruby
|
||||
|
@@ -1,6 +1,7 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2020 kojix2
|
||||
Copyright (c) 2025 Red Data Tools
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@@ -311,7 +311,7 @@ bundle exec exe/uplot # Run youplot (Try out the edited code)
|
||||
|
||||
### Acknowledgements
|
||||
|
||||
* [sampo grafiikka](https://jypg.net/sampo_grafiikka) - Project logo creation
|
||||
* [sampo grafiikka](https://lepo.sampo-grafiikka.com/) - Project logo creation
|
||||
* [yutaas](https://github.com/yutaas) - English proofreading
|
||||
|
||||
## License
|
||||
|
Reference in New Issue
Block a user