compass 0.12.6 → 0.12.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 8cdf3c3c14bde97e756d17ca923eaceaf82a000d
4
+ data.tar.gz: 4d4092b45becd4f31e83f8fcce34bc722d59aeb0
5
+ SHA512:
6
+ metadata.gz: 88aa157548a661aec67a7901916de273a96c129e10dcdafea6b6bb6ea64592d105d431e26cd4a5d0a453c3c24259c9c7d4e760904c08c914cad9ca63ef8b6ffe
7
+ data.tar.gz: 8b7410f69c6d274eb8b2434171e69f35192130185439bb9cc1d5335111b2f28af821196f6e1746f6e0a06a1ca55fec2d06fdc256b98c9d5e3c84b098cd12996e
@@ -3,7 +3,7 @@ module Compass
3
3
  VERSION_DETAILS = {
4
4
  :major => 0,
5
5
  :minor => 12,
6
- :build => 6,
6
+ :build => 7,
7
7
  :name => "Alnilam"
8
8
  }
9
9
 
@@ -56,13 +56,8 @@ module Compass
56
56
  end
57
57
 
58
58
  end
59
+
59
60
  extend Compass::Version
60
- def self.const_missing(const)
61
- # This avoid reading from disk unless the VERSION is requested.
62
- if const == :VERSION
63
- version[:string]
64
- else
65
- super
66
- end
67
- end
61
+
62
+ VERSION = version[:string]
68
63
  end
metadata CHANGED
@@ -1,10 +1,9 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: compass
3
- version: !ruby/object:Gem::Version
4
- version: 0.12.6
5
- prerelease:
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.12.7
6
5
  platform: ruby
7
- authors:
6
+ authors:
8
7
  - Chris Eppstein
9
8
  - Scott Davis
10
9
  - Eric A. Meyer
@@ -14,68 +13,53 @@ authors:
14
13
  autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
- date: 2014-04-19 00:00:00.000000000 Z
18
- dependencies:
19
- - !ruby/object:Gem::Dependency
16
+
17
+ date: 2014-07-17 00:00:00 Z
18
+ dependencies:
19
+ - !ruby/object:Gem::Dependency
20
20
  name: sass
21
- requirement: !ruby/object:Gem::Requirement
22
- none: false
23
- requirements:
24
- - - ~>
25
- - !ruby/object:Gem::Version
26
- version: 3.2.19
27
- type: :runtime
28
21
  prerelease: false
29
- version_requirements: !ruby/object:Gem::Requirement
30
- none: false
31
- requirements:
22
+ requirement: &id001 !ruby/object:Gem::Requirement
23
+ requirements:
32
24
  - - ~>
33
- - !ruby/object:Gem::Version
25
+ - !ruby/object:Gem::Version
34
26
  version: 3.2.19
35
- - !ruby/object:Gem::Dependency
36
- name: chunky_png
37
- requirement: !ruby/object:Gem::Requirement
38
- none: false
39
- requirements:
40
- - - ~>
41
- - !ruby/object:Gem::Version
42
- version: '1.2'
43
27
  type: :runtime
28
+ version_requirements: *id001
29
+ - !ruby/object:Gem::Dependency
30
+ name: chunky_png
44
31
  prerelease: false
45
- version_requirements: !ruby/object:Gem::Requirement
46
- none: false
47
- requirements:
32
+ requirement: &id002 !ruby/object:Gem::Requirement
33
+ requirements:
48
34
  - - ~>
49
- - !ruby/object:Gem::Version
50
- version: '1.2'
51
- - !ruby/object:Gem::Dependency
52
- name: fssm
53
- requirement: !ruby/object:Gem::Requirement
54
- none: false
55
- requirements:
56
- - - ! '>='
57
- - !ruby/object:Gem::Version
58
- version: 0.2.7
35
+ - !ruby/object:Gem::Version
36
+ version: "1.2"
59
37
  type: :runtime
38
+ version_requirements: *id002
39
+ - !ruby/object:Gem::Dependency
40
+ name: fssm
60
41
  prerelease: false
61
- version_requirements: !ruby/object:Gem::Requirement
62
- none: false
63
- requirements:
64
- - - ! '>='
65
- - !ruby/object:Gem::Version
42
+ requirement: &id003 !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
66
46
  version: 0.2.7
