screenxtv 0.0.12 → 0.0.13

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 (3) hide show
  1. data/lib/screenxtv.rb +1 -2
  2. metadata +1 -2
  3. data/lib/version.rb +0 -3
data/lib/screenxtv.rb CHANGED
@@ -7,7 +7,6 @@ require 'yaml'
7
7
  require 'optparse'
8
8
  require 'readline'
9
9
  require 'tempfile'
10
- require './lib/version.rb'
11
10
 
12
11
  if `which screen`.empty?
13
12
  print %(Warning: you don't have gnu screen in your machine.)
@@ -21,7 +20,7 @@ if `which screen`.empty?
21
20
  end
22
21
 
23
22
  def showVersion
24
- print "ScreenX TV Ruby Client #{ScreenXTV::VERSION}\n" #is there any good way to do this?
23
+ print "ScreenX TV Ruby Client 0.0.13\n" #is there any good way to do this?
25
24
  exit
26
25
  end
27
26
  def showHelp
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: screenxtv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -35,7 +35,6 @@ extensions: []
35
35
  extra_rdoc_files: []
36
36
  files:
37
37
  - lib/screenxtv.rb
38
- - lib/version.rb
39
38
  - bin/screenxtv
40
39
  homepage: http://screenx.tv/
41
40
  licenses: []
data/lib/version.rb DELETED
@@ -1,3 +0,0 @@
1
- module ScreenXTV
2
- VERSION = '0.0.12'
3
- end