test-drives 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/default.html +29 -1
- data/assets/images/Nidec-Logo-Black.png +0 -0
- data/assets/images/Nidec-Logo-White.png +0 -0
- data/assets/images/NidecDrives-logo.png +0 -0
- data/assets/images/favicon.ico +0 -0
- metadata +7 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e43ecd05ac8ac5d06403cb0808950ae638299a94032816204d0ddb1de71fa88
|
4
|
+
data.tar.gz: 5d28454713d44632c8b87b342d809747f9ecafbeb683a8517c37e74df6a40bd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8e6ec6d692768f465348c3d040c7f10f4ca07c0f23d53dc5831f0792a2e846513f008a1f118ac3050f5617be6c8fd16c46b4e9ff6decb4fe27b2381d17b90cb
|
7
|
+
data.tar.gz: 76c2ed31bd64c4f4283663f583ce819bfe0253f67c86224b3a443adaaf9fd5aef620cb691993bdda4cd0091ab6b28055bfc34932c16e999abbb05ae72da918f9
|
data/_layouts/default.html
CHANGED
@@ -1 +1,29 @@
|
|
1
|
-
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
3
|
+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
4
|
+
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
5
|
+
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
|
6
|
+
<html>
|
7
|
+
<head>
|
8
|
+
<meta charset="utf-8" />
|
9
|
+
<meta
|
10
|
+
http-equiv="X-UA-Compatible"
|
11
|
+
content="IE=edge" />
|
12
|
+
<title>{{page.title}}</title>
|
13
|
+
<meta
|
14
|
+
name="description"
|
15
|
+
content="Nidec Drives Global Applications Page" />
|
16
|
+
<meta
|
17
|
+
name="viewport"
|
18
|
+
content="width=device-width, initial-scale=1" />
|
19
|
+
<link
|
20
|
+
rel="stylesheet"
|
21
|
+
href="" />
|
22
|
+
|
23
|
+
<link
|
24
|
+
rel="shortcut icon"
|
25
|
+
type="image/x-icon"
|
26
|
+
href="/assets/image/favicon.ico?" />
|
27
|
+
</head>
|
28
|
+
{{ content }}
|
29
|
+
</html>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: test-drives
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aedan McHale
|
@@ -28,14 +28,14 @@ dependencies:
|
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '1.16'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - "
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '1.16'
|
41
41
|
- !ruby/object:Gem::Dependency
|
@@ -64,6 +64,10 @@ files:
|
|
64
64
|
- _layouts/default.html
|
65
65
|
- _layouts/page.html
|
66
66
|
- _layouts/post.html
|
67
|
+
- assets/images/Nidec-Logo-Black.png
|
68
|
+
- assets/images/Nidec-Logo-White.png
|
69
|
+
- assets/images/NidecDrives-logo.png
|
70
|
+
- assets/images/favicon.ico
|
67
71
|
homepage: https://acim.nidec.com/en/drives/control-techniques/
|
68
72
|
licenses:
|
69
73
|
- MIT
|