structured_noise 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 +4 -1
- data/lib/structured_noise/version.rb +1 -1
- data/structured_noise.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c37af47cfc1772e00d2dc684e3cab55bf37a88a3
|
|
4
|
+
data.tar.gz: 0ccc71e9453778a823bc65aec19f3833ee5ff7b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1292d4988b80d3a9cac27a074934cd81999fe1a2e3472e3acc69d8e537ec0ed9cd9c54f16ab4e213b597cf3790666e6c03cdcedd2c21966001e523d25480ef2
|
|
7
|
+
data.tar.gz: edba0577dc1e1cbfde9eddb33f51ccda23eca2a290d859ca98e7ef2c63e7b7d3b41348bf2f087a2ff196b729388d6466aae11048950cacee7f481b1f9409b190
|
data/README.md
CHANGED
|
@@ -12,6 +12,7 @@ README-driven development ;)
|
|
|
12
12
|
|
|
13
13
|
####TODO FEATURES:
|
|
14
14
|
|
|
15
|
+
* `--decode` should decode avro coming in via STDIN, respecting `--base64` flag, writing JSON hashes to STDOUT
|
|
15
16
|
* `--template filename` should support a JSON-structure template for Avro messages, with 'fill in the blanks' as like.. * or something.
|
|
16
17
|
* `--malicious-compliance` will toggle generating edge-case data compliant with given Avro types
|
|
17
18
|
|
|
@@ -25,7 +26,9 @@ Install it with:
|
|
|
25
26
|
|
|
26
27
|
## Usage
|
|
27
28
|
|
|
28
|
-
|
|
29
|
+
Run from your console:
|
|
30
|
+
|
|
31
|
+
`structured_noise [OPTIONS]`
|
|
29
32
|
|
|
30
33
|
## Development
|
|
31
34
|
|
data/structured_noise.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Tool to generate Avro-encoded noise}
|
|
13
13
|
spec.description = %q{Tool to generate Avro-encoded noise}
|
|
14
|
-
spec.homepage = "https://github.com/jszmajda"
|
|
14
|
+
spec.homepage = "https://github.com/jszmajda/structured_noise"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: structured_noise
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jess Szmajda
|
|
@@ -119,7 +119,7 @@ files:
|
|
|
119
119
|
- lib/structured_noise/options.rb
|
|
120
120
|
- lib/structured_noise/version.rb
|
|
121
121
|
- structured_noise.gemspec
|
|
122
|
-
homepage: https://github.com/jszmajda
|
|
122
|
+
homepage: https://github.com/jszmajda/structured_noise
|
|
123
123
|
licenses:
|
|
124
124
|
- MIT
|
|
125
125
|
metadata: {}
|