seasons 0.9.3.beta15 → 0.9.3.beta16

Sign up to get free protection for your applications and to get access to all the features.
@@ -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