trigger_switch_d 0.1.3 → 0.1.4

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.
@@ -38,7 +38,7 @@ module Tellstick
38
38
 
39
39
  attr_reader :convert_it
40
40
  def convert_it
41
- @convert_it ||= CodeConverter.new([/[1234]/,/[A-D]/,/[a-d]/],-1)
41
+ @convert_it ||= CodeConverter.new([/[\d]+/,/[A-D]/,/[a-d]/],-1)
42
42
  end
43
43
 
44
44
  def codify(code)
@@ -45,6 +45,7 @@ module Tellstick
45
45
  def puts(input)
46
46
  open
47
47
  @tio.puts(input)
48
+ gets
48
49
  end
49
50
 
50
51
  def gets
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Pontus Str\xC3\xB6mdahl"
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-09 00:00:00 +02:00
17
+ date: 2010-04-19 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -84,7 +84,7 @@ files:
84
84
  - README.rdoc
85
85
  - COPYING.txt
86
86
  has_rdoc: true
87
- homepage: http://adhocskill.com/
87
+ homepage: http://www.remote-trigger-switch.com/
88
88
  licenses: []
89
89
 
90
90
  post_install_message: |