compass-less-plugin 1.0.beta.0 → 1.0

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.
@@ -132,3 +132,10 @@ Mixins
132
132
  of given columns with a margin to the right; to disable the margin, set
133
133
  `$last` to `false`
134
134
  * `selection-color($color)` - Sets the background color used for text selection
135
+
136
+
137
+ Special Thanks
138
+ ==============
139
+
140
+ Thanks to Joni Korpi for providing the Less Framework to the community, and to
141
+ Samson Ootoovak for helping me test the version 1 beta.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "compass-less-plugin"
6
- s.version = "1.0.beta.0"
6
+ s.version = "1.0"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["William Wells"]
9
9
  s.email = ["less@hapa.me"]
@@ -1,7 +1,7 @@
1
- /* Mobile Layout: 320px.
2
- Gutters: 24px.
3
- Outer margins: 34px.
4
- Inherits styles from: Default Layout. */
1
+ /* Mobile Layout: 320px.
2
+ Gutters: 24px.
3
+ Outer margins: 34px.
4
+ Inherits styles from: Default Layout. */
5
5
 
6
6
  @media only screen and (max-width: 767px)
7
7
  #{$less-grid-element}
@@ -1,7 +1,7 @@
1
- /* Tablet Layout: 768px.
2
- Gutters: 24px.
3
- Outer margins: 28px.
4
- Inherits styles from: Default Layout. */
1
+ /* Tablet Layout: 768px.
2
+ Gutters: 24px.
3
+ Outer margins: 28px.
4
+ Inherits styles from: Default Layout. */
5
5
 
6
6
  @media only screen and (min-width: 768px) and (max-width: 991px)
7
7
  #{$less-grid-element}
metadata CHANGED
@@ -1,14 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-less-plugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196291
5
- prerelease: 4
4
+ hash: 15
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - beta
10
- - 0
11
- version: 1.0.beta.0
9
+ version: "1.0"
12
10
  platform: ruby
13
11
  authors:
14
12
  - William Wells
@@ -16,7 +14,7 @@ autorequire:
16
14
  bindir: bin
17
15
  cert_chain: []
18
16
 
19
- date: 2011-02-19 00:00:00 -06:00
17
+ date: 2011-02-21 00:00:00 -06:00
20
18
  default_executable:
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
@@ -85,14 +83,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
83
  required_rubygems_version: !ruby/object:Gem::Requirement
86
84
  none: false
87
85
  requirements:
88
- - - ">"
86
+ - - ">="
89
87
  - !ruby/object:Gem::Version
90
- hash: 25
88
+ hash: 3
91
89
  segments:
92
- - 1
93
- - 3
94
- - 1
95
- version: 1.3.1
90
+ - 0
91
+ version: "0"
96
92
  requirements: []
97
93
 
98
94
  rubyforge_project: compass-less-plugin