rcee_packaged_tarball 0.7.0 → 0.8.0

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: 5d669626027ccee7f3786fbd036a7aa1854ed2745680ee56531fa953a6b902c7
4
- data.tar.gz: 22868a4fd12840642fa37abeb07c18f3a6cdf9d3a44620b7604db53558448b8a
3
+ metadata.gz: a0243fc0bd163ba52239c9d25c41311bbcfd6af269277ac0027fabaec59c189c
4
+ data.tar.gz: a3c584ddf4aa4bd076d0395542526fce802c5692103b40299c6f402f09880681
5
5
  SHA512:
6
- metadata.gz: be0ccbc8b71d1b9e091d2f07e10d99d72969a644985e184ade4d59c5123080374dc52eaf533766abd318bd63c450f29d717fbfc0d01e698718586f63a8671e9a
7
- data.tar.gz: d802060338d7647b83dca4382e10681e02979ceb6ae4b49d2605bc0f85069a7416c18827a31ca176813fb3d89e8e2a728d8f752149cc7c353310053ef05322d4
6
+ metadata.gz: 3f0cf962465f9a739a106c6f4e637ac16245744e68366bc13e22b3c5bf83ba4b3a7c9c292c13a444e1b484ff1a274dc0039e76e5b0ed4c997a9c2dd168916f47
7
+ data.tar.gz: 32a733456a60fddb9a5495750e30fba5f94379fe1261acebca22ca889c7f807510e4af2c1da491a48d017ce8d2ed4a3e78967252578bd832e6560429521ad33a
@@ -22,8 +22,8 @@ module RCEE
22
22
  end
23
23
 
24
24
  # use the packaged libyaml
25
- recipe.activate
26
25
  pkg_config(File.join(recipe.path, "lib", "pkgconfig", "yaml-0.1.pc"))
26
+ recipe.activate
27
27
 
28
28
  # assert that we can build against the packaged libyaml
29
29
  unless have_library("yaml", "yaml_get_version", "yaml.h")
@@ -42,6 +42,7 @@ module RCEE
42
42
  sha256: "c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4"
43
43
  }]
44
44
  recipe.target = File.join(PACKAGE_ROOT_DIR, "ports")
45
+ recipe.host.gsub!(/^arm64-apple-darwin/, "aarch64-apple-darwin")
45
46
  end
46
47
  end
47
48
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RCEE
4
4
  module PackagedTarball
5
- VERSION = "0.7.0"
5
+ VERSION = "0.8.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcee_packaged_tarball
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Dalessio
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  requirements: []
63
- rubygems_version: 3.6.9
63
+ rubygems_version: 4.0.3
64
64
  specification_version: 4
65
65
  summary: Example gem demonstrating a basic C extension.
66
66
  test_files: []