fast_woothee 1.6.3.pre.beta.15 → 1.6.3.pre.beta.16

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c232cfe27d04b47511ea2b692aae95d40fda6af48a28ff65257712f0be49f553
4
- data.tar.gz: bfd4a0e3382c330aa5a7299677697abbba11763b3cd29f61b238e94a6a96adfe
3
+ metadata.gz: 61affa1ad5ddf59879778124ce3050ec6ff4db06b692ec0c49e641e00f5e797f
4
+ data.tar.gz: f003cc5868fe4c3fa486dac3a1b68efa71e92dda7baaa6da9553a78431b83a39
5
5
  SHA512:
6
- metadata.gz: 635deff8846a2650bc1b543b7292408415635c375cc648f9e950500d866d34a22b5b3e770b991b08cb62e771203c904fafa5e3890766d3b4bb535de6d3721336
7
- data.tar.gz: fa358f35fd66b586e7498103069007d6f5c960d8ff73507c08bb8677d476331bbf5a2a4a7749acd7812f43cab64eba388592714b767c9293ce09e5264bb96445
6
+ metadata.gz: e1b9c2898cd3739c23e4c8a06c74e76a5d0b3608d4a4810cced4d6e05718ede1fec8483171b8625875bd1aa13907c31ed40469d587205cbb7e291b6e61bd373c
7
+ data.tar.gz: 3c0786f12405a3d0efc947d5f608206db99756f6736706c4edd87d2beae59302ea9de93dc34761cda0ab2479e9df366c2da62bc705c4b61db0ad141e887f96d4
@@ -20,9 +20,9 @@ jobs:
20
20
  - uses: actions/checkout@v2
21
21
 
22
22
  - name: Set up Ruby ${{ matrix.ruby }}
23
- uses: actions/setup-ruby@v1
23
+ uses: ruby/setup-ruby@v1
24
24
  with:
25
- ruby-version: $${{ matrix.ruby }}
25
+ ruby-version: ${{ matrix.ruby }}
26
26
 
27
27
  - name: Install Rust
28
28
  uses: actions-rs/toolchain@v1
@@ -17,7 +17,7 @@ jobs:
17
17
  submodules: true
18
18
 
19
19
  - name: 💎 Set up Ruby ${{ matrix.ruby }}
20
- uses: actions/setup-ruby@v1
20
+ uses: ruby/setup-ruby@v1
21
21
  with:
22
22
  ruby-version: ${{ matrix.ruby }}
23
23
 
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.15"
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
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "fast_woothee"
3
- version = "1.6.3-beta.15"
3
+ version = "1.6.3-beta.16"
4
4
  authors = ["Ian Ker-Seymer <i.kerseymer@gmail.com>"]
5
5
  repository = "https://github.com/ianks/fast_woothee"
6
6
  publish = false
@@ -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.15'
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.15
4
+ version: 1.6.3.pre.beta.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Ker-Seymer