jetpack-rails 0.6.2 → 0.6.3
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.
data/CHANGELOG
CHANGED
data/lib/jetpack/version.rb
CHANGED
|
@@ -43,8 +43,8 @@ $margin: 20px;
|
|
|
43
43
|
|
|
44
44
|
@mixin container {
|
|
45
45
|
width: $desktop;
|
|
46
|
-
@media only screen and (min-width: 768px) and (max-width: 1023px) { width: $tablet; }
|
|
47
|
-
@media only screen and (max-width: 767px) { width: $mobile; }
|
|
46
|
+
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) { width: $tablet; }
|
|
47
|
+
@media only screen and (max-device-width: 767px) { width: $mobile; }
|
|
48
48
|
margin: 0 auto;
|
|
49
49
|
clear: both;
|
|
50
50
|
@include clearfix;
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jetpack-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-11-
|
|
12
|
+
date: 2012-11-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass-rails
|
|
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
116
|
version: '0'
|
|
117
117
|
requirements: []
|
|
118
118
|
rubyforge_project:
|
|
119
|
-
rubygems_version: 1.8.
|
|
119
|
+
rubygems_version: 1.8.24
|
|
120
120
|
signing_key:
|
|
121
121
|
specification_version: 3
|
|
122
122
|
summary: A sweet fractional grid system plus an awesome bootstrap mashup, optimized
|