unitsml 0.2.1 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f0676fee5095b81368dd8e08790871d2574ad050a51f961bdcc78e6b2d7f672
4
- data.tar.gz: 8d07b05cd55203eef4dbeb32c9797a8b04ffccf4db583e7d775b300bf8c96f0a
3
+ metadata.gz: 4e428b325cfc9049247c4c1594b7f0b6a9a1a69887bda09f29ee572807dbc8be
4
+ data.tar.gz: a6767a8951c7e483e5693ac11874bff5fe3a9a4d3ad828bca543f09f5dba3982
5
5
  SHA512:
6
- metadata.gz: '019dcd68566106aa6b6dcf94fd4738892c43d7f9ee018f754dfc990d0eb7b8798cdc9f66b89e12772c191c2b0f7588876e3f12e9f7b59cff5070a53cb5c358d1'
7
- data.tar.gz: d510361071f2653e4cda7dd6b500080821cb7e49f3e20b1fb4d74153c95e8f3f37462f3c483a088c3d032aaa20db7be2e0964524f1bf80ef415d4aaaa1babc2e
6
+ metadata.gz: 800af6da5a084564685118683cd7b7a3e997f0c56e9e11cf5ac232aa4b1cab138634bc7c1d608a527a49a91bfbc018dec00c881d81d29f58c36455025d25e0e3
7
+ data.tar.gz: 3c8b0c7134447857ba6a8a7a45fbbec5b0bf4e62077ee0e49a5cb3b28ff40dbf04ac32fc82fc680f28634aba4659791d52e329d830dfcb062b5b8023bcc20771
@@ -16,5 +16,6 @@ jobs:
16
16
  uses: metanorma/ci/.github/workflows/rubygems-release.yml@main
17
17
  with:
18
18
  next_version: ${{ github.event.inputs.next_version }}
19
+ post_install: 'git submodule update --remote --recursive'
19
20
  secrets:
20
21
  rubygems-api-key: ${{ secrets.UNITSML_CI_RUBYGEMS_API_KEY }}
data/.gitignore CHANGED
@@ -9,3 +9,5 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+ Gemfile.lock
13
+ /vendor/bundle/
@@ -1,3 +1,3 @@
1
1
  module Unitsml
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unitsml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-06 00:00:00.000000000 Z
11
+ date: 2023-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: plurimath
@@ -169,20 +169,13 @@ files:
169
169
  - lib/unitsml/unitsdb.rb
170
170
  - lib/unitsml/utility.rb
171
171
  - lib/unitsml/version.rb
172
- - unitsdb/dimensions.yaml
173
- - unitsdb/docs/README.adoc
174
- - unitsdb/docs/navigation.adoc
175
- - unitsdb/prefixes.yaml
176
- - unitsdb/quantities.yaml
177
- - unitsdb/unit_systems.yaml
178
- - unitsdb/units.yaml
179
172
  - unitsml.gemspec
180
173
  homepage: https://github.com/unitsml/unitsml-ruby
181
174
  licenses:
182
175
  - BSD-2-Clause
183
176
  metadata:
184
177
  homepage_uri: https://github.com/unitsml/unitsml-ruby
185
- post_install_message:
178
+ post_install_message:
186
179
  rdoc_options: []
187
180
  require_paths:
188
181
  - lib
@@ -199,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
199
192
  version: '0'
200
193
  requirements: []
201
194
  rubygems_version: 3.3.26
202
- signing_key:
195
+ signing_key:
203
196
  specification_version: 4
204
197
  summary: Gem-wrapper for working with unitsdb
205
198
  test_files: []