olag 0.1.17 → 0.1.18

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ 2012-01-17 Oren Ben-Kiki <github-oren@ben-kiki.org>
2
+
3
+ * Add hack for sorting hash YAML keys.
4
+
1
5
  2012-01-15 Oren Ben-Kiki <github-oren@ben-kiki.org>
2
6
 
3
7
  * Add WithTempdir mix-in module.
data/codnar.html CHANGED
@@ -363,242 +363,14 @@ pre {
363
363
  div.chunk.name {
364
364
  font-weight: bold;
365
365
  }
366
- /* global styles */
367
- .sunlight-container {
368
- clear: both;
369
- border: 1px solid #969696 !important;
370
- position: relative;
371
- background-color: #FFFFFF !important;
372
- }
373
- .sunlight-highlighted, .sunlight-container {
374
- color: #000000 !important;
375
- /*! Commented out for for Codnar - these are handled by the Codnar CSS.
376
- font-family: Consolas, Inconsolata, Monaco, "Courier New", Monospace !important;
377
- font-size: 12px !important;
378
- line-height: 15px !important;
379
- !*/
380
- margin: 0 !important;
381
- }
382
- .sunlight-container > .sunlight-highlighted {
383
- white-space: pre;
384
- overflow-x: auto;
385
- }
386
- span.sunlight-highlighted {
387
- z-index: 1;
388
- position: relative;
389
- }
390
- span.sunlight-highlighted * {
391
- background: transparent;
392
- }
393
- .sunlight-line-number-margin {
394
- float: left !important;
395
- margin-right: 5px !important;
396
- margin-top: 0 !important;
397
- padding: 0 !important;
398
- padding-right: 4px !important;
399
- padding-left: 4px !important;
400
- border-right: 1px solid #CCCCCC !important;
401
- background-color: #EEEEEE !important;
402
- color: #848484 !important;
403
- text-align: right !important;
404
- position: relative;
405
- z-index: 3;
406
- }
407
- .sunlight-highlighted a, .sunlight-line-number-margin a {
408
- border: none !important;
409
- text-decoration: none !important;
410
- font-weight: normal !important;
411
- font-style: normal !important;
412
- padding: 0 !important;
413
- }
414
- .sunlight-line-number-margin a {
415
- color: inherit !important;
416
- }
417
- .sunlight-line-highlight-overlay {
418
- position: absolute;
419
- top: 0;
420
- left: 0;
421
- width: 100%;
422
- z-index: 0;
423
- }
424
- .sunlight-line-highlight-overlay div {
425
- height: 15px;
426
- width: 100%;
427
- }
428
- .sunlight-line-highlight-overlay .sunlight-line-highlight-active {
429
- background-color: #E7FCFA;
430
- }
431
-
432
-
433
-
434
-
435
- .sunlight-string,
436
- .sunlight-heredoc,
437
- .sunlight-heredocDeclaration,
438
- .sunlight-nowdoc,
439
- .sunlight-longString,
440
- .sunlight-rawString,
441
- .sunlight-binaryString,
442
- .sunlight-rawLongString,
443
- .sunlight-binaryLongString {
444
- color: #990000 !important;
445
- }
446
-
447
- .sunlight-ident,
448
- .sunlight-operator,
449
- .sunlight-punctuation,
450
- .sunlight-delimiter {
451
- color: #000000 !important;
452
- }
453
-
454
- .sunlight-comment,
455
- .sunlight-xmlDocCommentContent {
456
- color: #009900 !important;
457
- }
458
- .sunlight-number {
459
- color: #CC6600 !important;
460
- }
461
-
462
- .sunlight-named-ident,
463
- .sunlight-constant,
464
- .sunlight-javascript .sunlight-globalVariable,
465
- .sunlight-globalObject,
466
- .sunlight-python .sunlight-attribute {
467
- color: #2B91AF !important;
468
- }
469
- .sunlight-keyword,
470
- .sunlight-languageConstruct,
471
- .sunlight-css
472
- .sunlight-element,
473
- .sunlight-bash .sunlight-command,
474
- .sunlight-ruby .sunlight-specialOperator {
475
- color: #0000FF !important;
476
- }
477
- .sunlight-shortOpenTag,
478
- .sunlight-openTag,
479
- .sunlight-closeTag,
480
- .sunlight-xmlOpenTag,
481
- .sunlight-xmlCloseTag {
482
- background-color: #FFFF99 !important;
483
- color: #000000 !important;
484
- }
485
- .sunlight-content {
486
- color: #000000 !important;
487
- }
488
- .sunlight-function,
489
- .sunlight-globalFunction,
490
- .sunlight-ruby .sunlight-specialFunction {
491
- color: #B069AF !important;
492
- }
493
-
494
- .sunlight-php .sunlight-variable,
495
- .sunlight-ruby .sunlight-globalVariable,
496
- .sunlight-ruby .sunlight-instanceVariable {
497
- color: #8F41AA !important;
498
- }
499
- .sunlight-regexLiteral {
500
- color: #FF00B2 !important;
501
- }
502
-
503
-
504
-
505
- /* html/xml */
506
- .sunlight-html .sunlight-string,
507
- .sunlight-xml .sunlight-string {
508
- color: #990099 !important;
509
- }
510
- .sunlight-cdata {
511
- color: #CC6600 !important;
512
- }
513
- .sunlight-html .sunlight-ident,
514
- .sunlight-html .sunlight-operator,
515
- .sunlight-xml .sunlight-ident,
516
- .sunlight-xml .sunlight-operator {
517
- color: #0000FF !important;
518
- }
519
- .sunlight-html .sunlight-named-ident, .sunlight-xml .sunlight-named-ident {
520
- color: #FF0000 !important;
521
- }
522
- .sunlight-html .sunlight-entity,
523
- .sunlight-xml .sunlight-entity {
524
- background-color: #EEEEEE !important;
525
- color: #000000 !important;
526
- border: 1px solid #000000 !important;
527
- }
528
-
529
- /* html */
530
- .sunlight-html .sunlight-doctype {
531
- color: #2B91AF !important;
532
- }
533
-
534
- /* c# */
535
- .sunlight-csharp .sunlight-pragma {
536
- color: #999999 !important;
537
- font-style: italic !important;
538
- }
539
- .sunlight-csharp .sunlight-xmlDocCommentMeta,
540
- .sunlight-java .sunlight-annotation,
541
- .sunlight-ruby .sunlight-docComment {
542
- color: #808080 !important;
543
- }
544
-
545
- /* javascript */
546
- .sunlight-javascript .sunlight-reservedWord {
547
- font-style: italic !important;
548
- }
549
-
550
- /* sql */
551
- .sunlight-quotedIdent {
552
- color: #999900 !important;
553
- }
554
-
555
- /* css */
556
- .sunlight-css .sunlight-microsoftFilterPrefix {
557
- color: #FF00FF !important;
558
- }
559
- .sunlight-css .sunlight-rule {
560
- color: #0099FF !important;
561
- }
562
- .sunlight-css .sunlight-keyword {
563
- color: #4E65B8 !important;
564
- }
565
- .sunlight-css .sunlight-class {
566
- color: #FF0000 !important;
567
- }
568
- .sunlight-css .sunlight-id {
569
- color: #8A8E13 !important;
570
- }
571
- .sunlight-css .sunlight-pseudoClass,
572
- .sunlight-css .sunlight-pseudoElement {
573
- color: #368B87 !important;
574
- }
575
-
576
- /* bash */
577
- .sunlight-bash .sunlight-hashBang {
578
- color: #3D97F5 !important;
579
- }
580
- .sunlight-bash .sunlight-specialVariable {
581
- font-style: italic !important;
582
- font-weight: bold !important;
583
- }
584
- .sunlight-bash .sunlight-verbatimCommand {
585
- color: #999900 !important;
586
- }
587
- .sunlight-bash .sunlight-variable,
588
- .sunlight-bash .sunlight-specialVariable {
589
- color: #FF0000 !important;
590
- }
591
-
592
- /* python */
593
- .sunlight-python .sunlight-specialMethod {
594
- font-weight: bold !important;
595
- color: #A07DD3;
596
- }
597
-
598
- /* ruby */
599
- .sunlight-ruby .sunlight-subshellCommand {
600
- color: #999900 !important;
601
- }
366
+ /* Colors for GVim classes */
367
+ span.Constant { color: Crimson; }
368
+ span.Identifier { color: Teal; }
369
+ span.PreProc { color: Indigo; }
370
+ span.Special { color: Navy; }
371
+ span.Statement { color: Maroon; }
372
+ span.Type { color: Green; }
373
+ span.Comment { color: Purple; }
602
374
  </style>
603
375
  </head>
604
376
  <body>
@@ -2025,7 +1797,7 @@ number of Git commits by running <tt>rake version</tt>.
2025
1797
  </tr>
2026
1798
  </table>
2027
1799
  <pre class='ruby code syntax'>
2028
- <span class="Type">VERSION</span> = <span class="Special">&quot;</span><span class="Constant">0.1.17</span><span class="Special">&quot;</span>
1800
+ <span class="Type">VERSION</span> = <span class="Special">&quot;</span><span class="Constant">0.1.18</span><span class="Special">&quot;</span>
2029
1801
 
2030
1802
  end
2031
1803
  </pre>
data/doc/root.html CHANGED
@@ -7,7 +7,7 @@
7
7
  <embed src="codnar/data/yui/reset.css" type="x-codnar/file"/>
8
8
  <embed src="codnar/data/yui/base.css" type="x-codnar/file"/>
9
9
  <embed src="codnar/data/style.css" type="x-codnar/file"/>
10
- <embed src="codnar/data/sunlight/default.css" type="x-codnar/file"/>
10
+ <embed src="codnar/data/gvim.css" type="x-codnar/file"/>
11
11
  </style>
12
12
  </head>
13
13
  <body>
data/lib/olag/version.rb CHANGED
@@ -3,6 +3,6 @@ module Olag
3
3
 
4
4
  # This version number. The third number is automatically updated to track the
5
5
  # number of Git commits by running <tt>rake version</tt>.
6
- VERSION = "0.1.17"
6
+ VERSION = "0.1.18"
7
7
 
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: olag
3
3
  version: !ruby/object:Gem::Version
4
- hash: 57
4
+ hash: 63
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 17
10
- version: 0.1.17
9
+ - 18
10
+ version: 0.1.18
11
11
  platform: ruby
12
12
  authors:
13
13
  - Oren Ben-Kiki
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-17 00:00:00 Z
18
+ date: 2012-01-27 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: Saikuro
@@ -205,7 +205,7 @@ licenses: []
205
205
  post_install_message:
206
206
  rdoc_options:
207
207
  - --title
208
- - Olag 0.1.17
208
+ - Olag 0.1.18
209
209
  - --main
210
210
  - README.rdoc
211
211
  - --line-numbers