ethosstyles 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ethosstyles/engine.rb +0 -7
- data/lib/ethosstyles/version.rb +1 -1
- metadata +2 -4
- data/app/assets/images/loader.svg +0 -12
- data/app/assets/loader.svg +0 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 737b635139fb56fb1878f172a6d4f2d9669ba39dd78265b7034d6aa617e0395d
|
4
|
+
data.tar.gz: dbf33464b2f52e7125c1961285ac4438bc5e69fd794bc126908badbf4607ddd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 616d74cbcdf2e3203659d8baf484edb5581819e62d9cc900a018f62c8b353444b641642952c07cf16b252d78a3ab4cdc9e4d7f6c795705dd3e6c72501698be38
|
7
|
+
data.tar.gz: 8626717ce2455876cad735f9b814ee06e4a4c10bb00be3d16f097e3b4de118f330a1254c42f3080ada121246efee21ae9f1ee5a11adc186c776f5f90a7517362
|
data/lib/ethosstyles/engine.rb
CHANGED
@@ -1,11 +1,4 @@
|
|
1
1
|
module Ethosstyles
|
2
2
|
class Engine < Rails::Engine
|
3
|
-
initializer 'ethosstyles.load_ethosstyles' do |app|
|
4
|
-
app.middleware.use ::ActionDispatch::Static, "#{root}/app"
|
5
|
-
end
|
6
|
-
|
7
|
-
initializer 'ethosstyles.assets.precompile' do |app|
|
8
|
-
app.config.assets.precompile << %r([\w]+\.(?:png|svg|gif)$)
|
9
|
-
end
|
10
3
|
end
|
11
4
|
end
|
data/lib/ethosstyles/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ethosstyles
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ethos
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06-
|
11
|
+
date: 2018-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|
@@ -68,8 +68,6 @@ files:
|
|
68
68
|
- app/assets/compiled/lib/webfonts/fa-solid-900.woff2
|
69
69
|
- app/assets/compiled/main.css
|
70
70
|
- app/assets/compiled/main.css.map
|
71
|
-
- app/assets/images/loader.svg
|
72
|
-
- app/assets/loader.svg
|
73
71
|
- app/assets/stylesheets/_ethosstyles.scss
|
74
72
|
- app/assets/stylesheets/components/_base.scss
|
75
73
|
- app/assets/stylesheets/components/_blurbs.scss
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<svg version="1.1" id="loader-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
2
|
-
width="40px" height="40px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
|
3
|
-
<path fill="#0057ff" d="M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z">
|
4
|
-
<animateTransform attributeType="xml"
|
5
|
-
attributeName="transform"
|
6
|
-
type="rotate"
|
7
|
-
from="0 25 25"
|
8
|
-
to="360 25 25"
|
9
|
-
dur="0.8s"
|
10
|
-
repeatCount="indefinite"/>
|
11
|
-
</path>
|
12
|
-
</svg>
|
data/app/assets/loader.svg
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
<svg version="1.1" id="loader-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
2
|
-
width="40px" height="40px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
|
3
|
-
<path fill="#0057ff" d="M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z">
|
4
|
-
<animateTransform attributeType="xml"
|
5
|
-
attributeName="transform"
|
6
|
-
type="rotate"
|
7
|
-
from="0 25 25"
|
8
|
-
to="360 25 25"
|
9
|
-
dur="0.8s"
|
10
|
-
repeatCount="indefinite"/>
|
11
|
-
</path>
|
12
|
-
</svg>
|