relaton-ogc 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/README.adoc +2 -2
- data/lib/relaton_ogc/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4fc1958734875b66e073ab0ecf6fd84b4fbb18f08dcb85d985180c60a8c741c3
|
4
|
+
data.tar.gz: 2cc394a875c0d1b67387c0678777e188748fefb6657e784379bb4acfe4d2ae80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9ec33d010f7b885310565255db7ae146f8def03c47a65c27f9e8ff1f550200d37f89c4427d212426b7b7c639473266e065f2b6065af7116069131bff4b2ad64
|
7
|
+
data.tar.gz: ee48d651d562088071c3f2cf1dc8b1729859aa2dff36157af622344b75367e2157c202115644343a1c46f7d3dc5b6a5d26b3558a7404467430fbe772a30b75dc
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
relaton-ogc (0.1.
|
4
|
+
relaton-ogc (0.1.4)
|
5
5
|
faraday
|
6
6
|
relaton-iso-bib (~> 0.3.0)
|
7
7
|
|
@@ -30,10 +30,10 @@ GEM
|
|
30
30
|
mini_portile2 (~> 2.4.0)
|
31
31
|
public_suffix (4.0.1)
|
32
32
|
rake (10.5.0)
|
33
|
-
relaton-bib (0.3.
|
33
|
+
relaton-bib (0.3.12)
|
34
34
|
addressable
|
35
35
|
nokogiri
|
36
|
-
relaton-iso-bib (0.3.
|
36
|
+
relaton-iso-bib (0.3.12)
|
37
37
|
isoics (~> 0.1.6)
|
38
38
|
relaton-bib (~> 0.3.0)
|
39
39
|
ruby_deep_clone (~> 0.8.0)
|
data/README.adoc
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
RelatonOgc is a Ruby gem that implements the https://github.com/metanorma/metanorma-model-iso#iso-bibliographic-item[IsoBibliographicItem model].
|
4
4
|
|
5
|
-
You can use it to retrieve metadata of OGC Standards from https://raw.githubusercontent.com/opengeospatial/NamingAuthority/master/incubation/bibliography/bibliography.json, and access such metadata through the `
|
5
|
+
You can use it to retrieve metadata of OGC Standards from https://raw.githubusercontent.com/opengeospatial/NamingAuthority/master/incubation/bibliography/bibliography.json, and access such metadata through the `OgcBibliographicItem` object.
|
6
6
|
|
7
7
|
== Installation
|
8
8
|
|
@@ -110,7 +110,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
110
110
|
|
111
111
|
== Contributing
|
112
112
|
|
113
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
113
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/calconnenct/relaton_ogc.
|
114
114
|
|
115
115
|
== License
|
116
116
|
|
data/lib/relaton_ogc/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: relaton-ogc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.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: 2019-10-
|
11
|
+
date: 2019-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|