semantic-ui-sass 2.2.10.0 → 2.2.10.1

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: 67ad2c068b04cc15b5a6efbb08f075775b0fd974
4
- data.tar.gz: c38efc1903e373bf9c641826626540e228f429aa
3
+ metadata.gz: bc1348ffbc116abd9482704b92f44c1feaa1702e
4
+ data.tar.gz: c2146b3e7240eb81773d2cd30e8a13797284aa9f
5
5
  SHA512:
6
- metadata.gz: 350843fe2cdbae4804a6f7e47ad7c3f2e1ebba996dc6af021192dbc7ba929e5257100c509f83df15d01f955f19306d1dad3ea110c654e44ddd90a39a1dd10b57
7
- data.tar.gz: 29ceeac3c02134187f7b1be28c15d2b5683d65244b6610f35b931e79a41cdf6533d2da5fb938cb97c4331c66473219b2e269708e18f4401df765aff8c06b3114
6
+ metadata.gz: a516fa4b9076ae86495bd19ee50948b6309a350c635bccc781cc07679ebaef4c88e9d0055e45b11a5724e8235ca93711dd122ac7ad91fd2c791011bf8b6db22d
7
+ data.tar.gz: aabba409ff86761ddd157a2003fefdfbffb63cc6de0bbddf3049a5cb0e9a2b845e9e7664ef0d8fe94be63ebc1d709cdd1507b00cc52cbae33ba279b06643d2a5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.2.10.1
2
+
3
+ * Fix flag.png path
4
+
1
5
  ## 2.2.10.0
2
6
 
3
7
  * Update Semantic UI to 2.2.10
@@ -31,7 +31,7 @@ i.flag:not(.icon) {
31
31
  i.flag:not(.icon):before {
32
32
  display: inline-block;
33
33
  content: '';
34
- background: image-url("./semantic-ui/flags.png") no-repeat -108px -1976px;
34
+ background: image-url("semantic-ui/flags.png") no-repeat -108px -1976px;
35
35
  width: 16px;
36
36
  height: 11px;
37
37
  }
@@ -1,7 +1,7 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "2.2.10.0"
4
+ VERSION = "2.2.10.1"
5
5
  SEMANTIC_UI_SHA = '3a93a309235cbc4e8c064101a3c2876f8ecd50c5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic-ui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.10.0
4
+ version: 2.2.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-24 00:00:00.000000000 Z
11
+ date: 2017-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler