compass 0.12.5 → 0.12.6

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,5 +1,12 @@
1
1
  module Compass
2
2
  module Version
3
+ VERSION_DETAILS = {
4
+ :major => 0,
5
+ :minor => 12,
6
+ :build => 6,
7
+ :name => "Alnilam"
8
+ }
9
+
3
10
  # Returns a hash representing the version.
4
11
  # The :major, :minor, and :teeny keys have their respective numbers.
5
12
  # The :string key contains a human-readable string representation of the version.
@@ -21,8 +28,7 @@ module Compass
21
28
  end
22
29
 
23
30
  def read_version
24
- require 'yaml'
25
- @version = YAML::load(File.read(scope('VERSION.yml')))
31
+ @version = VERSION_DETAILS.dup
26
32
  @version[:teeny] = @version[:patch]
27
33
  @version[:string] = "#{@version[:major]}.#{@version[:minor]}"
28
34
  @version[:string] << ".#{@version[:patch]}" if @version[:patch]
@@ -45,6 +51,8 @@ module Compass
45
51
  `git rev-parse HEAD`
46
52
  end
47
53
  end
54
+ rescue
55
+ nil
48
56
  end
49
57
 
50
58
  end
@@ -0,0 +1,9 @@
1
+ .showgrid { background-image: url('http://assets0.example.com/images/grid-BUSTED.png'); }
2
+
3
+ .inlinegrid { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAUEAYAAACv1qP4AAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAZ0lEQVRYw+3QwQ2AIBAFUTEUwI3+uzN7gDscsIgxEuO8An52J11X73OudfxMraXkzHfO3Y98nQEhA0IGhAwIGRAyIGRAyICQASEDQgaEDAgZEDIgZEDIgJABoZzSGK3tPuN9ERFP7Nw4fg+c5g8V1wAAAABJRU5ErkJggg=='); }
4
+
5
+ .no-buster { background-image: url('http://assets0.example.com/images/grid.png'); }
6
+
7
+ .feed { background-image: url('http://assets0.example.com/images/feed.png?query_string'); }
8
+
9
+ .dk { background-image: url('http://assets0.example.com/images/flags/dk.png?query_string'); }
@@ -0,0 +1,2 @@
1
+ .env {
2
+ env: production; }
metadata CHANGED
@@ -1,7 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.5
4
+ version: 0.12.6
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Chris Eppstein
@@ -13,11 +14,12 @@ authors:
13
14
  autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
- date: 2014-04-07 00:00:00.000000000 Z
17
+ date: 2014-04-19 00:00:00.000000000 Z
17
18
  dependencies:
18
19
  - !ruby/object:Gem::Dependency
19
20
  name: sass
20
21
  requirement: !ruby/object:Gem::Requirement
22
+ none: false
21
23
  requirements:
22
24
  - - ~>
23
25
  - !ruby/object:Gem::Version
@@ -25,6 +27,7 @@ dependencies:
25
27
  type: :runtime
26
28
  prerelease: false
27
29
  version_requirements: !ruby/object:Gem::Requirement
30
+ none: false
28
31
  requirements:
29
32
  - - ~>
30
33
  - !ruby/object:Gem::Version
@@ -32,6 +35,7 @@ dependencies:
32
35
  - !ruby/object:Gem::Dependency
33
36
  name: chunky_png
34
37
  requirement: !ruby/object:Gem::Requirement
38
+ none: false
35
39
  requirements:
36
40
  - - ~>
37
41
  - !ruby/object:Gem::Version
@@ -39,6 +43,7 @@ dependencies:
39
43
  type: :runtime
40
44
  prerelease: false
41
45
  version_requirements: !ruby/object:Gem::Requirement
46
+ none: false
42
47
  requirements:
43
48
  - - ~>
44
49
  - !ruby/object:Gem::Version
@@ -46,15 +51,17 @@ dependencies:
46
51
  - !ruby/object:Gem::Dependency
47
52
  name: fssm
48
53
  requirement: !ruby/object:Gem::Requirement
54
+ none: false
49
55
  requirements:
50
- - - '>='
56
+ - - ! '>='
51
57
  - !ruby/object:Gem::Version
52
58
  version: 0.2.7
53
59
  type: :runtime
54
60
  prerelease: false
55
61
  version_requirements: !ruby/object:Gem::Requirement
62
+ none: false
56
63
  requirements:
57
- - - '>='
64
+ - - ! '>='
58
65
  - !ruby/object:Gem::Version
59
66
  version: 0.2.7
60
67
  description: Compass is a Sass-based Stylesheet Framework that streamlines the creation
@@ -67,7 +74,6 @@ extra_rdoc_files: []
67
74
  files:
68
75
  - README.markdown
69
76
  - LICENSE.markdown
70
- - VERSION.yml
71
77
  - Rakefile
72
78
  - bin/compass
73
79
  - examples/blueprint_default/config.rb
@@ -788,6 +794,7 @@ files:
788
794
  - test/fixtures/stylesheets/busted_image_urls/images/flags/dk.png
789
795
  - test/fixtures/stylesheets/busted_image_urls/images/grid.png
790
796
  - test/fixtures/stylesheets/busted_image_urls/sass/screen.sass
797
+ - test/fixtures/stylesheets/busted_image_urls/tmp/screen.css
791
798
  - test/fixtures/stylesheets/compass/100x150.jpg
792
799
  - test/fixtures/stylesheets/compass/config.rb
793
800
  - test/fixtures/stylesheets/compass/css/background-clip.css
@@ -1108,6 +1115,7 @@ files:
1108
1115
  - test/fixtures/stylesheets/envtest/config.rb
1109
1116
  - test/fixtures/stylesheets/envtest/css/env.css
1110
1117
  - test/fixtures/stylesheets/envtest/sass/env.scss
1118
+ - test/fixtures/stylesheets/envtest/tmp/env.css
1111
1119
  - test/fixtures/stylesheets/error/config.rb
1112
1120
  - test/fixtures/stylesheets/error/sass/screen.sass
1113
1121
  - test/fixtures/stylesheets/image_urls/config.rb
@@ -1161,26 +1169,27 @@ files:
1161
1169
  - features/step_definitions/extension_steps.rb
1162
1170
  homepage: http://compass-style.org
1163
1171
  licenses: []
1164
- metadata: {}
1165
1172
  post_install_message:
1166
1173
  rdoc_options: []
1167
1174
  require_paths:
1168
1175
  - lib
1169
1176
  required_ruby_version: !ruby/object:Gem::Requirement
1177
+ none: false
1170
1178
  requirements:
1171
- - - '>='
1179
+ - - ! '>='
1172
1180
  - !ruby/object:Gem::Version
1173
1181
  version: '0'
1174
1182
  required_rubygems_version: !ruby/object:Gem::Requirement
1183
+ none: false
1175
1184
  requirements:
1176
- - - '>='
1185
+ - - ! '>='
1177
1186
  - !ruby/object:Gem::Version
1178
1187
  version: '0'
1179
1188
  requirements: []
1180
1189
  rubyforge_project:
1181
- rubygems_version: 2.0.3
1190
+ rubygems_version: 1.8.23
1182
1191
  signing_key:
1183
- specification_version: 4
1192
+ specification_version: 3
1184
1193
  summary: A Real Stylesheet Framework
1185
1194
  test_files:
1186
1195
  - test/fixtures/extensions/only_stylesheets/compass_init.rb
@@ -1270,6 +1279,7 @@ test_files:
1270
1279
  - test/fixtures/stylesheets/busted_image_urls/images/flags/dk.png
1271
1280
  - test/fixtures/stylesheets/busted_image_urls/images/grid.png
1272
1281
  - test/fixtures/stylesheets/busted_image_urls/sass/screen.sass
1282
+ - test/fixtures/stylesheets/busted_image_urls/tmp/screen.css
1273
1283
  - test/fixtures/stylesheets/compass/100x150.jpg
1274
1284
  - test/fixtures/stylesheets/compass/config.rb
1275
1285
  - test/fixtures/stylesheets/compass/css/background-clip.css
@@ -1590,6 +1600,7 @@ test_files:
1590
1600
  - test/fixtures/stylesheets/envtest/config.rb
1591
1601
  - test/fixtures/stylesheets/envtest/css/env.css
1592
1602
  - test/fixtures/stylesheets/envtest/sass/env.scss
1603
+ - test/fixtures/stylesheets/envtest/tmp/env.css
1593
1604
  - test/fixtures/stylesheets/error/config.rb
1594
1605
  - test/fixtures/stylesheets/error/sass/screen.sass
1595
1606
  - test/fixtures/stylesheets/image_urls/config.rb
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 66b715dea204ac97779434a65710640da950ba32
4
- data.tar.gz: 429746fe8ce713c26529a1f3390901b1f12826f1
5
- SHA512:
6
- metadata.gz: c291739e9d4e83a05728b976286b4ccfe976dde9e7d9b9b3e40af7b13e18805936899c3334ce4ee19ed56d78a9c6087ef03b17efcc05506bf92a352954093456
7
- data.tar.gz: 76e776e69c6e23a1298da58109dbcdf2f3726ec6180ac7b07381b0d94df15951aae4b9b32beb7033d18d9913ef2465a11400f337aa4730ebc4d341837f772f5d
@@ -1,5 +0,0 @@
1
- ---
2
- :major: 0
3
- :minor: 12
4
- :build: 5
5
- :name: Alnilam