fast_woothee 1.6.4 → 1.6.5.pre.beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/deploy.yml +17 -5
- data/Cargo.lock +1 -1
- data/Cargo.toml +1 -1
- data/fast_woothee.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e44abb7266384ab288882e6158087d35427914fa6b85401da9a479823024de66
|
4
|
+
data.tar.gz: 1b4b869e7e97e9cffde1f043239f415cc0a2f9d8d59f71d79db8b79688a8db39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac7688def1534ec712bb0c756010bad6182dd799709b75bb244eee6a141254bbb02a17f4b38921dbddd193c144c5caadd776f7166e8550c1100aa2575db8d8b2
|
7
|
+
data.tar.gz: f990e42cad91d91709af992b24e0f464a8b4f2bbac9ed83f1afd2cc937d1e47b0ec310a989fb51345afda4cabbb84f2bc61b08db6c81c8f9fccdee8dcedeb3c5
|
@@ -13,16 +13,26 @@ jobs:
|
|
13
13
|
matrix:
|
14
14
|
os: [macos-latest, ubuntu-latest]
|
15
15
|
ruby: ['2.5', '2.6', '2.7']
|
16
|
-
static: ['unset RUBY_STATIC']
|
16
|
+
static: ['unset RUBY_STATIC', 'export RUBY_STATIC=1']
|
17
17
|
runs-on: ${{ matrix.os }}
|
18
18
|
|
19
19
|
steps:
|
20
20
|
- uses: actions/checkout@v2
|
21
21
|
|
22
|
+
- name: Install dependencies (system)
|
23
|
+
if: ${{ matrix.os == 'ubuntu-latest' }}
|
24
|
+
run: sudo apt-get -yqq install curl gpg
|
25
|
+
|
26
|
+
# - name: Install dependencies (system)
|
27
|
+
# if: ${{ matrix.os == 'macos-latest' }}
|
28
|
+
# run: brew install curl
|
29
|
+
|
22
30
|
- name: Set up Ruby ${{ matrix.ruby }}
|
23
|
-
|
24
|
-
|
25
|
-
|
31
|
+
run: |
|
32
|
+
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
|
33
|
+
curl -sSL https://get.rvm.io | bash -s stable
|
34
|
+
rvm install ${{ matrix.ruby }}
|
35
|
+
rvm use ${{ matrix.ruby }} --default
|
26
36
|
|
27
37
|
- name: Install Rust
|
28
38
|
uses: actions-rs/toolchain@v1
|
@@ -31,12 +41,14 @@ jobs:
|
|
31
41
|
|
32
42
|
- name: 🥏 Install deps
|
33
43
|
run: |
|
44
|
+
source /usr/local/rvm/scripts/rvm
|
34
45
|
gem install bundler
|
35
46
|
bundle install --jobs 4 --retry 3
|
36
47
|
|
37
48
|
- name: 📦 Package it
|
38
49
|
id: package
|
39
50
|
run: |
|
51
|
+
source /usr/local/rvm/scripts/rvm
|
40
52
|
${{ matrix.static }}
|
41
53
|
bundle exec rake thermite:tarball
|
42
54
|
echo "::set-output name=tarball::$(echo fast_woothee-*.tar.gz)"
|
@@ -46,7 +58,7 @@ jobs:
|
|
46
58
|
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
|
47
59
|
|
48
60
|
- name: Upload Release Asset
|
49
|
-
id: upload-release-asset
|
61
|
+
id: upload-release-asset
|
50
62
|
uses: actions/upload-release-asset@v1
|
51
63
|
env:
|
52
64
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
data/Cargo.lock
CHANGED
data/Cargo.toml
CHANGED
data/fast_woothee.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fast_woothee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.5.pre.beta.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ian Ker-Seymer
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-01-
|
11
|
+
date: 2021-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thermite
|
@@ -174,9 +174,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
174
174
|
version: '0'
|
175
175
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
176
176
|
requirements:
|
177
|
-
- - "
|
177
|
+
- - ">"
|
178
178
|
- !ruby/object:Gem::Version
|
179
|
-
version:
|
179
|
+
version: 1.3.1
|
180
180
|
requirements: []
|
181
181
|
rubygems_version: 3.1.2
|
182
182
|
signing_key:
|