responder 0.2.3 → 0.2.4
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 +15 -0
- data/lib/responder/version.rb +1 -1
- data/scss/responder.scss +0 -7
- metadata +4 -18
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
OTU5ZTRmMTM3MmI4MjM4ODJhMzZiNzRiOWUyYjZjNTU5ZThjMjRmOQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
NzBjMWJkZWU4ODdjNDlkYjY2NzBmOTc2OWU1ZDcyOWFjNTAzZGRmZg==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
YzJiOWUzZDg3M2QzZmEwOTY5ZjI5MzY2YzFmZmRhYTcwMDUwZDBkYzBiYmNi
|
|
10
|
+
NWEwYWVmMDllNmE1ODhlNTFmZjZlZDFhNjY2ZjdlOTE3MzgyMTk5MTQ1MTAy
|
|
11
|
+
MGU3ZWY4NzE1MjJkYjQwNTQwZmYzOTRhYzMzMjUwNTAwNmI5YmM=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
NzEzOGIwNzA2ODQ3MjMyNzI5MDI1NjIxZGVhZGM4Y2UwNDEzMTQ3NzhhOTFi
|
|
14
|
+
NjJiM2FhNGYxY2I3NzcxOTZkMThhOTkwNzBmNmVkMDM1ZmE4OTI5ZDYzNTIy
|
|
15
|
+
NzIxOGMzMjNhYTI3NDIyNThiODFiYjc4NDRmOTgzZmM1YTZjNWM=
|
data/lib/responder/version.rb
CHANGED
data/scss/responder.scss
CHANGED
|
@@ -42,13 +42,6 @@ $old-ie-breakpoint: false !default;
|
|
|
42
42
|
|
|
43
43
|
@mixin responder-breakpoints($breakpoints...) {
|
|
44
44
|
|
|
45
|
-
// If passing a list instead of multiple arguments we need to "extract" that list
|
|
46
|
-
// from the arglist ex: @include responder-breakpoints($breakpoints) instead of
|
|
47
|
-
// @include responder-breakpoints(s 320px, m 600px, l 900px)
|
|
48
|
-
@if length($breakpoints) == 1 and type-of(nth($breakpoints,1)) == 'list' {
|
|
49
|
-
$breakpoints: nth($breakpoints, 1);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
45
|
@if length($breakpoints) > 1 {
|
|
53
46
|
$breakpoint-names: getBreakpointNames($breakpoints);
|
|
54
47
|
$breakpoint-values: getBreakpointValues($breakpoints);
|
metadata
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: responder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.2.4
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Daniel Guillan
|
|
@@ -14,7 +13,6 @@ dependencies:
|
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: sass
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
17
|
- - ! '>='
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
@@ -22,7 +20,6 @@ dependencies:
|
|
|
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
|
|
@@ -30,7 +27,6 @@ dependencies:
|
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
|
31
28
|
name: compass
|
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
30
|
requirements:
|
|
35
31
|
- - ! '>='
|
|
36
32
|
- !ruby/object:Gem::Version
|
|
@@ -38,7 +34,6 @@ dependencies:
|
|
|
38
34
|
type: :runtime
|
|
39
35
|
prerelease: false
|
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
37
|
requirements:
|
|
43
38
|
- - ! '>='
|
|
44
39
|
- !ruby/object:Gem::Version
|
|
@@ -46,7 +41,6 @@ dependencies:
|
|
|
46
41
|
- !ruby/object:Gem::Dependency
|
|
47
42
|
name: rake
|
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
|
49
|
-
none: false
|
|
50
44
|
requirements:
|
|
51
45
|
- - ! '>='
|
|
52
46
|
- !ruby/object:Gem::Version
|
|
@@ -54,7 +48,6 @@ dependencies:
|
|
|
54
48
|
type: :runtime
|
|
55
49
|
prerelease: false
|
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
57
|
-
none: false
|
|
58
51
|
requirements:
|
|
59
52
|
- - ! '>='
|
|
60
53
|
- !ruby/object:Gem::Version
|
|
@@ -86,33 +79,26 @@ files:
|
|
|
86
79
|
- test/scss/style.scss
|
|
87
80
|
homepage: http://github.com/danielguillan/responder
|
|
88
81
|
licenses: []
|
|
82
|
+
metadata: {}
|
|
89
83
|
post_install_message:
|
|
90
84
|
rdoc_options: []
|
|
91
85
|
require_paths:
|
|
92
86
|
- lib
|
|
93
87
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
94
|
-
none: false
|
|
95
88
|
requirements:
|
|
96
89
|
- - ! '>='
|
|
97
90
|
- !ruby/object:Gem::Version
|
|
98
91
|
version: '0'
|
|
99
|
-
segments:
|
|
100
|
-
- 0
|
|
101
|
-
hash: 1897734912639680492
|
|
102
92
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
|
-
none: false
|
|
104
93
|
requirements:
|
|
105
94
|
- - ! '>='
|
|
106
95
|
- !ruby/object:Gem::Version
|
|
107
96
|
version: '0'
|
|
108
|
-
segments:
|
|
109
|
-
- 0
|
|
110
|
-
hash: 1897734912639680492
|
|
111
97
|
requirements: []
|
|
112
98
|
rubyforge_project:
|
|
113
|
-
rubygems_version:
|
|
99
|
+
rubygems_version: 2.0.7
|
|
114
100
|
signing_key:
|
|
115
|
-
specification_version:
|
|
101
|
+
specification_version: 4
|
|
116
102
|
summary: Magic media queries for your Compass project
|
|
117
103
|
test_files:
|
|
118
104
|
- test/config.rb
|