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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85aba7fb82654a7b0c29cc7fec66c83afefbad3a6d7f079d684ff36af752ecb2
4
- data.tar.gz: a873b4cf553be95d3c2b9e811ceaa77b94fbffc6e236c5052c62b4c2d5bda42a
3
+ metadata.gz: 4fc1958734875b66e073ab0ecf6fd84b4fbb18f08dcb85d985180c60a8c741c3
4
+ data.tar.gz: 2cc394a875c0d1b67387c0678777e188748fefb6657e784379bb4acfe4d2ae80
5
5
  SHA512:
6
- metadata.gz: c26371046d61b1316842c75f43ead212199fef4d4d8755532bb44d3a8f329cf23fece988133479855fd3b3e0b14898052f9f9e7b683b9e19666323fb9ba98be6
7
- data.tar.gz: bdbd817b72a7d1b026d899ed3363c8a546a7af47ec0522af489c143a746582fd7f5495d96a7100af837b0385299092822a11623128c48650c4edd8b86da2aa7f
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.3)
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.11)
33
+ relaton-bib (0.3.12)
34
34
  addressable
35
35
  nokogiri
36
- relaton-iso-bib (0.3.11)
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 `IsoBibliographicItem` object.
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/[USERNAME]/relaton_ogc.
113
+ Bug reports and pull requests are welcome on GitHub at https://github.com/calconnenct/relaton_ogc.
114
114
 
115
115
  == License
116
116
 
@@ -1,3 +1,3 @@
1
1
  module RelatonOgc
2
- VERSION = "0.1.3".freeze
2
+ VERSION = "0.1.4".freeze
3
3
  end
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.3
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-24 00:00:00.000000000 Z
11
+ date: 2019-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler