compass-core 1.0.0.alpha.14 → 1.0.0.alpha.15
Sign up to get free protection for your applications and to get access to all the features.
- data/RELEASE_VERSION +1 -0
- data/VERSION +1 -1
- data/lib/compass/core/version.rb +7 -1
- metadata +8 -4
data/RELEASE_VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.0.0.alpha.15
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.0.alpha.
|
1
|
+
1.0.0.alpha.14
|
data/lib/compass/core/version.rb
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
module Compass
|
2
2
|
module Core
|
3
|
-
|
3
|
+
def self.scope(file)
|
4
|
+
File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "..", file))
|
5
|
+
end
|
6
|
+
|
7
|
+
VERSION = File.exist?(scope("RELEASE_VERSION")) ?
|
8
|
+
File.read(scope("RELEASE_VERSION")).strip :
|
9
|
+
File.read(scope("VERSION")).strip
|
4
10
|
end
|
5
11
|
end
|
metadata
CHANGED
@@ -1,18 +1,21 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: compass-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: -150608272
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
9
|
- 0
|
10
10
|
- alpha
|
11
|
-
-
|
12
|
-
version: 1.0.0.alpha.
|
11
|
+
- 15
|
12
|
+
version: 1.0.0.alpha.15
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Chris Eppstein
|
16
|
+
- Scott Davis
|
17
|
+
- Eric A. Meyer
|
18
|
+
- Brandon Mathis
|
16
19
|
autorequire:
|
17
20
|
bindir: bin
|
18
21
|
cert_chain: []
|
@@ -25,7 +28,7 @@ dependencies:
|
|
25
28
|
requirements:
|
26
29
|
- - ">="
|
27
30
|
- !ruby/object:Gem::Version
|
28
|
-
hash: -
|
31
|
+
hash: -1684432312
|
29
32
|
segments:
|
30
33
|
- 3
|
31
34
|
- 3
|
@@ -229,6 +232,7 @@ files:
|
|
229
232
|
- templates/project/screen.sass
|
230
233
|
- VERSION
|
231
234
|
- LICENSE.txt
|
235
|
+
- RELEASE_VERSION
|
232
236
|
homepage: http://compass-style.org/reference/compass/
|
233
237
|
licenses:
|
234
238
|
- MIT
|