semantic-ui-sass 2.2.1.0 → 2.2.1.1

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
  SHA1:
3
- metadata.gz: 2627e94680c0c8b67fe7c67531772214a5c9c06e
4
- data.tar.gz: 80c4f0e6ac7f1ac6717fe66bacdaf4291448a0a4
3
+ metadata.gz: 078bbd02e2350b2cfb4cd038ee05a76efeb2a977
4
+ data.tar.gz: 51be0559343b597bd587b6a2db3024d851c21ab3
5
5
  SHA512:
6
- metadata.gz: fe9ed202afbfcb70acea9b0295cf43a6f0d044ad77ed08212ca98f5bbea3bd9d0a215be18ba07dc0f15b0f4ad6f442794ab5a58dfb8dc98707c0ca3f77f7211a
7
- data.tar.gz: a089cceafa0a5f7e39f45d1fb9dfd243b19926366a7639d06742e62b0a0c376cfb6e1bf272b15764de045d2a552059df071a3215c76fbbc4a06047edec36f759
6
+ metadata.gz: 7795891007df80ae7891ca327c21e3c9ae910d327e7ad86409eff288e38414920ebf6bb6c9ce9926136760dc751b84822444017793e3e42986762bf70f0431ba
7
+ data.tar.gz: 7fde89d1710ddd09752167daf938093070284980d9e86fd8b8c7d5b33c1a59c191d541d57f799a2b6a72ec12e2a8582f1ba103fe1bb0dd07e596ba441a07a075
@@ -1,3 +1,7 @@
1
+ ## 2.2.1.1
2
+
3
+ * Fix #79
4
+
1
5
  ## 2.2.1.0
2
6
 
3
7
  * Update Semantic UI to 2.2.1
@@ -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.1.0"
4
+ VERSION = "2.2.1.1"
5
5
  SEMANTIC_UI_SHA = '8a509f4f36aaa4b2238ac8345c2c26370640997c'
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.1.0
4
+ version: 2.2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-28 00:00:00.000000000 Z
11
+ date: 2016-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler