tebako-runtime 0.5.5 → 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/Gemfile +1 -1
- data/README.adoc +1 -0
- data/Rakefile +1 -1
- data/lib/cert/cacert.pem.mozilla +206 -992
- data/lib/tebako-runtime/adapters/ffi.rb +1 -1
- data/lib/tebako-runtime/adapters/fiddle.rb +1 -1
- data/lib/tebako-runtime/adapters/jing.rb +6 -1
- data/lib/tebako-runtime/adapters/mn2pdf.rb +1 -1
- data/lib/tebako-runtime/adapters/mnconvert.rb +1 -1
- data/lib/tebako-runtime/adapters/net-http.rb +1 -1
- data/lib/tebako-runtime/adapters/sassc.rb +1 -1
- data/lib/tebako-runtime/adapters/sinatra.rb +1 -1
- data/lib/tebako-runtime/memfs.rb +28 -2
- data/lib/tebako-runtime/pass-through/ffi-platform-stub.rb +1 -1
- data/lib/tebako-runtime/pre/excavate.rb +1 -1
- data/lib/tebako-runtime/pre/seven-zip.rb +1 -1
- data/lib/tebako-runtime/string.rb +1 -1
- data/lib/tebako-runtime/version.rb +3 -3
- data/lib/tebako-runtime.rb +10 -3
- data/tebako-runtime.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e6335f63f8a3104c6ad7b50f20d8194023a67726cf2bb98f41c6a4d7393132c
|
|
4
|
+
data.tar.gz: c30b8c93b4cb5635674899a5a7144e6e0da06ddd5aba440bab6d78ab9a4387a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81c147d430ca924de2a18ae0f055ac06a45927c041337af0f77a090568c2dc514bd996816ff0a7d5163e8b81d792deb90e65a0583c6ae114cf3f2494cf4d03de
|
|
7
|
+
data.tar.gz: babbc69b875c0ce6c5308bcb41ab9e06457d1ab5f007556b14acc4dcc52ff63a9014fa343a6a667523f51efbc1ba6dd14e2edd835d7a07b4276a7370e92a75b2
|
data/Gemfile
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Copyright (c) 2023 [Ribose Inc](https://www.ribose.com).
|
|
4
4
|
# All rights reserved.
|
|
5
|
-
# This file is a part of
|
|
5
|
+
# This file is a part of the Tebako project.
|
|
6
6
|
#
|
|
7
7
|
# Redistribution and use in source and binary forms, with or without
|
|
8
8
|
# modification, are permitted provided that the following conditions
|
data/README.adoc
CHANGED
|
@@ -24,6 +24,7 @@ tebako-runtime (this Gem) provides support for known Gems that use system calls
|
|
|
24
24
|
== Supported Gems
|
|
25
25
|
|
|
26
26
|
* https://rubygems.org/gems/excavate/[excavate]
|
|
27
|
+
* https://rubygems.org/gems/fiddle[fiddle]
|
|
27
28
|
* https://rubygems.org/gems/ffi[ffi]
|
|
28
29
|
* https://rubygems.org/gems/jing[jing]
|
|
29
30
|
* https://rubygems.org/gems/mn2pdf[mn2pdf]
|
data/Rakefile
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Copyright (c) 2023-2024 [Ribose Inc](https://www.ribose.com).
|
|
4
4
|
# All rights reserved.
|
|
5
|
-
# This file is a part of
|
|
5
|
+
# This file is a part of the Tebako project.
|
|
6
6
|
#
|
|
7
7
|
# Redistribution and use in source and binary forms, with or without
|
|
8
8
|
# modification, are permitted provided that the following conditions
|