artoo-raspi 0.5.0 → 0.6.0

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: 78bffdebb6bd643a77423176db4dac73b1e88c43
4
- data.tar.gz: 45d5c77f4f3eaef110175a3ffc83a8ca1352bb45
3
+ metadata.gz: f840421ca4b14aae5755dad01c3871086d8359e1
4
+ data.tar.gz: e1b20d8e6df69db268f94b864c8e7f1991e58132
5
5
  SHA512:
6
- metadata.gz: 659872ba3903d1c208729ef416d3ecc3c5d3808b56a62385711889670b7ec0705944ef3c29a99cf39fd27bb607a3e1e2c9a5d25ed36ef6072736375277db43f7
7
- data.tar.gz: 7c07640ab82d8856bf777f677228fd271e9ed13ff987da77938a558b60d8a7153a9c596bcc56b785c64e641544704e558e4e9c0ea92543037ed5db6325a1f0c7
6
+ metadata.gz: 0a7092525e2380494729c13b298ed715b78ee9eff5600cca21c7c6a2777d87a3b5665e3eade87ab532dbaa79d674c94830d0fcfda8fa1ba2bfeb073f464a4fa6
7
+ data.tar.gz: 695d0fb010f9ac341e5b3f4b97f629902797c68596404d35cb4243c8e59a6272fe76784d93fabc3a71be91acd2d54792cb172b2bbfada7e80fb2b5e1cbe757be
data/.travis.yml CHANGED
@@ -1,7 +1,10 @@
1
1
  language: ruby
2
2
  rvm:
3
+ - 2.1.0
3
4
  - 2.0.0
4
5
  - 1.9.3
5
- - jruby-19mode
6
- - rbx-19mode
7
-
6
+ - jruby-1.7.9
7
+ - rbx-2.1.1
8
+ matrix:
9
+ allow_failures:
10
+ - rvm: jruby-1.7.9
data/Gemfile.lock CHANGED
@@ -1,59 +1,60 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- artoo-raspi (0.5.0)
5
- artoo (>= 1.4.0)
4
+ artoo-raspi (0.6.0)
5
+ artoo (>= 1.6.0)
6
6
  artoo-gpio
7
7
  artoo-i2c
8
8
 
9
9
  GEM
10
10
  remote: http://rubygems.org/
11
11
  specs:
12
- artoo (1.4.1)
12
+ artoo (1.6.0)
13
13
  celluloid (~> 0.15.0)
14
14
  celluloid-io (~> 0.15.0)
15
15
  multi_json (~> 1.6)
16
16
  pry (~> 0.9)
17
17
  rake
18
18
  reel (~> 0.4.0)
19
+ robeaux (~> 0.0.3)
19
20
  thor (~> 0.18.1)
20
- artoo-gpio (0.3.0)
21
- artoo (>= 1.4.0)
22
- artoo-i2c (0.4.0)
23
- artoo (>= 1.4.0)
21
+ artoo-gpio (0.4.0)
22
+ artoo (>= 1.6.0)
23
+ artoo-i2c (0.5.0)
24
+ artoo (>= 1.6.0)
24
25
  celluloid (0.15.2)
25
26
  timers (~> 1.1.0)
26
27
  celluloid-io (0.15.0)
27
28
  celluloid (>= 0.15.0)
28
29
  nio4r (>= 0.5.0)
29
- coderay (1.0.9)
30
+ coderay (1.1.0)
30
31
  http (0.5.0)
31
32
  http_parser.rb
32
- http_parser.rb (0.6.0.beta.2)
33
+ http_parser.rb (0.6.0)
33
34
  metaclass (0.0.1)
34
35
  method_source (0.8.2)
35
36
  minitest (5.0.6)
36
37
  minitest-happy (1.0.0)
37
38
  mocha (0.14.0)
38
39
  metaclass (~> 0.0.1)
39
- multi_json (1.8.2)
40
- nio4r (0.5.0)
41
- pry (0.9.12.2)
42
- coderay (~> 1.0.5)
40
+ multi_json (1.8.4)
41
+ nio4r (1.0.0)
42
+ pry (0.9.12.6)
43
+ coderay (~> 1.0)
43
44
  method_source (~> 0.8)
44
45
  slop (~> 3.4)
45
- rake (10.1.0)
46
+ rake (10.1.1)
46
47
  reel (0.4.0)
47
48
  celluloid (>= 0.15.1)
48
49
  celluloid-io (>= 0.15.0)
49
50
  http (>= 0.5.0)
50
51
  http_parser.rb (>= 0.6.0.beta.2)
51
52
  websocket_parser (>= 0.1.4)
52
- slop (3.4.6)
53
+ robeaux (0.0.3)
54
+ slop (3.4.7)
53
55
  thor (0.18.1)
54
56
  timers (1.1.0)
55
- websocket_parser (0.1.4)
56
- http
57
+ websocket_parser (0.1.6)
57
58
 
58
59
  PLATFORMS
59
60
  ruby
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 The Hybrid Group
1
+ Copyright (c) 2013-2014 The Hybrid Group
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
data/README.md CHANGED
@@ -84,10 +84,27 @@ you can follow the instructions for pi-blaster install on our repo here:
84
84
 
85
85
  https://github.com/hybridgroup/pi-blaster
86
86
 
