luda 0.1.8 → 0.1.9

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
  SHA256:
3
- metadata.gz: cd86f8dc588d4008c0ff986100ef7b49f44949e0fade2242591b7e82611c2747
4
- data.tar.gz: 694003e4ecd93bbc1fcd3547de163b4383c6d42e3f25eb058ee7e7621d681ee6
3
+ metadata.gz: cdccc559d3c2dbf630a20e63b06298d50a5e7d0a0a93e42561cfa51f1bfe95a4
4
+ data.tar.gz: d2d027b04685a9bc8da753f6324ca37bd526d2f76fb9df8b96d17db11c5193f6
5
5
  SHA512:
6
- metadata.gz: 17aff21a91a97c95070f57a8e62ece629c0e60406a4dce6e73c4a1848b708f78c601a66c6de1f8df56b4dbc4c93e84a7510f717f84e42f29284142c93550a2e6
7
- data.tar.gz: e59521305009632994e680574ed1c4e36b42f465a4eaf456fe959c3d8b516896005766ab1105639531b5bf8024bddba32ebda9a7b89d3c6dcffdebf56978a869
6
+ metadata.gz: 20219ea15849dbc60252b0291c7a70a3513a8e923d17aa5047a760e9a4c9d27a9e3ae9898772325077e69bdb8f005f6408433cd9aaa17c5f67a19b2785d131bc
7
+ data.tar.gz: b19ff268b3ee05164767c22fceecdf1ffe051853dd88e83f4798ef1e5846b62920089911659fd71e93efae119c90e7bb62db13d7080e8ab436df32312b4b8987
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Luda degradation script 0.1.8 | https://luda.dev
2
+ * Luda degradation script 0.1.9 | https://luda.dev
3
3
  * Copyright 2018 oatw | https://oatw.blog
4
4
  * MIT license | http://opensource.org/licenses/MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Luda degradation script 0.1.8 | https://luda.dev
2
+ * Luda degradation script 0.1.9 | https://luda.dev
3
3
  * Copyright 2018 oatw | https://oatw.blog
4
4
  * MIT license | http://opensource.org/licenses/MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Luda 0.1.8 | https://luda.dev
2
+ * Luda 0.1.9 | https://luda.dev
3
3
  * Copyright 2018 oatw | https://oatw.blog
4
4
  * MIT license | http://opensource.org/licenses/MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Luda 0.1.8 | https://luda.dev
2
+ * Luda 0.1.9 | https://luda.dev
3
3
  * Copyright 2018 oatw | https://oatw.blog
4
4
  * MIT license | http://opensource.org/licenses/MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Luda 0.1.8 | https://luda.dev
2
+ * Luda 0.1.9 | https://luda.dev
3
3
  * Copyright 2018 oatw | https://oatw.blog
4
4
  * MIT license | http://opensource.org/licenses/MIT
5
5
  */
@@ -3,6 +3,7 @@
3
3
  .avatar-x,
4
4
  .avatar-y
5
5
  display: inline-flex
6
+ vertical-align: top
6
7
  align-items: center
7
8
 
8
9
  .avatar-x .media,
@@ -1,7 +1,7 @@
1
1
  // sass-lint:disable no-empty-rulesets
2
2
  +install(banner)
3
3
  /*!
4
- * Luda 0.1.8 | Theme default | https://luda.dev
4
+ * Luda 0.1.9 | Theme default | https://luda.dev
5
5
  * Copyright 2018 oatw | https://oatw.blog
6
6
  * MIT license | http://opensource.org/licenses/MIT
7
7
  */
@@ -1,3 +1,3 @@
1
1
  module Luda
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - oatw