compass 0.12.2 → 0.12.3

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2e8c3dda518d101a4683dd24b49697b609d4e58b
4
+ data.tar.gz: c0a77e1d0a537d84d9a7427ce01e1e7b3fcaa87a
5
+ SHA512:
6
+ metadata.gz: 8a07d3d28020f5b086bc94ce38067e85a3b89fd9ade78c855d83ef3b12351a9ca7eab593a423c6d73628af7eada090752aa7756d0efa3ea844ff92df3077b824
7
+ data.tar.gz: 3d79cf72b7ce3858ac7ff59cda2272b82aa974bc9ea30a988b8aacb363f76a697d1a638c1f6cc4e9ed5d84d358f1d12804fe7181d6494e2963d3a18134b01bff
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 12
4
- :build: 2
4
+ :build: 3
5
5
  :name: Alnilam
@@ -1,14 +1,2 @@
1
1
  .env {
2
2
  env: production; }
3
-
4
- .time {
5
- time: "2012-06-24"; }
6
-
7
- .date {
8
- date: "2012-06-24"; }
9
-
10
- .filename {
11
- file: /Users/crispee/Projects/compass/test/fixtures/stylesheets/envtest/sass/env.scss; }
12
-
13
- .output {
14
- output: /Users/crispee/Projects/compass/test/fixtures/stylesheets/envtest/tmp/env.css; }
metadata CHANGED
@@ -1,15 +1,9 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: compass
3
- version: !ruby/object:Gem::Version
4
- hash: 43
5
- prerelease:
6
- segments:
7
- - 0
8
- - 12
9
- - 2
10
- version: 0.12.2
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.12.3
11
5
  platform: ruby
12
- authors:
6
+ authors:
13
7
  - Chris Eppstein
14
8
  - Scott Davis
15
9
  - Eric A. Meyer
@@ -19,69 +13,64 @@ authors:
19
13
  autorequire:
20
14
  bindir: bin
21
15
  cert_chain: []
22
-
23
- date: 2012-06-24 00:00:00 Z
24
- dependencies:
25
- - !ruby/object:Gem::Dependency
16
+ date: 2014-03-04 00:00:00.000000000 Z
17
+ dependencies:
18
+ - !ruby/object:Gem::Dependency
26
19
  name: sass
27
- prerelease: false
28
- requirement: &id001 !ruby/object:Gem::Requirement
29
- none: false
30
- requirements:
31
- - - ~>
32
- - !ruby/object:Gem::Version
33
- hash: 5
34
- segments:
35
- - 3
36
- - 1
37
- version: "3.1"
20
+ requirement: !ruby/object:Gem::Requirement
21
+ requirements:
22
+ - - '='
23
+ - !ruby/object:Gem::Version
24
+ version: 3.2.14
38
25
  type: :runtime
39
- version_requirements: *id001
40
- - !ruby/object:Gem::Dependency
41
- name: chunky_png
42
26
  prerelease: false
43
- requirement: &id002 !ruby/object:Gem::Requirement
44
- none: false
45
- requirements:
46
- - - ~>
47
- - !ruby/object:Gem::Version
48
- hash: 11
49
- segments:
50
- - 1
51
- - 2
52
- version: "1.2"
27
+ version_requirements: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - '='
30
+ - !ruby/object:Gem::Version
31
+ version: 3.2.14
32
+ - !ruby/object:Gem::Dependency
33
+ name: chunky_png
34
+ requirement: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - "~>"
37
+ - !ruby/object:Gem::Version
38
+ version: '1.2'
53
39
  type: :runtime
54
- version_requirements: *id002
55
- - !ruby/object:Gem::Dependency
56
- name: fssm
57
40
  prerelease: false
58
- requirement: &id003 !ruby/object:Gem::Requirement
59
- none: false
60
- requirements:
41
+ version_requirements: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - "~>"
44
+ - !ruby/object:Gem::Version
45
+ version: '1.2'
46
+ - !ruby/object:Gem::Dependency
47
+ name: fssm
48
+ requirement: !ruby/object:Gem::Requirement
49
+ requirements:
61
50
  - - ">="
62
- - !ruby/object:Gem::Version
63
- hash: 25
64
- segments:
65
- - 0
66
- - 2
67
- - 7
51
+ - !ruby/object:Gem::Version
68
52
  version: 0.2.7
69
53
  type: :runtime
70
- version_requirements: *id003
71
- description: Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.
54
+ prerelease: false
55
+ version_requirements: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: 0.2.7
60
+ description: Compass is a Sass-based Stylesheet Framework that streamlines the creation
61
+ and maintainance of CSS.
72
62
  email: chris@eppsteins.net
73
- executables:
63
+ executables:
74
64
  - compass
75
65
  extensions: []
76
-
77
66
  extra_rdoc_files: []
78
-
79
- files:
80
- - README.markdown
67
+ files:
81
68
  - LICENSE.markdown
82
- - VERSION.yml
69
+ - README.markdown
83
70
  - Rakefile
71
+ - VERSION.yml
84
72
  - bin/compass
73
+ - examples/README.markdown
85
74
  - examples/blueprint_default/config.rb
86
75
  - examples/blueprint_default/images/grid.png
87
76
  - examples/blueprint_default/index.html.haml
@@ -158,7 +147,6 @@ files:
158
147
  - examples/compass/images/emblem/symbolic-link.png
159
148
  - examples/compass/images/emblem/system.png
160
149
  - examples/compass/images/emblem/unreadable.png
161
- - examples/compass/images/emblem-a043c4f148.png
162
150
  - examples/compass/images/flag/ad.png
163
151
  - examples/compass/images/flag/ae.png
164
152
  - examples/compass/images/flag/af.png
@@ -406,8 +394,6 @@ files:
406
394
  - examples/compass/images/flag/za.png
407
395
  - examples/compass/images/flag/zm.png
408
396
  - examples/compass/images/flag/zw.png
409
- - examples/compass/images/flag-03c3b29b35.png
410
- - examples/compass/images/flag-21cfbfbfc8.png
411
397
  - examples/compass/images/icon-chrome.png
412
398
  - examples/compass/images/icon-firefox.png
413
399
  - examples/compass/images/icon-ie.png
@@ -427,6 +413,8 @@ files:
427
413
  - examples/css3/bootstrap.rb
428
414
  - examples/css3/clean.rb
429
415
  - examples/css3/config.rb
416
+ - examples/css3/extensions/fancy-fonts/templates/project/fancy-fonts.sass
417
+ - examples/css3/extensions/fancy-fonts/templates/project/manifest.rb
430
418
  - examples/css3/gradients.html.haml
431
419
  - examples/css3/images/button_bg.png
432
420
  - examples/css3/images/example.png
@@ -441,7 +429,6 @@ files:
441
429
  - examples/ninesixty/config.rb
442
430
  - examples/ninesixty/src/grid.scss
443
431
  - examples/ninesixty/src/text.scss
444
- - examples/README.markdown
445
432
  - examples/susy/bootstrap.rb
446
433
  - examples/susy/clean.rb
447
434
  - examples/susy/config.rb
@@ -458,11 +445,10 @@ files:
458
445
  - examples/yui/templates.html.haml
459
446
  - examples/yui/test.jpg
460
447
  - examples/yui/typography.html.haml
461
- - examples/css3/extensions/fancy-fonts/templates/project/bgrove.otf
462
- - examples/css3/extensions/fancy-fonts/templates/project/bgrove.ttf
463
- - examples/css3/extensions/fancy-fonts/templates/project/fancy-fonts.sass
464
- - examples/css3/extensions/fancy-fonts/templates/project/manifest.rb
465
- - examples/css3/extensions/fancy-fonts/templates/project/Prociono.otf
448
+ - features/command_line.feature
449
+ - features/extensions.feature
450
+ - features/step_definitions/command_line_steps.rb
451
+ - features/step_definitions/extension_steps.rb
466
452
  - frameworks/blueprint/stylesheets/_blueprint.scss
