da_funk 3.34.2 → 3.35.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: de8ca99b3aae674b375e12c52ab06426f23f8ef3a5ba7ab82e7843c47ff748f1
4
- data.tar.gz: 88ae97aa1149208e52635efaf5cfe239b7bf33387cdfb22c7f17f4caeed49ef3
3
+ metadata.gz: fc8df1c913135d394c9e4fd60d1d128e05b8ca2f98c9b05177edd1b6c266e875
4
+ data.tar.gz: a659f89f221724830985fd78574e02418dddf69f527bdb5333ec965a632ad4b6
5
5
  SHA512:
6
- metadata.gz: 9f3b410d3836639731694641b06a758ac722234e6853e4406341cdc22706d2e6ed3ba93b595366f224608e4df307b27d121c8889fbd3a57a22ad89d854434e42
7
- data.tar.gz: 1e622d8dd132225d875074519a35148e3be325e86afd8672b409068b2aa95114649cc5dfea456a7c9dde1e1a9148eefc29bfff9820a304c58db85951b05ae51c
6
+ metadata.gz: eb32068bfef4cc11bd390a1d39de685ade2620f5dc3727a3b2db0c71af2163561aa03d69d5a25da92a142ad3c5ff770b91d31289adabb93bc92e81584b425a83
7
+ data.tar.gz: 2879728419ece87c219bf8b3552af29d5c7d5631d1c1ffbb4054a32557557e8abe9ee10b2a1d45755ccb0bcd06e144f25dff1639cffe621281f3c39b16832f19
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- da_funk (3.34.2)
4
+ da_funk (3.35.0)
5
5
  archive-zip (~> 0.5)
6
6
  bundler
7
7
  cloudwalk_handshake
@@ -74,4 +74,4 @@ DEPENDENCIES
74
74
  yard
75
75
 
76
76
  BUNDLED WITH
77
- 2.2.7
77
+ 2.4.22
data/Rakefile CHANGED
@@ -10,7 +10,7 @@ FileUtils.cd DA_FUNK_ROOT
10
10
 
11
11
  FILES = FileList[
12
12
  "lib/file_db.rb",
13
- "lib/zip.rb",
13
+ "lib/zip_ext.rb",
14
14
  "lib/da_funk/helper.rb",
15
15
 
16
16
  "lib/ext/kernel.rb",
@@ -1,4 +1,4 @@
1
1
  module DaFunk
2
- VERSION="3.34.2"
2
+ VERSION="3.35.0"
3
3
  end
4
4
 
data/out/da_funk.mrb CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: da_funk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.34.2
4
+ version: 3.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Scalone
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-15 00:00:00.000000000 Z
11
+ date: 2024-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -213,7 +213,7 @@ files:
213
213
  - lib/iso8583/message.rb
214
214
  - lib/iso8583/util.rb
215
215
  - lib/iso8583/version.rb
216
- - lib/zip.rb
216
+ - lib/zip_ext.rb
217
217
  - out/da_funk.mrb
218
218
  - test/integration/getc_test.rb
219
219
  - test/integration/mrb_eval_test.rb
@@ -249,7 +249,7 @@ homepage: http://github.com/cloudwalkio/da_funk
249
249
  licenses:
250
250
  - MIT
251
251
  metadata: {}
252
- post_install_message:
252
+ post_install_message:
253
253
  rdoc_options: []
254
254
  require_paths:
255
255
  - lib
@@ -265,7 +265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
265
265
  version: '0'
266
266
  requirements: []
267
267
  rubygems_version: 3.1.6
268
- signing_key:
268
+ signing_key:
269
269
  specification_version: 4
270
270
  summary: MRuby Embedded System Framework
271
271
  test_files:
File without changes