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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01c94c3e73d7ea4ae3d13314c996f1075a1d8304c25630db60ee998199dab05d
4
- data.tar.gz: 51f94123ebe47c8f3bcbdb5537a20b79d70c1b5aa8b0c5f31426057dde93dc31
3
+ metadata.gz: 5e43ecd05ac8ac5d06403cb0808950ae638299a94032816204d0ddb1de71fa88
4
+ data.tar.gz: 5d28454713d44632c8b87b342d809747f9ecafbeb683a8517c37e74df6a40bd0
5
5
  SHA512:
6
- metadata.gz: 7ebbadbd2b141232fc3b8d78ef848122eeacbf535093f83dfb7c29cc6fc06c3d3845dbea22defa448ac230d38ff8880bd453601dfef1862bb9b4b5627c95b48c
7
- data.tar.gz: 1c9d055570b7407aeb0fa94bb36ad752e9b52d06b3c8bec787c16a4a616504d5ec71de60bba8bc164a289296d7bdebf09c30d55a39724bdca9bf30fdf2e9d28a
6
+ metadata.gz: b8e6ec6d692768f465348c3d040c7f10f4ca07c0f23d53dc5831f0792a2e846513f008a1f118ac3050f5617be6c8fd16c46b4e9ff6decb4fe27b2381d17b90cb
7
+ data.tar.gz: 76c2ed31bd64c4f4283663f583ce819bfe0253f67c86224b3a443adaaf9fd5aef620cb691993bdda4cd0091ab6b28055bfc34932c16e999abbb05ae72da918f9
@@ -1 +1,29 @@
1
- {{ content }}
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.0
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