bolognese 1.1.14 → 1.1.15
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1fbee67e009a88884a8fd714f561810aeaf47e41332c6294f7f57511afadd6f
|
4
|
+
data.tar.gz: 211926375ff9f67dea2cfad307e9667858aa6e003dcd3bee263e7f813f0b76f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: def74c47c9ba9c420a957b4c0881132eb2aff8b0f8529336d4354cfd61bd82e4950766915b25846d050556cfc051f6ecc4bc979efe511c06d1023f4bb83344b2
|
7
|
+
data.tar.gz: 60a5e308aeca9323c41452795403c9d685e81aff129542e3f7f77a53f81992def020c3e978a9a49c54fea5f0fa3d7569628c872d3987d6504e287ab2522c57f5
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bolognese (1.1.
|
4
|
+
bolognese (1.1.15)
|
5
5
|
activesupport (>= 4.2.5, < 6)
|
6
6
|
benchmark_methods (~> 0.7)
|
7
7
|
bibtex-ruby (~> 4.1)
|
@@ -71,12 +71,12 @@ GEM
|
|
71
71
|
faraday (>= 0.7.4, < 1.0)
|
72
72
|
gender_detector (0.1.2)
|
73
73
|
unicode_utils (>= 1.3.0)
|
74
|
-
haml (5.0
|
74
|
+
haml (5.1.0)
|
75
75
|
temple (>= 0.8.0)
|
76
76
|
tilt
|
77
77
|
hamster (3.0.0)
|
78
78
|
concurrent-ruby (~> 1.0)
|
79
|
-
hashdiff (0.3.
|
79
|
+
hashdiff (0.3.9)
|
80
80
|
htmlentities (4.3.4)
|
81
81
|
i18n (1.6.0)
|
82
82
|
concurrent-ruby (~> 1.0)
|
@@ -111,7 +111,7 @@ GEM
|
|
111
111
|
mini_portile2 (2.3.0)
|
112
112
|
minitest (5.11.3)
|
113
113
|
multi_json (1.13.1)
|
114
|
-
multipart-post (2.
|
114
|
+
multipart-post (2.1.1)
|
115
115
|
namae (1.0.1)
|
116
116
|
nokogiri (1.8.5)
|
117
117
|
mini_portile2 (~> 2.3.0)
|
@@ -152,7 +152,7 @@ GEM
|
|
152
152
|
rspec-mocks (~> 3.8.0)
|
153
153
|
rspec-core (3.8.0)
|
154
154
|
rspec-support (~> 3.8.0)
|
155
|
-
rspec-expectations (3.8.
|
155
|
+
rspec-expectations (3.8.3)
|
156
156
|
diff-lcs (>= 1.2.0, < 2.0)
|
157
157
|
rspec-support (~> 3.8.0)
|
158
158
|
rspec-mocks (3.8.0)
|
data/lib/bolognese/version.rb
CHANGED
@@ -43,7 +43,7 @@
|
|
43
43
|
<xs:enumeration value="Requires"/>
|
44
44
|
<xs:enumeration value="IsRequiredBy"/>
|
45
45
|
<xs:enumeration value="Obsoletes"/>
|
46
|
-
<xs:enumeration value="IsObsoletedBy
|
46
|
+
<xs:enumeration value="IsObsoletedBy"/>
|
47
47
|
</xs:restriction>
|
48
48
|
</xs:simpleType>
|
49
49
|
</xs:schema>
|
@@ -43,7 +43,7 @@
|
|
43
43
|
<xs:enumeration value="Requires"/>
|
44
44
|
<xs:enumeration value="IsRequiredBy"/>
|
45
45
|
<xs:enumeration value="Obsoletes"/>
|
46
|
-
<xs:enumeration value="IsObsoletedBy
|
46
|
+
<xs:enumeration value="IsObsoletedBy"/>
|
47
47
|
</xs:restriction>
|
48
48
|
</xs:simpleType>
|
49
49
|
</xs:schema>
|
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: 1.1.
|
4
|
+
version: 1.1.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Fenner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: maremma
|