67
- description: Compass is a Sass-based Stylesheet Framework that streamlines the creation
68
- and maintenance of CSS.
47
+ type: :runtime
48
+ version_requirements: *id003
49
+ description: Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintenance of CSS.
69
50
  email: chris@eppsteins.net
70
- executables:
51
+ executables:
71
52
  - compass
72
53
  extensions: []
54
+
73
55
  extra_rdoc_files: []
74
- files:
75
- - README.markdown
56
+
57
+ files:
76
58
  - LICENSE.markdown
59
+ - README.markdown
77
60
  - Rakefile
78
61
  - bin/compass
62
+ - examples/README.markdown
79
63
  - examples/blueprint_default/config.rb
80
64
  - examples/blueprint_default/images/grid.png
81
65
  - examples/blueprint_default/index.html.haml
@@ -418,6 +402,8 @@ files:
418
402
  - examples/css3/bootstrap.rb
419
403
  - examples/css3/clean.rb
420
404
  - examples/css3/config.rb
405
+ - examples/css3/extensions/fancy-fonts/templates/project/fancy-fonts.sass
406
+ - examples/css3/extensions/fancy-fonts/templates/project/manifest.rb
421
407
  - examples/css3/gradients.html.haml
422
408
  - examples/css3/images/button_bg.png
423
409
  - examples/css3/images/example.png
@@ -432,7 +418,6 @@ files:
432
418
  - examples/ninesixty/config.rb
433
419
  - examples/ninesixty/src/grid.scss
434
420
  - examples/ninesixty/src/text.scss
435
- - examples/README.markdown
436
421
  - examples/susy/bootstrap.rb
437
422
  - examples/susy/clean.rb
438
423
  - examples/susy/config.rb
@@ -449,8 +434,10 @@ files:
449
434
  - examples/yui/templates.html.haml
450
435
  - examples/yui/test.jpg
451
436
  - examples/yui/typography.html.haml
452
- - examples/css3/extensions/fancy-fonts/templates/project/fancy-fonts.sass
453
- - examples/css3/extensions/fancy-fonts/templates/project/manifest.rb
437
+ - features/command_line.feature
438
+ - features/extensions.feature
439
+ - features/step_definitions/command_line_steps.rb
440
+ - features/step_definitions/extension_steps.rb
454
441
  - frameworks/blueprint/stylesheets/_blueprint.scss
455
442
  - frameworks/blueprint/stylesheets/blueprint/_buttons.scss
456
443
  - frameworks/blueprint/stylesheets/blueprint/_colors.scss
@@ -475,11 +462,12 @@ files:
475
462
  - frameworks/blueprint/templates/basic/partials/_base.sass
476
463
  - frameworks/blueprint/templates/basic/print.sass
477
464
  - frameworks/blueprint/templates/basic/screen.sass
465
+ - frameworks/blueprint/templates/buttons/buttons.sass
478
466
  - frameworks/blueprint/templates/buttons/buttons/cross.png
479
467
  - frameworks/blueprint/templates/buttons/buttons/key.png
480
468
  - frameworks/blueprint/templates/buttons/buttons/tick.png
481
- - frameworks/blueprint/templates/buttons/buttons.sass
482
469
  - frameworks/blueprint/templates/buttons/manifest.rb
470
+ - frameworks/blueprint/templates/link_icons/link_icons.sass
483
471
  - frameworks/blueprint/templates/link_icons/link_icons/doc.png
484
472
  - frameworks/blueprint/templates/link_icons/link_icons/email.png
485
473
  - frameworks/blueprint/templates/link_icons/link_icons/external.png
@@ -488,7 +476,6 @@ files:
488
476
  - frameworks/blueprint/templates/link_icons/link_icons/pdf.png
489
477
  - frameworks/blueprint/templates/link_icons/link_icons/visited.png
490
478
  - frameworks/blueprint/templates/link_icons/link_icons/xls.png
491
- - frameworks/blueprint/templates/link_icons/link_icons.sass
492
479
  - frameworks/blueprint/templates/link_icons/manifest.rb
