bolognese 0.9.51 → 0.9.52
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -2
- data/lib/bolognese/version.rb +1 -1
- data/resources/kernel-4/metadata.xsd +8 -14
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8d0a413fb8b206daae6535fdbee4d285998ca80
|
4
|
+
data.tar.gz: 16f94eef364af4e719e43eb413f1ceaf32434088
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0099440f4feaead4d7d20d26485051e905ec10b63bfbd6518907ab012238e5526a13807cf2043bcade963a9e47e122b8e971f062a820b9f51c7ec8f9b3b07d09
|
7
|
+
data.tar.gz: aff8ab1122de13d6d5866cdc1783522896646e6c591957a70784b02ca7dfd35293842f73b043175a7adc43ef7c758dd30fdf88edb70c02ea74a90de159130687
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bolognese (0.9.
|
4
|
+
bolognese (0.9.52)
|
5
5
|
activesupport (>= 4.2.5, < 6)
|
6
6
|
benchmark_methods (~> 0.7)
|
7
7
|
bibtex-ruby (~> 4.1)
|
@@ -40,6 +40,7 @@ GEM
|
|
40
40
|
concurrent-ruby (1.0.5)
|
41
41
|
crack (0.4.3)
|
42
42
|
safe_yaml (~> 1.0.0)
|
43
|
+
crass (1.0.2)
|
43
44
|
diff-lcs (1.3)
|
44
45
|
docile (1.1.5)
|
45
46
|
ebnf (1.1.1)
|
@@ -72,7 +73,8 @@ GEM
|
|
72
73
|
latex-decode (0.2.2)
|
73
74
|
unicode (~> 0.4)
|
74
75
|
link_header (0.0.8)
|
75
|
-
loofah (2.
|
76
|
+
loofah (2.1.1)
|
77
|
+
crass (~> 1.0.2)
|
76
78
|
nokogiri (>= 1.5.9)
|
77
79
|
maremma (3.5.11)
|
78
80
|
activesupport (>= 4.2.5, < 6)
|
data/lib/bolognese/version.rb
CHANGED
@@ -338,7 +338,7 @@ Use the complete title of a license and include version information if applicabl
|
|
338
338
|
<xs:sequence>
|
339
339
|
<xs:element name="geoLocation" minOccurs="0" maxOccurs="unbounded">
|
340
340
|
<xs:complexType>
|
341
|
-
<xs:
|
341
|
+
<xs:sequence>
|
342
342
|
<xs:element name="geoLocationPlace" minOccurs="0">
|
343
343
|
<xs:annotation>
|
344
344
|
<xs:documentation>Spatial region or named place where the data was gathered or about which the data is focused.</xs:documentation>
|
@@ -354,24 +354,18 @@ Use the complete title of a license and include version information if applicabl
|
|
354
354
|
<xs:documentation>A box contains two white space separated latitude-longitude pairs, with each pair separated by whitespace. The first pair is the lower corner, the second is the upper corner.</xs:documentation>
|
355
355
|
</xs:annotation>
|
356
356
|
</xs:element>
|
357
|
-
<xs:element name="
|
357
|
+
<xs:element name="geoLocationPolygon" minOccurs="0" maxOccurs="unbounded">
|
358
|
+
<xs:annotation>
|
359
|
+
<xs:documentation>A drawn polygon area, defined by a set of points and lines connecting the points in a closed chain.</xs:documentation>
|
360
|
+
</xs:annotation>
|
358
361
|
<xs:complexType>
|
359
362
|
<xs:sequence>
|
360
|
-
<xs:element name="
|
361
|
-
|
362
|
-
<xs:documentation>A drawn polygon area, defined by a set of points and lines connecting the points in a closed chain.</xs:documentation>
|
363
|
-
</xs:annotation>
|
364
|
-
<xs:complexType>
|
365
|
-
<xs:sequence>
|
366
|
-
<xs:element name="polygonPoint" type="point" minOccurs="4" maxOccurs="unbounded"/>
|
367
|
-
<xs:element name="inPolygonPoint" type="point" minOccurs="0" maxOccurs="1"/>
|
368
|
-
</xs:sequence>
|
369
|
-
</xs:complexType>
|
370
|
-
</xs:element>
|
363
|
+
<xs:element name="polygonPoint" type="point" minOccurs="4" maxOccurs="unbounded"/>
|
364
|
+
<xs:element name="inPolygonPoint" type="point" minOccurs="0" maxOccurs="1"/>
|
371
365
|
</xs:sequence>
|
372
366
|
</xs:complexType>
|
373
367
|
</xs:element>
|
374
|
-
</xs:
|
368
|
+
</xs:sequence>
|
375
369
|
</xs:complexType>
|
376
370
|
</xs:element>
|
377
371
|
</xs:sequence>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bolognese
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.52
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Fenner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-09-
|
11
|
+
date: 2017-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: maremma
|