ironcalc 0.7.1.3 → 0.7.1.4

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: e423d8876c68053cd736a73c1c7b55590cf5acfad0cf6ac34c0e0b2560f16851
4
- data.tar.gz: a7c31425bf0270ab1e34cd0ee11ddb582ef9cc194e01ea4aea626de560aa8fc2
3
+ metadata.gz: de45ff54b1be217c3f30a6f852309a983e0b6b0fa7e36494a008686ec721d22e
4
+ data.tar.gz: 29903af8a864ffee407967e2cc51ef24dadf0e8452b90d3ea30063db27468d5b
5
5
  SHA512:
6
- metadata.gz: b3065ab58649278cde300ca74dc6702659c452bd9c35cd962c1f8d65573b717ec8b4eb80536b1abbc39dc2a88c8cd551d204ef25a5c06efad4780d28fe2d4180
7
- data.tar.gz: f176d0ddfffd5cff1088e221380c25008d296aeb857129d9e8427133731120b24a6d5f6f1a86d44e3cec035a8f4398017f14ce05c4b1688c1b4739a9eb4b5e4f
6
+ metadata.gz: 6aefffeef34bc613ffbc89d9a69ae8da786d78feaeca58b7ac1e63ed2ab3ad7ae1913974a92d8d00a49de4b3ad22906777e05e5d04c883d3e1cc90337a12f404
7
+ data.tar.gz: f237bc0845d4786d0592b366acd08aba6f8a4635d48422fdebc0fdbe125bc387ead69c030bd7b9d42194dce1e5ab5bd6ebfe3e945e69de983ab7a0cb61578e1f
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,7 +1,7 @@
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: ruby
6
6
  authors:
7
7
  - jvdp
@@ -33,6 +33,7 @@ extensions:
33
33
  - ext/ironcalc/extconf.rb
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - ".yardopts"
36
37
  - CHANGELOG.md
37
38
  - Cargo.lock
38
39
  - Cargo.toml