semantic-ui-sass 2.2.9.0 → 2.2.9.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: 00d2bdb5ccc1e68e4073f0fdb711fa83cdaaba39
4
- data.tar.gz: a5c94a84c4385235fd375a516e5a86b72332d242
3
+ metadata.gz: 07cb31415f2e934730d3a015ddcac082a0215cf6
4
+ data.tar.gz: deca455959b950debda1cadb6d082cec2e7f5719
5
5
  SHA512:
6
- metadata.gz: 976edba69bb185f9a1dd62ddfbcc89ac4d5b916605a1d87b10b5a5043fe1a10423eddfa315a35b0b77b2ad5e2a48b040b628d83011b338d0b50f371027a02bd7
7
- data.tar.gz: 676185efcb8c74cd77ed6d1944ffbcb255f400a40892fe96dfbebfa04f3ae969953b4b798e8204469a349755aaec7567981aeccd144a5396ddc7ec429ff32b89
6
+ metadata.gz: 45e00ae931e318d029271d6ae932ce73b97c9e51f6531466785c4d7ce95dd53e0dba6e217b30ae798fcc3c7f241ae30168873262dc61667f593b5178645b0efb
7
+ data.tar.gz: 263a4c0d054d1c90d966fd3a48d49704e962e398c1a770ca29dbcbf242865de16f13c36e16a2326df6faa2cd45e9a208d3787d30cf2c539e84a45dae330f684e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.2.9.1
2
+
3
+ * Fix compass template error
4
+
1
5
  ## 2.2.9.0
2
6
 
3
7
  * before_action instead before_filter
@@ -1,7 +1,7 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "2.2.9.0"
4
+ VERSION = "2.2.9.1"
5
5
  SEMANTIC_UI_SHA = '741dd81e534a5b24346cc08c989eb116e9253c52'
6
6
  end
7
7
  end
@@ -10,7 +10,7 @@ javascript_dir = ["#{basedir}/javascripts/semantic-ui", "#{basedir}/javascripts/
10
10
  font_dir = "#{basedir}/fonts/semantic-ui"
11
11
 
12
12
 
13
- Dir[File.join(File.dirname(__FILE__), image_dir, '*.gif')].each do |file|
13
+ Dir[File.join(File.dirname(__FILE__), image_dir, '*.png')].each do |file|
14
14
  filename = File.basename(file)
15
15
  image "#{image_dir}/#{filename}", to: "semantic-ui/#{filename}"
16
16
  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.9.0
4
+ version: 2.2.9.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-02-23 00:00:00.000000000 Z
11
+ date: 2017-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler