Skip to content

Commit

Permalink
Added a few more places and street types for more variety
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnividivicci committed Dec 19, 2011
1 parent bce730e commit 7d75f72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/random_data/locations.rb
Expand Up @@ -12,11 +12,11 @@ module Locations
people = %w( Adams Franklin Jackson Jefferson Lincoln
Madison Washington Wilson)
people_uk = %w( Churchill Tyndale Latimer Cranmer )
places = %w( Highland Hill Park Woodland Sunset Virginia)
places = %w( Highland Hill Park Woodland Sunset Virginia Haven Montreal)
numbers = %w( 1st 2nd 4th 5th 34th 42nd )
@@streetnames = trees + people + places + numbers

@@street_types = %w(St Ave Rd Blvd Trl Ter Rdg Pl Pkwy Ct Circle)
@@street_types = %w(St Ave Rd Blvd Trl Ter Rdg Pl Pkwy Ct Circle Dr Pvt)

# Returns the first line of a US maiiling address (street number, street name, street type)
#
Expand Down
2 changes: 1 addition & 1 deletion lib/random_data/version.rb
@@ -1,3 +1,3 @@
module RandomData #:nodoc:
VERSION = '1.5.2' #:nodoc:
VERSION = '1.5.3' #:nodoc:
end

0 comments on commit 7d75f72

Please sign in to comment.