Skip to content

Commit 5029fe1

Browse files
committed
MSP-Greg -> ruby
1 parent 9bb00b8 commit 5029fe1

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you don't need any changes to tools or packages, please use [ruby/setup-ruby]
1111
The action's inputs are shown below:
1212

1313
```yaml
14-
- uses: MSP-Greg/setup-ruby-pkgs@v1
14+
- uses: ruby/setup-ruby-pkgs@v1
1515
with:
1616
ruby-version: # passed to ruby/setup-ruby
1717
bundler: # " " " " "

RELEASES.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @MSP-Greg/setup-ruby-pkgs Releases
1+
# ruby/setup-ruby-pkgs Releases
22

33
### v1.31.0 - 2022-May-18
44
- vcpkg - update repo, add `installed/x64-windows/bin` to path
@@ -8,31 +8,31 @@
88
- Improve input doc, update dependencies
99

1010
### v1.30.1 - 2022-Jan-27
11-
- [mswin openssl - keep in Program Files](https://github.com/MSP-Greg/setup-ruby-pkgs/commit/4fc46d3152)
11+
- [mswin openssl - keep in Program Files](https://github.com/ruby/setup-ruby-pkgs/commit/4fc46d3152)
1212

1313
### v1.30.0 - 2022-Jan-13
1414
- Updates for Windows ucrt builds
1515

1616
### v1.29.2 - 2021-Sep-09
17-
- [Add pkgconf to gcc packages](https://github.com/MSP-Greg/setup-ruby-pkgs/commit/5f02b049d9)
17+
- [Add pkgconf to gcc packages](https://github.com/ruby/setup-ruby-pkgs/commit/5f02b049d9)
1818

1919
### v1.29.1 - 2021-Jun-24
20-
- [Disable slow pacman disk space check](https://github.com/MSP-Greg/setup-ruby-pkgs/commit/1cff2817ea)
20+
- [Disable slow pacman disk space check](https://github.com/ruby/setup-ruby-pkgs/commit/1cff2817ea)
2121

2222
### v1.10.0
23-
- [Update MSYS2 to 2020-05-20](https://github.com/MSP-Greg/setup-ruby-pkgs/commit/b5d86ae)
23+
- [Update MSYS2 to 2020-05-20](https://github.com/ruby/setup-ruby-pkgs/commit/b5d86ae)
2424

2525
### v1.9.0
26-
- [Update MSYS2 to 2020-05-19](https://github.com/MSP-Greg/setup-ruby-pkgs/commit/8f95af8)
26+
- [Update MSYS2 to 2020-05-19](https://github.com/ruby/setup-ruby-pkgs/commit/8f95af8)
2727

2828
### v1.8.0
29-
- [fix openssl 1.0.2 install](https://github.com/MSP-Greg/setup-ruby-pkgs/commit/a0be2bd)
30-
- [Update MSYS2 to 2020-05-10](https://github.com/MSP-Greg/setup-ruby-pkgs/commit/0202e2b)
29+
- [fix openssl 1.0.2 install](https://github.com/ruby/setup-ruby-pkgs/commit/a0be2bd)
30+
- [Update MSYS2 to 2020-05-10](https://github.com/ruby/setup-ruby-pkgs/commit/0202e2b)
3131

3232
### v1.7.0
3333
- [Add this document]
34-
- [Fix version info, update @actions/core to 1.2.4, OpenSSL again](https://github.com/MSP-Greg/setup-ruby-pkgs/commit/376d8eb)
34+
- [Fix version info, update @actions/core to 1.2.4, OpenSSL again](https://github.com/ruby/setup-ruby-pkgs/commit/376d8eb)
3535

3636
### v1.6.0
3737

38-
- [msys2-2020-05-01, add version info](https://github.com/MSP-Greg/setup-ruby-pkgs/commit/03698dc)
38+
- [msys2-2020-05-01, add version info](https://github.com/ruby/setup-ruby-pkgs/commit/03698dc)

common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const download = async (uri, dest, log = true) => {
2626

2727
if (log) { console.log(`[command]Downloading:\n ${uri}`) }
2828

29-
const http = new httpc.HttpClient('MSP-Greg', [], {
29+
const http = new httpc.HttpClient('ruby-setup-ruby-pkgs', [], {
3030
allowRetries: true,
3131
maxRetries: 3
3232
})

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ const download = async (uri, dest, log = true) => {
179179

180180
if (log) { console.log(`[command]Downloading:\n ${uri}`) }
181181

182-
const http = new httpc.HttpClient('MSP-Greg', [], {
182+
const http = new httpc.HttpClient('ruby-setup-ruby-pkgs', [], {
183183
allowRetries: true,
184184
maxRetries: 3
185185
})
@@ -2849,7 +2849,7 @@ var __webpack_exports__ = {};
28492849
const pkgs = async (ri) => {
28502850
rubyInfo = ri
28512851
timeEnd(timeSt)
2852-
common.log(` —————————————————— Package tasks using: MSP-Greg/setup-ruby-pkgs ${common.version}`)
2852+
common.log(` —————————————————— Package tasks using: ruby/setup-ruby-pkgs ${common.version}`)
28532853
// console.log(rubyInfo)
28542854
let runner
28552855
let ruby

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
const pkgs = async (ri) => {
2929
rubyInfo = ri
3030
timeEnd(timeSt)
31-
common.log(` —————————————————— Package tasks using: MSP-Greg/setup-ruby-pkgs ${common.version}`)
31+
common.log(` —————————————————— Package tasks using: ruby/setup-ruby-pkgs ${common.version}`)
3232
// console.log(rubyInfo)
3333
let runner
3434
let ruby

0 commit comments

Comments
 (0)