rcee_packaged_tarball 0.2.0 → 0.3.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/README.md +12 -0
- 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: f1673f44de3fda83fea04201db8dd99de09d5ea6a444773440926e3b3c141637
|
|
4
|
+
data.tar.gz: b89775e45e1fdf472033bd619344da4c915006d67523ea1046520d7d27983111
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1613088409f875bd9ef95ba11761d9ab0b99cbddbecc1b8b362c7a66f611938b1be49e6c2270e2db32a61b48a1d0f29b05cf23cb411ab878bbe41652a5816da2
|
|
7
|
+
data.tar.gz: 85d8781d291ff0c307ca0fbff0e59ffecdcc7b9b31acdfe14161bbabea3f182a9bab132a41278d7a76aa4d7b16fe6d34639f0fbba7893bf43534430ec3b35067
|
data/README.md
CHANGED
|
@@ -54,6 +54,18 @@ This block:
|
|
|
54
54
|
|
|
55
55
|
Note that all of those steps happen *before* the Makefile is created -- it's run by `extconf.rb` so that the Makefile will know where to find our libyaml files.
|
|
56
56
|
|
|
57
|
+
|
|
58
|
+
## Testing
|
|
59
|
+
|
|
60
|
+
See [.github/workflows/packaged_source.yml](../.github/workflows/packaged_source.yml)
|
|
61
|
+
|
|
62
|
+
Key things to note:
|
|
63
|
+
|
|
64
|
+
- matrix across all supported Rubies and platforms
|
|
65
|
+
- caching the compiled library speeds up builds as well as avoids re-downloading the tarball over and over
|
|
66
|
+
- note that the cache key includes the platform and the hash of extconf.rb
|
|
67
|
+
|
|
68
|
+
|
|
57
69
|
## What Can Go Wrong
|
|
58
70
|
|
|
59
71
|
If you run `gem install rcee_packaged_tarball` and see this in action, You'll note that PackagedTarball is significantly slower than PackagedSource, and that's because MiniPortile is running additional configuration steps to build the library.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Dalessio
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-11-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mini_portile2
|