expressir 1.2.0 → 1.2.1

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: a65a4d067134b04e92e76cc96ec7bf2c2c5bf2d1fc970e1017ffe726707a07d4
4
- data.tar.gz: ec37acc33ff9d2e8595c403755d44304971dd293b58196a1074fa9a30f2db995
3
+ metadata.gz: 0d86fbd41de1dfd68f88e96a7ceba97294906c9e939dbc08c21076af58fbda9b
4
+ data.tar.gz: 19a699cb3bc9ffda1f358c26a23654086d38c5fed37a698dedb9ac94e7f46361
5
5
  SHA512:
6
- metadata.gz: 41d10bc932f06ed203cc84a51de4ad4605a436ad3bcdfce2988c763611b9cd8006ed748be5c498c142832a7043cc7b83cca27d1f55eda6b50e3bacd4e9d7bae9
7
- data.tar.gz: f8e37aeb647ace37f2e253cc475f8527337a8e7297f0228c25e89973e53b76829c816d6d93b19239f194bb1dcb0358c9895ab67d6246310f6fe1726b94dd728d
6
+ metadata.gz: 4544c2d02aaf02b22e65b4857bab4b471c7e5efcd5a09fee20d1d076abc6d21822e3c62d925ed63e785ea58574aa049416f6afc426b1d1ec4025700f2ef8b4db
7
+ data.tar.gz: 8ec68dfb6734ecad313fd54860389b7cf5618734cdaa7b42b8b12ab4ddc092ba5109c15823bf52712d7b565cff12699a99e94c0de310fcf9005f32a30427fc01
data/.cross_rubies CHANGED
@@ -1,3 +1,9 @@
1
+ 3.1.0:i686-w64-mingw32
2
+ 3.1.0:x86_64-w64-mingw32
3
+ 3.1.0:i686-linux-gnu
4
+ 3.1.0:x86_64-linux-gnu
5
+ 3.1.0:x86_64-darwin
6
+ 3.1.0:arm64-darwin
1
7
  3.0.0:i686-w64-mingw32
2
8
  3.0.0:x86_64-w64-mingw32
3
9
  3.0.0:i686-linux-gnu
@@ -10,21 +16,3 @@
10
16
  2.7.0:x86_64-linux-gnu
11
17
  2.7.0:x86_64-darwin
12
18
  2.7.0:arm64-darwin
13
- 2.6.0:i686-w64-mingw32
14
- 2.6.0:x86_64-w64-mingw32
15
- 2.6.0:i686-linux-gnu
16
- 2.6.0:x86_64-linux-gnu
17
- 2.6.0:x86_64-darwin
18
- 2.6.0:arm64-darwin
19
- 2.5.0:i686-w64-mingw32
20
- 2.5.0:x86_64-w64-mingw32
21
- 2.5.0:i686-linux-gnu
22
- 2.5.0:x86_64-linux-gnu
23
- 2.5.0:x86_64-darwin
24
- 2.5.0:arm64-darwin
25
- 2.4.0:i686-w64-mingw32
26
- 2.4.0:x86_64-w64-mingw32
27
- 2.4.0:i686-linux-gnu
28
- 2.4.0:x86_64-linux-gnu
29
- 2.4.0:x86_64-darwin
30
- 2.4.0:arm64-darwin
@@ -13,17 +13,17 @@ jobs:
13
13
  strategy:
14
14
  fail-fast: false
15
15
  matrix:
16
- ruby: [ '2.7', '2.6', '2.5' ]
16
+ ruby: [ '3.1', '3.0', '2.7' ]
17
17
  os: [ ubuntu-latest, windows-latest, macos-latest ]
18
18
  experimental: [ false ]
19
19
  include:
20
- - ruby: '3.0'
20
+ - ruby: 'head'
21
21
  os: 'ubuntu-latest'
22
22
  experimental: true
23
- - ruby: '3.0'
23
+ - ruby: 'head'
24
24
  os: 'windows-latest'
25
25
  experimental: true
26
- - ruby: '3.0'
26
+ - ruby: 'head'
27
27
  os: 'macos-latest'
28
28
  experimental: true
29
29
 
@@ -64,7 +64,7 @@ jobs:
64
64
 
65
65
  - uses: ruby/setup-ruby@v1
66
66
  with:
67
- ruby-version: '2.6'
67
+ ruby-version: '3.0'
68
68
  # bundler-cache: true important to not use cache because it leads to "cannot find -lrice"
69
69
  # more info https://github.com/lutaml/expressir/runs/2097658383?check_suite_focus=true#step:7:2126
70
70
 
@@ -21,7 +21,7 @@ jobs:
21
21
 
22
22
  - uses: ruby/setup-ruby@v1
23
23
  with:
24
- ruby-version: '2.6'
24
+ ruby-version: '3.0'
25
25
 
26
26
  - if: ${{ github.event_name == 'workflow_dispatch' }} # unfortunatelly cannot keep this condition on job level
27
27
  run: |
@@ -44,7 +44,7 @@ jobs:
44
44
 
45
45
  - uses: ruby/setup-ruby@v1
46
46
  with:
47
- ruby-version: '2.6'
47
+ ruby-version: '3.0'
48
48
  # bundler-cache: true important to not use cache because it leads to "cannot find -lrice"
49
49
  # more info https://github.com/lutaml/expressir/runs/2097658383?check_suite_focus=true#step:7:2126
50
50
 
@@ -101,7 +101,7 @@ jobs:
101
101
 
102
102
  - uses: ruby/setup-ruby@v1
103
103
  with:
104
- ruby-version: '2.6'
104
+ ruby-version: '3.0'
105
105
 
106
106
  - run: ls -l pkg/
107
107
 
@@ -1,3 +1,3 @@
1
1
  module Expressir
2
- VERSION = "1.2.0".freeze
2
+ VERSION = "1.2.1".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: expressir
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-20 00:00:00.000000000 Z
11
+ date: 2022-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -742,7 +742,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
742
742
  - !ruby/object:Gem::Version
743
743
  version: '0'
744
744
  requirements: []
745
- rubygems_version: 3.0.3.1
745
+ rubygems_version: 3.2.32
746
746
  signing_key:
747
747
  specification_version: 4
748
748
  summary: ISO EXPRESS parser in Ruby, tools for accessing EXPRESS data models.