binaryen 1.1.6.14 → 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 +5 -5
  3. data/lib/binaryen/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13162544cb520b0bd5d307a2519b87d1584725fb91b6055e5fbfff598d645a69
4
- data.tar.gz: db9f673b8e3b674443931f6a4e8aa3ad9f0d925ae1274863f12393641323c6fd
3
+ metadata.gz: 3732c4c2d2631239ce96359504cc2f1b9b29efd346586cb974c22ddd3ccbf638
4
+ data.tar.gz: 2e01191cdf679e5b54285cba642b65f78947eee4b6d0ca6273bc3c02a49170d3
5
5
  SHA512:
6
- metadata.gz: ce967cf8f863c6562dd4736dc8a68892c9d67a0bf952e3c9957d4abd4f3ee5acdd52a203398348db128fe993549ff1c09e24134b7d123dd344980162f18ff347
7
- data.tar.gz: a543bbf593cb3f20e17f021b30fd546886b2f04fd276c014cdfb1af8cba4d991d2d4157fa5696d01acac4603ea7a6f66d297bdce230384a06c7b30bcae9ce338
6
+ metadata.gz: d909fbc0f3ee8ae99e5d5dd7e23152939e9a34e2fd20e1a815faacdd84f84ffdb4c8ef08ed449b4e5a212dd3fa13794c63c543eb92c8c0ea39040691532f124d
7
+ data.tar.gz: 41b167b371a27eac46c2d0fae1c732eb8ebe43f88288ca282c8885d41ef001b2c9a5ac5e8f900feff14f6d94c5ac4b07a4eecc074ae8ac16351780a283c4e6ac
data/extconf.rb CHANGED
@@ -38,6 +38,11 @@ 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
47
  log("[warning] no vendor directory found for #{ruby_platform}, cannot use binaryen-rb on this platform yet")
43
48
  exit
@@ -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.14"
4
+ VERSION = "1.1.6.15"
5
5
  BINARYEN_VERSION = "version_116"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: binaryen
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6.14
4
+ version: 1.1.6.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify Inc.