hacky_hal 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/hacky_hal.gemspec +3 -3
  2. metadata +3 -3
data/hacky_hal.gemspec CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "hacky_hal"
5
- gem.version = "0.2.0"
5
+ gem.version = "0.2.1"
6
6
 
7
7
  gem.authors = ["Nick Ewing"]
8
8
  gem.email = ["nick@nickewing.net"]
9
9
  gem.description = "HackyHAL - Hacky Home Automation Library"
10
- gem.summary = gem.description
11
- gem.homepage = ""
10
+ gem.summary = "A small library to control a limited set of devices."
11
+ gem.homepage = "https://github.com/nickewing/hacky_hal"
12
12
 
13
13
  gem.add_dependency("upnp-nickewing", "~> 0.1.0")
14
14
  gem.add_dependency("serialport", "~> 1.1.0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hacky_hal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -103,7 +103,7 @@ files:
103
103
  - spec/spec_helper.rb
104
104
  - support/hal-9000-small.png
105
105
  - support/hal-9000.png
106
- homepage: ''
106
+ homepage: https://github.com/nickewing/hacky_hal
107
107
  licenses: []
108
108
  post_install_message:
109
109
  rdoc_options: []
@@ -126,7 +126,7 @@ rubyforge_project:
126
126
  rubygems_version: 1.8.24
127
127
  signing_key:
128
128
  specification_version: 3
129
- summary: HackyHAL - Hacky Home Automation Library
129
+ summary: A small library to control a limited set of devices.
130
130
  test_files:
131
131
  - spec/hacky_hal/device_controllers/base_spec.rb
132
132
  - spec/hacky_hal/device_controllers/generic_serial_port_spec.rb