livetext 0.8.59 → 0.8.60

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/livetext.rb +1 -1
  3. data/lib/standard.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01ba24ecd7c4020f4861390c5d9a6204aa189cacdf88e7e696cb844178821b87
4
- data.tar.gz: b55072776a3733acacd548b3324ca9538ec76957e42d616980f37990ffebd34b
3
+ metadata.gz: e9d1e01c2a697bf737b367c6fc39d0508aad9b3c05cebb6092123ce77e94c917
4
+ data.tar.gz: 01bca6cadeffffb3521d43100ec44f8ea1cf4102b71dbd46563452afcbfc2564
5
5
  SHA512:
6
- metadata.gz: b67266f6a11553dce40b3bfda05ad14ea6e94ab801009d5d42d9f955333b7445c2dbb876af1807406e6dbb2ae1def54c144069042eedae09c85f35e02fa95ff5
7
- data.tar.gz: 5e7be9992a31558491683f22a37c72cb9fdc75bc792fc95f7397053062b5eddad8be3576444e87871f990005f485c0fed3282aa3350ad7bcca3a5fdacb736768
6
+ metadata.gz: 5944f97322269188ae52605c2a1a9b5c4ea519a37b574b6594df135f4b1d3a0b4b500087180a43550e68440706f2ce86dc197049fa804bd8a954aa9cbb68c809
7
+ data.tar.gz: 032ec035e8c68803cefc9d8b1990f587d933d5991c274ca2e1c6b51916d4de8f4fbf33a2fa9ade6fa4867fa8de18873b1d7e5e9be59011eb213e47bbfcf1e77f
@@ -1,5 +1,5 @@
1
1
  class Livetext
2
- VERSION = "0.8.59"
2
+ VERSION = "0.8.60"
3
3
  Path = File.expand_path(File.join(File.dirname(__FILE__)))
4
4
  end
5
5
 
@@ -3,7 +3,7 @@ module Livetext::Standard
3
3
  SimpleFormats = # Move this?
4
4
  { b: %w[<b> </b>],
5
5
  i: %w[<i> </i>],
6
- t: %w[<tt> </tt>],
6
+ t: ["<font size=+1><tt>", "</tt></font"],
7
7
  s: %w[<strike> </strike>] }
8
8
 
9
9
  attr_reader :_data
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: livetext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.59
4
+ version: 0.8.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-07 00:00:00.000000000 Z
11
+ date: 2019-03-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A smart text processor extensible in Ruby
14
14
  email: rubyhacker@gmail.com