stitch 0.1.3.2 → 0.1.4.beta.1
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/lib/stitch/version.rb
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
@mixin mobile-landscape {
|
|
14
|
-
@media only screen and (
|
|
14
|
+
@media only screen and (max-width : 480px) {
|
|
15
15
|
@content;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
@mixin desktop {
|
|
38
|
-
@media only screen and (min-width :
|
|
38
|
+
@media only screen and (min-width : 1025px) {
|
|
39
39
|
@content;
|
|
40
40
|
}
|
|
41
41
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stitch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 62196369
|
|
5
|
+
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
|
|
9
|
+
- 4
|
|
10
|
+
- beta
|
|
11
|
+
- 1
|
|
12
|
+
version: 0.1.4.beta.1
|
|
12
13
|
platform: ruby
|
|
13
14
|
authors:
|
|
14
15
|
- Anthony Short
|
|
@@ -16,7 +17,7 @@ autorequire:
|
|
|
16
17
|
bindir: bin
|
|
17
18
|
cert_chain: []
|
|
18
19
|
|
|
19
|
-
date: 2011-
|
|
20
|
+
date: 2011-11-30 00:00:00 +11:00
|
|
20
21
|
default_executable:
|
|
21
22
|
dependencies:
|
|
22
23
|
- !ruby/object:Gem::Dependency
|
|
@@ -73,6 +74,7 @@ files:
|
|
|
73
74
|
- stylesheets/stitch/patterns/forms/_search-fields.scss
|
|
74
75
|
- stylesheets/stitch/patterns/images/_image-rendering.scss
|
|
75
76
|
- stylesheets/stitch/patterns/images/_image-replace.scss
|
|
77
|
+
- stylesheets/stitch/patterns/images/_inline-icon.scss
|
|
76
78
|
- stylesheets/stitch/patterns/layout/_absolute.scss
|
|
77
79
|
- stylesheets/stitch/patterns/layout/_center.scss
|
|
78
80
|
- stylesheets/stitch/patterns/layout/_clear-floats.scss
|
|
@@ -119,12 +121,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
119
121
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
120
122
|
none: false
|
|
121
123
|
requirements:
|
|
122
|
-
- - "
|
|
124
|
+
- - ">"
|
|
123
125
|
- !ruby/object:Gem::Version
|
|
124
|
-
hash:
|
|
126
|
+
hash: 25
|
|
125
127
|
segments:
|
|
126
|
-
-
|
|
127
|
-
|
|
128
|
+
- 1
|
|
129
|
+
- 3
|
|
130
|
+
- 1
|
|
131
|
+
version: 1.3.1
|
|
128
132
|
requirements: []
|
|
129
133
|
|
|
130
134
|
rubyforge_project: stitch
|