87
+ ## Documentation
88
+
89
+ Check out our [documentation](http://artoo.io/documentation/) for lots of information about how to use Artoo.
90
+
91
+ ## IRC
92
+
93
+ Need more help? Just want to say "Hello"? Come visit us on IRC freenode #artoo
94
+
87
95
  ## Contributing
88
96
 
89
- 1. Fork it
90
- 2. Create your feature branch (`git checkout -b my-new-feature`)
91
- 3. Commit your changes (`git commit -am 'Add some feature'`)
92
- 4. Push to the branch (`git push origin my-new-feature`)
93
- 5. Create new Pull Request
97
+ * All patches must be provided under the Apache 2.0 License
98
+ * 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
+ * Submit a Github Pull Request to the appropriate branch and ideally discuss the changes with us in IRC.
100
+ * We will look at the patch, test it out, and give you feedback.
101
+ * Avoid doing minor whitespace changes, renamings, etc. along with merged content. These will be done by the maintainers from time to time but they can complicate merges and should be done seperately.
102
+ * Take care to maintain the existing coding style.
103
+ * Add unit tests for any new or changed functionality.
104
+ * All pull requests should be "fast forward"
105
+ * If there are commits after yours use “git rebase -i <new_head_branch>”
106
+ * If you have local changes you may need to use “git stash”
107
+ * For git help see [progit](http://git-scm.com/book) which is an awesome (and free) book on git
108
+
109
+
110
+ (c) 2012-2014 The Hybrid Group
data/artoo-raspi.gemspec CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
21
21
  s.require_paths = ["lib"]
22
22
 
23
- s.add_runtime_dependency 'artoo', '>= 1.4.0'
23
+ s.add_runtime_dependency 'artoo', '>= 1.6.0'
24
24
  s.add_runtime_dependency 'artoo-gpio'
25
25
  s.add_runtime_dependency 'artoo-i2c'
26
26
  s.add_development_dependency 'minitest', '>= 5.0'
data/lib/artoo-raspi.rb CHANGED
@@ -1,3 +1,2 @@
1
1
  require 'lib/artoo/adaptors/raspi'
2
- require 'lib/artoo/drivers/raspi_pin'
3
2
  require 'lib/artoo-raspi/version'
@@ -1,5 +1,5 @@
1
1
  module Artoo
2
2
  module Raspi
3
- VERSION = '0.5.0'
3
+ VERSION = '0.6.0'
4
4
  end
5
5
  end
data/test/test_helper.rb CHANGED
@@ -5,14 +5,6 @@ require 'mocha/setup'
5
5
 
6
6
  Celluloid.logger = nil
7
7
 
8
- # here to be mocked, so we can run tests without having a real Raspberry Pi
9
- module PiPiper
10
- class Pin
11
- def initialize(params={})
12
- end
13
- end
14
- end
15
-
16
8
  MiniTest::Spec.before do
17
9
  Celluloid.shutdown
18
10
  Celluloid.boot
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.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ron Evans
@@ -10,90 +10,90 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-10-18 00:00:00.000000000 Z
13
+ date: 2014-02-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: artoo
17
17
  requirement: !ruby/object:Gem::Requirement
18
18
  requirements:
19
- - - '>='
19
+ - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 1.4.0
21
+ version: 1.6.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
- - - '>='
26
+ - - ">="
27
27
  - !ruby/object:Gem::Version
28
- version: 1.4.0
28
+ version: 1.6.0
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: artoo-gpio
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
- - - '>='
33
+ - - ">="
34
34
  - !ruby/object:Gem::Version
35
35
  version: '0'
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
- - - '>='
40
+ - - ">="
41
41
  - !ruby/object:Gem::Version
42
42
  version: '0'
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: artoo-i2c
45
45
  requirement: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - '>='
47
+ - - ">="
48
48
  - !ruby/object:Gem::Version
49
49
  version: '0'
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
- - - '>='
54
+ - - ">="
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
57
  - !ruby/object:Gem::Dependency
58
58
  name: minitest
59
59
  requirement: !ruby/object:Gem::Requirement
60
60
  requirements:
61
- - - '>='
61
+ - - ">="
62
62
  - !ruby/object:Gem::Version
63
63
  version: '5.0'
64
64
  type: :development
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
67
67
  requirements:
68
- - - '>='
68
+ - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '5.0'
71
71
  - !ruby/object:Gem::Dependency
72
72
  name: minitest-happy
73
73
  requirement: !ruby/object:Gem::Requirement
74
74
  requirements:
75
- - - '>='
75
+ - - ">="
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  type: :development
79
79
  prerelease: false
80
80
  version_requirements: !ruby/object:Gem::Requirement
81
81
  requirements:
82
- - - '>='
82
+ - - ">="
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  - !ruby/object:Gem::Dependency
86
86
  name: mocha
87
87
  requirement: !ruby/object:Gem::Requirement
88
88
  requirements:
89
- - - '>='
89
+ - - ">="
90
90
  - !ruby/object:Gem::Version
91
91
  version: 0.14.0
92
92
  type: :development
93
93
  prerelease: false
94
94
  version_requirements: !ruby/object:Gem::Requirement
95
95
  requirements:
96
- - - '>='
96
+ - - ">="
97
97
  - !ruby/object:Gem::Version
98
98
  version: 0.14.0
99
99
  description: Artoo adaptor for Raspberry Pi
@@ -103,7 +103,7 @@ executables: []
103
103
  extensions: []
104
104
  extra_rdoc_files: []
105
105
  files:
106
- - .travis.yml
106
+ - ".travis.yml"
107
107
  - Gemfile
108
108
  - Gemfile.lock
109
109
  - LICENSE
@@ -131,17 +131,17 @@ require_paths:
131
131
  - lib
132
132
  required_ruby_version: !ruby/object:Gem::Requirement
133
133
  requirements:
134
- - - '>='
134
+ - - ">="
135
135
  - !ruby/object:Gem::Version
136
136
  version: '0'
137
137
  required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  requirements:
139
- - - '>='
139
+ - - ">="
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0'
142
142
  requirements: []
143
143
  rubyforge_project: artoo-raspi
144
- rubygems_version: 2.0.3
144
+ rubygems_version: 2.2.1
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: Artoo adaptor for Raspberry Pi