semantic-ui-sass 1.11.4.0 → 1.11.4.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: 899448113874a1c77e7400af622e6aa951482d97
4
- data.tar.gz: 4b89b740e17db9431d8072d712afb96338462e73
3
+ metadata.gz: 1f2407c5ad0d5005ee1e9e474dbd4bb3e8b859b6
4
+ data.tar.gz: e43ba5cc402063cc7ecd70e67bfc247025e03bd5
5
5
  SHA512:
6
- metadata.gz: 3cb14447d4ebb1412f8b1c2990daee264c613b7aa09d0660ddc99de09b6b18581d5ed6ddec54a1e30ae5b8fe20c2c7932c5759f113a3fec97d91820edc9dfd7c
7
- data.tar.gz: 5f8cdd204ed517326ff9c79290648fd1fc39585d802765b637536020f93163a1c028a8839cff1decfc6d3d4f00228af3912ba69741b73cbdb8fbee326ef29400
6
+ metadata.gz: 2f222cf5d08de3748747512d7917fb5a9920f5e455579276431520ccef84ed8f049aa653df51d8744a37dbe68ba6f905f3d62a1a8908e9d0557b48ba1276ad23
7
+ data.tar.gz: 7733b8bc101fb2a2a9dd00e9d33eab9e94536522179086433c5aa6792a3eb511247abc940cd6298782e9bbc21e4baf69086a3bef4d45aaaa5c4bba369caac240
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.11.4.1
2
+
3
+ * Removes reference to a absent icon file
4
+
1
5
  ## 1.11.4.0
2
6
 
3
7
  * Update Semantic UI to 1.11.4
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## NOTE
6
6
 
7
- This branch is still beta, it still dosen't support custom theme.
7
+ The gem only has default theme.
8
8
 
9
9
  ## Installation and Usage
10
10
 
@@ -17,7 +17,7 @@
17
17
  @font-face {
18
18
  font-family: 'Icons';
19
19
  src: font-url("semantic-ui/icons.eot");
20
- src: font-url("semantic-ui/icons.eot?#iefix") format('embedded-opentype'), font-url("semantic-ui/icons.woff2") format('woff'), font-url("semantic-ui/icons.woff") format('woff'), font-url("semantic-ui/icons.ttf") format('truetype'), font-url("semantic-ui/icons.svg#icons") format('svg');
20
+ src: font-url("semantic-ui/icons.eot?#iefix") format('embedded-opentype'), font-url("semantic-ui/icons.woff") format('woff'), font-url("semantic-ui/icons.ttf") format('truetype'), font-url("semantic-ui/icons.svg#icons") format('svg');
21
21
  font-style: normal;
22
22
  font-weight: normal;
23
23
  font-variant: normal;
@@ -1,7 +1,7 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "1.11.4.0"
4
+ VERSION = "1.11.4.1"
5
5
  SEMANTIC_UI_SHA = '43aaa207117c10005df28f1b590323db0a2be8c5'
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: 1.11.4.0
4
+ version: 1.11.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-08 00:00:00.000000000 Z
11
+ date: 2015-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler