artoo 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile +5 -0
  2. data/Gemfile.lock +6 -16
  3. data/lib/artoo/version.rb +1 -1
  4. metadata +19 -15
data/Gemfile CHANGED
@@ -13,6 +13,11 @@ group :development, :test do
13
13
  gem 'minitest'
14
14
  gem 'mocha'
15
15
 
16
+ # these are for specific hardware, they have to be here for tests
17
+ gem 'hybridgroup-firmata'
18
+ gem 'hybridgroup-sphero'
19
+ gem 'hybridgroup-argus'
20
+
16
21
  # For Front-End
17
22
  gem 'sass'
18
23
  gem 'coffee-script'
@@ -1,20 +1,7 @@
1
- GIT
2
- remote: https://github.com/hybridgroup/argus.git
3
- revision: e1f9aeea4c0cc565dbb190d0de065c858a0487c0
4
- specs:
5
- argus (0.0.0)
6
-
7
- GIT
8
- remote: https://github.com/hybridgroup/firmata.git
9
- revision: d30d9e0559804b77a7f864e5da0d223977839fa7
10
- specs:
11
- hybridgroup-firmata (0.2.1)
12
- event_spitter
13
-
14
1
  PATH
15
2
  remote: .
16
3
  specs:
17
- artoo (0.0.1)
4
+ artoo (0.1.1)
18
5
 
19
6
  GEM
20
7
  remote: http://rubygems.org/
@@ -74,6 +61,9 @@ GEM
74
61
  http_parser.rb
75
62
  http_parser.rb (0.5.3)
76
63
  http_parser.rb (0.5.3-java)
64
+ hybridgroup-argus (0.2.0)
65
+ hybridgroup-firmata (0.3.0)
66
+ event_spitter
77
67
  hybridgroup-sphero (1.1.6)
78
68
  listen (0.7.2)
79
69
  lumberjack (1.0.2)
@@ -123,7 +113,6 @@ PLATFORMS
123
113
 
124
114
  DEPENDENCIES
125
115
  active_support
126
- argus!
127
116
  artoo!
128
117
  bootstrap-sass
129
118
  celluloid-io
@@ -133,7 +122,8 @@ DEPENDENCIES
133
122
  guard-compass
134
123
  guard-livereload
135
124
  guard-sprockets
136
- hybridgroup-firmata!
125
+ hybridgroup-argus
126
+ hybridgroup-firmata
137
127
  hybridgroup-sphero
138
128
  minitest
139
129
  mocha
@@ -1,5 +1,5 @@
1
1
  module Artoo
2
2
  unless const_defined?('VERSION')
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artoo
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.1.0
4
+ version: 0.1.1
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ron Evans
@@ -10,7 +10,7 @@ authors:
10
10
  - Ari Lerner
11
11
  - Mario Ricalde
12
12
  - Daniel Fischer
13
- autorequire:
13
+ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
  date: 2013-02-23 00:00:00.000000000 Z
@@ -24,7 +24,7 @@ executables:
24
24
  extensions: []
25
25
  extra_rdoc_files: []
26
26
  files:
27
- - ".gitignore"
27
+ - .gitignore
28
28
  - Gemfile
29
29
  - Gemfile.lock
30
30
  - Guardfile
@@ -137,28 +137,32 @@ files:
137
137
  - test/utility_test.rb
138
138
  homepage: https://github.com/hybridgroup/artoo
139
139
  licenses: []
140
- post_install_message:
140
+ post_install_message:
141
141
  rdoc_options: []
142
142
  require_paths:
143
143
  - lib
144
144
  required_ruby_version: !ruby/object:Gem::Requirement
145
+ none: false
145
146
  requirements:
146
- - - ">="
147
+ - - ! '>='
147
148
  - !ruby/object:Gem::Version
148
- version: !binary |-
149
- MA==
150
- none: false
149
+ version: '0'
150
+ segments:
151
+ - 0
152
+ hash: 655550087860009642
151
153
  required_rubygems_version: !ruby/object:Gem::Requirement
154
+ none: false
152
155
  requirements:
153
- - - ">="
156
+ - - ! '>='
154
157
  - !ruby/object:Gem::Version
155
- version: !binary |-
156
- MA==
157
- none: false
158
+ version: '0'
159
+ segments:
160
+ - 0
161
+ hash: 655550087860009642
158
162
  requirements: []
159
163
  rubyforge_project: artoo
160
- rubygems_version: 1.8.24
161
- signing_key:
164
+ rubygems_version: 1.8.23
165
+ signing_key:
162
166
  specification_version: 3
163
167
  summary: Ruby-based microframework for robotics
164
168
  test_files: