fast_woothee 1.6.3.pre.beta.8 → 1.6.3.pre.beta.16
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 +2 -2
- data/Cargo.lock +1 -1
- data/Cargo.toml +1 -1
- data/fast_woothee.gemspec +1 -1
- metadata +1 -2
- data/.ruby-version +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61affa1ad5ddf59879778124ce3050ec6ff4db06b692ec0c49e641e00f5e797f
|
4
|
+
data.tar.gz: f003cc5868fe4c3fa486dac3a1b68efa71e92dda7baaa6da9553a78431b83a39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1b9c2898cd3739c23e4c8a06c74e76a5d0b3608d4a4810cced4d6e05718ede1fec8483171b8625875bd1aa13907c31ed40469d587205cbb7e291b6e61bd373c
|
7
|
+
data.tar.gz: 3c0786f12405a3d0efc947d5f608206db99756f6736706c4edd87d2beae59302ea9de93dc34761cda0ab2479e9df366c2da62bc705c4b61db0ad141e887f96d4
|
@@ -3,7 +3,7 @@ name: Deploy
|
|
3
3
|
|
4
4
|
on:
|
5
5
|
release:
|
6
|
-
types: [
|
6
|
+
types: [published]
|
7
7
|
|
8
8
|
jobs:
|
9
9
|
build:
|
@@ -22,7 +22,7 @@ jobs:
|
|
22
22
|
- name: Set up Ruby ${{ matrix.ruby }}
|
23
23
|
uses: ruby/setup-ruby@v1
|
24
24
|
with:
|
25
|
-
version:
|
25
|
+
ruby-version: ${{ matrix.ruby }}
|
26
26
|
|
27
27
|
- name: Install Rust
|
28
28
|
uses: actions-rs/toolchain@v1
|
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.16"
|
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.16'
|
9
9
|
spec.authors = ['Ian Ker-Seymer']
|
10
10
|
spec.email = ['i.kerseymer@gmail.com']
|
11
11
|
|
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.3.pre.beta.
|
4
|
+
version: 1.6.3.pre.beta.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ian Ker-Seymer
|
@@ -149,7 +149,6 @@ files:
|
|
149
149
|
- ".gitignore"
|
150
150
|
- ".gitmodules"
|
151
151
|
- ".rspec"
|
152
|
-
- ".ruby-version"
|
153
152
|
- ".tool-versions"
|
154
153
|
- Cargo.lock
|
155
154
|
- Cargo.toml
|
data/.ruby-version
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
2.7.1
|