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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f840421ca4b14aae5755dad01c3871086d8359e1
4
- data.tar.gz: e1b20d8e6df69db268f94b864c8e7f1991e58132
3
+ metadata.gz: 1894b181048e5a15f70119d9a78c2e4a684383bc
4
+ data.tar.gz: 9ec572728d3ebef231e148d1a25f3a19fc7dc9ec
5
5
  SHA512:
6
- metadata.gz: 0a7092525e2380494729c13b298ed715b78ee9eff5600cca21c7c6a2777d87a3b5665e3eade87ab532dbaa79d674c94830d0fcfda8fa1ba2bfeb073f464a4fa6
7
- data.tar.gz: 695d0fb010f9ac341e5b3f4b97f629902797c68596404d35cb4243c8e59a6272fe76784d93fabc3a71be91acd2d54792cb172b2bbfada7e80fb2b5e1cbe757be
6
+ metadata.gz: 49736ec2f3cdd06dec3d3c0bd2cbfd4c7e63c16436acf88d2c184af144b851da147bbf2ff8486ed1928ca36d2b6754309442977e70ee951fef82cad29dec2eed
7
+ data.tar.gz: 398210e8d1110284b9114c04fe0ce05197fbc3f6c7947b54ae569a3902dee244ee97a8fe6560413fd68200d42bafffb717d8f7fb9f0e68ebf7815170e5a7acd2
@@ -8,3 +8,4 @@ rvm:
8
8
  matrix:
9
9
  allow_failures:
10
10
  - rvm: jruby-1.7.9
11
+ - rvm: rbx-2.1.1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- artoo-raspi (0.6.0)
4
+ artoo-raspi (0.6.1)
5
5
  artoo (>= 1.6.0)
6
6
  artoo-gpio
7
7
  artoo-i2c
@@ -64,3 +64,6 @@ DEPENDENCIES
64
64
  minitest (>= 5.0)
65
65
  minitest-happy
66
66
  mocha (>= 0.14.0)
67
+
68
+ BUNDLED WITH
69
+ 1.10.6
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-2014 The Hybrid Group
111
+ (c) 2012-2015 The Hybrid Group
@@ -1,2 +1,2 @@
1
- require 'lib/artoo/adaptors/raspi'
2
- require 'lib/artoo-raspi/version'
1
+ require 'artoo-raspi/version'
2
+ require 'artoo/adaptors/raspi'
@@ -1,5 +1,5 @@
1
1
  module Artoo
2
2
  module Raspi
3
- VERSION = '0.6.0'
3
+ VERSION = '0.6.1'
4
4
  end
5
5
  end
@@ -1,3 +1,4 @@
1
+ require 'artoo-raspi/version'
1
2
  require 'artoo/adaptors/adaptor'
2
3
  require 'artoo/adaptors/io'
3
4
  require 'pwm_pin'
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.0
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: 2014-02-06 00:00:00.000000000 Z
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.2.1
144
+ rubygems_version: 2.4.8
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: Artoo adaptor for Raspberry Pi