stitch 0.1.3 → 0.1.3.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.
@@ -1,3 +1,3 @@
1
1
  module Stitch
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.3.1"
3
3
  end
@@ -5,12 +5,12 @@
5
5
  // @see http://nicolasgallagher.com/micro-clearfix-hack/
6
6
  //
7
7
  .__clearfix {
8
- &::before,
9
- &::after {
8
+ &:before,
9
+ &:after {
10
10
  content:"";
11
11
  display:table;
12
12
  }
13
- &::after {
13
+ &:after {
14
14
  clear:both;
15
15
  }
16
16
  zoom:1;
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: 29
4
+ hash: 73
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 3
10
- version: 0.1.3
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-01 00:00:00 Z
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.8.8
125
+ rubygems_version: 1.6.2
123
126
  signing_key:
124
127
  specification_version: 3
125
128
  summary: A CSS pattern framework for Compass