gridstrap 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +6 -0
  3. data/stylesheets/_gridstrap.scss +0 -0
  4. metadata +28 -17
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: bf420ee8f8414682a5053783fd1eaecb3513196f
4
+ data.tar.gz: ad87eacd8774bf10561f74a91bad9774546625b6
5
+ SHA512:
6
+ metadata.gz: f9f7dba16150dfc33a212e0f57634d5faf175010ce7c0b33e04854ece7a3044f785fd785e1c6b0b978c16a92a92c481537840552a691d1277c5d5bca3f05f197
7
+ data.tar.gz: b1b2d443d7e921513fdd7a7ae9bd7e3b02b5b342a40b1fcbd9b5d5d2b738c4a1d9eae9a9e53717a19850607ce529ce36ee3c0a910b6ef653ccc87cd2631e8df4
data/README.md CHANGED
@@ -4,6 +4,12 @@ Compass Gridstrap
4
4
  Gridstrap is a Bootstrap inspired grid system, for both responsive and
5
5
  non-responsive designs.
6
6
 
7
+ Requirements
8
+ ============
9
+
10
+ Gridstrap is uses [HandySASS](http://github.com/dougwollison/handysass)'
11
+ responsive mixins. You must have HandySASS installed to use Gridstrap.
12
+
7
13
 
8
14
  Installation
9
15
  ============
File without changes
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gridstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
5
- prerelease:
4
+ version: 0.1.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Doug Wollison
@@ -14,19 +13,31 @@ dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: compass
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0.11'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0.11'
27
+ - !ruby/object:Gem::Dependency
28
+ name: handysass
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: 0.1.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: 0.1.0
30
41
  description: A bootstrap inspired grid system kit for Compass.
31
42
  email: doug@wollison.net
32
43
  executables: []
@@ -36,35 +47,35 @@ files:
36
47
  - README.md
37
48
  - lib/gridstrap.rb
38
49
  - stylesheets/_gridstrap.scss
50
+ - stylesheets/inc/_build.scss
51
+ - stylesheets/inc/_mixins.scss
39
52
  - stylesheets/inc/_vars.scss
40
- - stylesheets/inc/build/_up.scss
41
- - stylesheets/inc/build/_none.scss
42
53
  - stylesheets/inc/build/_down.scss
43
54
  - stylesheets/inc/build/_exact.scss
44
- - stylesheets/inc/_mixins.scss
45
- - stylesheets/inc/_build.scss
55
+ - stylesheets/inc/build/_none.scss
56
+ - stylesheets/inc/build/_up.scss
46
57
  homepage: http://github.com/dougwollison/gridstrap
47
- licenses: []
58
+ licenses:
59
+ - GPL-2.0
60
+ metadata: {}
48
61
  post_install_message:
49
62
  rdoc_options: []
50
63
  require_paths:
51
64
  - lib
52
65
  required_ruby_version: !ruby/object:Gem::Requirement
53
- none: false
54
66
  requirements:
55
- - - ! '>='
67
+ - - '>='
56
68
  - !ruby/object:Gem::Version
57
69
  version: '0'
58
70
  required_rubygems_version: !ruby/object:Gem::Requirement
59
- none: false
60
71
  requirements:
61
- - - ! '>='
72
+ - - '>='
62
73
  - !ruby/object:Gem::Version
63
74
  version: '0'
64
75
  requirements: []
65
76
  rubyforge_project:
66
- rubygems_version: 1.8.23
77
+ rubygems_version: 2.0.3
67
78
  signing_key:
68
- specification_version: 3
79
+ specification_version: 4
69
80
  summary: A bootstrap inspired grid system kit for Compass.
70
81
  test_files: []