robeaux 0.1.1 → 0.2.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: robeaux
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ron Evans
@@ -13,15 +13,16 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2014-04-25 00:00:00.000000000 Z
16
+ date: 2014-08-04 00:00:00.000000000 Z
17
17
  dependencies: []
18
- description: Angular-based front end for universal robot API
18
+ description: Angular-based front end for the CPPP-IO API spec
19
19
  email:
20
20
  - artoo@hybridgroup.com
21
21
  executables: []
22
22
  extensions: []
23
23
  extra_rdoc_files: []
24
24
  files:
25
+ - ".gitignore"
25
26
  - Makefile
26
27
  - README.markdown
27
28
  - css/fonts.css
@@ -70,6 +71,14 @@ files:
70
71
  - partials/robot.html
71
72
  - partials/themes.html
72
73
  - robeaux.gemspec
74
+ - test/karma.conf.js
75
+ - test/main.js
76
+ - test/support/myDevice.json
77
+ - test/support/myRobot.json
78
+ - test/support/robots.json
79
+ - test/vendor/angular-mocks.js
80
+ - test/vendor/jasmine-jquery.js
81
+ - test/vendor/jquery.js
73
82
  homepage: https://github.com/hybridgroup/robeaux
74
83
  licenses:
75
84
  - Apache 2.0
@@ -93,5 +102,5 @@ rubyforge_project: robeaux
93
102
  rubygems_version: 2.2.2
94
103
  signing_key:
95
104
  specification_version: 4
96
- summary: Angular-based front end for universal robot API
105
+ summary: Angular-based front end for the CPPP-IO API spec
97
106
  test_files: []