Sha256: c879fb81af01d2b61e3677943ba5c36661b5b1364bdb95ae69842853832ca3f6
Contents?: true
Size: 1.69 KB
Versions: 1
Compression:
Stored size: 1.69 KB
Contents
### 0.4.0 (2015/08/08) Enhancements: * Make countup integer field stores integer instead of formatted string as prev_data (thanks to mururu) Changes: * Refactoring: split generator codes ### 0.3.5 (2014/04/23) Enhancements: * Add `--log` option to `dummer` Changes: * Dummer log goes to STDOUT rather than STDERR as default ### 0.3.4 (2014/04/12) Enhancements: * Add `label_delimiter` option. #4 (thanks suzuken) ### 0.3.3 (2014/02/20) Enhancement: * Support ruby 1.9.3 ### 0.3.2 (2014/01/31) Fixes: * Fix `any` which did not include max ### 0.3.1 (2014/01/31) Enhancement: * Support posting data to Fluentd process directly ### 0.3.0 (2014/01/25) Big Changes: * Rename application name from `dummy_log_generator` to `dummer`. `dummy_log_generator` was too long. ### 0.2.3 (2014/01/22) Fixes: * Fix datetime type format (thanks xcezx) ### 0.2.2 (2014/01/15) Enhancement: * Add CLI options to `dummer` command ### 0.2.1 Change: * Change the default behavior to use the default `message` rather than `field`. ### 0.2.0 Enhancement: * Add `message` option to write only a specific message * Add `input` option to write messges by reading lines of an input file in roration * Add `dummer_simple` command * Add `dummer_yes` command ### 0.1.0 Enhancement: * Support to output into a file (`output` option) * No dependency on active_support * Speed-up (Proc-based evaluation) * Support parallel (`workers` option) ### 0.0.4 Enhancement: * Add `format` option to `string`, `integer`, `float` data type ### 0.0.3 Enhancement: * Add `value` option to specify fixed value ### 0.0.2 Enhancement: * Add `countup: true` suppert ### 0.0.1 First version
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dummer-0.4.0 | CHANGELOG.md |