ironcalc 0.7.1.3-arm64-darwin → 0.7.1.4-arm64-darwin

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: 3ff37ca14b2e6a840bc97552882accf56f2d2f69a366e0779e83defda143b250
4
- data.tar.gz: a72651d3aaaaf8d641742e0a5d3aeb94f8ee81d4e6d4ccad1f6290e1b163b34c
3
+ metadata.gz: e9e955dfe7e308b85b1159cdc9341e060b129fee20dbad4aff69946839972cf1
4
+ data.tar.gz: 9e1a7fcb643e316551f99d7571d0ca19f9efcbe0e9973078aea7489c5c4a37ed
5
5
  SHA512:
6
- metadata.gz: 7b4d66888ba157b5f5ff47fce5e9b0e51fc9375ec6a2e035e0eaa790c1a58e99fd952fe91a4afb070e36e879d6ac20e2eba6eb77961dd9f7d05e3f9808ce27a6
7
- data.tar.gz: 2f4702866ba5a25e945d013e33ee480aa8a64f4ccf269f88537910b4678a32e6b5b6d77430d5226643bf4b64afbb127a656f5ffc24593a9cd92592d9d164a53a
6
+ metadata.gz: 341afca616aaf5c454cc3d0572bdfad290685f5c2b663636a98a6a5beafe966563d5a6e779623bb2fec0439709f10197f4ed651847639bca84b8547edcc7a971
7
+ data.tar.gz: 32497ce80d6fa8cb51b20590e072f58dce1b543d6adc12bc4bd2f67fb40a37c32c05666d109af4cc6c4a6aa613bf1a86cb9c2c1afe99df73c8d1c505f5fd3feb
data/.yardopts ADDED
@@ -0,0 +1,11 @@
1
+ --markup markdown
2
+ --main README.md
3
+ --readme README.md
4
+ --output-dir doc
5
+ --no-private
6
+ lib/**/*.rb
7
+ -
8
+ README.md
9
+ CHANGELOG.md
10
+ LICENSE-MIT.md
11
+ LICENSE-Apache-2.0.md
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.7.1.4
2
+
3
+ - build for Ruby 4.0, push with attestation, include .yardopts
4
+
1
5
  ## 0.7.1.3
2
6
 
3
7
  - fix build-provenance and setup github releases
data/README.md CHANGED
@@ -16,7 +16,9 @@ Add this line to your application's Gemfile:
16
16
  gem "ironcalc"
17
17
  ```
18
18
 
19
- A Rust toolchain is required to build from source.
19
+ On common platforms (Linux, macOS, Windows) a precompiled gem is installed, so
20
+ no Rust toolchain is required. On other platforms the gem builds the IronCalc
21
+ engine from source, which requires a Rust toolchain.
20
22
 
21
23
  ## Usage
22
24
 
@@ -1,3 +1,3 @@
1
1
  module IronCalc
2
- VERSION = "0.7.1.3"
2
+ VERSION = "0.7.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ironcalc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1.3
4
+ version: 0.7.1.4
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - jvdp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-16 00:00:00.000000000 Z
11
+ date: 2026-06-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  Ruby bindings for the IronCalc spreadsheet engine. Create, read and
@@ -19,6 +19,7 @@ executables: []
19
19
  extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
+ - ".yardopts"
22
23
  - CHANGELOG.md
23
24
  - LICENSE-Apache-2.0.md
24
25
  - LICENSE-MIT.md
@@ -29,6 +30,7 @@ files:
29
30
  - lib/ironcalc/3.2/ironcalc_ruby.bundle
30
31
  - lib/ironcalc/3.3/ironcalc_ruby.bundle
31
32
  - lib/ironcalc/3.4/ironcalc_ruby.bundle
33
+ - lib/ironcalc/4.0/ironcalc_ruby.bundle
32
34
  - lib/ironcalc/model.rb
33
35
  - lib/ironcalc/native_methods.rb
34
36
  - lib/ironcalc/version.rb
@@ -50,7 +52,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
50
52
  version: '3.0'
51
53
  - - "<"
52
54
  - !ruby/object:Gem::Version
53
- version: 3.5.dev
55
+ version: 4.1.dev
54
56
  required_rubygems_version: !ruby/object:Gem::Requirement
55
57
  requirements:
56
58
  - - ">="