ir_ptz 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ir_ptz.gemspec +1 -1
  2. data/lib/ir_ptz/version.rb +1 -1
  3. metadata +2 -2
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["wmernagh@gmail.com"]
11
11
  spec.description = %q{CLI to control a Pan Tilt Zoom Camera by InfraRed via an Arduino}
12
12
  spec.summary = %q{see homepage}
13
- spec.homepage = "https://github.com/wmernagh/ir_ptz"
13
+ spec.homepage = "https://github.com/wm/ir_ptz"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module IrPtz
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ir_ptz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -135,7 +135,7 @@ files:
135
135
  - spec/ir_ptz/ir_command_recorder_spec.rb
136
136
  - spec/ir_ptz/ir_remote_spec.rb
137
137
  - spec/spec_helper.rb
138
- homepage: https://github.com/wmernagh/ir_ptz
138
+ homepage: https://github.com/wm/ir_ptz
139
139
  licenses:
140
140
  - MIT
141
141
  post_install_message: