fast_woothee 1.6.3.pre.beta.5 → 1.6.3.pre.beta.6
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 +1 -2
- data/Cargo.lock +1 -1
- data/Cargo.toml +1 -1
- data/fast_woothee.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 919f299e45d51013938939a28dd5b5f7f11af722327d0f3809f5c97e65589f7d
|
|
4
|
+
data.tar.gz: '08631ba88eae9ec84d0b6b786f575d9ea99c68cadfe3fe7089c4391246770520'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5dc0a97484cfe87b3b5ae53a4f6eddeb8386dd073982de2638b4608addf08e5ecbd077b441d8d0ca9110b4864d5c9143e3298e7eb2c62cacb12f3f2c7d23eda7
|
|
7
|
+
data.tar.gz: 1635791ee5fa816cf6cc0cdf1cc73d195c824ab6f6a206a29b958efcfbfcb5839b8b240c970743b707694ce5eafbf86b18565c934bc2e4a1c723439f7ed855be
|
|
@@ -15,7 +15,7 @@ jobs:
|
|
|
15
15
|
matrix:
|
|
16
16
|
os: [macos-latest, ubuntu-latest]
|
|
17
17
|
ruby: ['2.5', '2.6', '2.7']
|
|
18
|
-
static: ['unset RUBY_STATIC'
|
|
18
|
+
static: ['unset RUBY_STATIC']
|
|
19
19
|
runs-on: ${{ matrix.os }}
|
|
20
20
|
|
|
21
21
|
steps:
|
|
@@ -41,7 +41,6 @@ jobs:
|
|
|
41
41
|
run: |
|
|
42
42
|
${{ matrix.static }}
|
|
43
43
|
bundle exec rake thermite:tarball
|
|
44
|
-
bundle exec rake install
|
|
45
44
|
echo "::set-output name=tarball::$(echo fast_woothee-*.tar.gz)"
|
|
46
45
|
|
|
47
46
|
- name: Get the version
|
data/Cargo.lock
CHANGED
|
@@ -10,7 +10,7 @@ dependencies = [
|
|
|
10
10
|
|
|
11
11
|
[[package]]
|
|
12
12
|
name = "fast_woothee"
|
|
13
|
-
version = "1.6.3-beta.
|
|
13
|
+
version = "1.6.3-beta.6"
|
|
14
14
|
dependencies = [
|
|
15
15
|
"rutie 0.8.1 (git+https://github.com/danielpclark/rutie)",
|
|
16
16
|
"woothee 0.11.0 (git+https://github.com/woothee/woothee-rust)",
|
data/Cargo.toml
CHANGED
data/fast_woothee.gemspec
CHANGED
|
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = 'fast_woothee'
|
|
8
|
-
spec.version = '1.6.3-beta.
|
|
8
|
+
spec.version = '1.6.3-beta.6'
|
|
9
9
|
spec.authors = ['Ian Ker-Seymer']
|
|
10
10
|
spec.email = ['i.kerseymer@gmail.com']
|
|
11
11
|
|