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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7fbbdd04446079bd1f7add26a91bc99d46046e7f
4
- data.tar.gz: 2856fcbdd0f94567ed551fd92317f5ca6fedc3b3
3
+ metadata.gz: c37af47cfc1772e00d2dc684e3cab55bf37a88a3
4
+ data.tar.gz: 0ccc71e9453778a823bc65aec19f3833ee5ff7b5
5
5
  SHA512:
6
- metadata.gz: 914eec0e928350604d5eff9953c4fed1b4f7843e1072dd899f0bb711f2e9f84f339e22f63ddfea14da71e0e0e032dbf5ccb27b55935b88a9a3c84545a81d3913
7
- data.tar.gz: 22a024da4c80e60af4f81ddcc9a6837a4d531d4c425886ab44d383d145258229ca9bfde0b02a80c4b266fcb987c29c08c482981468104a0960bf43320a4b18ba
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
- See Features above
29
+ Run from your console:
30
+
31
+ `structured_noise [OPTIONS]`
29
32
 
30
33
  ## Development
31
34
 
@@ -1,3 +1,3 @@
1
1
  module StructuredNoise
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -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.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: {}