493
480
  - frameworks/blueprint/templates/project/grid.png
494
481
  - frameworks/blueprint/templates/project/ie.sass
@@ -598,21 +585,23 @@ files:
598
585
  - frameworks/compass/templates/pie/LICENSE
599
586
  - frameworks/compass/templates/pie/LICENSE-APACHE2.txt
600
587
  - frameworks/compass/templates/pie/LICENSE-GPL2.txt
601
- - frameworks/compass/templates/pie/manifest.rb
602
588
  - frameworks/compass/templates/pie/PIE.htc
589
+ - frameworks/compass/templates/pie/manifest.rb
603
590
  - frameworks/compass/templates/pie/pie.scss
591
+ - frameworks/compass/templates/project/USAGE.markdown
604
592
  - frameworks/compass/templates/project/ie.sass
605
593
  - frameworks/compass/templates/project/manifest.rb
606
594
  - frameworks/compass/templates/project/print.sass
607
595
  - frameworks/compass/templates/project/screen.sass
608
- - frameworks/compass/templates/project/USAGE.markdown
596
+ - lib/compass.rb
609
597
  - lib/compass/actions.rb
598
+ - lib/compass/app_integration.rb
610
599
  - lib/compass/app_integration/rails.rb
600
+ - lib/compass/app_integration/stand_alone.rb
611
601
  - lib/compass/app_integration/stand_alone/configuration_defaults.rb
612
602
  - lib/compass/app_integration/stand_alone/installer.rb
613
- - lib/compass/app_integration/stand_alone.rb
614
- - lib/compass/app_integration.rb
615
603
  - lib/compass/browser_support.rb
604
+ - lib/compass/commands.rb
616
605
  - lib/compass/commands/base.rb
617
606
  - lib/compass/commands/clean_project.rb
618
607
  - lib/compass/commands/create_project.rb
@@ -636,8 +625,8 @@ files:
636
625
  - lib/compass/commands/validate_project.rb
637
626
  - lib/compass/commands/watch_project.rb
638
627
  - lib/compass/commands/write_configuration.rb
639
- - lib/compass/commands.rb
640
628
  - lib/compass/compiler.rb
629
+ - lib/compass/configuration.rb
641
630
  - lib/compass/configuration/adapters.rb
642
631
  - lib/compass/configuration/comments.rb
643
632
  - lib/compass/configuration/data.rb
@@ -647,27 +636,28 @@ files:
647
636
  - lib/compass/configuration/inheritance.rb
648
637
  - lib/compass/configuration/paths.rb
649
638
  - lib/compass/configuration/serialization.rb
650
- - lib/compass/configuration.rb
651
639
  - lib/compass/dependencies.rb
652
640
  - lib/compass/errors.rb
641
+ - lib/compass/exec.rb
653
642
  - lib/compass/exec/command_option_parser.rb
654
643
  - lib/compass/exec/global_options_parser.rb
655
644
  - lib/compass/exec/helpers.rb
656
645
  - lib/compass/exec/project_options_parser.rb
657
646
  - lib/compass/exec/sub_command_ui.rb
658
647
  - lib/compass/exec/switch_ui.rb
659
- - lib/compass/exec.rb
660
648
  - lib/compass/frameworks.rb
661
649
  - lib/compass/grid_builder.rb
650
+ - lib/compass/installers.rb
662
651
  - lib/compass/installers/bare_installer.rb
663
652
  - lib/compass/installers/base.rb
664
653
  - lib/compass/installers/manifest.rb
665
654
  - lib/compass/installers/manifest_installer.rb
666
655
  - lib/compass/installers/template_context.rb
667
- - lib/compass/installers.rb
668
656
  - lib/compass/logger.rb
669
657
  - lib/compass/quick_cache.rb
670
658
  - lib/compass/rails.rb
659
+ - lib/compass/sass_extensions.rb
660
+ - lib/compass/sass_extensions/functions.rb
671
661
  - lib/compass/sass_extensions/functions/colors.rb
672
662
  - lib/compass/sass_extensions/functions/constants.rb
673
663
  - lib/compass/sass_extensions/functions/cross_browser_support.rb
@@ -683,12 +673,12 @@ files:
683
673
  - lib/compass/sass_extensions/functions/selectors.rb
684
674
  - lib/compass/sass_extensions/functions/sprites.rb
685
675
  - lib/compass/sass_extensions/functions/urls.rb
686
- - lib/compass/sass_extensions/functions.rb
676
+ - lib/compass/sass_extensions/monkey_patches.rb
687
677
  - lib/compass/sass_extensions/monkey_patches/browser_support.rb
688
678
  - lib/compass/sass_extensions/monkey_patches/traversal.rb
689
- - lib/compass/sass_extensions/monkey_patches.rb
690
- - lib/compass/sass_extensions/sprites/engines/chunky_png_engine.rb
679
+ - lib/compass/sass_extensions/sprites.rb
691
680
  - lib/compass/sass_extensions/sprites/engines.rb
681
+ - lib/compass/sass_extensions/sprites/engines/chunky_png_engine.rb
692
682
  - lib/compass/sass_extensions/sprites/image.rb
693
683
  - lib/compass/sass_extensions/sprites/image_methods.rb
694
684
  - lib/compass/sass_extensions/sprites/image_row.rb
@@ -696,17 +686,14 @@ files:
696
686
  - lib/compass/sass_extensions/sprites/row_fitter.rb
697
687
  - lib/compass/sass_extensions/sprites/sprite_map.rb
698
688
  - lib/compass/sass_extensions/sprites/sprite_methods.rb
699
- - lib/compass/sass_extensions/sprites.rb
700
- - lib/compass/sass_extensions.rb
689
+ - lib/compass/sprite_importer.rb
701
690
  - lib/compass/sprite_importer/binding.rb
702
691
  - lib/compass/sprite_importer/content.erb
703
- - lib/compass/sprite_importer.rb
704
692
  - lib/compass/stats.rb
705
693
  - lib/compass/test_case.rb
706
694
  - lib/compass/util.rb
707
695
  - lib/compass/validator.rb
708
696
  - lib/compass/version.rb
709
- - lib/compass.rb
710
697
  - test/fixtures/extensions/only_stylesheets/compass_init.rb
711
698
  - test/fixtures/extensions/only_stylesheets/scss/only_stylesheets/foo.scss
712
699
  - test/fixtures/fonts/bgrove.base64.txt
@@ -794,7 +781,6 @@ files:
794
781
  - test/fixtures/stylesheets/busted_image_urls/images/flags/dk.png
795
782
  - test/fixtures/stylesheets/busted_image_urls/images/grid.png
796
783
  - test/fixtures/stylesheets/busted_image_urls/sass/screen.sass
797
- - test/fixtures/stylesheets/busted_image_urls/tmp/screen.css
798
784
  - test/fixtures/stylesheets/compass/100x150.jpg
799
785
  - test/fixtures/stylesheets/compass/config.rb
800
786
  - test/fixtures/stylesheets/compass/css/background-clip.css
@@ -833,6 +819,7 @@ files:
833
819
  - test/fixtures/stylesheets/compass/images/100x150.jpg
834
820
  - test/fixtures/stylesheets/compass/images/100x150.png
835
821
  - test/fixtures/stylesheets/compass/images/4x6.png
822
+ - test/fixtures/stylesheets/compass/images/flag-s4798b5a210.png
836
823
  - test/fixtures/stylesheets/compass/images/flag/ad.png
837
824
  - test/fixtures/stylesheets/compass/images/flag/ae.png
838
825
  - test/fixtures/stylesheets/compass/images/flag/af.png
@@ -1080,7 +1067,6 @@ files:
1080
1067
  - test/fixtures/stylesheets/compass/images/flag/za.png
1081
1068
  - test/fixtures/stylesheets/compass/images/flag/zm.png
1082
1069
  - test/fixtures/stylesheets/compass/images/flag/zw.png
1083
- - test/fixtures/stylesheets/compass/images/flag-s4798b5a210.png
1084
1070
  - test/fixtures/stylesheets/compass/sass/background-clip.scss
1085
1071
  - test/fixtures/stylesheets/compass/sass/border_radius.scss
1086
1072
  - test/fixtures/stylesheets/compass/sass/box-sizeing.scss
