wysibb 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c480542bcef6c734342aaa7170dfd804aa88046d
4
- data.tar.gz: 6b2d67fae5ea36a2b9f06797afb4e49c149fae89
3
+ metadata.gz: cd83ff2447c3c9a4fe3bef700528d746380cd78c
4
+ data.tar.gz: 9bd2da7fa34dbc664823484b45339428a0509d54
5
5
  SHA512:
6
- metadata.gz: 6792157914d3afa921d752f21a8717f9f0d8a608a77c6607cd9d9d12dd84e509644cd8e4bd2063b7726092d7098e54017b45ca1f7d0e587d814d41630cf5ca44
7
- data.tar.gz: 034f112f536823b28bde912de393f7df7f54f52a846adae70d1fa6477aba20fd507695912ffdceb31e7547c29c756f7d4f241dd48e0aa3ee8fc38c52576820d7
6
+ metadata.gz: dedeb705dea3ef6384d9960c002c9d829939415efe020d1ab98de77c9f96894d1fae858e9b16e12dc6318246380e30450f035311fc5cc0bc19e960d832d34295
7
+ data.tar.gz: 94247e02def9f757c48d0bb823c0eae253472ba5aafc143c948b99d68267f8c84679e8e7b8ce3b4695adbd0579dbe7d9c8dee502096c3291ddc3402a6cc02e77
@@ -1,3 +1,3 @@
1
1
  module Wysibb
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
@@ -385,7 +385,7 @@ wbbdebug=true;
385
385
  excmd: 'fontSize',
386
386
  exvalue: "1",
387
387
  transform: {
388
- '<font size="1">{SELTEXT}</font>':'[size=50]{SELTEXT}[/size]'
388
+ '<font size="1">{SELTEXT}</font>':'[h6]{SELTEXT}[/h6]'
389
389
  }
390
390
  },
391
391
  fs_small: {
@@ -394,7 +394,7 @@ wbbdebug=true;
394
394
  excmd: 'fontSize',
395
395
  exvalue: "2",
396
396
  transform: {
397
- '<font size="2">{SELTEXT}</font>':'[size=85]{SELTEXT}[/size]'
397
+ '<font size="2">{SELTEXT}</font>':'[h5]{SELTEXT}[/h5]'
398
398
  }
399
399
  },
400
400
  fs_normal: {
@@ -403,7 +403,7 @@ wbbdebug=true;
403
403
  excmd: 'fontSize',
404
404
  exvalue: "3",
405
405
  transform: {
406
- '<font size="3">{SELTEXT}</font>':'[size=100]{SELTEXT}[/size]'
406
+ '<font size="3">{SELTEXT}</font>':'[h4]{SELTEXT}[/h4]'
407
407
  }
408
408
  },
409
409
  fs_big: {
@@ -412,16 +412,16 @@ wbbdebug=true;
412
412
  excmd: 'fontSize',
413
413
  exvalue: "4",
414
414
  transform: {
415
- '<font size="4">{SELTEXT}</font>':'[size=150]{SELTEXT}[/size]'
415
+ '<font size="4">{SELTEXT}</font>':'[h3]{SELTEXT}[/h3]'
416
416
  }
417
417
  },
418
418
  fs_verybig: {
419
419
  title: CURLANG.fs_verybig,
420
420
  buttonText: "fs5",
421
421
  excmd: 'fontSize',
422
- exvalue: "6",
422
+ exvalue: "5",
423
423
  transform: {
424
- '<font size="6">{SELTEXT}</font>':'[size=200]{SELTEXT}[/size]'
424
+ '<font size="6">{SELTEXT}</font>':'[h2]{SELTEXT}[/h2]'
425
425
  }
426
426
  },
427
427
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wysibb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - imperial