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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b1b176df49d1906785d7405536f6cbd12196813a6462ebbabaf6b1f4d615bc8
4
- data.tar.gz: bacaa1dd208708e0584b5820ded8ee4dd8fe126e5a9162e5b18c4c56fa839fc7
3
+ metadata.gz: 919f299e45d51013938939a28dd5b5f7f11af722327d0f3809f5c97e65589f7d
4
+ data.tar.gz: '08631ba88eae9ec84d0b6b786f575d9ea99c68cadfe3fe7089c4391246770520'
5
5
  SHA512:
6
- metadata.gz: 23c5374cf877d25c7e8359634b7de2317c4472f3a4f8961fd48c96b4442ace33d0cdaa6a466c3731747362dc42a60c06f09304412b6f3cb4665c2d85c84678a3
7
- data.tar.gz: c45dd6a5bfa43062ec1f3c0ff677852a1dfc8b0fe5fc53d30c5774a13cad959320d8f4763dc3cab1b6c984153686c69cde29dcfed03419d73e755976cbfa42de
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', 'export RUBY_STATIC=1']
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.5"
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
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "fast_woothee"
3
- version = "1.6.3-beta.5"
3
+ version = "1.6.3-beta.6"
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.5'
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
 
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.5
4
+ version: 1.6.3.pre.beta.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Ker-Seymer