scms 1.8.6 → 1.8.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2251b2a01c6504629edfa0659eb90bd33455cf61
4
- data.tar.gz: 204b83a62d9a3af0a3133e194d7020f3bd98e91f
3
+ metadata.gz: 78ff8eda7a24fe3fb46681efa4422eb964b894fc
4
+ data.tar.gz: c8b36f9edb0bc0acc91e6e8184782e1fb478598e
5
5
  SHA512:
6
- metadata.gz: 1314a14acf59ead37e7017f62a275a1c5a1ad828474fb414bb96051a71226c6e926f582b8b35b9e06043707662a31655b63411092732c30b209249f7d5fba061
7
- data.tar.gz: c82f6ea762725d78a644bfe9323e419cbe328119d4a52713242634b748f815cf0d33e40a8577a07cb7bead16c82c34e153c018e4a37311ef1941a6e5725b1218
6
+ metadata.gz: 4de747c81d18e366153e56556f5a7e38f3dfcc002cfc5b3dae6311497c614022930ca5f669033852077ae564ff3fa46d2202aa966c7724f1e7e14c94b5bca824
7
+ data.tar.gz: d0d4443420d6fceba3dd27f7366c962414fcf4042ed537db719d3422c04c8403aa4aa42ff7d4dce76a4bc410215320d4fce7c61daaf589a3360b9a3d1e2d86f3
@@ -17,7 +17,7 @@
17
17
  <!-- Settings for the application's initial window. Required. -->
18
18
  <initialWindow>
19
19
  <!-- The main HTML file of the application. Required. -->
20
- <content>_site/app.html</content>
20
+ <content>-site/app.html</content>
21
21
  <!-- The title of the main window. Optional. -->
22
22
  <title/>
23
23
  <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
@@ -48,10 +48,10 @@
48
48
  <installFolder>AirApp</installFolder>
49
49
  <programMenuFolder>Air App</programMenuFolder>
50
50
  <icon>
51
- <image16x16>_site/ico/logo-16.png</image16x16>
52
- <image32x32>_site/ico/logo-32.png</image32x32>
53
- <image48x48>_site/ico/logo-48.png</image48x48>
54
- <image128x128>_site/ico/logo-128.png</image128x128>
51
+ <image16x16>-site/ico/logo-16.png</image16x16>
52
+ <image32x32>-site/ico/logo-32.png</image32x32>
53
+ <image48x48>-site/ico/logo-48.png</image48x48>
54
+ <image128x128>-site/ico/logo-128.png</image128x128>
55
55
  </icon>
56
56
  <fileTypes></fileTypes>
57
57
  </application>
@@ -11,6 +11,6 @@ del .\tools\v
11
11
  echo "v = %v%"
12
12
 
13
13
  echo Packaging MyAirApp_%v%.air
14
- adt -package -storetype pkcs12 -keystore cert.p12 -storepass LetItAllOut MyAirApp_%v%.air application.xml _site
14
+ adt -package -storetype pkcs12 -keystore cert.p12 -storepass LetItAllOut MyAirApp_%v%.air application.xml -site
15
15
  endlocal
16
16
  pause
data/bin/scms CHANGED
@@ -65,7 +65,7 @@ $html = (ENV["SCMS_HTML_OUT"] or "false")
65
65
 
66
66
  $stdout.sync = true
67
67
  root_folder = File.expand_path("../", File.dirname(__FILE__))
68
- @pub = File.join("#{$website}/_site")
68
+ @pub = File.join("#{$website}/-site")
69
69
  unless options[:pub].nil?
70
70
  @pub = options[:pub]
71
71
  end
@@ -1,3 +1,3 @@
1
1
  module StaticCMS
2
- VERSION = '1.8.6'
2
+ VERSION = '1.8.7'
3
3
  end
@@ -120,11 +120,29 @@
120
120
  }
121
121
  },
122
122
  {
123
- "file": "/C/Users/cprobert/AppData/Local/Temp/scmsDeploy.rb-rev50.svn000.tmp.rb",
123
+ "contents": "Searching 69 files for \"_site\"\n\nI:\\Code\\GitHub\\Static-CMS\\assets\\blank-app-template\\application.xml:\n 18 <initialWindow>\n 19 <!-- The main HTML file of the application. Required. -->\n 20: <content>_site/app.html</content>\n 21 <!-- The title of the main window. Optional. -->\n 22 <title/>\n ..\n 49 <programMenuFolder>Air App</programMenuFolder> \n 50 <icon>\n 51: <image16x16>_site/ico/logo-16.png</image16x16>\n 52: <image32x32>_site/ico/logo-32.png</image32x32>\n 53: <image48x48>_site/ico/logo-48.png</image48x48>\n 54: <image128x128>_site/ico/logo-128.png</image128x128>\n 55 </icon>\n 56 <fileTypes></fileTypes>\n\nI:\\Code\\GitHub\\Static-CMS\\assets\\blank-app-template\\package.cmd:\n 12 \n 13 echo Packaging MyAirApp_%v%.air \n 14: adt -package -storetype pkcs12 -keystore cert.p12 -storepass LetItAllOut MyAirApp_%v%.air application.xml _site \n 15 endlocal\n 16 pause\n\nI:\\Code\\GitHub\\Static-CMS\\bin\\scms:\n 66 $stdout.sync = true\n 67 root_folder = File.expand_path(\"../\", File.dirname(__FILE__))\n 68: @pub = File.join(\"#{$website}/_site\")\n 69 unless options[:pub].nil?\n 70 @pub = options[:pub]\n\n7 matches across 3 files\n",
124
124
  "settings":
125
125
  {
126
- "buffer_size": 1860,
127
- "line_ending": "Unix"
126
+ "buffer_size": 1200,
127
+ "line_ending": "Windows",
128
+ "name": "Find Results",
129
+ "scratch": true
130
+ }
131
+ },
132
+ {
133
+ "file": "assets/blank-app-template/application.xml",
134
+ "settings":
135
+ {
136
+ "buffer_size": 2660,
137
+ "line_ending": "Windows"
138
+ }
139
+ },
140
+ {
141
+ "file": "assets/blank-app-template/package.cmd",
142
+ "settings":
143
+ {
144
+ "buffer_size": 348,
145
+ "line_ending": "Windows"
128
146
  }
129
147
  },
130
148
  {
@@ -160,6 +178,7 @@
160
178
  },
161
179
  "file_history":
162
180
  [
181
+ "/C/Users/cprobert/AppData/Local/Temp/scmsDeploy.rb-rev50.svn000.tmp.rb",
163
182
  "/C/Users/cprobert/AppData/Local/Temp/scmsDeploy.rb-rev150.svn000.tmp.rb",
164
183
  "/C/Users/cprobert/AppData/Local/Temp/scmsDeploy.rb-rev250.svn000.tmp.rb",
165
184
  "/I/Code/GitHub/Static-CMS/lib/scms/s3deploy.rb",
@@ -243,6 +262,7 @@
243
262
  "case_sensitive": false,
244
263
  "find_history":
245
264
  [
265
+ "_site",
246
266
  "S3Deploy.backup",
247
267
  "Folders[:website]",
248
268
  "compiled",
@@ -369,8 +389,7 @@
369
389
  "updateGems",
370
390
  "app.data(\"firstRun\"",
371
391
  "app.updateGems",
372
- "prefs.firstRun",
373
- "installUpdate"
392
+ "prefs.firstRun"
374
393
  ],
375
394
  "highlight": true,
376
395
  "in_selection": false,
@@ -378,6 +397,7 @@
378
397
  "regex": false,
379
398
  "replace_history":
380
399
  [
400
+ "-site",
381
401
  "S3Deploy.sync",
382
402
  "StaticCMS.yuicompress",
383
403
  "StaticCMS.cleanpubdir",
@@ -436,30 +456,72 @@
436
456
  "syntax": "Packages/Ruby/Ruby.tmLanguage"
437
457
  },
438
458
  "translation.x": 0.0,
439
- "translation.y": 1655.0,
459
+ "translation.y": 359.0,
440
460
  "zoom_level": 1.0
441
461
  },
