boxmodel-rails 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4da5520d2a2541cb5cca8567f0587cbffa94f01a
4
- data.tar.gz: 989395fab6c1c14b273a3cc38f4aaa4f01989ee9
3
+ metadata.gz: 0416c24956b5468d990916a12900c580f91f40dd
4
+ data.tar.gz: 9a01f2f59741a4f6a7db67cae4f200276ac27d43
5
5
  SHA512:
6
- metadata.gz: 6fec2e594b9ef8f2c59d496ccc10d9fd0c250aeb86eb00262b38ef1fdc76ba20d948c0ccbd06d7e88038b975387eec98687599a5de975c293b8854c9a63322ae
7
- data.tar.gz: f8c168648573871477b3eb91698213f27c7568a48469a3c6c99bd960445169efb847626126044c36ad1f9d5a7b2dcfb765c91506cab2c9eddc1c14e19b9dfc85
6
+ metadata.gz: 423feb4c3a5e4ad72d0a999fc9d29acc93f5aa370a6caade5dadbf74c9cb9ba83c6b41d4b2888eea95ed9be7b0e709e96c2d37ea6cd9cc3745af772669275d5a
7
+ data.tar.gz: 58c42959140c44e075807172bd21c98f0a0ad3cfd260975d9adffa009ecb0410d86e41c233fb94afdcb50bad2861260ac6cf3e77e00d8d03f09682f680ff94f4
@@ -1,5 +1,5 @@
1
1
  module Boxmodel
2
2
  module Rails
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
@@ -100,9 +100,9 @@ $values: null !default
100
100
  @if $values == null
101
101
  @for $i from $minValue through ceil($maxValue/$step)
102
102
  $val: $step * $i
103
- @mixin classes($val)
103
+ @include classes($val)
104
104
  @else
105
105
  @each $val in $values
106
- @mixin classes($val)
106
+ @include classes($val)
107
107
 
108
108
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxmodel-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Szymon Szeliga