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 +4 -4
- data/ext/packaged_tarball/extconf.rb +2 -1
- data/lib/rcee/packaged_tarball/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0243fc0bd163ba52239c9d25c41311bbcfd6af269277ac0027fabaec59c189c
|
|
4
|
+
data.tar.gz: a3c584ddf4aa4bd076d0395542526fce802c5692103b40299c6f402f09880681
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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:
|
|
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: []
|