stitch 0.1.3 → 0.1.3.1
Sign up to get free protection for your applications and to get access to all the features.
data/lib/stitch/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stitch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 73
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
9
|
- 3
|
10
|
-
|
10
|
+
- 1
|
11
|
+
version: 0.1.3.1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Anthony Short
|
@@ -15,7 +16,8 @@ autorequire:
|
|
15
16
|
bindir: bin
|
16
17
|
cert_chain: []
|
17
18
|
|
18
|
-
date: 2011-09-
|
19
|
+
date: 2011-09-22 00:00:00 +10:00
|
20
|
+
default_executable:
|
19
21
|
dependencies:
|
20
22
|
- !ruby/object:Gem::Dependency
|
21
23
|
name: compass
|
@@ -90,6 +92,7 @@ files:
|
|
90
92
|
- stylesheets/stitch/patterns/text/_justify.scss
|
91
93
|
- stylesheets/stitch/patterns/text/_rem.scss
|
92
94
|
- stylesheets/stitch/patterns/text/_text-rendering.scss
|
95
|
+
has_rdoc: true
|
93
96
|
homepage: https://github.com/anthonyshort/stitch-css
|
94
97
|
licenses: []
|
95
98
|
|
@@ -119,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
119
122
|
requirements: []
|
120
123
|
|
121
124
|
rubyforge_project: stitch
|
122
|
-
rubygems_version: 1.
|
125
|
+
rubygems_version: 1.6.2
|
123
126
|
signing_key:
|
124
127
|
specification_version: 3
|
125
128
|
summary: A CSS pattern framework for Compass
|