467
453
  - frameworks/blueprint/stylesheets/blueprint/_buttons.scss
468
454
  - frameworks/blueprint/stylesheets/blueprint/_colors.scss
@@ -487,11 +473,12 @@ files:
487
473
  - frameworks/blueprint/templates/basic/partials/_base.sass
488
474
  - frameworks/blueprint/templates/basic/print.sass
489
475
  - frameworks/blueprint/templates/basic/screen.sass
476
+ - frameworks/blueprint/templates/buttons/buttons.sass
490
477
  - frameworks/blueprint/templates/buttons/buttons/cross.png
491
478
  - frameworks/blueprint/templates/buttons/buttons/key.png
492
479
  - frameworks/blueprint/templates/buttons/buttons/tick.png
493
- - frameworks/blueprint/templates/buttons/buttons.sass
494
480
  - frameworks/blueprint/templates/buttons/manifest.rb
481
+ - frameworks/blueprint/templates/link_icons/link_icons.sass
495
482
  - frameworks/blueprint/templates/link_icons/link_icons/doc.png
496
483
  - frameworks/blueprint/templates/link_icons/link_icons/email.png
497
484
  - frameworks/blueprint/templates/link_icons/link_icons/external.png
@@ -500,7 +487,6 @@ files:
500
487
  - frameworks/blueprint/templates/link_icons/link_icons/pdf.png
501
488
  - frameworks/blueprint/templates/link_icons/link_icons/visited.png
502
489
  - frameworks/blueprint/templates/link_icons/link_icons/xls.png
503
- - frameworks/blueprint/templates/link_icons/link_icons.sass
504
490
  - frameworks/blueprint/templates/link_icons/manifest.rb
505
491
  - frameworks/blueprint/templates/project/grid.png
506
492
  - frameworks/blueprint/templates/project/ie.sass
@@ -610,21 +596,23 @@ files:
610
596
  - frameworks/compass/templates/pie/LICENSE
611
597
  - frameworks/compass/templates/pie/LICENSE-APACHE2.txt
612
598
  - frameworks/compass/templates/pie/LICENSE-GPL2.txt
613
- - frameworks/compass/templates/pie/manifest.rb
614
599
  - frameworks/compass/templates/pie/PIE.htc
600
+ - frameworks/compass/templates/pie/manifest.rb
615
601
  - frameworks/compass/templates/pie/pie.scss
602
+ - frameworks/compass/templates/project/USAGE.markdown
616
603
  - frameworks/compass/templates/project/ie.sass
617
604
  - frameworks/compass/templates/project/manifest.rb
618
605
  - frameworks/compass/templates/project/print.sass
619
606
  - frameworks/compass/templates/project/screen.sass
620
- - frameworks/compass/templates/project/USAGE.markdown
607
+ - lib/compass.rb
621
608
  - lib/compass/actions.rb
609
+ - lib/compass/app_integration.rb
622
610
  - lib/compass/app_integration/rails.rb
611
+ - lib/compass/app_integration/stand_alone.rb
623
612
  - lib/compass/app_integration/stand_alone/configuration_defaults.rb
624
613
  - lib/compass/app_integration/stand_alone/installer.rb
625
- - lib/compass/app_integration/stand_alone.rb
626
- - lib/compass/app_integration.rb
627
614
  - lib/compass/browser_support.rb
615
+ - lib/compass/commands.rb
628
616
  - lib/compass/commands/base.rb
629
617
  - lib/compass/commands/clean_project.rb
630
618
  - lib/compass/commands/create_project.rb
@@ -648,8 +636,8 @@ files:
648
636
  - lib/compass/commands/validate_project.rb
649
637
  - lib/compass/commands/watch_project.rb
650
638
  - lib/compass/commands/write_configuration.rb
651
- - lib/compass/commands.rb
652
639
  - lib/compass/compiler.rb
640
+ - lib/compass/configuration.rb
653
641
  - lib/compass/configuration/adapters.rb
654
642
  - lib/compass/configuration/comments.rb
655
643
  - lib/compass/configuration/data.rb
@@ -659,27 +647,28 @@ files:
659
647
  - lib/compass/configuration/inheritance.rb
660
648
  - lib/compass/configuration/paths.rb
661
649
  - lib/compass/configuration/serialization.rb
662
- - lib/compass/configuration.rb
663
650
  - lib/compass/dependencies.rb
664
651
  - lib/compass/errors.rb
652
+ - lib/compass/exec.rb
665
653
  - lib/compass/exec/command_option_parser.rb
666
654
  - lib/compass/exec/global_options_parser.rb
667
655
  - lib/compass/exec/helpers.rb
668
656
  - lib/compass/exec/project_options_parser.rb
669
657
  - lib/compass/exec/sub_command_ui.rb
670
658
  - lib/compass/exec/switch_ui.rb
671
- - lib/compass/exec.rb
672
659
  - lib/compass/frameworks.rb
673
660
  - lib/compass/grid_builder.rb
661
+ - lib/compass/installers.rb
674
662
  - lib/compass/installers/bare_installer.rb
675
663
  - lib/compass/installers/base.rb
676
664
  - lib/compass/installers/manifest.rb
677
665
  - lib/compass/installers/manifest_installer.rb
678
666
  - lib/compass/installers/template_context.rb
679
- - lib/compass/installers.rb
680
667
  - lib/compass/logger.rb
681
668
  - lib/compass/quick_cache.rb
682
669
  - lib/compass/rails.rb
670
+ - lib/compass/sass_extensions.rb
671
+ - lib/compass/sass_extensions/functions.rb
683
672
  - lib/compass/sass_extensions/functions/colors.rb
684
673
  - lib/compass/sass_extensions/functions/constants.rb
685
674
  - lib/compass/sass_extensions/functions/cross_browser_support.rb
@@ -695,12 +684,12 @@ files:
695
684
  - lib/compass/sass_extensions/functions/selectors.rb
696
685
  - lib/compass/sass_extensions/functions/sprites.rb
697
686
  - lib/compass/sass_extensions/functions/urls.rb
698
- - lib/compass/sass_extensions/functions.rb
687
+ - lib/compass/sass_extensions/monkey_patches.rb
699
688
  - lib/compass/sass_extensions/monkey_patches/browser_support.rb
700
689
  - lib/compass/sass_extensions/monkey_patches/traversal.rb
701
- - lib/compass/sass_extensions/monkey_patches.rb
702
- - lib/compass/sass_extensions/sprites/engines/chunky_png_engine.rb
690
+ - lib/compass/sass_extensions/sprites.rb
703
691
  - lib/compass/sass_extensions/sprites/engines.rb
692
+ - lib/compass/sass_extensions/sprites/engines/chunky_png_engine.rb
704
693
  - lib/compass/sass_extensions/sprites/image.rb
705
694
  - lib/compass/sass_extensions/sprites/image_methods.rb
706
695
  - lib/compass/sass_extensions/sprites/image_row.rb
@@ -708,17 +697,14 @@ files:
708
697
  - lib/compass/sass_extensions/sprites/row_fitter.rb
709
698
  - lib/compass/sass_extensions/sprites/sprite_map.rb
710
699
  - lib/compass/sass_extensions/sprites/sprite_methods.rb
711
- - lib/compass/sass_extensions/sprites.rb
712
- - lib/compass/sass_extensions.rb
700
+ - lib/compass/sprite_importer.rb
713
701
  - lib/compass/sprite_importer/binding.rb
714
702
  - lib/compass/sprite_importer/content.erb
715
- - lib/compass/sprite_importer.rb
716
703
  - lib/compass/stats.rb
717
704
  - lib/compass/test_case.rb
718
705
  - lib/compass/util.rb
719
706
  - lib/compass/validator.rb
720
707
  - lib/compass/version.rb
721
- - lib/compass.rb
722
708
  - test/fixtures/extensions/only_stylesheets/compass_init.rb
723
709
  - test/fixtures/extensions/only_stylesheets/scss/only_stylesheets/foo.scss
724
710
  - test/fixtures/fonts/bgrove.base64.txt
@@ -845,6 +831,7 @@ files:
845
831
  - test/fixtures/stylesheets/compass/images/100x150.jpg
846
832
  - test/fixtures/stylesheets/compass/images/100x150.png
847
833
  - test/fixtures/stylesheets/compass/images/4x6.png
834
+ - test/fixtures/stylesheets/compass/images/flag-s4798b5a210.png
848
835
  - test/fixtures/stylesheets/compass/images/flag/ad.png
849
836
  - test/fixtures/stylesheets/compass/images/flag/ae.png
850
837
  - test/fixtures/stylesheets/compass/images/flag/af.png
@@ -1092,7 +1079,6 @@ files:
1092
1079
  - test/fixtures/stylesheets/compass/images/flag/za.png
1093
1080
  - test/fixtures/stylesheets/compass/images/flag/zm.png
1094
1081
  - test/fixtures/stylesheets/compass/images/flag/zw.png
1095
- - test/fixtures/stylesheets/compass/images/flag-s4798b5a210.png
1096
1082
  - test/fixtures/stylesheets/compass/sass/background-clip.scss
1097
1083
  - test/fixtures/stylesheets/compass/sass/border_radius.scss
1098
1084
  - test/fixtures/stylesheets/compass/sass/box-sizeing.scss
@@ -1175,44 +1161,30 @@ files:
1175
1161
  - test/units/sprites/row_fitter_test.rb
1176
1162
  - test/units/sprites/sprite_command_test.rb
1177
1163
  - test/units/sprites/sprite_map_test.rb
1178
- - features/command_line.feature
1179
- - features/extensions.feature
1180
- - features/step_definitions/command_line_steps.rb
1181
- - features/step_definitions/extension_steps.rb
1182
1164
  homepage: http://compass-style.org
1183
1165
  licenses: []
1184
-
1166
+ metadata: {}
1185
1167
  post_install_message:
1186
1168
  rdoc_options: []
1187
-
1188
- require_paths:
1169
+ require_paths:
1189
1170
  - lib
1190
- required_ruby_version: !ruby/object:Gem::Requirement
1191
- none: false
1192
- requirements:
1171
+ required_ruby_version: !ruby/object:Gem::Requirement
1172
+ requirements:
1193
1173
  - - ">="
1194
- - !ruby/object:Gem::Version
1195
- hash: 3
1196
- segments:
1197
- - 0
1198
- version: "0"
1199
- required_rubygems_version: !ruby/object:Gem::Requirement
1200
- none: false
1201
- requirements:
1174
+ - !ruby/object:Gem::Version
1175
+ version: '0'
1176
+ required_rubygems_version: !ruby/object:Gem::Requirement
1177
+ requirements:
1202
1178
  - - ">="
1203
- - !ruby/object:Gem::Version
1204
- hash: 3
1205
- segments:
1206
- - 0
1207
- version: "0"
1179
+ - !ruby/object:Gem::Version
1180
+ version: '0'
1208
1181
  requirements: []
1209
-
1210
1182
  rubyforge_project:
1211
- rubygems_version: 1.8.15
1183
+ rubygems_version: 2.2.1
1212
1184
  signing_key:
1213
- specification_version: 3
1185
+ specification_version: 4
1214
1186
  summary: A Real Stylesheet Framework
1215
- test_files:
1187
+ test_files:
1216
1188
  - test/fixtures/extensions/only_stylesheets/compass_init.rb
1217
1189
  - test/fixtures/extensions/only_stylesheets/scss/only_stylesheets/foo.scss
1218
1190
  - test/fixtures/fonts/bgrove.base64.txt