compass-core 1.0.0.alpha.14 → 1.0.0.alpha.15

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/RELEASE_VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.0.0.alpha.15
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.alpha.13
1
+ 1.0.0.alpha.14
@@ -1,5 +1,11 @@
1
1
  module Compass
2
2
  module Core
3
- VERSION = File.read(File.join(File.dirname(__FILE__), "..", "..", "..", "VERSION"))
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: 1962072037
4
+ hash: -150608272
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 0
10
10
  - alpha
11
- - 14
12
- version: 1.0.0.alpha.14
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: -23480560
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