artoo-raspi 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -0
- data/Gemfile.lock +4 -1
- data/README.md +3 -2
- data/lib/artoo-raspi.rb +2 -2
- data/lib/artoo-raspi/version.rb +1 -1
- data/lib/artoo/adaptors/raspi.rb +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1894b181048e5a15f70119d9a78c2e4a684383bc
|
4
|
+
data.tar.gz: 9ec572728d3ebef231e148d1a25f3a19fc7dc9ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49736ec2f3cdd06dec3d3c0bd2cbfd4c7e63c16436acf88d2c184af144b851da147bbf2ff8486ed1928ca36d2b6754309442977e70ee951fef82cad29dec2eed
|
7
|
+
data.tar.gz: 398210e8d1110284b9114c04fe0ce05197fbc3f6c7947b54ae569a3902dee244ee97a8fe6560413fd68200d42bafffb717d8f7fb9f0e68ebf7815170e5a7acd2
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -67,7 +67,7 @@ To add the button used in the example, add a momentary contact switch to the cir
|
|
67
67
|
|
68
68
|
You must add these two entries in your `/etc/modules`
|
69
69
|
```
|
70
|
-
i2c-bcm2708
|
70
|
+
i2c-bcm2708
|
71
71
|
i2c-dev
|
72
72
|
```
|
73
73
|
You must also ensure that these entries are commented in your `/etc/modprobe.d/raspi-blacklist.conf`
|
@@ -94,6 +94,7 @@ Need more help? Just want to say "Hello"? Come visit us on IRC freenode #artoo
|
|
94
94
|
|
95
95
|
## Contributing
|
96
96
|
|
97
|
+
* All active development is in the dev branch. New or updated features must be added to the dev branch. Hotfixes will be considered on the master branch in situations where it does not alter behaviour or features, only fixes a bug.
|
97
98
|
* All patches must be provided under the Apache 2.0 License
|
98
99
|
* Please use the -s option in git to "sign off" that the commit is your work and you are providing it under the Apache 2.0 License
|
99
100
|
* Submit a Github Pull Request to the appropriate branch and ideally discuss the changes with us in IRC.
|
@@ -107,4 +108,4 @@ Need more help? Just want to say "Hello"? Come visit us on IRC freenode #artoo
|
|
107
108
|
* For git help see [progit](http://git-scm.com/book) which is an awesome (and free) book on git
|
108
109
|
|
109
110
|
|
110
|
-
(c) 2012-
|
111
|
+
(c) 2012-2015 The Hybrid Group
|
data/lib/artoo-raspi.rb
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
require '
|
2
|
-
require '
|
1
|
+
require 'artoo-raspi/version'
|
2
|
+
require 'artoo/adaptors/raspi'
|
data/lib/artoo-raspi/version.rb
CHANGED
data/lib/artoo/adaptors/raspi.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: artoo-raspi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ron Evans
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2015-11-12 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: artoo
|
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
141
141
|
version: '0'
|
142
142
|
requirements: []
|
143
143
|
rubyforge_project: artoo-raspi
|
144
|
-
rubygems_version: 2.
|
144
|
+
rubygems_version: 2.4.8
|
145
145
|
signing_key:
|
146
146
|
specification_version: 4
|
147
147
|
summary: Artoo adaptor for Raspberry Pi
|