ronin-grid 1.1.0.alpha.2 → 1.1.0.alpha.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.1.0.alpha.2"
2
+ VERSION = "1.1.0.alpha.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.1.0.alpha.2
4
+ version: 1.1.0.alpha.3
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,19 +9,24 @@ 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: &70142889997580 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - =
19
+ - - '='
20
20
  - !ruby/object:Gem::Version
21
21
  version: 3.2.0.alpha.64
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70142889997580
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - '='
28
+ - !ruby/object:Gem::Version
29
+ version: 3.2.0.alpha.64
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.
@@ -73,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
78
  version: 1.3.1
74
79
  requirements: []
75
80
  rubyforge_project: ronin-grid
76
- rubygems_version: 1.8.10
81
+ rubygems_version: 1.8.21
77
82
  signing_key:
78
83
  specification_version: 3
79
84
  summary: Slice and dice content into a flexible, responsive grid with media queries.