ironcalc 0.7.1.0 → 0.7.1.3
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 +4 -4
- data/CHANGELOG.md +15 -1
- data/Cargo.lock +1 -1
- data/ext/ironcalc/Cargo.toml +0 -1
- data/lib/ironcalc/version.rb +1 -1
- metadata +13 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e423d8876c68053cd736a73c1c7b55590cf5acfad0cf6ac34c0e0b2560f16851
|
|
4
|
+
data.tar.gz: a7c31425bf0270ab1e34cd0ee11ddb582ef9cc194e01ea4aea626de560aa8fc2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3065ab58649278cde300ca74dc6702659c452bd9c35cd962c1f8d65573b717ec8b4eb80536b1abbc39dc2a88c8cd551d204ef25a5c06efad4780d28fe2d4180
|
|
7
|
+
data.tar.gz: f176d0ddfffd5cff1088e221380c25008d296aeb857129d9e8427133731120b24a6d5f6f1a86d44e3cec035a8f4398017f14ce05c4b1688c1b4739a9eb4b5e4f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
## 0.7.1.
|
|
1
|
+
## 0.7.1.3
|
|
2
|
+
|
|
3
|
+
- fix build-provenance and setup github releases
|
|
4
|
+
|
|
5
|
+
## 0.7.1.2
|
|
6
|
+
|
|
7
|
+
- Ship precompiled native gems for common platforms (Linux, macOS, Windows),
|
|
8
|
+
so installing no longer rebuilds the IronCalc engine from source
|
|
9
|
+
- Publish via RubyGems Trusted Publishing with SigStore build provenance
|
|
10
|
+
|
|
11
|
+
## 0.7.1.1
|
|
12
|
+
|
|
13
|
+
- Fix build: remove internal crate version
|
|
14
|
+
|
|
15
|
+
## 0.7.1.0
|
|
2
16
|
|
|
3
17
|
- First release
|
|
4
18
|
- Ruby bindings for the IronCalc spreadsheet engine (engine 0.7.1)
|
data/Cargo.lock
CHANGED
data/ext/ironcalc/Cargo.toml
CHANGED
data/lib/ironcalc/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.7.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jvdp
|
|
@@ -13,18 +13,20 @@ dependencies:
|
|
|
13
13
|
name: rb_sys
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
|
-
- - "
|
|
16
|
+
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '0'
|
|
18
|
+
version: '0.9'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
|
-
- - "
|
|
23
|
+
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '0'
|
|
26
|
-
description:
|
|
27
|
-
|
|
25
|
+
version: '0.9'
|
|
26
|
+
description: |
|
|
27
|
+
Ruby bindings for the IronCalc spreadsheet engine. Create, read and
|
|
28
|
+
manipulate xlsx files: manage sheets, set and read cell values, and
|
|
29
|
+
evaluate formulas.
|
|
28
30
|
email: jaap@vage-ideeen.nl
|
|
29
31
|
executables: []
|
|
30
32
|
extensions:
|
|
@@ -47,13 +49,13 @@ files:
|
|
|
47
49
|
- lib/ironcalc/model.rb
|
|
48
50
|
- lib/ironcalc/native_methods.rb
|
|
49
51
|
- lib/ironcalc/version.rb
|
|
50
|
-
homepage: https://github.com/
|
|
52
|
+
homepage: https://github.com/jvdp/IronCalc-Ruby
|
|
51
53
|
licenses:
|
|
52
54
|
- MIT OR Apache-2.0
|
|
53
55
|
metadata:
|
|
54
56
|
homepage_uri: https://www.ironcalc.com/
|
|
55
|
-
source_code_uri: https://github.com/
|
|
56
|
-
bug_tracker_uri: https://github.com/
|
|
57
|
+
source_code_uri: https://github.com/jvdp/IronCalc-Ruby
|
|
58
|
+
bug_tracker_uri: https://github.com/jvdp/IronCalc-Ruby/issues
|
|
57
59
|
rdoc_options: []
|
|
58
60
|
require_paths:
|
|
59
61
|
- lib
|
|
@@ -68,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
68
70
|
- !ruby/object:Gem::Version
|
|
69
71
|
version: '0'
|
|
70
72
|
requirements: []
|
|
71
|
-
rubygems_version:
|
|
73
|
+
rubygems_version: 3.6.9
|
|
72
74
|
specification_version: 4
|
|
73
75
|
summary: Create, edit and evaluate Excel spreadsheets
|
|
74
76
|
test_files: []
|