artoo 1.2.1 → 1.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f4a98d6ea130561bdfb378ba49cbc66a804d20cc
4
- data.tar.gz: c69a8eccf219e3dab754bfc588ab2981f550a97e
3
+ metadata.gz: 50af62140dc15bced2e92c4164a56f98ecf21109
4
+ data.tar.gz: 4ca6f889fa4e960867d06fe266d58fa5e39339d7
5
5
  SHA512:
6
- metadata.gz: 74f36dc3deb8f323b037c217c8507484c3d3d128e9e94f9e744974494a93692423613a7a2fe1ba7ee800a43ccb7f852272bd383b01e255f9c3f21e6531531041
7
- data.tar.gz: 651037f50a9cab9950c680e9f3af964e794699eeb0b427aa61014064f95f738278f183c2196a4467e31bb8fbbdbebf2a2730be2d73561fb2f14b94a21a007e8e
6
+ metadata.gz: 516085bfb3a1e26b7c8139b203bf49fa8b0d34ed82aae678169db99387be07380ff7824e43465eaf491a50a3a2aa5cc36293b92f5f57c9b3cc7c032c1184519e
7
+ data.tar.gz: cb814d8ca08764353c9085668b515746a636e4bb6f63cb3e502b4127f65fd686f3f9c518afc0f94b9ef8cdcd4070e966c06fc16f382e9961ab51c5e16ef654bd
data/.travis.yml CHANGED
@@ -2,5 +2,5 @@ language: ruby
2
2
  rvm:
3
3
  - 2.0.0
4
4
  - 1.9.3
5
- - jruby-1.7.4
5
+ # - jruby-1.7.4
6
6
  - rbx-19mode
data/CONTRIBUTORS.md CHANGED
@@ -6,10 +6,12 @@ Artoo exists thanks to the work of these wonderful individuals:
6
6
  - Andrew Stewart ([@stewart](https://github.com/stewart))
7
7
  - Ari Lerner ([@auser](https://github.com/auser))
8
8
  - Daniel Fischer ([@dfischer](https://github.com/dfischer))
9
+ - Edgar Silva ([@edgarSilva](https://github.com/edgarSilva))
9
10
  - Jake Good ([@whoisjake](https://github.com/whoisjake))
10
11
  - Javier Cervantes ([@solojavier](https://github.com/solojavier))
11
- - Kurtis Rainbolt-Greene([@krainboltgreene] (https://github.com/krainboltgreene))
12
- - Mario "Kuroir" Ricalde([@MarioRicalde] (https://github.com/MarioRicalde))
12
+ - Kurtis Rainbolt-Greene([@krainboltgreene](https://github.com/krainboltgreene))
13
+ - Luis Galaviz([@MGalv](https://github.com/MGalv))
14
+ - Mario "Kuroir" Ricalde ([@MarioRicalde](https://github.com/MarioRicalde))
13
15
  - Mike Ford ([@mikejford](https://github.com/mikejford))
14
16
  - Rafael Magana ([@rafmagana](https://github.com/rafmagana))
15
17
  - Ron Evans ([@deadprogram](https://github.com/deadprogram))
data/Gemfile.lock CHANGED
@@ -1,19 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- artoo (1.2.1)
4
+ artoo (1.2.2)
5
5
  celluloid (~> 0.15.0)
6
6
  celluloid-io (~> 0.15.0)
7
7
  multi_json (~> 1.6)
8
8
  pry (~> 0.9)
9
- rake (~> 10.0)
9
+ rake
10
10
  reel (~> 0.4.0)
11
11
  thor (~> 0.18.1)
12
12
 
13
13
  GEM
14
14
  remote: http://rubygems.org/
15
15
  specs:
16
- bootstrap-sass (2.3.2.1)
16
+ bootstrap-sass (2.3.2.2)
17
17
  sass (~> 3.2)
18
18
  celluloid (0.15.1)
19
19
  timers (~> 1.1.0)
@@ -30,7 +30,7 @@ GEM
30
30
  chunky_png (~> 1.2)
31
31
  fssm (>= 0.2.7)
32
32
  sass (~> 3.1)
33
- dotenv (0.8.0)
33
+ dotenv (0.9.0)
34
34
  execjs (1.4.0)
35
35
  multi_json (~> 1.0)
36
36
  ffi (1.9.0)
@@ -62,17 +62,17 @@ GEM
62
62
  http_parser.rb (0.6.0.beta.2)
63
63
  json (1.7.7)
64
64
  json (1.7.7-java)
65
- kramdown (1.1.0)
66
- libv8 (3.11.8.17)
65
+ kramdown (1.2.0)
66
+ libv8 (3.16.14.3)
67
67
  listen (0.7.3)
68
68
  lumberjack (1.0.4)
69
69
  metaclass (0.0.1)
70
- method_source (0.8.1)
71
- minitest (5.0.6)
70
+ method_source (0.8.2)
71
+ minitest (5.0.8)
72
72
  minitest-happy (1.0.0)
73
73
  mocha (0.14.0)
74
74
  metaclass (~> 0.0.1)
75
- multi_json (1.7.7)
75
+ multi_json (1.8.0)
76
76
  nio4r (0.5.0)
77
77
  pry (0.9.12.2)
78
78
  coderay (~> 1.0.5)
@@ -94,8 +94,8 @@ GEM
94
94
  http_parser.rb (>= 0.6.0.beta.2)
95
95
  websocket_parser (>= 0.1.4)
96
96
  ref (1.0.5)
97
- sass (3.2.9)
98
- slop (3.4.5)
97
+ sass (3.2.10)
98
+ slop (3.4.6)
99
99
  spoon (0.0.4)
100
100
  ffi
101
101
  sprockets (2.10.0)
@@ -103,8 +103,8 @@ GEM
103
103
  multi_json (~> 1.0)
104
104
  rack (~> 1.0)
105
105
  tilt (~> 1.1, != 1.3.0)
106
- therubyracer (0.11.4)
107
- libv8 (~> 3.11.8.12)
106
+ therubyracer (0.12.0)
107
+ libv8 (~> 3.16.14.0)
108
108
  ref
109
109
  therubyrhino (2.0.2)
110
110
  therubyrhino_jar (>= 1.7.3)
@@ -114,7 +114,7 @@ GEM
114
114
  timers (1.1.0)
115
115
  websocket_parser (0.1.4)
116
116
  http
117
- yard (0.8.6.2)
117
+ yard (0.8.7.2)
118
118
  yard-sinatra (1.0.0)
119
119
  yard (~> 0.7)
120
120
 
data/README.md CHANGED
@@ -293,9 +293,13 @@ Creating artoo-awesome_device adaptor...
293
293
  Done!
294
294
  ```
295
295
 
296
- ## Wiki
296
+ ## Documentation
297
297
 
298
- Check out our [wiki](https://github.com/hybridgroup/artoo/wiki) for more docs
298
+ Check out our [documentation](http://artoo.io/documentation/) for lots of information about how to use Artoo.
299
+
300
+ ## IRC
301
+
302
+ Need more help? Just want to say "Hello"? Come visit us on IRC freenode #artoo
299
303
 
300
304
  ## Contributing
301
305
 
data/artoo.gemspec CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  s.add_runtime_dependency 'celluloid-io', '~> 0.15.0'
25
25
  s.add_runtime_dependency 'reel', '~> 0.4.0'
26
26
  s.add_runtime_dependency 'multi_json', '~> 1.6'
27
- s.add_runtime_dependency 'rake', '~> 10.0'
27
+ s.add_runtime_dependency 'rake'
28
28
  s.add_runtime_dependency 'pry', '~> 0.9'
29
29
  s.add_runtime_dependency 'thor', '~> 0.18.1'
30
30
  end
data/lib/artoo/robot.rb CHANGED
@@ -31,6 +31,8 @@ module Artoo
31
31
 
32
32
  attr_reader :connections, :devices, :name
33
33
 
34
+ exclusive :execute_startup
35
+
34
36
  # Create new robot
35
37
  # @param [Hash] params
36
38
  # @option params [String] :name
data/lib/artoo/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Artoo
2
2
  unless const_defined?('VERSION')
3
- VERSION = "1.2.1"
3
+ VERSION = "1.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artoo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ron Evans
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-09-19 00:00:00.000000000 Z
15
+ date: 2013-09-27 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: celluloid
@@ -74,16 +74,16 @@ dependencies:
74
74
  name: rake
75
75
  requirement: !ruby/object:Gem::Requirement
76
76
  requirements:
77
- - - ~>
77
+ - - '>='
78
78
  - !ruby/object:Gem::Version
79
- version: '10.0'
79
+ version: '0'
80
80
  type: :runtime
81
81
  prerelease: false
82
82
  version_requirements: !ruby/object:Gem::Requirement
83
83
  requirements:
84
- - - ~>
84
+ - - '>='
85
85
  - !ruby/object:Gem::Version
86
- version: '10.0'
86
+ version: '0'
87
87
  - !ruby/object:Gem::Dependency
88
88
  name: pry
89
89
  requirement: !ruby/object:Gem::Requirement