fast_woothee 1.6.3.pre.beta.13210 → 1.6.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/deploy.yml +3 -3
- data/.github/workflows/test.yml +1 -1
- data/Cargo.lock +1 -1
- data/Cargo.toml +1 -1
- data/fast_woothee.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 923e87a5cac89149d0133b5ccaa244ebf306f3889714396b222a20e7da3683cf
|
4
|
+
data.tar.gz: 4181c6372c369ecc54b7a20abc3bc0797449c5ad3be70de0e8ea68df5c6ebdb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5fe0c83fe1f67c9038f2f939f536dc476e85bcece2f1854be47558c32d25e8dbc97fb2f98654511af92f7a8506799d2e2c370c44026827709eb0531600ade11
|
7
|
+
data.tar.gz: 22cfb2c7d47620b3abb3854162ae896b069080c886b25ef8e8cae8455fdbe20e1e2a7a2f2be88619731f9c4bd140428542a5f5023ac4a7678c68dfcb9a446c1d
|
@@ -12,7 +12,7 @@ jobs:
|
|
12
12
|
fail-fast: false
|
13
13
|
matrix:
|
14
14
|
os: [macos-latest, ubuntu-latest]
|
15
|
-
ruby: [2.5, 2.6, 2.7]
|
15
|
+
ruby: ['2.5', '2.6', '2.7']
|
16
16
|
static: ['unset RUBY_STATIC']
|
17
17
|
runs-on: ${{ matrix.os }}
|
18
18
|
|
@@ -20,9 +20,9 @@ jobs:
|
|
20
20
|
- uses: actions/checkout@v2
|
21
21
|
|
22
22
|
- name: Set up Ruby ${{ matrix.ruby }}
|
23
|
-
uses:
|
23
|
+
uses: ruby/setup-ruby@v1
|
24
24
|
with:
|
25
|
-
ruby-version:
|
25
|
+
ruby-version: ${{ matrix.ruby }}
|
26
26
|
|
27
27
|
- name: Install Rust
|
28
28
|
uses: actions-rs/toolchain@v1
|
data/.github/workflows/test.yml
CHANGED
data/Cargo.lock
CHANGED
@@ -10,7 +10,7 @@ dependencies = [
|
|
10
10
|
|
11
11
|
[[package]]
|
12
12
|
name = "fast_woothee"
|
13
|
-
version = "1.6.
|
13
|
+
version = "1.6.4"
|
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
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ian Ker-Seymer
|
@@ -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: '0'
|
180
180
|
requirements: []
|
181
181
|
rubygems_version: 3.1.2
|
182
182
|
signing_key:
|