expressir 1.2.0-arm64-darwin → 1.2.1-arm64-darwin

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: 289f34eb9e430da2e7e62d577b5655485d3dee5cf54daa2d15042cbbfa03dfbc
4
- data.tar.gz: 7c09901ad0273a24cbe6d036bbff515ed0e3cf4e8e28bd6f8d953c504a0c0cc1
3
+ metadata.gz: 58d36e5a96ff26537d74207ad2038c488cabe47bb086d68ebc2b35505caec10b
4
+ data.tar.gz: 6939957ff607a6f102251b1f948fb9b72ea1457baebd5718826f55b70df2b189
5
5
  SHA512:
6
- metadata.gz: 99c201a9974615872bd3423e32506288c82c39a030d60740f88e1f8397977f8f8bdd7e9e141f0146e6f8aec5c6a71cd7935d4e6e253e95a7eb3efbcd0226c64e
7
- data.tar.gz: '0826ace2789d8e153686257bfade6c8cefcbfb87e7e0ecc4778f83e917df948fdb10e522c0909cabc03b47e7214fe72cd28240d3772ce9a6acbdf9318abd9a23'
6
+ metadata.gz: 3cf91261772ab089bde81609ff72c943500eed47f48ffa23de6290b7079f9dfd2b916fc1dd45c50cabd56f56753a2e60f7432f56f909fbc717c393051b6ce315
7
+ data.tar.gz: 1d505ea5db8176ae17754cf0ae299339b1892237207123e8314886070e3c5df9ec8f1c7e353f9e8c9ff94e2cbc3b01aaaf4b8cf8ef7cbd21acd6523b26f0bc58
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: arm64-darwin
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
@@ -212,11 +212,9 @@ files:
212
212
  - lib/expressir/cli.rb
213
213
  - lib/expressir/cli/ui.rb
214
214
  - lib/expressir/config.rb
215
- - lib/expressir/express/2.4/express_parser.bundle
216
- - lib/expressir/express/2.5/express_parser.bundle
217
- - lib/expressir/express/2.6/express_parser.bundle
218
215
  - lib/expressir/express/2.7/express_parser.bundle
219
216
  - lib/expressir/express/3.0/express_parser.bundle
217
+ - lib/expressir/express/3.1/express_parser.bundle
220
218
  - lib/expressir/express/cache.rb
221
219
  - lib/expressir/express/formatter.rb
222
220
  - lib/expressir/express/hyperlink_formatter.rb
@@ -382,10 +380,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
382
380
  requirements:
383
381
  - - ">="
384
382
  - !ruby/object:Gem::Version
385
- version: '2.4'
383
+ version: '2.7'
386
384
  - - "<"
387
385
  - !ruby/object:Gem::Version
388
- version: 3.1.dev
386
+ version: 3.2.dev
389
387
  required_rubygems_version: !ruby/object:Gem::Requirement
390
388
  requirements:
391
389
  - - ">="