ironcalc 0.7.1.3-x86_64-linux → 0.7.1.4-x86_64-linux

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: 3567fe0f2cccf67335be839d4b3ba402eecc64e59f61ca0885d98873a6f75cf5
4
- data.tar.gz: 65634b8f7817207b8853418edec7213de51534daf51d305955371101c58f0705
3
+ metadata.gz: a9c98a489438c359e2dbca0bb03545d58527f051df54548a6af88eec158bf9c9
4
+ data.tar.gz: 11576fa52dd9da2848c7cf6a965622872b8d207f59c091e20733c88c34888dbe
5
5
  SHA512:
6
- metadata.gz: a2cf6a91a7fb616136672256767ca1ac200a724d8d59185892c53c038bbad7de887fecd51e3226db2797508aac1cefd0384d8b231ccf073c95ad00eebef69820
7
- data.tar.gz: 8d57c7c40bcbd7bd298b054f1f8841ca1477e453d7acd50b80816114455ab22ba82321ddb93e13bffef6a2627ff2dd1d942baeaf7f7c05db2d84b598abe23b9d
6
+ metadata.gz: 4ee9f0382c9c69a5d29e6f652b12ea7696e97c93db8510314cfbfafcbea35f287b6930a245c6a6b2200647be034bc9b6e52d03467270b713b303aaf48581c30d
7
+ data.tar.gz: 67b82c1d8790e145277492c3b464f74f4b7aa776c6f938d59d6f219f8967f10595eb0eeee5270f9f356c192eac98a8a8d1d3163a51221aefa1ac4a99c3c283ab
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
 
Binary file
@@ -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: x86_64-linux
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.so
30
31
  - lib/ironcalc/3.3/ironcalc_ruby.so
31
32
  - lib/ironcalc/3.4/ironcalc_ruby.so
33
+ - lib/ironcalc/4.0/ironcalc_ruby.so
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
  - - ">="