compass 0.10.0.rc6 → 0.10.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.
- data/VERSION.yml +0 -1
- metadata +7 -12
data/VERSION.yml
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
4
|
+
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 10
|
|
8
8
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 0.10.0.rc6
|
|
9
|
+
version: 0.10.0
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Chris Eppstein
|
|
@@ -17,7 +16,7 @@ autorequire:
|
|
|
17
16
|
bindir: bin
|
|
18
17
|
cert_chain: []
|
|
19
18
|
|
|
20
|
-
date: 2010-05-
|
|
19
|
+
date: 2010-05-10 00:00:00 -07:00
|
|
21
20
|
default_executable: compass
|
|
22
21
|
dependencies:
|
|
23
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -31,9 +30,7 @@ dependencies:
|
|
|
31
30
|
- 3
|
|
32
31
|
- 0
|
|
33
32
|
- 0
|
|
34
|
-
|
|
35
|
-
- 1
|
|
36
|
-
version: 3.0.0.rc.1
|
|
33
|
+
version: 3.0.0
|
|
37
34
|
type: :runtime
|
|
38
35
|
version_requirements: *id001
|
|
39
36
|
description: Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.
|
|
@@ -518,13 +515,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
518
515
|
version: "0"
|
|
519
516
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
520
517
|
requirements:
|
|
521
|
-
- - "
|
|
518
|
+
- - ">="
|
|
522
519
|
- !ruby/object:Gem::Version
|
|
523
520
|
segments:
|
|
524
|
-
-
|
|
525
|
-
|
|
526
|
-
- 1
|
|
527
|
-
version: 1.3.1
|
|
521
|
+
- 0
|
|
522
|
+
version: "0"
|
|
528
523
|
requirements: []
|
|
529
524
|
|
|
530
525
|
rubyforge_project:
|