yakr 0.2.2 → 0.2.3

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.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZDNmNTlhMzFmZTg5YzFkZWZkODk2ODIwZmFkMTE5MDEwMDA3NDAyZA==
5
+ data.tar.gz: !binary |-
6
+ MGM1M2VkMmI0YTI0MTc2MmQ2MzY4Y2JjOWIyYzlhMWM4ZTE4Y2RjMA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ OGY4ZDVlMTYxM2RjY2UzOGZiMzM2ZmVmOWU4OTYxY2I2OTk2N2ViZjNkYzUy
10
+ M2Y4MzJkNjE1OWZjNDBmODAxODg3OTczNTg3MmY0ODVhNjNhN2I0MjAyZjUw
11
+ ZTJiNjczMDg4YTg4MWQ4YWFlMjdkMjM0OWFmMzk4NDlhNGUxMjY=
12
+ data.tar.gz: !binary |-
13
+ YzdjOTIwYzhhNjk1MzQ5MDQwMjAxNTQwNzRhZWU2NTUyNjc2NTViOTljODg1
14
+ NzI1MWFiNzIwMzkxM2QxYTMyOGU1YmYyYzkwN2IzZjY1NzMzMTA1YmJlOTY5
15
+ YWQ1NTE0YjY2OThhYmM5Mjc3ODMyYTI4YmQzZTQzYTcxODBkZTQ=
@@ -24,13 +24,6 @@ class OptionReader
24
24
  def self.parse(args)
25
25
 
26
26
  options = OpenStruct.new
27
- options.output = []
28
- options.verbose = false
29
- options.hide_title = false
30
- options.hide_artist = false
31
- options.hide_album = false
32
- options.hide_location = false
33
- options.hide_tracknum = false
34
27
  options.connect_host = []
35
28
  options.connect_port = []
36
29
  options.listen_port = []
data/lib/yakr.rb CHANGED
@@ -27,7 +27,7 @@ require 'timeout'
27
27
 
28
28
  class Yakr
29
29
 
30
- VERSION = "0.2.2"
30
+ VERSION = "0.2.3"
31
31
  REQUIRE_SERVER = 0.1
32
32
  USAGE_BANNER = "Use `#{File.basename($0)} --help` for available options."
33
33
 
data/yakr.gemspec CHANGED
@@ -21,8 +21,8 @@
21
21
 
22
22
  Gem::Specification.new do |s|
23
23
  s.name = 'yakr'
24
- s.version = '0.2.2'
25
- s.date = '2012-05-18'
24
+ s.version = '0.2.3'
25
+ s.date = '2013-02-25'
26
26
  s.summary = 'TCP/IP output tool'
27
27
  s.description = 'Yakr is a minimalist network tool for forwarding command output or arbitrary data to a remote host.'
28
28
  s.authors = ["Marc Ransome"]
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yakr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
5
- prerelease:
4
+ version: 0.2.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Marc Ransome
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-05-18 00:00:00.000000000 Z
11
+ date: 2013-02-25 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Yakr is a minimalist network tool for forwarding command output or arbitrary
15
14
  data to a remote host.
@@ -28,26 +27,25 @@ files:
28
27
  homepage: http://marcransome.github.com/Yakr
29
28
  licenses:
30
29
  - GPL-3
30
+ metadata: {}
31
31
  post_install_message:
32
32
  rdoc_options: []
33
33
  require_paths:
34
34
  - lib
35
35
  required_ruby_version: !ruby/object:Gem::Requirement
36
- none: false
37
36
  requirements:
38
37
  - - ! '>='
39
38
  - !ruby/object:Gem::Version
40
39
  version: '0'
41
40
  required_rubygems_version: !ruby/object:Gem::Requirement
42
- none: false
43
41
  requirements:
44
42
  - - ! '>='
45
43
  - !ruby/object:Gem::Version
46
44
  version: '0'
47
45
  requirements: []
48
46
  rubyforge_project:
49
- rubygems_version: 1.8.23
47
+ rubygems_version: 2.0.0
50
48
  signing_key:
51
- specification_version: 3
49
+ specification_version: 4
52
50
  summary: TCP/IP output tool
53
51
  test_files: []