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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe13092e8daa33654e1f3d8b06812b0bb54d253bcd2a7c975d739cf3bb47e27b
4
- data.tar.gz: 92b8efb8f2d25703a90326549eed0c3aae03e4d822341adfa344ff6a55dbeb00
3
+ metadata.gz: f1673f44de3fda83fea04201db8dd99de09d5ea6a444773440926e3b3c141637
4
+ data.tar.gz: b89775e45e1fdf472033bd619344da4c915006d67523ea1046520d7d27983111
5
5
  SHA512:
6
- metadata.gz: ec20e1c6f52b12eb00c939468f4b2a5d23c5183276d7be5932c1156de0fd491e04fed8161c525156a72281ae9192bd75d8c1aa7c897f247d3aa0ce776724f0f4
7
- data.tar.gz: d3e3b7550f742a1cde263f33cae7d6a6760c08a829c309016abaa3cb9d2cedbe9b7908971584035c832c48d6f57994fb0e1c134c605bc529f93739c482a31cc8
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.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RCEE
4
4
  module PackagedTarball
5
- VERSION = "0.2.0"
5
+ VERSION = "0.3.0"
6
6
  end
7
7
  end
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.2.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-09-10 00:00:00.000000000 Z
11
+ date: 2021-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mini_portile2