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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +24 -0
  3. data/VERSION +1 -1
  4. data/focuzo.gemspec +4 -4
  5. metadata +3 -3
  6. data/README.rdoc +0 -23
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6999469638f12280cf6b3fe736321a0f0cb3cd03
4
- data.tar.gz: f2365f4123fec86d520fae56d4e6745c4ae535d1
3
+ metadata.gz: 030fb2cd19bef2e026315b1f2ea0199102178b7b
4
+ data.tar.gz: e5b8a229f93e40026e2bcbc2e4c6b2cae7fd0aa5
5
5
  SHA512:
6
- metadata.gz: a13d6d8f486a3a6ee96bbdff28ba17d5b321b7e7cbe388bda4ec93b4b227d1a05e746056ab055aa6a528cb2e4a1bb5710047effc83ee09e60519a221a95694fc
7
- data.tar.gz: 25cb6e3fba0f0bb4aa1a29c7e68b2670dd4974a7d6c737f7ed20e43062656117740bd69e282ee827187d6a6d253343a16a4dbd26cdabaa5ddd4926f637f0715a
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.0
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.0 ruby lib
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.0"
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.rdoc"
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.rdoc",
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.0
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.rdoc
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.rdoc
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
-