zizia 5.0.0 → 5.0.1
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: 453482e76b8537954045a40a8e65140314b14433043612350b1785947ff721f7
|
4
|
+
data.tar.gz: 2aa440442e200025b76818b22de7a82a837352fb1c3d4b848e9fbda46dd84d08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f68482a59065494e37f1d252bd3ec90e889683882400d6f69b9ac7e851d6d288725e6d82b55d961c7298285add26e3265ddd2d27db8670dd5332a3414a7b99d
|
7
|
+
data.tar.gz: 1933dca096dc18ad15011fb216d436a06377e15e042e4336799d5582fc0dfe66aef1307af312fe1bd48dab47c8500c754479419f5372641579bb38e6baf8afb1
|
@@ -1,10 +1,16 @@
|
|
1
1
|
.system-field { display: none; }
|
2
|
+
|
2
3
|
.field-guide-intro {
|
3
4
|
margin-top: 1em;
|
4
5
|
margin-bottom: 1em;
|
5
6
|
font-size: large;
|
6
7
|
}
|
8
|
+
|
7
9
|
.delimiter {
|
8
10
|
font-weight: 800;
|
9
11
|
font-family: monospace;
|
10
12
|
}
|
13
|
+
|
14
|
+
input.btn {
|
15
|
+
font-family: auto-apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
16
|
+
}
|
@@ -20,13 +20,13 @@
|
|
20
20
|
<b>Download a CSV template</b> and start filling in your metadata.
|
21
21
|
</div>
|
22
22
|
<div class="text-center">
|
23
|
-
<a href="/importer_documentation/csv" data-turbolinks="false" class="btn btn-default btn-lg"><i class="glyphicon glyphicon-list"></i> Import Template</a>
|
23
|
+
<a href="/importer_documentation/csv" data-turbolinks="false" class="btn btn-default btn-lg"><i class="glyphicon glyphicon-list-alt"></i> Import Template</a>
|
24
24
|
</div>
|
25
25
|
</div>
|
26
26
|
<div class="well well-sm">
|
27
27
|
<h4><span class="bullet">C</span></h4>
|
28
28
|
<div class="step">
|
29
|
-
<b>Upload your files</b> over SFTP, using a tool like <a href="https://filezilla-project.org">FileZilla</a> to transfer files.
|
29
|
+
<b>Upload your files</b> over SFTP, using a tool like <a href="https://filezilla-project.org">FileZilla</a> to transfer files.
|
30
30
|
</div>
|
31
31
|
</div>
|
32
32
|
</div>
|
@@ -88,7 +88,7 @@
|
|
88
88
|
<b>Check the status</b> of batches that have been submitted for import.
|
89
89
|
</div>
|
90
90
|
<div class="text-center">
|
91
|
-
<a href="/csv_import_details/index" class="btn btn-default btn-lg"><i class="glyphicon glyphicon-
|
91
|
+
<a href="/csv_import_details/index" class="btn btn-default btn-lg"><i class="glyphicon glyphicon-list"></i> Import History</a>
|
92
92
|
</div>
|
93
93
|
</div>
|
94
94
|
</div>
|
data/lib/zizia/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zizia
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.
|
4
|
+
version: 5.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Data Curation Experts
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-10-
|
11
|
+
date: 2019-10-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: active-fedora
|
@@ -1551,7 +1551,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1551
1551
|
- !ruby/object:Gem::Version
|
1552
1552
|
version: '0'
|
1553
1553
|
requirements: []
|
1554
|
-
rubygems_version: 3.0.
|
1554
|
+
rubygems_version: 3.0.4
|
1555
1555
|
signing_key:
|
1556
1556
|
specification_version: 4
|
1557
1557
|
summary: Hyrax importers.
|