livetext 0.8.73 → 0.8.74

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/livetext.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11a401c968f4dc90a9f9ba1fa0ef1afd8ef678f4067f55fb7830d092d8d44856
4
- data.tar.gz: 82d4dee17fd2c7cbfc441c1fb0626e94ae382b028a50a6feb3c40219be0046bb
3
+ metadata.gz: e25f08ab168176fba86f1182e3873b0000562d7c57b26120935a3443077564c3
4
+ data.tar.gz: aa4ca7707e7a58b843633fd8cc230cd37fb2ae873deb6dada2340e26b2e7e4cb
5
5
  SHA512:
6
- metadata.gz: 8756eb6c73ba416da0674a255ef0106eed222a1b8dabb6aa4c867a2e1c3a085d919bf7b4984aa404a4a5fa4e80f070467fadbac2a5604f28e8b17166c9b781c2
7
- data.tar.gz: c846b970b0af22e0160c8503366969dccac7e195177e958ee86cf3384f8b87f787511f507e1a85ad4198d21bb57ba7bdfd72c0858f91f4021c195f3f17f2b168
6
+ metadata.gz: e6a89d46298fba6d199fd864a233bedbaa658276512647f29d57b9867db57a817ee628eb3f6aa6f3659b88cf8f92a7e9dab0e8516cd8bc9cc61b10c21db5d622
7
+ data.tar.gz: 5b3666f05b5c45b9ec23481c5951925594a38eda7f9583cf3fcf56b707f31918bf1a0a4f9836860c76f0899fcfe6310b1fc44736e3e17c6773e2ffed943cdde6
@@ -1,5 +1,5 @@
1
1
  class Livetext
2
- VERSION = "0.8.73"
2
+ VERSION = "0.8.74"
3
3
  Path = File.expand_path(File.join(File.dirname(__FILE__)))
4
4
  end
5
5
 
@@ -89,7 +89,7 @@ class Livetext
89
89
  text = text.split("\n") if text.is_a? String
90
90
  enum = text.each
91
91
  @backtrace = false
92
- front = text.match(/.*?\n/).to_a.first.chomp
92
+ front = text[0].chomp
93
93
  @main.source(enum, "(text): '#{front}...'", 0)
94
94
  loop do
95
95
  line = @main.nextline
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.73
4
+ version: 0.8.74
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-04-17 00:00:00.000000000 Z
11
+ date: 2019-04-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A smart text processor extensible in Ruby
14
14
  email: rubyhacker@gmail.com