metanorma-nist 1.3.2 → 1.5.0

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.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -0
  3. data/lib/metanorma/nist.rb +7 -3
  4. data/lib/metanorma-nist.rb +1 -14
  5. metadata +20 -327
  6. data/.github/workflows/rake.yml +0 -42
  7. data/.github/workflows/release.yml +0 -36
  8. data/.gitignore +0 -1
  9. data/.hound.yml +0 -3
  10. data/.rubocop.yml +0 -12
  11. data/CODE_OF_CONDUCT.md +0 -74
  12. data/Gemfile +0 -11
  13. data/LICENSE +0 -25
  14. data/README.adoc +0 -841
  15. data/Rakefile +0 -8
  16. data/bin/console +0 -14
  17. data/bin/rspec +0 -18
  18. data/bin/setup +0 -8
  19. data/lib/asciidoctor/nist/basicdoc.rng +0 -1131
  20. data/lib/asciidoctor/nist/biblio.rng +0 -1236
  21. data/lib/asciidoctor/nist/boilerplate.rb +0 -109
  22. data/lib/asciidoctor/nist/cleanup.rb +0 -208
  23. data/lib/asciidoctor/nist/converter.rb +0 -234
  24. data/lib/asciidoctor/nist/front.rb +0 -248
  25. data/lib/asciidoctor/nist/front_id.rb +0 -135
  26. data/lib/asciidoctor/nist/isodoc.rng +0 -2042
  27. data/lib/asciidoctor/nist/nist.rng +0 -218
  28. data/lib/asciidoctor/nist/nist_intro.xml +0 -90
  29. data/lib/asciidoctor/nist/nist_intro_cswp.xml +0 -74
  30. data/lib/asciidoctor/nist/reqt.rng +0 -194
  31. data/lib/asciidoctor/nist/validate.rb +0 -106
  32. data/lib/asciidoctor/nist.rb +0 -5
  33. data/lib/isodoc/nist/base_convert.rb +0 -195
  34. data/lib/isodoc/nist/common.xsl +0 -1246
  35. data/lib/isodoc/nist/fonts_manifest.yaml +0 -4
  36. data/lib/isodoc/nist/html/_coverpage.css +0 -243
  37. data/lib/isodoc/nist/html/_coverpage.scss +0 -328
  38. data/lib/isodoc/nist/html/commerce-logo-color.png +0 -0
  39. data/lib/isodoc/nist/html/deptofcommerce.png +0 -0
  40. data/lib/isodoc/nist/html/header.html +0 -231
  41. data/lib/isodoc/nist/html/header_cswp.html +0 -308
  42. data/lib/isodoc/nist/html/html_nist_intro.html +0 -19
  43. data/lib/isodoc/nist/html/html_nist_titlepage.html +0 -218
  44. data/lib/isodoc/nist/html/htmlstyle.css +0 -966
  45. data/lib/isodoc/nist/html/htmlstyle.scss +0 -462
  46. data/lib/isodoc/nist/html/logo.png +0 -0
  47. data/lib/isodoc/nist/html/logo_cswp.png +0 -0
  48. data/lib/isodoc/nist/html/nist.css +0 -1066
  49. data/lib/isodoc/nist/html/nist.scss +0 -1023
  50. data/lib/isodoc/nist/html/nist_cswp.css +0 -1007
  51. data/lib/isodoc/nist/html/nist_cswp.scss +0 -968
  52. data/lib/isodoc/nist/html/scripts.html +0 -71
  53. data/lib/isodoc/nist/html/word_nist_intro.html +0 -0
  54. data/lib/isodoc/nist/html/word_nist_intro_cswp.html +0 -0
  55. data/lib/isodoc/nist/html/word_nist_titlepage.html +0 -1573
  56. data/lib/isodoc/nist/html/word_nist_titlepage_cswp.html +0 -70
  57. data/lib/isodoc/nist/html/wordstyle.css +0 -1520
  58. data/lib/isodoc/nist/html/wordstyle.scss +0 -1419
  59. data/lib/isodoc/nist/html/wordstyle_cswp.css +0 -1194
  60. data/lib/isodoc/nist/html/wordstyle_cswp.scss +0 -1092
  61. data/lib/isodoc/nist/html_convert.rb +0 -146
  62. data/lib/isodoc/nist/i18n-en.yaml +0 -13
  63. data/lib/isodoc/nist/i18n.rb +0 -10
  64. data/lib/isodoc/nist/init.rb +0 -37
  65. data/lib/isodoc/nist/metadata.rb +0 -247
  66. data/lib/isodoc/nist/metadata_id.rb +0 -123
  67. data/lib/isodoc/nist/nist.csts.xsl +0 -5411
  68. data/lib/isodoc/nist/nist.cswp.xsl +0 -5411
  69. data/lib/isodoc/nist/nist.sp.xsl +0 -6526
  70. data/lib/isodoc/nist/pdf_convert.rb +0 -26
  71. data/lib/isodoc/nist/presentation_xml_convert.rb +0 -101
  72. data/lib/isodoc/nist/refs.rb +0 -75
  73. data/lib/isodoc/nist/render.rb +0 -253
  74. data/lib/isodoc/nist/render_contributors.rb +0 -80
  75. data/lib/isodoc/nist/render_dates.rb +0 -41
  76. data/lib/isodoc/nist/section.rb +0 -69
  77. data/lib/isodoc/nist/word_convert.rb +0 -218
  78. data/lib/isodoc/nist/word_convert_toc.rb +0 -86
  79. data/lib/isodoc/nist/xref.rb +0 -67
  80. data/lib/metanorma/nist/processor.rb +0 -52
  81. data/lib/metanorma/nist/version.rb +0 -5
  82. data/metanorma-nist.gemspec +0 -47
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd9a240ccb58e745abb276285bf1f48004d72a8f5a15413f39611773926fc9f5
4
- data.tar.gz: 126d8a1e178ec82888a4ddaa6d10b0a589872424981df7e49409a72882a85241
3
+ metadata.gz: fbad39b9e597f98c7397dc276e0112f4312e02d4c4ce6dc0c31960c60986ac02
4
+ data.tar.gz: '09fce97bf016ac23b27d5bab3be8c1d710d9d3e7dc34055b64dd6f58e8ec1191'
5
5
  SHA512:
