gintonic-rails 0.2.2 → 0.2.21

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cc211759b232d9e3d22263eacd60a97653e45823
4
- data.tar.gz: 7a610f9813aa920ec1a9f9777360af22c62b650c
3
+ metadata.gz: 1aac609e1236c002132518fd7da545e0e8da6026
4
+ data.tar.gz: 95aa16c97edd7bf782dafbf89800283ca76f4eba
5
5
  SHA512:
6
- metadata.gz: e321acd268632891f9e336e7c08c0ca61e38b5cef842252d59b793b032204ae4a2756a49f1bd8a6644b60b68baaaa15af672e8428da819087d6301d08ee4e478
7
- data.tar.gz: 74d84b1a60812d253d95557a94d4c0dd9906080b529eec0a08a8343616e000dd47e109e09b1a21b646d3cb2384ee80a230bd6d6d011e97af20ff24ff9b629acc
6
+ metadata.gz: b7232495eded7de4a815fc80fa725c5d7746937b82ad4bc3c4e7d4d3d7cd5905fb7014beeb372eb1312c5f3a4339f811b39bc5566bab5fe7aabbdf81e17ccb04
7
+ data.tar.gz: 417e15394b6b7e81647ca525f1d1f68fa287a6d388508927aba0b7652bc16bea70863dd489b97da6839f7429e92d668d34ea419c0cae0d95052651d6da333b8f
@@ -18,7 +18,7 @@
18
18
  //
19
19
  // Tablet
20
20
  //
21
- @media only screen and (max-device-width: $g-mq-tablet) {
21
+ @media only screen and (max-width: $g-mq-tablet) {
22
22
  .responsive-only,
23
23
  .tablet-only {
24
24
  display: block !important;
@@ -33,7 +33,7 @@
33
33
  //
34
34
  // Mobile
35
35
  //
36
- @media only screen and (max-device-width: $g-mq-mobile) {
36
+ @media only screen and (max-width: $g-mq-mobile) {
37
37
  .responsive-only,
38
38
  .mobile-only {
39
39
  display: block !important;
@@ -1,3 +1,3 @@
1
1
  module Gintonic
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.21"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gintonic-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simplelogica