artoo-arduino 1.2.0 → 1.3.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: ef22f258fe9188bda778e5d12dc5fed59304a739
4
- data.tar.gz: 3cd46e7b4f6f46f6c0587f1c1f12b37c30eeafd4
3
+ metadata.gz: 6bba7ef51faca12faa203ef9dea52e3dfa9b5e60
4
+ data.tar.gz: 7c3ca7f51aa3df3d657eda11764eb95f556f9fc1
5
5
  SHA512:
6
- metadata.gz: 3d45b5612b574ac27c67ee28168d9930ea0fca8c89a3b4cab3fc2e0baa682d8f0abfa4b57f4a32a60b6a2b6615885d79526cae61f923b17d5d86a3dd3f2d4f0e
7
- data.tar.gz: c56c99b937db47126b573e1901da2415ca430e531ba49a3c5072bf58f13b7348f07ba65457fdd60d628db9474f50794fcd8fb9f0a684b1d8762e8e8e8358b23c
6
+ metadata.gz: fbfbf596392ae916413749d64057a31b27d1574eca1ec1293da84745f82b3f3da640a5270df0fd2d6b6c9a9e06707fc1f1ecae75ad5c4792e2d86be5a15f7575
7
+ data.tar.gz: e54b454ba181ff0aa711871a53e6fe4bce40a5331692c623f10af848e886656642243005db436ad3927f2114f9b968152fb222b99eb2e8ef7dcc9410419d6560
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- artoo-arduino (1.2.0)
5
- artoo (~> 1.2.0)
4
+ artoo-arduino (1.3.0)
5
+ artoo (>= 1.4.0)
6
6
  artoo-gpio
7
7
  artoo-i2c
8
8
  hybridgroup-firmata (~> 0.4.5)
@@ -10,19 +10,19 @@ PATH
10
10
  GEM
11
11
  remote: http://rubygems.org/
12
12
  specs:
13
- artoo (1.2.1)
13
+ artoo (1.4.1)
14
14
  celluloid (~> 0.15.0)
15
15
  celluloid-io (~> 0.15.0)
16
16
  multi_json (~> 1.6)
17
17
  pry (~> 0.9)
18
- rake (~> 10.0)
18
+ rake
19
19
  reel (~> 0.4.0)
20
20
  thor (~> 0.18.1)
21
- artoo-gpio (0.2.0)
22
- artoo (~> 1.2.0)
23
- artoo-i2c (0.2.0)
24
- artoo (~> 1.2.0)
25
- celluloid (0.15.1)
21
+ artoo-gpio (0.2.1)
22
+ artoo (>= 1.2.2)
23
+ artoo-i2c (0.3.0)
24
+ artoo (>= 1.3.0)
25
+ celluloid (0.15.2)
26
26
  timers (~> 1.1.0)
27
27
  celluloid-io (0.15.0)
28
28
  celluloid (>= 0.15.0)
@@ -40,7 +40,7 @@ GEM
40
40
  minitest-happy (1.0.0)
41
41
  mocha (0.14.0)
42
42
  metaclass (~> 0.0.1)
43
- multi_json (1.8.0)
43
+ multi_json (1.8.2)
44
44
  nio4r (0.5.0)
45
45
  pry (0.9.12.2)
46
46
  coderay (~> 1.0.5)
data/README.md CHANGED
@@ -95,7 +95,7 @@ artoo connect serial ttyACM0 4567
95
95
 
96
96
  ### Windows
97
97
 
98
- Someone please fill in the blanks here...
98
+ We are currently working with the Celluloid team to add Windows support. Please check back soon!
99
99
 
100
100
  ## Contributing
101
101
 
@@ -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.2.0'
23
+ s.add_runtime_dependency 'artoo', '>= 1.4.0'
24
24
  s.add_runtime_dependency 'artoo-gpio'
25
25
  s.add_runtime_dependency 'artoo-i2c'
26
26
  s.add_runtime_dependency 'hybridgroup-firmata', '~> 0.4.5'
@@ -1,5 +1,5 @@
1
1
  module Artoo
2
2
  module Arduino
3
- VERSION = '1.2.0'
3
+ VERSION = '1.3.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artoo-arduino
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ron Evans
@@ -11,22 +11,22 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-09-19 00:00:00.000000000 Z
14
+ date: 2013-10-18 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: artoo
18
18
  requirement: !ruby/object:Gem::Requirement
19
19
  requirements:
20
- - - ~>
20
+ - - '>='
21
21
  - !ruby/object:Gem::Version
22
- version: 1.2.0
22
+ version: 1.4.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ~>
27
+ - - '>='
28
28
  - !ruby/object:Gem::Version
29
- version: 1.2.0
29
+ version: 1.4.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: artoo-gpio
32
32
  requirement: !ruby/object:Gem::Requirement