winker 0.0.1 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6822f9ff1ac2caebfef3e784c0a336fe8a9685bc
4
- data.tar.gz: b5a370c52f88f6f953355173f76805a6d3e4ae59
3
+ metadata.gz: 5939f1cb0963428836c54e6a654a670b68b07265
4
+ data.tar.gz: d1f8c771cc61061e184dc97bfbb0707bb5118ecb
5
5
  SHA512:
6
- metadata.gz: e0e17eb42a6804a6a7a814e1252bdc9510aa057619361f9d77321bfa9d6152a88cca634a78cf71d8f3161f4843ac583b4b95126887f6ce92c4786a89477cb002
7
- data.tar.gz: 0710e4bcb3df3d731deb1634371eb05d5b1975a36946f82dd936aeb50176fbc9242b4dacc75ebd0d112d10959cd919a06e9468ca1a47da4572f3728040fb75b7
6
+ metadata.gz: 692b4b4c63f637a979125811e0a13812b2a292c13990615285823fa270f966ed2d337a5bf45c2410e78b6a99cc08e986cc2e33fc08cdf946ba5b94fe2f4d5bd1
7
+ data.tar.gz: e6e84626eb776761ef5b2a24d133ea098d2dd7d1ba3a49c4315a92bea933158643d048e2c6ea73145e43548f2840448898ac4b5b62585c79b03c13acd6d54ae1
data/.gitignore CHANGED
@@ -13,4 +13,5 @@
13
13
  *.a
14
14
  mkmf.log
15
15
  .gems/
16
- .rbenv-gemsets
16
+ .rbenv-gemsets
17
+ *.gem
data/README.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Winker
2
2
 
3
3
  Winker is a gem written to support the wink api and any other associated platforms.
4
+ Currently I only have a wink spotter and ge link light bulbs. If you have other devices that you would like included in the project then there are several options
5
+
6
+ 1. Fork the project and add your own code.
7
+ 2. Ship me your device so i can test with it, then I can ship it back.
8
+ 3. Donate a device to me for all my hard work so I can make use of it and test whenever there are api updates.
9
+
10
+ Personally I like option 3 but anything works. Contact me through github to discuss details.
4
11
 
5
12
  ## Installation
6
13
 
@@ -159,10 +166,16 @@ Each device has it's own associated type. To make things easier when devices are
159
166
  name
160
167
  order
161
168
 
169
+ #Future plans
170
+
171
+ 1. I need to add more functionality that the api provides as well as more helper methods for devices that I don't have and can't test.
172
+ 2. I'm getting an Amazon Echo in April that I plan on integrating as a separate gem.
173
+ 3. I've already started on winker-rails gem that currently works with light bulbs on off and brightness. I'll release it soon and continue to add functionality.
174
+
162
175
 
163
176
  ## Contributing
164
177
 
165
- 1. Fork it ( https://github.com/[my-github-username]/winker/fork )
178
+ 1. Fork it ( https://github.com/kellymahan/winker/fork )
166
179
  2. Create your feature branch (`git checkout -b my-new-feature`)
167
180
  3. Commit your changes (`git commit -am 'Add some feature'`)
168
181
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,3 +1,3 @@
1
1
  module Winker
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.11"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["kmahan@kmahan.com"]
11
11
  spec.summary = %q{Winker is a gem written to support the wink api and any other associated platforms.}
12
12
  spec.description = %q{Winker is a gem written to support the wink api and any other associated platforms.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/KellyMahan/winker"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: winker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelly Mahan
@@ -152,7 +152,7 @@ files:
152
152
  - lib/winker/temperature.rb
153
153
  - lib/winker/version.rb
154
154
  - winker.gemspec
155
- homepage: ''
155
+ homepage: https://github.com/KellyMahan/winker
156
156
  licenses:
157
157
  - MIT
158
158
  metadata: {}