lightwavez 0.0.3 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aaa4ecc8a2e0ad76e9a0b105073a33ed6f6d5711
4
- data.tar.gz: e2f3edc72c7a379711bcda3619fe533f98276a66
3
+ metadata.gz: fd833a4b3ad0bf8f4f9c621f2bfd4352b675633c
4
+ data.tar.gz: 07880c5daa1ece2df781a7f8fc2be9640cb4d5c8
5
5
  SHA512:
6
- metadata.gz: 045a08480424d7c32456d91c911736e1a0e7e91834aaf1728f804ab21f52c8caf5346fbb32f73a124195c434a2373194ff2d777ee6abb0d26a088fc05ad9d80f
7
- data.tar.gz: 4b5f9e5699245a896e87e1f3ef791565be7c5d387089d75aa79eedc34f7d6a03863ad78068a9900d100276828a93ca95136dfce40c32be4429affe7d3b5bee61
6
+ metadata.gz: 31f587703faaf0b8f9dcf4d0aa3c7604b2e06f16edeff2762b6defe5acbc38172bfaad8bf41c127ac4a90305766dcbfdb0581c32f04277494ea30435f1b68a3e
7
+ data.tar.gz: 4a001d6230f50332076f054111ec6dfd38e636cae5d7fb342aeb99bf692c701b8c64122921efbc09dd12e9e876096fc55ef4a430b0cb7b043fe0674ef5a339ea
File without changes
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lightwavez
2
- VERSION = Gem::Version.new("0.0.3")
2
+ VERSION = Gem::Version.new("0.0.4")
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lightwavez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Khash Sajadi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-27 00:00:00.000000000 Z
11
+ date: 2016-01-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This is a quick and simple ruby client gem for LightwaveRF link. No liability
14
14
  is accepted etc etc.
@@ -18,14 +18,9 @@ executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - ".gitignore"
22
- - Gemfile
23
- - LICENSE
24
21
  - lib/client.rb
25
- - lib/controller.rb
22
+ - lib/lightwavez.rb
26
23
  - lib/version.rb
27
- - lightwavez.gemspec
28
- - mapping.yml
29
24
  homepage:
30
25
  licenses:
31
26
  - MIT
data/.gitignore DELETED
@@ -1,36 +0,0 @@
1
- *.gem
2
- *.rbc
3
- /.config
4
- /coverage/
5
- /InstalledFiles
6
- /pkg/
7
- /spec/reports/
8
- /spec/examples.txt
9
- /test/tmp/
10
- /test/version_tmp/
11
- /tmp/
12
-
13
- ## Specific to RubyMotion:
14
- .dat*
15
- .repl_history
16
- build/
17
-
18
- ## Documentation cache and generated files:
19
- /.yardoc/
20
- /_yardoc/
21
- /doc/
22
- /rdoc/
23
-
24
- ## Environment normalization:
25
- /.bundle/
26
- /vendor/bundle
27
- /lib/bundler/man/
28
-
29
- # for a library or gem, you might want to ignore these files since the code is
30
- # intended to run in multiple environments; otherwise, check them in:
31
- # Gemfile.lock
32
- # .ruby-version
33
- # .ruby-gemset
34
-
35
- # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
36
- .rvmrc
data/Gemfile DELETED
@@ -1 +0,0 @@
1
- source 'https://rubygems.org'
data/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 Khash Sajadi
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
data/lightwavez.gemspec DELETED
@@ -1,19 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require './lib/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "lightwavez"
8
- spec.version = Lightwavez::VERSION
9
- spec.authors = ["Khash Sajadi"]
10
- spec.email = ["khash@sajadi.co.uk"]
11
- spec.summary = "A simple Ruby gem to control LightwaveRF link"
12
- spec.description = "This is a quick and simple ruby client gem for LightwaveRF link. No liability is accepted etc etc."
13
- spec.license = "MIT"
14
-
15
- spec.files = `git ls-files`.split($/)
16
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
17
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
- spec.require_paths = ["lib"]
19
- end
data/mapping.yml DELETED
@@ -1,13 +0,0 @@
1
- # Modify as needed. This is a sample
2
- rooms:
3
- main:
4
- id: 1
5
- devices:
6
- living_room: 1
7
- counter: 2
8
- kitchen: 3
9
- hallway: 4
10
- moods:
11
- kitchen_work: 1
12
- tv: 2
13
- cooking: 3