6
- metadata.gz: c7bd829e6baf2aaea5cfc577c8c0bc41cd8622a322a06bd551ca212467e53d768127fce8b2d12f40eeeaa7ad4d989254ee3bd555bd0e153197c04d2a63e2e0e0
7
- data.tar.gz: 892c02adf47677f1b1133b818c235ba7d7ccee378490f3e3c6f416d7e39d9cd74b571a490e2b8cf6e77e954ce9fe3479962265bda536664b33a579c57dfb24f1
6
+ metadata.gz: 5953f18800bbc8168038382c04e24eb1af21d4ac6b4f63745bdf6e2140dca5ad9a18f06d4baf27f7dde8895710fe20ebda7ed6d6ad2715eede8ca6fec0f80542
7
+ data.tar.gz: c206afdc98f7375ef8abac7de6589dbc6b63464bd199c4814740b12197174045221113556d5b83639e5b2cd33123c3b4eac499f2988acf2b04097eac5d844c24
data/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # metanorma-nist (public husk)
2
+
3
+ Deprecation stub for `metanorma-nist` on public RubyGems. Active development has moved to private GitHub Packages at the request of NIST.
4
+
5
+ See [`husks/README.md`](../README.md) for the broader pattern, and [`metanorma/metanorma-nist#497`](https://github.com/metanorma/metanorma-nist/issues/497) for the tracking issue.
6
+
7
+ If you have authorised access to the private GitHub Packages registry, configure your `Gemfile`:
8
+
9
+ ```ruby
10
+ source "https://rubygems.pkg.github.com/metanorma" do
11
+ gem "metanorma-nist"
12
+ end
13
+ ```
14
+
15
+ See <https://github.com/metanorma/metanorma-nist> for access and migration information.
@@ -1,7 +1,11 @@
1
- require_relative "./nist/processor"
2
-
3
1
  module Metanorma
4
- module NIST
2
+ module Nist
3
+ DEPRECATION_NOTICE = <<~NOTICE
4
+ [metanorma-nist] This public gem is a deprecation stub.
5
+ Active development has moved to private GitHub Packages.
6
+ See https://github.com/metanorma/metanorma-nist for access.
7
+ NOTICE
5
8
 
9
+ warn DEPRECATION_NOTICE
6
10
  end
7
11
  end
@@ -1,14 +1 @@
1
- require "asciidoctor" unless defined? Asciidoctor::Converter
2
- require_relative "asciidoctor/nist/converter"
3
- require_relative "isodoc/nist/html_convert"
4
- require_relative "isodoc/nist/pdf_convert"
5
- require_relative "isodoc/nist/word_convert"
6
- require_relative "isodoc/nist/presentation_xml_convert"
7
- require_relative "isodoc/nist/render"
8
- require_relative "isodoc/nist/xref"
9
- require_relative "metanorma/nist/version"
10
-
11
- if defined? Metanorma
12
- require_relative "metanorma/nist"
13
- Metanorma::Registry.instance.register(Metanorma::NIST::Processor)
14
- end
1
+ require "metanorma/nist"
metadata CHANGED
@@ -1,346 +1,40 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-nist
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
- autorequire:
9
- bindir: exe
8
+ bindir: bin
10
9
  cert_chain: []
11
- date: 2021-05-25 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: htmlentities
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: 4.3.4
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: 4.3.4
27
- - !ruby/object:Gem::Dependency
28
- name: iso-639
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
- - !ruby/object:Gem::Dependency
42
- name: ruby-jing
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :runtime
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
- - !ruby/object:Gem::Dependency
56
- name: twitter_cldr
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ">="
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
- type: :runtime
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ">="
67
- - !ruby/object:Gem::Version
68
- version: '0'
69
- - !ruby/object:Gem::Dependency
70
- name: tzinfo-data
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - ">="
74
- - !ruby/object:Gem::Version
75
- version: '0'
76
- type: :runtime
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: '0'
83
- - !ruby/object:Gem::Dependency
84
- name: isodoc
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - "~>"
88
- - !ruby/object:Gem::Version
89
- version: 1.6.0
90
- type: :runtime
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - "~>"
95
- - !ruby/object:Gem::Version
96
- version: 1.6.0
97
- - !ruby/object:Gem::Dependency
98
- name: metanorma-standoc
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - "~>"
102
- - !ruby/object:Gem::Version
103
- version: 1.9.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.9.0
111
- - !ruby/object:Gem::Dependency
112
- name: byebug
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - "~>"
116
- - !ruby/object:Gem::Version
117
- version: '9.1'
118
- type: :development
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - "~>"
123
- - !ruby/object:Gem::Version
124
- version: '9.1'
125
- - !ruby/object:Gem::Dependency
126
- name: equivalent-xml
127
- requirement: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - "~>"
130
- - !ruby/object:Gem::Version
131
- version: '0.6'
132
- type: :development
133
- prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - "~>"
137
- - !ruby/object:Gem::Version
138
- version: '0.6'
139
- - !ruby/object:Gem::Dependency
140
- name: guard
141
- requirement: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - "~>"
144
- - !ruby/object:Gem::Version
145
- version: '2.14'
146
- type: :development
147
- prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - "~>"
151
- - !ruby/object:Gem::Version
152
- version: '2.14'
153
- - !ruby/object:Gem::Dependency
154
- name: guard-rspec
155
- requirement: !ruby/object:Gem::Requirement
156
- requirements:
157
- - - "~>"
158
- - !ruby/object:Gem::Version
159
- version: '4.7'
160
- type: :development
161
- prerelease: false
162
- version_requirements: !ruby/object:Gem::Requirement
163
- requirements:
164
- - - "~>"
165
- - !ruby/object:Gem::Version
166
- version: '4.7'
167
- - !ruby/object:Gem::Dependency
168
- name: rake
169
- requirement: !ruby/object:Gem::Requirement
170
- requirements:
171
- - - "~>"
172
- - !ruby/object:Gem::Version
173
- version: '13.0'
174
- type: :development
175
- prerelease: false
176
- version_requirements: !ruby/object:Gem::Requirement
177
- requirements:
178
- - - "~>"
179
- - !ruby/object:Gem::Version
180
- version: '13.0'
181
- - !ruby/object:Gem::Dependency
182
- name: rspec
183
- requirement: !ruby/object:Gem::Requirement
184
- requirements:
185
- - - "~>"
186
- - !ruby/object:Gem::Version
187
- version: '3.6'
188
- type: :development
189
- prerelease: false
190
- version_requirements: !ruby/object:Gem::Requirement
191
- requirements:
192
- - - "~>"
193
- - !ruby/object:Gem::Version
194
- version: '3.6'
195
- - !ruby/object:Gem::Dependency
196
- name: rubocop
197
- requirement: !ruby/object:Gem::Requirement
198
- requirements:
199
- - - "~>"
200
- - !ruby/object:Gem::Version
201
- version: 1.5.2
202
- type: :development
203
- prerelease: false
204
- version_requirements: !ruby/object:Gem::Requirement
205
- requirements:
206
- - - "~>"
207
- - !ruby/object:Gem::Version
208
- version: 1.5.2
209
- - !ruby/object:Gem::Dependency
210
- name: sassc
211
- requirement: !ruby/object:Gem::Requirement
212
- requirements:
213
- - - '='
214
- - !ruby/object:Gem::Version
215
- version: 2.4.0
216
- type: :development
217
- prerelease: false
218
- version_requirements: !ruby/object:Gem::Requirement
219
- requirements:
220
- - - '='
221
- - !ruby/object:Gem::Version
222
- version: 2.4.0
223
- - !ruby/object:Gem::Dependency
224
- name: simplecov
225
- requirement: !ruby/object:Gem::Requirement
226
- requirements:
227
- - - "~>"
228
- - !ruby/object:Gem::Version
229
- version: '0.15'
230
- type: :development
231
- prerelease: false
232
- version_requirements: !ruby/object:Gem::Requirement
233
- requirements:
234
- - - "~>"
235
- - !ruby/object:Gem::Version
236
- version: '0.15'
237
- - !ruby/object:Gem::Dependency
238
- name: timecop
239
- requirement: !ruby/object:Gem::Requirement
240
- requirements:
241
- - - "~>"
242
- - !ruby/object:Gem::Version
243
- version: '0.9'
244
- type: :development
245
- prerelease: false
246
- version_requirements: !ruby/object:Gem::Requirement
247
- requirements:
248
- - - "~>"
249
- - !ruby/object:Gem::Version
250
- version: '0.9'
251
- description: 'Metanorma NIST gem.
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: |
13
+ This is a deprecation stub. Active metanorma-nist development has moved
14
+ to a private GitHub Packages registry at the request of NIST.
252
15
 
253
- '
16
+ If you have authorised access, configure your Gemfile to pull from the
17
+ private source:
18
+
19
+ source "https://rubygems.pkg.github.com/metanorma" do
20
+ gem "metanorma-nist"
21
+ end
22
+
23
+ See https://github.com/metanorma/metanorma-nist for access and migration
24
+ information.
254
25
  email:
255
26
  - open.source@ribose.com
256
27
  executables: []
257
28
  extensions: []
258
29
  extra_rdoc_files: []
259
30
  files:
260
- - ".github/workflows/rake.yml"
261
- - ".github/workflows/release.yml"
262
- - ".gitignore"
263
- - ".hound.yml"
264
- - ".rubocop.yml"
265
- - CODE_OF_CONDUCT.md
266
- - Gemfile
267
- - LICENSE
268
- - README.adoc
269
- - Rakefile
270
- - bin/console
271
- - bin/rspec
272
- - bin/setup
273
- - lib/asciidoctor/nist.rb
274
- - lib/asciidoctor/nist/basicdoc.rng
275
- - lib/asciidoctor/nist/biblio.rng
276
- - lib/asciidoctor/nist/boilerplate.rb
277
- - lib/asciidoctor/nist/cleanup.rb
278
- - lib/asciidoctor/nist/converter.rb
279
- - lib/asciidoctor/nist/front.rb
280
- - lib/asciidoctor/nist/front_id.rb
281
- - lib/asciidoctor/nist/isodoc.rng
282
- - lib/asciidoctor/nist/nist.rng
283
- - lib/asciidoctor/nist/nist_intro.xml
284
- - lib/asciidoctor/nist/nist_intro_cswp.xml
285
- - lib/asciidoctor/nist/reqt.rng
286
- - lib/asciidoctor/nist/validate.rb
287
- - lib/isodoc/nist/base_convert.rb
288
- - lib/isodoc/nist/common.xsl
289
- - lib/isodoc/nist/fonts_manifest.yaml
290
- - lib/isodoc/nist/html/_coverpage.css
291
- - lib/isodoc/nist/html/_coverpage.scss
292
- - lib/isodoc/nist/html/commerce-logo-color.png
293
- - lib/isodoc/nist/html/deptofcommerce.png
294
- - lib/isodoc/nist/html/header.html
295
- - lib/isodoc/nist/html/header_cswp.html
296
- - lib/isodoc/nist/html/html_nist_intro.html
297
- - lib/isodoc/nist/html/html_nist_titlepage.html
298
- - lib/isodoc/nist/html/htmlstyle.css
299
- - lib/isodoc/nist/html/htmlstyle.scss
300
- - lib/isodoc/nist/html/logo.png
301
- - lib/isodoc/nist/html/logo_cswp.png
302
- - lib/isodoc/nist/html/nist.css
303
- - lib/isodoc/nist/html/nist.scss
304
- - lib/isodoc/nist/html/nist_cswp.css
305
- - lib/isodoc/nist/html/nist_cswp.scss
306
- - lib/isodoc/nist/html/scripts.html
307
- - lib/isodoc/nist/html/word_nist_intro.html
308
- - lib/isodoc/nist/html/word_nist_intro_cswp.html
309
- - lib/isodoc/nist/html/word_nist_titlepage.html
310
- - lib/isodoc/nist/html/word_nist_titlepage_cswp.html
311
- - lib/isodoc/nist/html/wordstyle.css
312
- - lib/isodoc/nist/html/wordstyle.scss
313
- - lib/isodoc/nist/html/wordstyle_cswp.css
314
- - lib/isodoc/nist/html/wordstyle_cswp.scss
315
- - lib/isodoc/nist/html_convert.rb
316
- - lib/isodoc/nist/i18n-en.yaml
317
- - lib/isodoc/nist/i18n.rb
318
- - lib/isodoc/nist/init.rb
319
- - lib/isodoc/nist/metadata.rb
320
- - lib/isodoc/nist/metadata_id.rb
321
- - lib/isodoc/nist/nist.csts.xsl
322
- - lib/isodoc/nist/nist.cswp.xsl
323
- - lib/isodoc/nist/nist.sp.xsl
324
- - lib/isodoc/nist/pdf_convert.rb
325
- - lib/isodoc/nist/presentation_xml_convert.rb
326
- - lib/isodoc/nist/refs.rb
327
- - lib/isodoc/nist/render.rb
328
- - lib/isodoc/nist/render_contributors.rb
329
- - lib/isodoc/nist/render_dates.rb
330
- - lib/isodoc/nist/section.rb
331
- - lib/isodoc/nist/word_convert.rb
332
- - lib/isodoc/nist/word_convert_toc.rb
333
- - lib/isodoc/nist/xref.rb
31
+ - README.md
334
32
  - lib/metanorma-nist.rb
335
33
  - lib/metanorma/nist.rb
336
- - lib/metanorma/nist/processor.rb
337
- - lib/metanorma/nist/version.rb
338
- - metanorma-nist.gemspec
339
34
  homepage: https://github.com/metanorma/metanorma-nist
340
35
  licenses:
341
36
  - BSD-2-Clause
342
37
  metadata: {}
343
- post_install_message:
344
38
  rdoc_options: []
345
39
  require_paths:
346
40
  - lib
@@ -348,15 +42,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
348
42
  requirements:
349
43
  - - ">="
350
44
  - !ruby/object:Gem::Version
351
- version: 2.4.0
45
+ version: 3.3.0
352
46
  required_rubygems_version: !ruby/object:Gem::Requirement
353
47
  requirements:
354
48
  - - ">="
355
49
  - !ruby/object:Gem::Version
356
50
  version: '0'
357
51
  requirements: []
358
- rubygems_version: 3.1.4
359
- signing_key:
52
+ rubygems_version: 4.0.10
360
53
  specification_version: 4
361
- summary: Metanorma NIST gem.
54
+ summary: DEPRECATED PUBLIC STUB — metanorma-nist development is private.
362
55
  test_files: []
@@ -1,42 +0,0 @@
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
- name: Test on Ruby ${{ matrix.ruby }} ${{ matrix.os }}
14
- runs-on: ${{ matrix.os }}
15
- continue-on-error: ${{ matrix.experimental }}
16
- strategy:
17
- fail-fast: false
18
- matrix:
19
- ruby: [ '2.7', '2.6', '2.5', '2.4' ]
20
- os: [ ubuntu-latest, windows-latest, macos-latest ]
21
- experimental: [ false ]
22
- include:
23
- - ruby: '3.0'
24
- os: 'ubuntu-latest'
25
- experimental: true
26
- - ruby: '3.0'
27
- os: 'windows-latest'
28
- experimental: true
29
- - ruby: '3.0'
30
- os: 'macos-latest'
31
- experimental: true
32
- steps:
33
- - uses: actions/checkout@v2
34
- with:
35
- submodules: true
36
-
37
- - uses: ruby/setup-ruby@v1
38
- with:
39
- ruby-version: ${{ matrix.ruby }}
40
- bundler-cache: true
41
-
42
- - run: bundle exec rake
@@ -1,36 +0,0 @@
1
- name: release
2
-
3
- on:
4
- push:
5
- tags:
6
- - '*'
7
-
8
- jobs:
9
- release:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - uses: actions/checkout@v1
13
-
14
- - uses: ruby/setup-ruby@v1
15
- with:
16
- ruby-version: '2.6'
17
-
18
- - uses: actions/cache@v1
19
- with:
20
- path: vendor/bundle
21
- restore-keys: bundle-ubuntu-latest-2.6
22
-
23
- - run: bundle exec rake
24
-
25
- - name: publish
26
- env:
27
- GITHUB_PACKAGES_TOKEN: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
28
- run: |
29
- cat << 'EOF' > ~/.gem/credentials
30
- ---
31
- :github: Bearer ${GITHUB_PACKAGES_TOKEN}
32
- EOF
33
- chmod 0600 ~/.gem/credentials
34
- gem install gem-release
35
- gem release --key github --host https://rubygems.pkg.github.com/metanorma
36
-
data/.gitignore DELETED
@@ -1 +0,0 @@
1
- .rubocop-https--*
data/.hound.yml DELETED
@@ -1,3 +0,0 @@
1
- ruby:
2
- Enabled: true
3
- config_file: .rubocop.yml
data/.rubocop.yml DELETED
@@ -1,12 +0,0 @@
1
- # This project follows the Ribose OSS style guide.
2
- # https://github.com/riboseinc/oss-guides
3
- # All project-specific additions and overrides should be specified in this file.
4
- inherit_from:
5
- - https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml
6
-
7
- # local repo-specific modifications
8
-
9
- AllCops:
10
- DisplayCopNames: false
11
- StyleGuideCopsOnly: false
12
- TargetRubyVersion: 2.4
data/CODE_OF_CONDUCT.md DELETED
@@ -1,74 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
11
-
12
- ## Our Standards
13
-
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
54
-
55
- ## Enforcement
56
-
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at ronald.tse@ribose.com. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
63
-
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
67
-
68
- ## Attribution
69
-
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [http://contributor-covenant.org/version/1/4][version]
72
-
73
- [homepage]: http://contributor-covenant.org
74
- [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile DELETED
@@ -1,11 +0,0 @@
1
- Encoding.default_external = Encoding::UTF_8
2
- Encoding.default_internal = Encoding::UTF_8
3
-
4
- source "https://rubygems.org"
5
- git_source(:github) { |repo| "https://github.com/#{repo}" }
6
-
7
- gemspec
8
-
9
- if File.exist? 'Gemfile.devel'
10
- eval File.read('Gemfile.devel'), nil, 'Gemfile.devel' # rubocop:disable Security/Eval
11
- end
data/LICENSE DELETED
@@ -1,25 +0,0 @@
1
- BSD 2-Clause License
2
-
3
- Copyright (c) 2018, Ribose
4
- All rights reserved.
5
-
6
- Redistribution and use in source and binary forms, with or without
7
- modification, are permitted provided that the following conditions are met:
8
-
9
- * Redistributions of source code must retain the above copyright notice, this
10
- list of conditions and the following disclaimer.
11
-
12
- * Redistributions in binary form must reproduce the above copyright notice,
13
- this list of conditions and the following disclaimer in the documentation
14
- and/or other materials provided with the distribution.
15
-
16
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
20
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.