oulu 0.12.31 → 0.12.32

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: 0bde721de22847a75e838f17a7ec82c18b5da8b4
4
- data.tar.gz: b91906e60741cfe24cb62aa3059b04603a8eb838
3
+ metadata.gz: 51f7ce077ee4c7bf4b4716855b41fe6aaddb4ef7
4
+ data.tar.gz: 150383c7277abdd8070c252ba2cd44b5e47ef8ab
5
5
  SHA512:
6
- metadata.gz: 108093b824affad4d53cb89a60d88ad78cd5988ad393ab8a704b104a9edbb2f94a62ea00ac93f45256167e943242c60d493535ca56e254663441b418390ab8b7
7
- data.tar.gz: 06c598cdb80391b6e50a8b0fd4dbe7b8761178f88941e59a42c13dfbefca61e23e2c318525270cbb38b3f4d087dd84b2021d77b1f771b11e40c9b84e01db8feb
6
+ metadata.gz: db2d34ef3041fd20c14584674f4a82596f821513da4c85b1b8fc860e213994c4643f388a9a42010a2afa11d1dfa119a689b33931fa4b85cc0a23c3903b4d00fc
7
+ data.tar.gz: d278c73ae99cf4aa86542700a565cb35a6212f40ec4fcaeac1f02e613ff5c867c879a4b2e847fef73ab2acd1d7d411ca014dda8cfbbca73e05ce630b2814ff1b
@@ -34,7 +34,7 @@
34
34
  @if background_size($value)
35
35
  @if list($value)
36
36
  @if string(nth($value, 1)) and str-index(nth($value, 1), '\/')
37
- @return unquote(str-replace(nth($value, 1), '\\/', '/') + ' ' + nth($value, 2))
37
+ @return unquote(string-replace(nth($value, 1), '\\/', '/') + ' ' + nth($value, 2))
38
38
  @else
39
39
  @return unquote('/' + $value)
40
40
  @else
@@ -5,7 +5,7 @@
5
5
  @return null
6
6
 
7
7
  // https://gist.github.com/hail2u/6101358
8
- @function str-replace($string, $substr, $newsubstr, $all: 0)
8
+ @function string-replace($string, $substr, $newsubstr, $all: 0)
9
9
  $position-found: str-index($string, $substr)
10
10
  @if $position-found
11
11
  @while $position-found > 0
@@ -21,4 +21,4 @@
21
21
  @return $string
22
22
 
23
23
  @function dot_to_underscore($string)
24
- @return str-replace($string, ".", "_")
24
+ @return string-replace($string, ".", "_")
@@ -36,7 +36,6 @@
36
36
  letter-spacing: $space-width
37
37
  text-indent: $space-width
38
38
 
39
-
40
39
  =ellipsis($max-width: 100%)
41
40
  display: inline-block
42
41
  max-width: $max-width
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.31",
3
+ "version": "0.12.32",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
data/lib/oulu/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Oulu
2
- VERSION = "0.12.31"
2
+ VERSION = "0.12.32"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.31",
3
+ "version": "0.12.32",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.31
4
+ version: 0.12.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-14 00:00:00.000000000 Z
11
+ date: 2017-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor