fast_woothee 1.6.3.pre.beta.110 → 1.6.3.pre.beta.1210

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: 30dca5ab3ebf6c9a0d354b4e32cd0b0797635cd651b15f28dcc78e0ba78d39b8
4
- data.tar.gz: fbf19efc0edb2d6a7ae2b76518d363eca1d262f9ec77aaaf93f3e0c127744abd
3
+ metadata.gz: 46736bbe1a244264002ec35662ac7d62c3dc33a12d6976a2bba9250cbe50c61a
4
+ data.tar.gz: 2291d6d595b3e89c0685a353583a38af07d0dfb2e8a84222bc41d62721f1e9ac
5
5
  SHA512:
6
- metadata.gz: 7f3d62017bfbe05c9b42ae3885c49e69d83c4d11100273244555dfb5edcb96caa11f0c5105ac8487cbe82fa1817b2e959339d1caef266b70ec26274cf8d34057
7
- data.tar.gz: 7603e821a4f9c5bf0089f311a970ac6cf19d09ecf92b53fb36716362f594741dac264858552a6adbcb28325f04c74a3abc3b7633214bda5a6267318c3b612328
6
+ metadata.gz: d9fb832e5b9adb8a984a4afb5f3343722ccac6ed0bd685e6396ff0c9065f5c2a5d627a853a7a62fe05b5aa73dc0d44f250ff2e76524cb30a1ef92a4291252edf
7
+ data.tar.gz: acedb9f8d248b8a442577d6dfb3e60bf42056688167a11d4f8f577df1116fa27dcf2f5a1bc8a3e3dfb379a0371a5dc7234e1e52535b5224f09f14f792302f1bd
@@ -12,7 +12,7 @@ jobs:
12
12
  fail-fast: false
13
13
  matrix:
14
14
  os: [macos-latest, ubuntu-latest]
15
- ruby: ['2.5.8', '2.6.6', '2.7.2']
15
+ ruby: [2.5, 2.6, 2.7]
16
16
  static: ['unset RUBY_STATIC']
17
17
  runs-on: ${{ matrix.os }}
18
18
 
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.110"
13
+ version = "1.6.3-beta.1210"
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.110"
3
+ version = "1.6.3-beta.1210"
4
4
  authors = ["Ian Ker-Seymer <i.kerseymer@gmail.com>"]
5
5
  repository = "https://github.com/ianks/fast_woothee"
6
6
  publish = false
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.110'
8
+ spec.version = '1.6.3-beta.1210'
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.110
4
+ version: 1.6.3.pre.beta.1210
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Ker-Seymer