geolexica-site 1.7.4 → 1.7.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/rake.yml +13 -0
- data/.github/workflows/release.yml +6 -4
- data/geolexica-site.gemspec +1 -1
- data/lib/geolexica/site/version.rb +1 -1
- metadata +5 -5
- data/.github/workflows/test.yaml +0 -27
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64703d60d649be9d8a1057729bf0e9ddeb0f1e22257c58a055fd167f23de110b
|
4
|
+
data.tar.gz: b0b2af421059d6dca0f4c38e2abc1a20ed1f66195952d33a7a4e71cfdc01cf9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6bd0ac0dbe01ba88ebfc8617b381b55f03bff82bcf0ce074e6a4418a573e601bacbd8d70ca259967e79b6f684df3a73477801674172477deae536709cfffe203
|
7
|
+
data.tar.gz: f27eee3c3a49587d4baafb2cfc9642f2b3dbdf685dbda0da72790cc507b446051b53b99f8aeb35671d99f6f583d841bafe6b4a8a957afab1e20aff26189f63ca
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# Auto-generated by Cimas: Do not edit it manually!
|
2
|
+
# See https://github.com/metanorma/cimas
|
3
|
+
name: rake
|
4
|
+
|
5
|
+
on:
|
6
|
+
push:
|
7
|
+
branches: [ master, main ]
|
8
|
+
tags: [ v* ]
|
9
|
+
pull_request:
|
10
|
+
|
11
|
+
jobs:
|
12
|
+
rake:
|
13
|
+
uses: geolexica/ci/.github/workflows/rake.yml@main
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# Auto-generated by Cimas: Do not edit it manually!
|
2
|
+
# See https://github.com/metanorma/cimas
|
1
3
|
name: release
|
2
4
|
|
3
5
|
on:
|
@@ -8,14 +10,14 @@ on:
|
|
8
10
|
Next release version. Possible values: x.y.z, major, minor, patch or pre|rc|etc
|
9
11
|
required: true
|
10
12
|
default: 'skip'
|
11
|
-
|
12
|
-
|
13
|
+
repository_dispatch:
|
14
|
+
types: [ do-release ]
|
15
|
+
|
13
16
|
|
14
17
|
jobs:
|
15
18
|
release:
|
16
|
-
uses:
|
19
|
+
uses: geolexica/ci/.github/workflows/release.yml@main
|
17
20
|
with:
|
18
21
|
next_version: ${{ github.event.inputs.next_version }}
|
19
22
|
secrets:
|
20
23
|
rubygems-api-key: ${{ secrets.GEOLEXICA_RUBYGEMS_API_KEY }}
|
21
|
-
|
data/geolexica-site.gemspec
CHANGED
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
|
|
34
34
|
# Major dependencies.
|
35
35
|
spec.add_runtime_dependency "geolexica-server", "~> 0.0.0"
|
36
36
|
spec.add_runtime_dependency "jekyll", "~> 4.2.0"
|
37
|
-
spec.add_runtime_dependency "jekyll-geolexica", "~> 1.8.
|
37
|
+
spec.add_runtime_dependency "jekyll-geolexica", "~> 1.8.11"
|
38
38
|
|
39
39
|
# Most useful Jekyll plugins.
|
40
40
|
spec.add_runtime_dependency "jekyll-asciidoc", "~> 3.0.0"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: geolexica-site
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: geolexica-server
|
@@ -44,14 +44,14 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 1.8.
|
47
|
+
version: 1.8.11
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 1.8.
|
54
|
+
version: 1.8.11
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: jekyll-asciidoc
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -255,8 +255,8 @@ executables: []
|
|
255
255
|
extensions: []
|
256
256
|
extra_rdoc_files: []
|
257
257
|
files:
|
258
|
+
- ".github/workflows/rake.yml"
|
258
259
|
- ".github/workflows/release.yml"
|
259
|
-
- ".github/workflows/test.yaml"
|
260
260
|
- ".gitignore"
|
261
261
|
- ".rspec"
|
262
262
|
- ".rubocop.yml"
|
data/.github/workflows/test.yaml
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
name: test
|
2
|
-
|
3
|
-
on:
|
4
|
-
push:
|
5
|
-
branches: [ main ]
|
6
|
-
pull_request:
|
7
|
-
|
8
|
-
jobs:
|
9
|
-
test-jekyll-geolexica:
|
10
|
-
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
|
11
|
-
runs-on: ${{ matrix.os }}
|
12
|
-
|
13
|
-
strategy:
|
14
|
-
fail-fast: false
|
15
|
-
matrix:
|
16
|
-
ruby: [ "2.7", "3.0", "3.1" ]
|
17
|
-
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
18
|
-
|
19
|
-
steps:
|
20
|
-
- uses: actions/checkout@v3
|
21
|
-
|
22
|
-
- uses: ruby/setup-ruby@v1
|
23
|
-
with:
|
24
|
-
ruby-version: ${{ matrix.ruby }}
|
25
|
-
bundler-cache: true
|
26
|
-
|
27
|
-
- run: bundle
|