binaryen 1.1.6.13 → 1.1.6.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/extconf.rb +7 -7
  3. data/lib/binaryen/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9fa0d4b995d4acbe38a55e4e8ab15f530185f94bce36b8bc6623488d4485f2f
4
- data.tar.gz: a5d2c80e011ccc5c982d64128e5104a0fe426b34bd7197fffa2bcf3c3a0f0261
3
+ metadata.gz: 3732c4c2d2631239ce96359504cc2f1b9b29efd346586cb974c22ddd3ccbf638
4
+ data.tar.gz: 2e01191cdf679e5b54285cba642b65f78947eee4b6d0ca6273bc3c02a49170d3
5
5
  SHA512:
6
- metadata.gz: 2b850bd1469ef829c090aa5dabbbab19a06519bfaff0b180d337ea2f3704f31cbcdb2b4c05e342878c6e6165d45e419da837d1de597c0bd66b00e9999981e5d4
7
- data.tar.gz: 0f940511241644486418674f99dbc0cadff435200ed5c0d5433a61ba8bff02560d55cf459d2d6ef3084143ccb3984e0443f8a064f68c9c71c42159f53f6936bd
6
+ metadata.gz: d909fbc0f3ee8ae99e5d5dd7e23152939e9a34e2fd20e1a815faacdd84f84ffdb4c8ef08ed449b4e5a212dd3fa13794c63c543eb92c8c0ea39040691532f124d
7
+ data.tar.gz: 41b167b371a27eac46c2d0fae1c732eb8ebe43f88288ca282c8885d41ef001b2c9a5ac5e8f900feff14f6d94c5ac4b07a4eecc074ae8ac16351780a283c4e6ac
data/extconf.rb CHANGED
@@ -38,9 +38,14 @@ if enable_config("prune", true)
38
38
  end
39
39
  end
40
40
 
41
+ File.write("Makefile", <<~MAKEFILE)
42
+ install:
43
+ \t@echo "binaryen-rb does not need to be installed"
44
+ MAKEFILE
45
+
41
46
  unless File.exist?("#{__dir__}/vendor/#{ruby_platform}")
42
- log("[fatal] no vendor directory found for #{ruby_platform}, cannot use binaryen-rb on this platform yet")
43
- exit 1
47
+ log("[warning] no vendor directory found for #{ruby_platform}, cannot use binaryen-rb on this platform yet")
48
+ exit
44
49
  end
45
50
 
46
51
  if enable_config("strip", true)
@@ -67,9 +72,4 @@ if enable_config("strip", true)
67
72
  end
68
73
  end
69
74
 
70
- File.write("Makefile", <<~MAKEFILE)
71
- install:
72
- \t@echo "binaryen-rb does not need to be installed"
73
- MAKEFILE
74
-
75
75
  log("[info] done (#{to_mib(total_saved)} MiB saved)")
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Binaryen
4
- VERSION = "1.1.6.13"
4
+ VERSION = "1.1.6.15"
5
5
  BINARYEN_VERSION = "version_116"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: binaryen
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6.13
4
+ version: 1.1.6.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-16 00:00:00.000000000 Z
11
+ date: 2024-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: posix-spawn
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  - !ruby/object:Gem::Version
107
107
  version: '0'
108
108
  requirements: []
109
- rubygems_version: 3.5.4
109
+ rubygems_version: 3.5.6
110
110
  signing_key:
111
111
  specification_version: 4
112
112
  summary: Vendors binaryen libraries, headers, and executables for use in Ruby