beaglebone_usb 0.0.3 → 0.0.4
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.
- data/beaglebone_usb.gemspec +1 -1
- data/lib/beaglebone_usb/version.rb +1 -1
- metadata +3 -3
data/beaglebone_usb.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "beaglebone_usb"
|
8
8
|
spec.version = BeagleboneUsb::VERSION
|
9
9
|
spec.authors = ["cubuslab"]
|
10
|
-
spec.email = ["
|
10
|
+
spec.email = ["info@cubuslab.com"]
|
11
11
|
spec.description = "encapsulates beaglebone communication via USB"
|
12
12
|
spec.summary = "detect a beaglebone which is connected to your local USB port and execute remote commands"
|
13
13
|
spec.homepage = ""
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beaglebone_usb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-09-
|
12
|
+
date: 2014-09-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -45,7 +45,7 @@ dependencies:
|
|
45
45
|
version: '0'
|
46
46
|
description: encapsulates beaglebone communication via USB
|
47
47
|
email:
|
48
|
-
-
|
48
|
+
- info@cubuslab.com
|
49
49
|
executables: []
|
50
50
|
extensions: []
|
51
51
|
extra_rdoc_files: []
|