dread-trace 0.1.1 → 0.1.2
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 +2 -2
- data/lib/dread/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0cd12a44bf0dfa90ea8dfe77105b9eb2d3e40132
|
4
|
+
data.tar.gz: 58c0f59359d9408800b704b4a99ef55b20183941
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7a5aef5178d3fe0aa83843213fc6b9eb2e85ef9d5bad58ad15fdd764cedd6b7a57455fcc4446e6cf7048ebbddf241c28600760f159cd6c5b075ecb0e4ee7b16
|
7
|
+
data.tar.gz: e53bce170aa6d6723b0c3a16715a92faa246be06821c6238e7020b575586e34e28741d364a214c14ad40403096ba70563696c27c374504274bdff7d24041fe90
|
data/README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
# Dread
|
2
2
|
|
3
|
-
Dread is a decode for DWC3 Tracepoint Output.
|
3
|
+
Dread Trace is a decode for DWC3 Tracepoint Output.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
7
7
|
You can install the gem from rubygems.org with:
|
8
8
|
|
9
9
|
```
|
10
|
-
$ gem install dread
|
10
|
+
$ gem install dread-trace
|
11
11
|
```
|
12
12
|
|
13
13
|
Alternatively, you can clone the repository:
|
data/lib/dread/version.rb
CHANGED