@@ -1115,7 +1101,6 @@ files:
1115
1101
  - test/fixtures/stylesheets/envtest/config.rb
1116
1102
  - test/fixtures/stylesheets/envtest/css/env.css
1117
1103
  - test/fixtures/stylesheets/envtest/sass/env.scss
1118
- - test/fixtures/stylesheets/envtest/tmp/env.css
1119
1104
  - test/fixtures/stylesheets/error/config.rb
1120
1105
  - test/fixtures/stylesheets/error/sass/screen.sass
1121
1106
  - test/fixtures/stylesheets/image_urls/config.rb
@@ -1163,35 +1148,33 @@ files:
1163
1148
  - test/units/sprites/row_fitter_test.rb
1164
1149
  - test/units/sprites/sprite_command_test.rb
1165
1150
  - test/units/sprites/sprite_map_test.rb
1166
- - features/command_line.feature
1167
- - features/extensions.feature
1168
- - features/step_definitions/command_line_steps.rb
1169
- - features/step_definitions/extension_steps.rb
1170
1151
  homepage: http://compass-style.org
1171
1152
  licenses: []
1153
+
1154
+ metadata: {}
1155
+
1172
1156
  post_install_message:
1173
1157
  rdoc_options: []
1174
- require_paths:
1158
+
1159
+ require_paths:
1175
1160
  - lib
1176
- required_ruby_version: !ruby/object:Gem::Requirement
1177
- none: false
1178
- requirements:
1179
- - - ! '>='
1180
- - !ruby/object:Gem::Version
1181
- version: '0'
1182
- required_rubygems_version: !ruby/object:Gem::Requirement
1183
- none: false
1184
- requirements:
1185
- - - ! '>='
1186
- - !ruby/object:Gem::Version
1187
- version: '0'
1161
+ required_ruby_version: !ruby/object:Gem::Requirement
1162
+ requirements:
1163
+ - &id004
1164
+ - ">="
1165
+ - !ruby/object:Gem::Version
1166
+ version: "0"
1167
+ required_rubygems_version: !ruby/object:Gem::Requirement
1168
+ requirements:
1169
+ - *id004
1188
1170
  requirements: []
1171
+
1189
1172
  rubyforge_project:
1190
- rubygems_version: 1.8.23
1173
+ rubygems_version: 2.2.1
1191
1174
  signing_key:
1192
- specification_version: 3
1175
+ specification_version: 4
1193
1176
  summary: A Real Stylesheet Framework
1194
- test_files:
1177
+ test_files:
1195
1178
  - test/fixtures/extensions/only_stylesheets/compass_init.rb
1196
1179
  - test/fixtures/extensions/only_stylesheets/scss/only_stylesheets/foo.scss
1197
1180
  - test/fixtures/fonts/bgrove.base64.txt
@@ -1279,7 +1262,6 @@ test_files:
1279
1262
  - test/fixtures/stylesheets/busted_image_urls/images/flags/dk.png
1280
1263
  - test/fixtures/stylesheets/busted_image_urls/images/grid.png
1281
1264
  - test/fixtures/stylesheets/busted_image_urls/sass/screen.sass
1282
- - test/fixtures/stylesheets/busted_image_urls/tmp/screen.css
1283
1265
  - test/fixtures/stylesheets/compass/100x150.jpg
1284
1266
  - test/fixtures/stylesheets/compass/config.rb
1285
1267
  - test/fixtures/stylesheets/compass/css/background-clip.css
@@ -1600,7 +1582,6 @@ test_files:
1600
1582
  - test/fixtures/stylesheets/envtest/config.rb
1601
1583
  - test/fixtures/stylesheets/envtest/css/env.css
1602
1584
  - test/fixtures/stylesheets/envtest/sass/env.scss
1603
- - test/fixtures/stylesheets/envtest/tmp/env.css
1604
1585
  - test/fixtures/stylesheets/error/config.rb
1605
1586
  - test/fixtures/stylesheets/error/sass/screen.sass
1606
1587
  - test/fixtures/stylesheets/image_urls/config.rb
@@ -1,9 +0,0 @@
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'); }
@@ -1,2 +0,0 @@
1
- .env {
2
- env: production; }