ronin-grid 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -107,7 +107,7 @@ $gutter-pct-width: ($gutter-width / $container-width) * 100%;
107
107
  }
108
108
  }
109
109
 
110
- @media screen and (max-width: 479px) {
110
+ @media screen and (max-width: 320px) {
111
111
  width: 100% - $gutter-pct-width;
112
112
  }
113
113
  }
@@ -1,3 +1,3 @@
1
1
  module RoninGrid
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ronin-grid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-22 00:00:00.000000000 Z
12
+ date: 2012-03-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
16
- requirement: &70241913499800 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,12 @@ dependencies:
21
21
  version: '3.1'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70241913499800
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '3.1'
25
30
  description: ! 'The objective of Ronin is to provide a framework for developing flexible,
26
31
  responsive web designs that are compatible back to IE7. Ronin aims to be somewhat
27
32
  of a "framework framework", meaning that it is column-count- and width-agnostic.
@@ -74,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
79
  version: '0'
75
80
  requirements: []
76
81
  rubyforge_project: ronin-grid
77
- rubygems_version: 1.8.10
82
+ rubygems_version: 1.8.21
78
83
  signing_key:
79
84
  specification_version: 3
80
85
  summary: Slice and dice content into a flexible, responsive grid with media queries.