flint-gs 0.1.6 → 0.1.7

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: f5c1fc5c02e2fc79ade92b495b3532364ff068ec
4
- data.tar.gz: 6472b95f9fdde3bddfb4a394163595900abd9e6d
3
+ metadata.gz: b1535269660ea6ad6f318c6857fd6fd59bbb2b95
4
+ data.tar.gz: e390eb3637be7bf39157da47ed34f1295a55fec6
5
5
  SHA512:
6
- metadata.gz: 97cd4167c25e3388930d65385c8f79c224e5f16fa9595f92a1c4f614474305b7f4d1bd1dfb7157f814b750c56a617fcf9c1645eecf19e804dfaf04db8705f785
7
- data.tar.gz: 6a4ef462aa12946238d45929c8f22f484319e0bbb0245f34285070011b307bf308cfdad47ce7e3c4f97640ca65a07190695c4f83f577520e0fe016058a20619c
6
+ metadata.gz: adbbb2693ae8aa28c192148c18cfca73c419b52de355cb80bff2c6cda306834d5659d5080fdd29f7de45bf95b0f6ad8bc1692d80fcb533ccc7324b632eebc86b
7
+ data.tar.gz: 1bd7f75cdcff0a74889a91899cdd999490c2d6bbfd8980b3d0c5738a1f86fd247d37306be073fd507e2894632ccd350c2d1448b5a8006ab84a841ac01aa9ce8e
data/README.md CHANGED
@@ -1,5 +1,4 @@
1
- #Flint
2
- *v0.1.3*
1
+ #Flint [![Gem Version](https://badge.fury.io/rb/flint-gs.svg)](http://badge.fury.io/rb/flint-gs)
3
2
 
4
3
  **Flint is designed to be a flexible layout toolkit that developers can use for any responsive grid-based project.** Built on *Sass 3.3*, Flint is capable of complex responsive layouts customized at each breakpoint; all while using a single mixin, having minimal output, as well as being completely semantic. All of your layout settings are housed in a simple config file and is immensely customizable. Flint will only output the code you need, and nothing else. We handle the hard stuff, so you can focus on the rest.
5
4
 
data/lib/flint.rb CHANGED
@@ -5,7 +5,7 @@ Compass::Frameworks.register('flint', :path => extension_path)
5
5
  # Version is a number. If a version contains alphas, it will be created as a prerelease version
6
6
  # Date is in the form of YYYY-MM-DD
7
7
  module Flint
8
- VERSION = "0.1.6"
8
+ VERSION = "0.1.7"
9
9
  DATE = "2014-04-21"
10
10
  end
11
11
 
@@ -1,6 +1,6 @@
1
1
  // Mixins
2
2
  @import "lib/clearfix";
3
- @import "lib/new-instnace";
3
+ @import "lib/new-instance";
4
4
  @import "lib/print-instance";
5
5
  @import "lib/flint-calculate";
6
6
  @import "lib/flint-main";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flint-gs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse