artoo 1.0.0.rc4 → 1.0.0
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -0
- data/lib/artoo/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bae9e5316f0fe5c4c375c0979e889dd883eafb2d
|
|
4
|
+
data.tar.gz: a74c558ddd46c16f03004c5dcb88691902fba5c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b70a1c4a482fcb49af327b45b2680ae57e1fe0497c3a8e059b8164da73d6653c6538f5749f06fea62299956b054f867bef5441b9bdcb4f8246e1301958b1253
|
|
7
|
+
data.tar.gz: 059c80f607413fed6bd8d8d41eca45565ee49714a942a2f5285eb83b1b4d29886041b60adc25fab08789ef064dfdbc9a0db01abf0d0ff26b25017002f7644e42
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -90,6 +90,7 @@ Artoo has a extensible system for connecting to hardware devices. The following
|
|
|
90
90
|
- [ARDrone](http://ardrone2.parrot.com/) <=> [Adaptor](https://github.com/hybridgroup/artoo-ardrone)
|
|
91
91
|
- [Leap Motion](https://www.leapmotion.com/) <=> [Adaptor](https://github.com/hybridgroup/artoo-leapmotion)
|
|
92
92
|
- [Pebble](http://getpebble.com/) <=> [Adaptor](https://github.com/hybridgroup/artoo-pebble)
|
|
93
|
+
- [Raspberry Pi](http://www.raspberrypi.org/) <=> [Adaptor](https://github.com/hybridgroup/artoo-raspi)
|
|
93
94
|
- [Roomba](http://www.irobot.com/us/robots/Educators/Create.aspx) <=> [Adaptor](https://github.com/hybridgroup/artoo-roomba)
|
|
94
95
|
- [Sphero](http://www.gosphero.com/) <=> [Adaptor](https://github.com/hybridgroup/artoo-sphero)
|
|
95
96
|
|
data/lib/artoo/version.rb
CHANGED
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.0.0
|
|
4
|
+
version: 1.0.0
|
|
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-08-
|
|
15
|
+
date: 2013-08-19 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: celluloid
|
|
@@ -268,9 +268,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
268
268
|
version: '0'
|
|
269
269
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
270
270
|
requirements:
|
|
271
|
-
- - '
|
|
271
|
+
- - '>='
|
|
272
272
|
- !ruby/object:Gem::Version
|
|
273
|
-
version:
|
|
273
|
+
version: '0'
|
|
274
274
|
requirements: []
|
|
275
275
|
rubyforge_project: artoo
|
|
276
276
|
rubygems_version: 2.0.3
|