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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77200e730c34632b42d2adc21e257ab741f70cac454093445547d681aa19bf14
4
- data.tar.gz: be55f0cef31385c1fd273310b53f50e04f190f9f232630c23cb779a6344e778e
3
+ metadata.gz: 737b635139fb56fb1878f172a6d4f2d9669ba39dd78265b7034d6aa617e0395d
4
+ data.tar.gz: dbf33464b2f52e7125c1961285ac4438bc5e69fd794bc126908badbf4607ddd0
5
5
  SHA512:
6
- metadata.gz: 3c89072b1d0d9420512840a5cdb5201b36bd0cb57d84b5616d97ee179d9c7380bc706b0feb7db629ab02a4f91cdc948e091e6b5f69983d44d917a96860ee1228
7
- data.tar.gz: 13d2e4d9359ac17a97d756a6637e896fc125458a2f4a961491e7863fc0b2a56ed1b403ecc8e8e6e14f695c1b8f94588ca3b15565185090832d0580ed8f904603
6
+ metadata.gz: 616d74cbcdf2e3203659d8baf484edb5581819e62d9cc900a018f62c8b353444b641642952c07cf16b252d78a3ab4cdc9e4d7f6c795705dd3e6c72501698be38
7
+ data.tar.gz: 8626717ce2455876cad735f9b814ee06e4a4c10bb00be3d16f097e3b4de118f330a1254c42f3080ada121246efee21ae9f1ee5a11adc186c776f5f90a7517362
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Ethosstyles
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
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.11
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-13 00:00:00.000000000 Z
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>
@@ -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>