tartan-grid 1.1.0 → 1.2.0
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 +4 -4
- data/README.md +4 -24
- data/app/assets/stylesheets/_grid.scss +4 -0
- data/lib/tartan/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2cd750711176f266a4effa45dc1d9115d1b5a75e
|
4
|
+
data.tar.gz: 0da35053adcd1a0b7e1e5b36531e8f357c5964fd
|
5
5
|
!binary "U0hBNTEy":
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: baa51295c7936de7963a46b463810f281ea5ef7f47fd8f450fc573df76426693cf2f2a59c13583c3b132c06e676fd36b561bddeea0b75fc4a8fda13c9461064c
|
7
|
+
data.tar.gz: a32023e943ad012c2ccf0c7e3b44b24476022b6e041a64908f92aa30361591332e750cbb2de1eb64894be2e8dbd2859735974676ee8b58cfad872e134eba95cc
|
data/README.md
CHANGED
@@ -1,29 +1,9 @@
|
|
1
1
|
# Tartan
|
2
2
|
|
3
|
-
|
3
|
+
tartan is a simple, flexible grid system packaged as a [Ruby gem](http://rubygems.org/gems/tartan-grid).
|
4
4
|
|
5
|
-
|
5
|
+
The primary goal of tartan is to create a grid that can be adapted to a diverse set of layout scenarios.
|
6
6
|
|
7
|
-
|
7
|
+
Where wrapping content in row containers is an options, tartan supports positioning content via floats. Where this is not possible, tartan supports positioning content via inline-block, eliminating the need to wrap content in row containers. This is especially useful in fluid/responsive layouts.
|
8
8
|
|
9
|
-
|
10
|
-
|
11
|
-
And then execute:
|
12
|
-
|
13
|
-
$ bundle
|
14
|
-
|
15
|
-
Or install it yourself as:
|
16
|
-
|
17
|
-
$ gem install tartan
|
18
|
-
|
19
|
-
## Usage
|
20
|
-
|
21
|
-
TODO: Write usage instructions here
|
22
|
-
|
23
|
-
## Contributing
|
24
|
-
|
25
|
-
1. Fork it
|
26
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
27
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
28
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
29
|
-
5. Create new Pull Request
|
9
|
+
Currently, the best documentation is at [http://jclem.net/tartan](http://jclem.net/tartan).
|
data/lib/tartan/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tartan-grid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Clem
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-10-
|
11
|
+
date: 2013-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|