geolexica-site 1.6.0 → 1.7.4

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: 2c544547f56e7ebc5c41d99359c0e681b65a86cd60e4dea966db56da7a6e5283
4
- data.tar.gz: be252b2de14c5daddf4546b59773d6ed8746011c9fb5eb709ce80d22aa6cf76c
3
+ metadata.gz: 15b495f9a0fb2000feaf13849e27cab781530adef34bec171f10c0db4f48b82e
4
+ data.tar.gz: 23df781a50acdddc241980d7ae0dc62693b83c3c63f354381af578f2b4c35095
5
5
  SHA512:
6
- metadata.gz: b1eda6b5940ef8cdd0a4d451b09a71a288507306a28e21c49cbf386f5bedb9d16ae78b7d14e5dae14092bca78e784270aeff36f438da8854389be83ed1004721
7
- data.tar.gz: 394da27b2d3accaaf7210e01dbec02c28746ee692960c4d35536318d4ff9c7da89182166864f3b4cccfb503003931f5bfe32e15af93b14160cf232d37b2be916
6
+ metadata.gz: 027e284b33bf4724566523d24c815070fe59652ce216a92967dae9ea2fb951059458c1e334c39116e5c59bfd89bc12823ae05ecd55bfaad232d536f97eccd7a0
7
+ data.tar.gz: 0346a01f3f6def2a86dd5e57c13b702e9645a99395ea7f579304675a3c537ce6ed053817e0bcc759edca0fb046bf1e4126c0cfb36328e82aa8d719137d918db2
@@ -0,0 +1,21 @@
1
+ name: release
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ next_version:
7
+ description: |
8
+ Next release version. Possible values: x.y.z, major, minor, patch or pre|rc|etc
9
+ required: true
10
+ default: 'skip'
11
+ push:
12
+ tags: [ v* ]
13
+
14
+ jobs:
15
+ release:
16
+ uses: metanorma/ci/.github/workflows/rubygems-release.yml@main
17
+ with:
18
+ next_version: ${{ github.event.inputs.next_version }}
19
+ secrets:
20
+ rubygems-api-key: ${{ secrets.GEOLEXICA_RUBYGEMS_API_KEY }}
21
+
@@ -0,0 +1,27 @@
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
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,13 @@
1
+ AllCops:
2
+ TargetRubyVersion: 2.6
3
+
4
+ Style/StringLiterals:
5
+ Enabled: true
6
+ EnforcedStyle: double_quotes
7
+
8
+ Style/StringLiteralsInInterpolation:
9
+ Enabled: true
10
+ EnforcedStyle: double_quotes
11
+
12
+ Layout/LineLength:
13
+ Max: 120
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at ronald.tse@ribose.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in geolexica-site.gemspec
6
+ gemspec
7
+
8
+ gem "rake", "~> 13.0"
9
+
10
+ gem "rspec", "~> 3.0"
11
+
12
+ gem "rubocop", "~> 1.21"
data/README.adoc CHANGED
@@ -3,7 +3,18 @@ image:https://img.shields.io/gem/v/geolexica-site?style=for-the-badge[
3
3
  Latest Version, link="https://rubygems.org/gems/geolexica-site"]
4
4
  endif::[]
5
5
 
6
- == Version policy for this gem
6
+ = Geolexica Site gem
7
+
8
+ == Purpose
9
+
10
+ The `geolexica-site` gem is used as a manifest to pull in all the necessary
11
+ gems for a Geolexica site and have them version bound, mainly:
12
+
13
+ * https://github.com/geolexica/geolexica-server[`geolexica-server`]
14
+ * https://github.com/geolexica/jekyll-geolexica[`jekyll-geolexica`]
15
+
16
+
17
+ == Version policy
7
18
 
8
19
  MAJOR version bump:: Jekyll version bump; upgrade must be conducted
9
20
  with care.
data/Rakefile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rspec/core/rake_task"
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ require "rubocop/rake_task"
9
+
10
+ RuboCop::RakeTask.new
11
+
12
+ task default: %i[spec rubocop]
data/bin/console ADDED
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require "bundler/setup"
5
+ require "geolexica/site"
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require "irb"
15
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -1,7 +1,9 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # (c) Copyright 2020 Ribose Inc.
2
4
  #
3
5
 
4
- require_relative "lib/geolexica-site/version.rb"
6
+ require_relative "lib/geolexica/site/version"
5
7
 
6
8
  all_files_in_git = Dir.chdir(__dir__) { `git ls-files -z`.split("\x0") }
7
9
 
@@ -9,50 +11,53 @@ ribose_url = "https://open.ribose.com/"
9
11
  github_url = "https://github.com/geolexica/geolexica-site"
10
12
 
11
13
  Gem::Specification.new do |spec|
12
- spec.name = "geolexica-site"
13
- spec.version = GeolexicaSite::VERSION
14
- spec.authors = ["Ribose Inc."]
15
- spec.email = ["open.source@ribose.com"]
16
-
17
- spec.summary = "Geolexica sites generator based on Jekyll"
18
- spec.homepage = ribose_url
19
- spec.license = "MIT"
20
-
21
- spec.metadata = {
22
- "homepage_uri" => ribose_url,
23
- "source_code_uri" => github_url,
14
+ spec.name = "geolexica-site"
15
+ spec.version = Geolexica::Site::VERSION
16
+ spec.authors = ["Ribose Inc."]
17
+ spec.email = ["open.source@ribose.com"]
18
+
19
+ spec.summary = "Geolexica sites generator based on Jekyll"
20
+ spec.homepage = ribose_url
21
+ spec.license = "MIT"
22
+ spec.required_ruby_version = ">= 2.6.0"
23
+
24
+ spec.metadata = {
25
+ "homepage_uri" => ribose_url,
26
+ "source_code_uri" => github_url
24
27
  }
25
28
 
26
- spec.files = all_files_in_git
29
+ spec.files = all_files_in_git
27
30
 
28
- spec.bindir = "exe"
29
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
+ spec.bindir = "exe"
32
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
33
 
31
34
  # Major dependencies.
32
- spec.add_runtime_dependency "jekyll", "~> 4.1.0"
33
- spec.add_runtime_dependency "jekyll-geolexica", "~> 1.6.0"
35
+ spec.add_runtime_dependency "geolexica-server", "~> 0.0.0"
36
+ spec.add_runtime_dependency "jekyll", "~> 4.2.0"
37
+ spec.add_runtime_dependency "jekyll-geolexica", "~> 1.8.3"
34
38
 
35
39
  # Most useful Jekyll plugins.
36
40
  spec.add_runtime_dependency "jekyll-asciidoc", "~> 3.0.0"
37
- spec.add_runtime_dependency "jekyll-tidy-json", "~> 1.2.0"
38
41
  spec.add_runtime_dependency "jekyll-plugin-frontend-build", "~> 0.0.3"
39
42
  spec.add_runtime_dependency "jekyll-theme-isotc211-helpers", "~> 0.6.0"
43
+ spec.add_runtime_dependency "jekyll-tidy-json", "~> 1.2.0"
44
+ spec.add_runtime_dependency "liquid-pry", "~> 1.0"
40
45
 
41
46
  # These are less important gems. Freezing them is probably a good idea.
42
- spec.add_runtime_dependency "jekyll-data", "= 1.1.0"
43
- spec.add_runtime_dependency "jekyll-feed", "= 0.15"
47
+ spec.add_runtime_dependency "jekyll-data", "= 1.1.1"
48
+ spec.add_runtime_dependency "jekyll-feed", "= 0.15.1"
44
49
  spec.add_runtime_dependency "jekyll-sitemap", "= 1.4.0"
45
50
 
46
51
  # These gems are indirectly but widely used throughout the project,
47
52
  # therefore adding some version constraints is a good idea.
48
- spec.add_runtime_dependency "liquid", "~> 4.0.3"
49
53
  spec.add_runtime_dependency "asciidoctor", "~> 2.0"
54
+ spec.add_runtime_dependency "liquid", "~> 4.0.3"
50
55
 
51
56
  # Helpful on Windows
52
57
  spec.add_runtime_dependency "tzinfo", "~> 2.0"
53
58
  spec.add_runtime_dependency "wdm", "> 0"
54
59
 
55
60
  # Useful in development.
56
- spec.add_runtime_dependency "pry", "~> 0.13.1"
61
+ spec.add_runtime_dependency "pry", "~> 0.14.0"
57
62
  spec.add_runtime_dependency "pry-doc", "~> 1.1.0"
58
63
  end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Geolexica
4
+ module Site
5
+ VERSION = "1.7.4"
6
+ end
7
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "site/version"
4
+
5
+ module Geolexica
6
+ module Site
7
+ class Error < StandardError; end
8
+
9
+ # NOOP #
10
+ end
11
+ end
@@ -0,0 +1,6 @@
1
+ module Geolexica
2
+ module Site
3
+ VERSION: String
4
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
5
+ end
6
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ RSpec.describe Geolexica::Site do
4
+ it "has a version number" do
5
+ expect(Geolexica::Site::VERSION).not_to be nil
6
+ end
7
+ end
@@ -0,0 +1,15 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "geolexica/site"
4
+
5
+ RSpec.configure do |config|
6
+ # Enable flags like --only-failures and --next-failure
7
+ config.example_status_persistence_file_path = ".rspec_status"
8
+
9
+ # Disable RSpec exposing methods globally on `Module` and `main`
10
+ config.disable_monkey_patching!
11
+
12
+ config.expect_with :rspec do |c|
13
+ c.syntax = :expect
14
+ end
15
+ end
metadata CHANGED
@@ -1,71 +1,71 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geolexica-site
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-22 00:00:00.000000000 Z
11
+ date: 2022-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: jekyll
14
+ name: geolexica-server
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 4.1.0
19
+ version: 0.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 4.1.0
26
+ version: 0.0.0
27
27
  - !ruby/object:Gem::Dependency
28
- name: jekyll-geolexica
28
+ name: jekyll
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.6.0
33
+ version: 4.2.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.6.0
40
+ version: 4.2.0
41
41
  - !ruby/object:Gem::Dependency
42
- name: jekyll-asciidoc
42
+ name: jekyll-geolexica
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 3.0.0
47
+ version: 1.8.3
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: 3.0.0
54
+ version: 1.8.3
55
55
  - !ruby/object:Gem::Dependency
56
- name: jekyll-tidy-json
56
+ name: jekyll-asciidoc
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 1.2.0
61
+ version: 3.0.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 1.2.0
68
+ version: 3.0.0
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: jekyll-plugin-frontend-build
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -94,34 +94,62 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: 0.6.0
97
+ - !ruby/object:Gem::Dependency
98
+ name: jekyll-tidy-json
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: 1.2.0
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: 1.2.0
111
+ - !ruby/object:Gem::Dependency
112
+ name: liquid-pry
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '1.0'
118
+ type: :runtime
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '1.0'
97
125
  - !ruby/object:Gem::Dependency
98
126
  name: jekyll-data
99
127
  requirement: !ruby/object:Gem::Requirement
100
128
  requirements:
101
129
  - - '='
102
130
  - !ruby/object:Gem::Version
103
- version: 1.1.0
131
+ version: 1.1.1
104
132
  type: :runtime
105
133
  prerelease: false
106
134
  version_requirements: !ruby/object:Gem::Requirement
107
135
  requirements:
108
136
  - - '='
109
137
  - !ruby/object:Gem::Version
110
- version: 1.1.0
138
+ version: 1.1.1
111
139
  - !ruby/object:Gem::Dependency
112
140
  name: jekyll-feed
113
141
  requirement: !ruby/object:Gem::Requirement
114
142
  requirements:
115
143
  - - '='
116
144
  - !ruby/object:Gem::Version
117
- version: '0.15'
145
+ version: 0.15.1
118
146
  type: :runtime
119
147
  prerelease: false
120
148
  version_requirements: !ruby/object:Gem::Requirement
121
149
  requirements:
122
150
  - - '='
123
151
  - !ruby/object:Gem::Version
124
- version: '0.15'
152
+ version: 0.15.1
125
153
  - !ruby/object:Gem::Dependency
126
154
  name: jekyll-sitemap
127
155
  requirement: !ruby/object:Gem::Requirement
@@ -137,33 +165,33 @@ dependencies:
137
165
  - !ruby/object:Gem::Version
138
166
  version: 1.4.0
139
167
  - !ruby/object:Gem::Dependency
140
- name: liquid
168
+ name: asciidoctor
141
169
  requirement: !ruby/object:Gem::Requirement
142
170
  requirements:
143
171
  - - "~>"
144
172
  - !ruby/object:Gem::Version
145
- version: 4.0.3
173
+ version: '2.0'
146
174
  type: :runtime
147
175
  prerelease: false
148
176
  version_requirements: !ruby/object:Gem::Requirement
149
177
  requirements:
150
178
  - - "~>"
151
179
  - !ruby/object:Gem::Version
152
- version: 4.0.3
180
+ version: '2.0'
153
181
  - !ruby/object:Gem::Dependency
154
- name: asciidoctor
182
+ name: liquid
155
183
  requirement: !ruby/object:Gem::Requirement
156
184
  requirements:
157
185
  - - "~>"
158
186
  - !ruby/object:Gem::Version
159
- version: '2.0'
187
+ version: 4.0.3
160
188
  type: :runtime
161
189
  prerelease: false
162
190
  version_requirements: !ruby/object:Gem::Requirement
163
191
  requirements:
164
192
  - - "~>"
165
193
  - !ruby/object:Gem::Version
166
- version: '2.0'
194
+ version: 4.0.3
167
195
  - !ruby/object:Gem::Dependency
168
196
  name: tzinfo
169
197
  requirement: !ruby/object:Gem::Requirement
@@ -198,14 +226,14 @@ dependencies:
198
226
  requirements:
199
227
  - - "~>"
200
228
  - !ruby/object:Gem::Version
201
- version: 0.13.1
229
+ version: 0.14.0
202
230
  type: :runtime
203
231
  prerelease: false
204
232
  version_requirements: !ruby/object:Gem::Requirement
205
233
  requirements:
206
234
  - - "~>"
207
235
  - !ruby/object:Gem::Version
208
- version: 0.13.1
236
+ version: 0.14.0
209
237
  - !ruby/object:Gem::Dependency
210
238
  name: pry-doc
211
239
  requirement: !ruby/object:Gem::Requirement
@@ -227,11 +255,24 @@ executables: []
227
255
  extensions: []
228
256
  extra_rdoc_files: []
229
257
  files:
258
+ - ".github/workflows/release.yml"
259
+ - ".github/workflows/test.yaml"
260
+ - ".gitignore"
261
+ - ".rspec"
262
+ - ".rubocop.yml"
263
+ - CODE_OF_CONDUCT.md
264
+ - Gemfile
230
265
  - LICENSE.txt
231
266
  - README.adoc
267
+ - Rakefile
268
+ - bin/console
269
+ - bin/setup
232
270
  - geolexica-site.gemspec
233
- - lib/geolexica-site.rb
234
- - lib/geolexica-site/version.rb
271
+ - lib/geolexica/site.rb
272
+ - lib/geolexica/site/version.rb
273
+ - sig/geolexica/site.rbs
274
+ - spec/geolexica/site_spec.rb
275
+ - spec/spec_helper.rb
235
276
  homepage: https://open.ribose.com/
236
277
  licenses:
237
278
  - MIT
@@ -246,14 +287,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
246
287
  requirements:
247
288
  - - ">="
248
289
  - !ruby/object:Gem::Version
249
- version: '0'
290
+ version: 2.6.0
250
291
  required_rubygems_version: !ruby/object:Gem::Requirement
251
292
  requirements:
252
293
  - - ">="
253
294
  - !ruby/object:Gem::Version
254
295
  version: '0'
255
296
  requirements: []
256
- rubygems_version: 3.1.4
297
+ rubygems_version: 3.3.26
257
298
  signing_key:
258
299
  specification_version: 4
259
300
  summary: Geolexica sites generator based on Jekyll
@@ -1,8 +0,0 @@
1
- # (c) Copyright 2020 Ribose Inc.
2
- #
3
-
4
- # frozen_string_literal: true
5
-
6
- module GeolexicaSite
7
- VERSION = "1.6.0"
8
- end
@@ -1 +0,0 @@
1
- # NOOP #