relaton-bipm 1.11.2 → 1.11.3
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 +1 -24
- data/README.adoc +26 -25
- data/lib/relaton_bipm/bipm_bibliography.rb +4 -2
- data/lib/relaton_bipm/data_fetcher.rb +9 -0
- data/lib/relaton_bipm/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90b15ba099e66ff04bb59b8e79fb61a97a6ee82b93cdc4025f64e0489590b9bb
|
4
|
+
data.tar.gz: '09d38f02f831f995b5cc1e3fd99291480ddf7b06272374569954915a21d4d0e4'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 300fb81135a9fc290b07b3bacdd43c1a126c131a0f52da8ddb249be79d87ced921b772b2b0623552e9d7d3f3ded76f107457c2d5f8864c91e1751d6d0876509f
|
7
|
+
data.tar.gz: 23a157ad9db09dd266d0eaae6c29b6198483530d80e04beb2b7bd88a05d45115a4f5d4d995752b2ab7a71b0e1e593a3204ba9be6d1e698b651b1fdd264efb852
|
data/.github/workflows/rake.yml
CHANGED
@@ -10,27 +10,4 @@ on:
|
|
10
10
|
|
11
11
|
jobs:
|
12
12
|
rake:
|
13
|
-
|
14
|
-
runs-on: ${{ matrix.os }}
|
15
|
-
continue-on-error: ${{ matrix.experimental }}
|
16
|
-
strategy:
|
17
|
-
fail-fast: false
|
18
|
-
matrix:
|
19
|
-
ruby: [ '3.0', '2.7', '2.6', '2.5' ]
|
20
|
-
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
21
|
-
experimental: [ false ]
|
22
|
-
steps:
|
23
|
-
- uses: actions/checkout@v2
|
24
|
-
with:
|
25
|
-
submodules: true
|
26
|
-
|
27
|
-
# https://github.com/ruby-debug/debase/issues/89#issuecomment-686827382
|
28
|
-
- if: matrix.os == 'macos-latest' && matrix.ruby == '2.5'
|
29
|
-
run: echo BUNDLE_BUILD__DEBASE="--with-cflags=\"-Wno-error=implicit-function-declaration\"" >> $GITHUB_ENV
|
30
|
-
|
31
|
-
- uses: ruby/setup-ruby@v1
|
32
|
-
with:
|
33
|
-
ruby-version: ${{ matrix.ruby }}
|
34
|
-
bundler-cache: true
|
35
|
-
|
36
|
-
- run: bundle exec rake
|
13
|
+
uses: relaton/support/.github/workflows/rake.yml@master
|
data/README.adoc
CHANGED
@@ -53,42 +53,43 @@ bib = RelatonBipm::BipmBibliography.get "BIPM Metrologia 29 6 373"
|
|
53
53
|
...
|
54
54
|
|
55
55
|
# get CGPM resolutions
|
56
|
-
RelatonBipm::BipmBibliography.get "CGPM
|
57
|
-
[relaton-bipm] ("CGPM
|
58
|
-
[relaton-bipm] ("CGPM
|
56
|
+
RelatonBipm::BipmBibliography.get "CGPM Meetings 1"
|
57
|
+
[relaton-bipm] ("CGPM Meetings 1") fetching...
|
58
|
+
[relaton-bipm] ("CGPM Meetings 1") found CGPM Meetings 1
|
59
59
|
=> #<RelatonBipm::BipmBibliographicItem:0x00007fd4f7cba038
|
60
60
|
...
|
61
61
|
|
62
|
-
# get
|
63
|
-
RelatonBipm::BipmBibliography.get "
|
64
|
-
[relaton-bipm] ("
|
65
|
-
[relaton-bipm] ("
|
66
|
-
=> #<RelatonBipm::BipmBibliographicItem:
|
67
|
-
...
|
68
|
-
|
69
|
-
RelatonBipm::BipmBibliography.get "CIPM Decision 01 (2012)"
|
70
|
-
[relaton-bipm] ("CIPM Decision 01 (2012)") fetching...
|
71
|
-
[relaton-bipm] ("CIPM Decision 01 (2012)") found CIPM Decision 01 (2012)
|
72
|
-
=> #<RelatonBipm::BipmBibliographicItem:0x00007fb6b9bbec08
|
62
|
+
# get CGPM resolutions
|
63
|
+
RelatonBipm::BipmBibliography.get "CGPM Resolution 1889-00"
|
64
|
+
[relaton-bipm] ("CGPM Resolution 1889-00") fetching...
|
65
|
+
[relaton-bipm] ("CGPM Resolution 1889-00") found CGPM Resolution 0 (1889)
|
66
|
+
=> #<RelatonBipm::BipmBibliographicItem:0x00007ff0d1ffae50
|
73
67
|
...
|
74
68
|
|
69
|
+
# get CIPM decision
|
75
70
|
RelatonBipm::BipmBibliography.get "CIPM Decision 2012-01"
|
76
71
|
[relaton-bipm] ("CIPM Decision 2012-01") fetching...
|
77
|
-
[relaton-bipm] ("CIPM Decision 2012-01") found CIPM Decision
|
78
|
-
=> #<RelatonBipm::BipmBibliographicItem:
|
72
|
+
[relaton-bipm] ("CIPM Decision 2012-01") found CIPM Decision 1 (2012)
|
73
|
+
=> #<RelatonBipm::BipmBibliographicItem:0x00007ff0f10dc548
|
74
|
+
...
|
75
|
+
|
76
|
+
RelatonBipm::BipmBibliography.get "CIPM Decision 1 (2012)"
|
77
|
+
[relaton-bipm] ("CIPM Decision 1 (2012)") fetching...
|
78
|
+
[relaton-bipm] ("CIPM Decision 1 (2012)") found CIPM Decision 1 (2012)
|
79
|
+
=> #<RelatonBipm::BipmBibliographicItem:0x00007fb6b9bbec08
|
79
80
|
...
|
80
81
|
|
81
|
-
# get CIPM
|
82
|
-
RelatonBipm::BipmBibliography.get "CIPM
|
83
|
-
[relaton-bipm] ("CIPM
|
84
|
-
[relaton-bipm] ("CIPM
|
85
|
-
=> #<RelatonBipm::BipmBibliographicItem:
|
82
|
+
# get CIPM recommendation
|
83
|
+
RelatonBipm::BipmBibliography.get "CIPM Recommendation (1948)"
|
84
|
+
[relaton-bipm] ("CIPM Recommendation (1948)") fetching...
|
85
|
+
[relaton-bipm] ("CIPM Recommendation (1948)") found CIPM Recommendation (1948)
|
86
|
+
=> #<RelatonBipm::BipmBibliographicItem:0x00007ff0a18a6aa8
|
86
87
|
...
|
87
88
|
|
88
|
-
RelatonBipm::BipmBibliography.get "CIPM
|
89
|
-
[relaton-bipm] ("CIPM
|
90
|
-
[relaton-bipm] ("CIPM
|
91
|
-
=> #<RelatonBipm::BipmBibliographicItem:
|
89
|
+
RelatonBipm::BipmBibliography.get "CIPM Recommendation 1948"
|
90
|
+
[relaton-bipm] ("CIPM Recommendation 1948") fetching...
|
91
|
+
[relaton-bipm] ("CIPM Recommendation 1948") found CIPM Recommendation (1948)
|
92
|
+
=> #<RelatonBipm::BipmBibliographicItem:0x00007ff0f1164150
|
92
93
|
...
|
93
94
|
----
|
94
95
|
|
@@ -40,8 +40,10 @@ module RelatonBipm
|
|
40
40
|
# @param agent [Mechanize]
|
41
41
|
# @return [RelatonBipm::BipmBibliographicItem]
|
42
42
|
def get_bipm(ref, agent) # rubocop:disable Metrics/AbcSize, Metrics/MethodLength
|
43
|
-
rf = ref.sub(/(\d{2})\s\((\d{4})\)
|
44
|
-
|
43
|
+
rf = ref.sub(/(\d{1,2})\s\((\d{4})\)/) { "#{$2}-#{$1.rjust(2, '0')}" }.sub(/\((\d{4})\)/, "\\1")
|
44
|
+
path_parts = rf.split.map &:downcase
|
45
|
+
path_parts.insert(1, "meetings") unless path_parts[1] == "meetings"
|
46
|
+
url = "#{GH_ENDPOINT}#{path_parts.join '/'}.yaml"
|
45
47
|
resp = agent.get url
|
46
48
|
check_response resp
|
47
49
|
return unless resp.code == "200"
|
data/lib/relaton_bipm/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: relaton-bipm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.11.
|
4
|
+
version: 1.11.3
|
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-05-
|
11
|
+
date: 2022-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: byebug
|
@@ -181,6 +181,7 @@ files:
|
|
181
181
|
- lib/relaton_bipm/bipm_bibliography.rb
|
182
182
|
- lib/relaton_bipm/comment_periond.rb
|
183
183
|
- lib/relaton_bipm/committee.rb
|
184
|
+
- lib/relaton_bipm/data_fetcher.rb
|
184
185
|
- lib/relaton_bipm/document_relation.rb
|
185
186
|
- lib/relaton_bipm/editorial_group.rb
|
186
187
|
- lib/relaton_bipm/hash_converter.rb
|