livetext 0.8.48 → 0.8.50

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 +3 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d45409562149acee26d7660d47b04dabd1aea98dfa5692b33905a37320f2275
4
- data.tar.gz: 51f2a8bec515be6de5ac76a608d021f7046e0aa6ac95450ea289c434e8441cd4
3
+ metadata.gz: 8e6a04db58085d0a6c6e6dc5f39922d27642ed8492a2c8fb691a5d1f30cd1112
4
+ data.tar.gz: e530972a13283c1f4e3bac31d6f98fb158f6da0d5d9f2b203c0eda89c4200d2d
5
5
  SHA512:
6
- metadata.gz: 4cc1b602b6802407a4f1ef95bd0651323637e9c79c5b16f2bc2f2bd5dcea4f7fc09580a0b73587dcb456f44bbd2de0b741134c6d06dc827dca794d8b28ad8ef6
7
- data.tar.gz: 8430f0841dd206fb9820ce92168d9ba3bd556fac1e27048e383594425f3c1f895f6ef9b14283aea49f3b11bc1a874f29230dfe693292d25455526c678832376f
6
+ metadata.gz: a194f631322277bab897a0fa21a426eb0d336494acc3e502c45e2303f783dfedc2f7a222ab31b9c130f6b91ddcf0e19bacc853163f6f540e5f6dc62f6314f465
7
+ data.tar.gz: d589c54f55e65dc3443120d24550112c91d3b13a62efb7be0f034b1fa59b9764254f97ebf2ca10b26eb941ec3c93048225acbfd2037bb77ce775497ce06bc120
data/lib/livetext.rb CHANGED
@@ -1,14 +1,14 @@
1
1
  class Livetext
2
- VERSION = "0.8.48"
2
+ VERSION = "0.8.50"
3
+ Path = File.expand_path(File.join(File.dirname(__FILE__)))
3
4
  end
4
5
 
5
6
  $Livetext = Livetext
6
7
 
7
8
  require 'fileutils'
8
9
 
9
- Path = File.expand_path(File.join(File.dirname(__FILE__)))
10
10
 
11
- $: << Path
11
+ $: << Livetext::Path
12
12
 
13
13
  require 'functions'
14
14
  require 'userapi'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: livetext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.48
4
+ version: 0.8.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton