emu_power 1.0 → 1.1
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/readme.md +9 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4af5041560b2ee495b26c9eda94382a5ed7510d20ba524dc03ecf294e2601bd5
|
4
|
+
data.tar.gz: ca1eb350ef8c9fc67bc14886743759fe0b44ba02dadcef4128924dfdffbc2f68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ec1b79de1ddbafab3670e1154d4af9dff80c8cb7a72b011d5fcc35c0964ba8907ac58371abded9cb3ff62dea176fa43748fa81b3fbaa661e88b256a56525c09
|
7
|
+
data.tar.gz: 278a3d460f057d7c61e19852b6862a23745509005f7f23e419359c22096defcd7dfa23cf4f5fbe854facfd94a0c2e6daa13245141de24d9003f4deeb8f7286af
|
data/readme.md
CHANGED
@@ -1 +1,9 @@
|
|
1
|
-
|
1
|
+
# EmuPower
|
2
|
+
|
3
|
+
This library implements Rainforest Automation's XML specification for the EMU-2 device. This is based on code from the official Rainforest Automation API at https://github.com/rainforestautomation/Emu-Serial-API, though it follows somewhat different patterns.
|
4
|
+
|
5
|
+
### Installation
|
6
|
+
This library is distributed using RubyGems and may be installed using `gem install emu_power`.
|
7
|
+
|
8
|
+
### Usage
|
9
|
+
This library is implemented in an event-focused manner. See the samples directory for examples.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: emu_power
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '1.
|
4
|
+
version: '1.1'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Bertolucci
|
@@ -50,7 +50,7 @@ files:
|
|
50
50
|
- lib/emu_power/stream_parser.rb
|
51
51
|
- lib/emu_power/types.rb
|
52
52
|
- readme.md
|
53
|
-
homepage:
|
53
|
+
homepage: https://github.com/Steve0320/EmuPower
|
54
54
|
licenses:
|
55
55
|
- MIT
|
56
56
|
metadata: {}
|