middleman-oulu 0.5.21 → 0.5.22

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: ffce22b569599332212fd57a5d6773921c9ded9d
4
- data.tar.gz: a297c23f077c4854d98d5e63f0bdefd42277d04f
3
+ metadata.gz: d02d0cc45f4ed00c4b65717666a0834db014e1e8
4
+ data.tar.gz: dcfacf7c44a6380b707f6a34d6ad623d8fd5f92d
5
5
  SHA512:
6
- metadata.gz: c3529604581c7d2b46d00e67cbfd3fe5c5240acfbc5145794ffb156b725374e62d24de713a0ee177f72b6008707e302f88172e7db0daa0a963f73d23069a8a88
7
- data.tar.gz: 83635c5516784008c817f696b570ad3c1af25f4964c4dc4beb5f16c8b25c0a92b844a966096cf8479aa56a117dfb9b0dd6a15540fb45cb2f543e3d826f35042a
6
+ metadata.gz: b21e7691f9532838aa070006d2790f0c8896d2b344c668a9e380d0c5d8e7bf97b547ad602e29290c2743873e1b9b225e8600cd2ae4e2940ede5aa1bbc83e07be
7
+ data.tar.gz: d3d07714a687fd7ead4f8188a98e63252686c89a9f01950811933b1236946893f3e42f60ea188b6b2e0d8825109f9a95cb0118405c69d5e62398e83db88c13b9
@@ -6,7 +6,7 @@
6
6
  $transition-delays: ()
7
7
  @each $value in $list
8
8
  @for $i from 1 through length($value)
9
- $transition-properties: append(transition-properties, if(transition_property(nth($value, $i)), transition_property(nth($value, $i)), null), comma)
9
+ $transition-properties: append($transition-properties, if(transition_property(nth($value, $i)), nth($value, $i), null), comma)
10
10
  $transition-durations: append($transition-durations, if(transition_duration(nth($value, $i)), nth($value, $i), null), comma)
11
11
  $transition-timing-functions: append($transition-timing-functions, if(transition_timing_function(nth($value, $i)), nth($value, $i), null), comma)
12
12
  $transition-delays: append($transition-delays, if(transition_delay(nth($value, $i)), transition_delay(nth($value, $i)), null), comma)
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Oulu
3
- VERSION = "0.5.21"
3
+ VERSION = "0.5.22"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-oulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.21
4
+ version: 0.5.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-26 00:00:00.000000000 Z
11
+ date: 2014-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler