mui-sass 0.4.0 → 0.4.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: 39392ebae330915320632b69ffbfb034e0e49aa1
4
- data.tar.gz: e0e384515f0afc0fad0546fb5f0e14b6357cab7c
3
+ metadata.gz: d8e0161e6c8c1014c9e3d7c5ae346bb05611bac3
4
+ data.tar.gz: 9c67c706758ed57466c647dd722c91e86750ada7
5
5
  SHA512:
6
- metadata.gz: 57a05144b018ea827d6d790cea8a10f9139bba04217e88050f06dc7b1e54510aeefccb1406c9c04bda311dfa8fa60e9ea145fadd45ac7c3700396dbd1a14e4bf
7
- data.tar.gz: ab1deb5408da42ccca7483d29d4693a380df26c0789d383cf3cea39d680781f93a7352615351a25405da40485cee7c6a029508a2fc3e430c233c047680f9ed0d
6
+ metadata.gz: 2eca1e9101670c5ea56005074b14ad627341c4c3440b7872737d9321f0b450a1cb2dcd4a4c2961ba1bacc32c670c69292172ec12f0490fa88ce281fafb41aea2
7
+ data.tar.gz: 5e1f4cfcd7f6d1517da59875301d3ee317c0122136d88053e76d12661d4667fb7565b904dd321e617c7be190c63c86bed0eed1c6a5cc38b1bcb295e7222db4f7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.4.1 (2016-02-03)
2
+
3
+ - Update assets to match upstream version
4
+
5
+ Framework version: MUI v0.4.1
6
+
1
7
  ## 0.4.0 (2016-02-02)
2
8
 
3
9
  - Update assets to match upstream version
@@ -1,5 +1,5 @@
1
1
  module Mui
2
2
  module Sass
3
- VERSION = '0.4.0'
3
+ VERSION = '0.4.1'
4
4
  end
5
5
  end
@@ -577,8 +577,12 @@ function loadStyleFn(cssText) {
577
577
  * Raise an error
578
578
  * @param {string} msg - The error message.
579
579
  */
580
- function raiseErrorFn(msg) {
581
- throw new Error("MUI: " + msg);
580
+ function raiseErrorFn(msg, useConsole) {
581
+ if (useConsole) {
582
+ if (typeof console !== 'undefined') console.error('MUI Warning: ' + msg);
583
+ } else {
584
+ throw new Error('MUI: ' + msg);
585
+ }
582
586
  }
583
587
 
584
588
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Tarasov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-02-02 00:00:00.000000000 Z
11
+ date: 2016-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass