random_data
random_data copied to clipboard
Provides methods for generating random test data including names, mailing addresses, dates, phone numbers, e-mail addresses, and text. Now, ruby 1.9 compatible.
Bumps [rdoc](https://github.com/ruby/rdoc) from 3.11 to 6.3.1. Changelog Sourced from rdoc's changelog. === 5.1.0 / 2017-02-24 Bug fixes Fix an issue that rdoc fails when running on Windows with RUBYOPT=-U. PR...
Bumps [rake](https://github.com/ruby/rake) from 0.9.2 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...
Bumps [json](https://github.com/flori/json) from 1.6.3 to 1.8.6. Changelog *Sourced from [json's changelog](https://github.com/flori/json/blob/v1.8.6/CHANGES).* > 2017-01-13 (1.8.6) > * Be compatible with ancient ruby 1.8 (maybe?) > 2015-09-11 (1.8.5) > * Be compatible...
Added Random.mdn method to generate a random US mobile device number. The MDN for US carriers is essentially the telephone number tied for a cell phone but does not have...
Hi Mike, I came across your git : https://github.com/tomharris/random_data as i was searching the internet for how calabash-ios generate random texts or data and i found yours. I have installed...
There are PR's from 2012, I wonder if this gem is maintained?
Updated companyname and boolean methods. Updated test accordingly.
For example, see the following output: irb(main):024:0> Random.phone => "235-306-5221" irb(main):025:0> Random.phone => "924-824-7990" irb(main):026:0> Random.phone => "396-991-3759" irb(main):027:0> Random.phone => "738-483-5420" irb(main):028:0> Random.phone => "735-520-8574" irb(main):029:0> Random.phone => "856-690-3655"...