fuzzbert 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. data/README.md +1 -1
  2. metadata +1 -1
data/README.md CHANGED
@@ -190,7 +190,7 @@ fuzz "My Web App" do
190
190
  data "JSON generated from a template" do
191
191
  t = FuzzBert::Template.new '{ user: { id: ${id}, name: "${name}" } }'
192
192
  t.set(:id, FuzzBert::Generators.cycle(1..10000))
193
- t.set(:name) { "fixed" + FuzzBert::Generators.random_fixlen(2).call }
193
+ t.set(:name) { "Fixed text plus two random bytes: #{FuzzBert::Generators.random_fixlen(2).call}" }
194
194
  t.generator
195
195
  end
196
196
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fuzzbert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: