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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfb793c52c3c3815d925e0fdf8c3b0191faed79b58a262b589eb97abe26224d1
4
- data.tar.gz: 7678edc289582d31f5e23e5d0e4dc3a67370cd89dfdc2298781150e50a0614d5
3
+ metadata.gz: 2e6335f63f8a3104c6ad7b50f20d8194023a67726cf2bb98f41c6a4d7393132c
4
+ data.tar.gz: c30b8c93b4cb5635674899a5a7144e6e0da06ddd5aba440bab6d78ab9a4387a4
5
5
  SHA512:
6
- metadata.gz: a36b1789cc00f2c1ea91cae733da9d1368c6666b70b23e1152da75f4e6cdd1508e346b7fd4a425e5bae3cca5a926585896633bd17434932cabd5f0221a5ff690
7
- data.tar.gz: 25dd7bac9fc58ef201a1e8fca7d2e99214340e3d8fce51373b1f7f2aef602674471b99105b13d46e7b082e659661a6888276ba88e0dfec8f87e0fc6c9c00e0ce
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 tebako
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 tebako
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