ironcalc 0.7.1.1 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +9 -1
  3. data/lib/ironcalc/version.rb +1 -1
  4. metadata +13 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 804067b5c8cc5a92a2d534aab0607141f230dad1ab2fd066c524751575973a27
4
- data.tar.gz: d43082fa1488ecd4c53d402caf0ac0a036c4252a7e790e73db6329a1808b2755
3
+ metadata.gz: e423d8876c68053cd736a73c1c7b55590cf5acfad0cf6ac34c0e0b2560f16851
4
+ data.tar.gz: a7c31425bf0270ab1e34cd0ee11ddb582ef9cc194e01ea4aea626de560aa8fc2
5
5
  SHA512:
6
- metadata.gz: 134e7f5f870f991608cc8820c47d2e772a6e5ef8e52da3b56dcb1137ec813acf3ba120f8437054484b8a1c3d7736f7cc4df5d139a90315300f0bd43bb26e5b5c
7
- data.tar.gz: e13e1e273363971de43122df5cec5e3ad27a51d5b8eb7afc1cf4a973051726ad1dbfa3579e8d9f55947ad5f3226e5b097cbafb420b486c9bea46f2048454b644
6
+ metadata.gz: b3065ab58649278cde300ca74dc6702659c452bd9c35cd962c1f8d65573b717ec8b4eb80536b1abbc39dc2a88c8cd551d204ef25a5c06efad4780d28fe2d4180
7
+ data.tar.gz: f176d0ddfffd5cff1088e221380c25008d296aeb857129d9e8427133731120b24a6d5f6f1a86d44e3cec035a8f4398017f14ce05c4b1688c1b4739a9eb4b5e4f
data/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
- ## 0.7.1.0 (unreleased)
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
2
10
 
3
11
  ## 0.7.1.1
4
12
 
@@ -1,3 +1,3 @@
1
1
  module IronCalc
2
- VERSION = "0.7.1.1"
2
+ VERSION = "0.7.1.3"
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.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: 'Ruby bindings for the IronCalc spreadsheet engine. Create, read and
27
- manipulate xlsx files: manage sheets, set and read cell values, and evaluate spreadsheets.'
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/ironcalc/ironcalc-ruby
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/ironcalc/ironcalc-ruby
56
- bug_tracker_uri: https://github.com/ironcalc/ironcalc-ruby/issues
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: 4.0.10
73
+ rubygems_version: 3.6.9
72
74
  specification_version: 4
73
75
  summary: Create, edit and evaluate Excel spreadsheets
74
76
  test_files: []