now-ui-kit-rails 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 411821a138623d5fcce741be72ea8087d7813595
|
|
4
|
+
data.tar.gz: e30f9ae6185b04882037a7c81acbd59b8c5fd611
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff81f4a1438cbe946c10a2bb513d3a60f14646cb4e476c7e4f1f6bbd28e4b6d6a0045607de0305ddbf38757eaff61d04b177f9ec96d87b149ce67597704b7f38
|
|
7
|
+
data.tar.gz: e75fde46f39677924e3ec5ba4939d1966c0d37a01401721744bc0816ac8a3bb6ee4b44c1ad75cb702d55e0c9c3b61a340b9e2f7564716f8519e6dd5ad7e2afd5
|
data/Rakefile
CHANGED
|
@@ -23,11 +23,11 @@ namespace :now_ui_kit do
|
|
|
23
23
|
sh "mv #{dir}/now-ui-kit-master/assets/js/now-ui-kit.js app/assets/javascripts/", verbose: true
|
|
24
24
|
sh "mv #{dir}/now-ui-kit-master/assets/sass/* app/assets/stylesheets/", verbose: true
|
|
25
25
|
sh "mv app/assets/stylesheets/now-ui-kit/_nucleo-outline.scss app/assets/stylesheets/now-ui-kit/_nucleo-outline.scss.erb", verbose: true
|
|
26
|
-
sh "sed -i -e 's|../fonts/nucleo-outline.eot|<%= font_path(
|
|
27
|
-
sh "sed -i -e 's|../fonts/nucleo-outline.woff2|<%= font_path(
|
|
28
|
-
sh "sed -i -e 's|../fonts/nucleo-outline.woff|<%= font_path(
|
|
29
|
-
sh "sed -i -e 's|../fonts/nucleo-outline.ttf|<%= font_path(
|
|
30
|
-
sh "sed -i -e 's|../fonts/nucleo-outline.svg|<%= font_path(
|
|
26
|
+
sh "sed -i -e 's|../fonts/nucleo-outline.eot|<%= font_path(\"nucleo-outline.eot\") %>|g' app/assets/stylesheets/now-ui-kit/_nucleo-outline.scss.erb", verbose: true
|
|
27
|
+
sh "sed -i -e 's|../fonts/nucleo-outline.woff2|<%= font_path(\"nucleo-outline.woff2\") %>|g' app/assets/stylesheets/now-ui-kit/_nucleo-outline.scss.erb", verbose: true
|
|
28
|
+
sh "sed -i -e 's|../fonts/nucleo-outline.woff|<%= font_path(\"nucleo-outline.woff\") %>|g' app/assets/stylesheets/now-ui-kit/_nucleo-outline.scss.erb", verbose: true
|
|
29
|
+
sh "sed -i -e 's|../fonts/nucleo-outline.ttf|<%= font_path(\"nucleo-outline.ttf\") %>|g' app/assets/stylesheets/now-ui-kit/_nucleo-outline.scss.erb", verbose: true
|
|
30
|
+
sh "sed -i -e 's|../fonts/nucleo-outline.svg|<%= font_path(\"nucleo-outline.svg\") %>|g' app/assets/stylesheets/now-ui-kit/_nucleo-outline.scss.erb", verbose: true
|
|
31
31
|
end
|
|
32
32
|
end
|
|
33
33
|
|
|
@@ -8,12 +8,12 @@ Created using IcoMoon - icomoon.io
|
|
|
8
8
|
|
|
9
9
|
@font-face {
|
|
10
10
|
font-family: 'Nucleo Outline';
|
|
11
|
-
src: url('<%= font_path(nucleo-outline.eot) %>');
|
|
12
|
-
src: url('<%= font_path(nucleo-outline.eot) %>') format('embedded-opentype'),
|
|
13
|
-
url('<%= font_path(nucleo-outline.woff2) %>') format('woff2'),
|
|
14
|
-
url('<%= font_path(nucleo-outline.woff) %>') format('woff'),
|
|
15
|
-
url('<%= font_path(nucleo-outline.ttf) %>') format('truetype'),
|
|
16
|
-
url('<%= font_path(nucleo-outline.svg) %>') format('svg');
|
|
11
|
+
src: url('<%= font_path("nucleo-outline.eot") %>');
|
|
12
|
+
src: url('<%= font_path("nucleo-outline.eot") %>') format('embedded-opentype'),
|
|
13
|
+
url('<%= font_path("nucleo-outline.woff2") %>') format('woff2'),
|
|
14
|
+
url('<%= font_path("nucleo-outline.woff") %>') format('woff'),
|
|
15
|
+
url('<%= font_path("nucleo-outline.ttf") %>') format('truetype'),
|
|
16
|
+
url('<%= font_path("nucleo-outline.svg") %>') format('svg');
|
|
17
17
|
font-weight: normal;
|
|
18
18
|
font-style: normal;
|
|
19
19
|
}
|
data/lib/now_ui_kit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: now-ui-kit-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- mgi166
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-08-
|
|
11
|
+
date: 2017-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|