focuzo 0.1.0 → 0.1.1
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 +4 -4
- data/README.md +24 -0
- data/VERSION +1 -1
- data/focuzo.gemspec +4 -4
- metadata +3 -3
- data/README.rdoc +0 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 030fb2cd19bef2e026315b1f2ea0199102178b7b
|
4
|
+
data.tar.gz: e5b8a229f93e40026e2bcbc2e4c6b2cae7fd0aa5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75675068f2349fadc6bbc21e1920144a51e23a5ab28b6299b55d1e690ab9e7fef70ac2d8738c6f42bda869016b2e5f4fa0459e2df7c887d9e02c019ad1f6f61a
|
7
|
+
data.tar.gz: 1e41864f23983184e8067669c606de14deec901db9430677ff2a40adbb8ea61d996948c4471875035fd43da844624663a81b83bb72effd74f6a94da2cfbfae1e
|
data/README.md
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
focuzo
|
2
|
+
==============
|
3
|
+
|
4
|
+
Rspec formatter to set light lamp through arduino!
|
5
|
+
|
6
|
+
Set the environment variable ARDUINO_IP or by default arduino configured at "http://localhost:3000"
|
7
|
+
|
8
|
+
Download here the arduino source code and view the the cheatsheet.
|
9
|
+
|
10
|
+
Contributing to focuzo
|
11
|
+
|
12
|
+
- Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
|
13
|
+
- Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
|
14
|
+
- Fork the project.
|
15
|
+
- Start a feature/bugfix branch.
|
16
|
+
- Commit and push until you are happy with your contribution.
|
17
|
+
- Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
|
18
|
+
- Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
|
19
|
+
|
20
|
+
Copyright
|
21
|
+
|
22
|
+
Copyright (c) 2015 Victor Antoniazzi. See LICENSE.txt for
|
23
|
+
further details.
|
24
|
+
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
data/focuzo.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: focuzo 0.1.
|
5
|
+
# stub: focuzo 0.1.1 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "focuzo"
|
9
|
-
s.version = "0.1.
|
9
|
+
s.version = "0.1.1"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|
16
16
|
s.email = "vgsantoniazzi@gmail.com"
|
17
17
|
s.extra_rdoc_files = [
|
18
18
|
"LICENSE.txt",
|
19
|
-
"README.
|
19
|
+
"README.md"
|
20
20
|
]
|
21
21
|
s.files = [
|
22
22
|
".document",
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
24
24
|
"Gemfile",
|
25
25
|
"Gemfile.lock",
|
26
26
|
"LICENSE.txt",
|
27
|
-
"README.
|
27
|
+
"README.md",
|
28
28
|
"Rakefile",
|
29
29
|
"VERSION",
|
30
30
|
"focuzo.gemspec",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: focuzo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Victor Antoniazzi
|
@@ -44,14 +44,14 @@ executables: []
|
|
44
44
|
extensions: []
|
45
45
|
extra_rdoc_files:
|
46
46
|
- LICENSE.txt
|
47
|
-
- README.
|
47
|
+
- README.md
|
48
48
|
files:
|
49
49
|
- ".document"
|
50
50
|
- ".rspec"
|
51
51
|
- Gemfile
|
52
52
|
- Gemfile.lock
|
53
53
|
- LICENSE.txt
|
54
|
-
- README.
|
54
|
+
- README.md
|
55
55
|
- Rakefile
|
56
56
|
- VERSION
|
57
57
|
- focuzo.gemspec
|
data/README.rdoc
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
= focuzo
|
2
|
-
|
3
|
-
Rspec formatter to set color lamp in arduino!
|
4
|
-
|
5
|
-
Set the environment variable `ARDUINO_IP` or by default arduino configured at "http://localhost:3000"
|
6
|
-
|
7
|
-
Download here the arduino source code and view the the cheatsheet.
|
8
|
-
|
9
|
-
== Contributing to focuzo
|
10
|
-
|
11
|
-
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
|
12
|
-
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
|
13
|
-
* Fork the project.
|
14
|
-
* Start a feature/bugfix branch.
|
15
|
-
* Commit and push until you are happy with your contribution.
|
16
|
-
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
|
17
|
-
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
|
18
|
-
|
19
|
-
== Copyright
|
20
|
-
|
21
|
-
Copyright (c) 2015 Victor Antoniazzi. See LICENSE.txt for
|
22
|
-
further details.
|
23
|
-
|