442
462
  "type": "text"
443
463
  },
444
464
  {
445
465
  "buffer": 1,
446
- "file": "/C/Users/cprobert/AppData/Local/Temp/scmsDeploy.rb-rev50.svn000.tmp.rb",
447
466
  "settings":
448
467
  {
449
- "buffer_size": 1860,
468
+ "buffer_size": 1200,
450
469
  "regions":
451
470
  {
471
+ "match":
472
+ {
473
+ "flags": 112,
474
+ "regions":
475
+ [
476
+ [
477
+ 210,
478
+ 215
479
+ ],
480
+ [
481
+ 412,
482
+ 417
483
+ ],
484
+ [
485
+ 468,
486
+ 473
487
+ ],
488
+ [
489
+ 524,
490
+ 529
491
+ ],
492
+ [
493
+ 582,
494
+ 587
495
+ ],
496
+ [
497
+ 895,
498
+ 900
499
+ ],
500
+ [
501
+ 1101,
502
+ 1106
503
+ ]
504
+ ],
505
+ "scope": ""
506
+ }
452
507
  },
453
508
  "selection":
454
509
  [
455
510
  [
456
- 934,
457
- 991
511
+ 0,
512
+ 0
458
513
  ]
459
514
  ],
460
515
  "settings":
461
516
  {
462
- "syntax": "Packages/Ruby/Ruby.tmLanguage"
517
+ "detect_indentation": false,
518
+ "output_tag": 1,
519
+ "result_base_dir": "",
520
+ "result_file_regex": "^([A-Za-z\\\\/<].*):$",
521
+ "result_line_regex": "^ +([0-9]+):",
522
+ "scroll_past_end": true,
523
+ "syntax": "Packages/Default/Find Results.hidden-tmLanguage",
524
+ "translate_tabs_to_spaces": false
463
525
  },
464
526
  "translation.x": 0.0,
465
527
  "translation.y": 0.0,
@@ -469,6 +531,58 @@
469
531
  },
470
532
  {
471
533
  "buffer": 2,
534
+ "file": "assets/blank-app-template/application.xml",
535
+ "settings":
536
+ {
537
+ "buffer_size": 2660,
538
+ "regions":
539
+ {
540
+ },
541
+ "selection":
542
+ [
543
+ [
544
+ 0,
545
+ 0
546
+ ]
547
+ ],
548
+ "settings":
549
+ {
550
+ "syntax": "Packages/XML/XML.tmLanguage"
551
+ },
552
+ "translation.x": 0.0,
553
+ "translation.y": 0.0,
554
+ "zoom_level": 1.0
555
+ },
556
+ "type": "text"
557
+ },
558
+ {
559
+ "buffer": 3,
560
+ "file": "assets/blank-app-template/package.cmd",
561
+ "settings":
562
+ {
563
+ "buffer_size": 348,
564
+ "regions":
565
+ {
566
+ },
567
+ "selection":
568
+ [
569
+ [
570
+ 0,
571
+ 0
572
+ ]
573
+ ],
574
+ "settings":
575
+ {
576
+ "syntax": "Packages/Text/Plain text.tmLanguage"
577
+ },
578
+ "translation.x": 0.0,
579
+ "translation.y": 0.0,
580
+ "zoom_level": 1.0
581
+ },
582
+ "type": "text"
583
+ },
584
+ {
585
+ "buffer": 4,
472
586
  "file": "lib/scms/s3deploy.rb",
473
587
  "settings":
474
588
  {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.6
4
+ version: 1.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Courtenay Probert