seasons 0.9.3.beta15 → 0.9.3.beta16

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{seasons}
5
- s.version = "0.9.3.beta15"
5
+ s.version = "0.9.3.beta16"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
8
8
  s.authors = ["Scott Kellum"]
@@ -1,9 +1,5 @@
1
1
  @import tools/basic-functions
2
- @import tools/color-schemer
3
2
  @import tools/css3
4
- @import tools/flexbox
5
3
  @import tools/grid-tools
6
- @import tools/math
7
- @import tools/modular-scale
8
4
  @import tools/relative-pixels
9
5
  @import tools/reset
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 9
8
8
  - 3
9
- - beta15
10
- version: 0.9.3.beta15
9
+ - beta16
10
+ version: 0.9.3.beta16
11
11
  platform: ruby
12
12
  authors:
13
13
  - Scott Kellum