faker 1.6.6 → 1.7.1

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 (52) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +310 -0
  3. data/History.md +176 -0
  4. data/README.md +61 -830
  5. data/lib/faker.rb +18 -2
  6. data/lib/faker/address.rb +7 -3
  7. data/lib/faker/ancient.rb +21 -0
  8. data/lib/faker/artist.rb +9 -0
  9. data/lib/faker/bank.rb +30 -0
  10. data/lib/faker/bitcoin.rb +1 -2
  11. data/lib/faker/code.rb +5 -5
  12. data/lib/faker/color.rb +6 -29
  13. data/lib/faker/commerce.rb +15 -2
  14. data/lib/faker/company.rb +9 -5
  15. data/lib/faker/educator.rb +3 -3
  16. data/lib/faker/esport.rb +25 -0
  17. data/lib/faker/fillmurray.rb +18 -0
  18. data/lib/faker/finance.rb +3 -1
  19. data/lib/faker/food.rb +17 -0
  20. data/lib/faker/game_of_thrones.rb +8 -0
  21. data/lib/faker/hipster.rb +1 -1
  22. data/lib/faker/internet.rb +5 -6
  23. data/lib/faker/job.rb +16 -0
  24. data/lib/faker/lord_of_the_rings.rb +13 -0
  25. data/lib/faker/lorem_pixel.rb +21 -0
  26. data/lib/faker/music.rb +12 -0
  27. data/lib/faker/number.rb +7 -0
  28. data/lib/faker/rock_band.rb +9 -0
  29. data/lib/faker/space.rb +4 -0
  30. data/lib/faker/star_wars.rb +13 -0
  31. data/lib/faker/time.rb +10 -6
  32. data/lib/faker/twin_peaks.rb +17 -0
  33. data/lib/faker/version.rb +1 -1
  34. data/lib/helpers/unique_generator.rb +24 -0
  35. data/lib/locales/de.yml +39 -5
  36. data/lib/locales/en-IND.yml +5 -2
  37. data/lib/locales/en-NG.yml +75 -0
  38. data/lib/locales/en-NZ.yml +26 -9
  39. data/lib/locales/en-US.yml +3 -0
  40. data/lib/locales/en-ZA.yml +51 -0
  41. data/lib/locales/en.yml +150 -10
  42. data/lib/locales/es-MX.yml +12 -5
  43. data/lib/locales/fr.yml +1 -1
  44. data/lib/locales/id.yml +21 -0
  45. data/lib/locales/it.yml +1 -1
  46. data/lib/locales/ja.yml +3 -0
  47. data/lib/locales/nl.yml +7 -1
  48. data/lib/locales/pl.yml +1 -1
  49. data/lib/locales/pt-BR.yml +22 -22
  50. data/lib/locales/tr.yml +26 -0
  51. metadata +21 -4
  52. data/History.txt +0 -180
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b02bc9f1302ebe14e607d307e57cb5e48b8a6fb
4
- data.tar.gz: 782b7c8f5abfb90e05379c90526d0f2ad2bd97b4
3
+ metadata.gz: e68fa4d400575ac0590e7967e7b53a351986edc8
4
+ data.tar.gz: e6e6b68dab40c6fddfeff0ecc19fff276aaba8d4
5
5
  SHA512:
6
- metadata.gz: 1aaadc4bb22e1b81ed0473cb8037a006c0d008c2ff91bb56d31e8c46bce4ae600c8dc8a69b48a97a558a1782b221d20f14cd80aba8029b0b61660cf76256d166
7
- data.tar.gz: 89f6ef69397402c66816241070300ee480186863ac491d4a243b9166163223157efcd651902adf5cdeef9c92bdbd2c71ddf3292bc6f8c19dcaef87daed2b1416
6
+ metadata.gz: 9116798328b4284034130b7c56ac75bf664eb256f44774f91e51f1cbe5f6b2c39ff8d485c6ca8c61970be94d92c445b56831f9e00a46ec779f8313330bb0045d
7
+ data.tar.gz: 8f22ecb92ba518ecd6a44fb4f19ee5c3b36a7588ed2166727814bce698ec5c46b6845c22f12d755bd672282b9b99bb7a9644b41f1668ea82a2a5f283438026a7
@@ -0,0 +1,310 @@
1
+ # Change Log
2
+
3
+ ## [v1.7.1](https://github.com/stympy/faker/tree/v1.7.1) (2016-12-25)
4
+ [Full Changelog](https://github.com/stympy/faker/compare/v1.7.0...v1.7.1)
5
+
6
+ **Closed issues:**
7
+
8
+ - Getting "Segmentation fault: 11" when I upgrade last 3 repos to faker 1.7.0 [\#780](https://github.com/stympy/faker/issues/780)
9
+ - New release? [\#767](https://github.com/stympy/faker/issues/767)
10
+
11
+ **Merged pull requests:**
12
+
13
+ - Added Faker::Fillmurray hotlink to usages list [\#779](https://github.com/stympy/faker/pull/779) ([Jedeu](https://github.com/Jedeu))
14
+
15
+ ## [v1.7.0](https://github.com/stympy/faker/tree/v1.7.0) (2016-12-24)
16
+ [Full Changelog](https://github.com/stympy/faker/compare/v1.6.6...v1.7.0)
17
+
18
+ **Closed issues:**
19
+
20
+ - Alphanumeric password. [\#773](https://github.com/stympy/faker/issues/773)
21
+ - Unique method is undefined [\#771](https://github.com/stympy/faker/issues/771)
22
+ - Request: Human faces? [\#756](https://github.com/stympy/faker/issues/756)
23
+ - Faker for images not working [\#738](https://github.com/stympy/faker/issues/738)
24
+ - Fixed seed [\#724](https://github.com/stympy/faker/issues/724)
25
+ - Company logo ,company buzzword, Date is not working rails 4 [\#718](https://github.com/stympy/faker/issues/718)
26
+ - Image issue [\#704](https://github.com/stympy/faker/issues/704)
27
+ - Faker::Hacker.say\_something\_smart [\#691](https://github.com/stympy/faker/issues/691)
28
+ - Faker::Commerce.promotion\_code Missing Translation [\#689](https://github.com/stympy/faker/issues/689)
29
+ - Generating real email addresses [\#685](https://github.com/stympy/faker/issues/685)
30
+ - Faker::GameOfThrones.character has too little items [\#658](https://github.com/stympy/faker/issues/658)
31
+ - Pokemon class not working [\#645](https://github.com/stympy/faker/issues/645)
32
+ - NameError: uninitialized constant Educator [\#572](https://github.com/stympy/faker/issues/572)
33
+ - Causing memory error if Faker::Internet.email with integer argument [\#478](https://github.com/stympy/faker/issues/478)
34
+ - undefined method `Number' for Faker:Module [\#153](https://github.com/stympy/faker/issues/153)
35
+
36
+ **Merged pull requests:**
37
+
38
+ - Refactors code in Faker::Color [\#777](https://github.com/stympy/faker/pull/777) ([tiagofsilva](https://github.com/tiagofsilva))
39
+ - Add Faker::TwinPeaks \[fixed\] [\#775](https://github.com/stympy/faker/pull/775) ([pedantic-git](https://github.com/pedantic-git))
40
+ - Added wookie\_sentence method documentation to README [\#772](https://github.com/stympy/faker/pull/772) ([toddnestor](https://github.com/toddnestor))
41
+ - Refactored finance.rb [\#770](https://github.com/stympy/faker/pull/770) ([Newman101](https://github.com/Newman101))
42
+ - ex-MX.yml: city\_prefix and city\_suffix: replace empty list with empty… [\#769](https://github.com/stympy/faker/pull/769) ([PascalSchumacher](https://github.com/PascalSchumacher))
43
+ - Correct HSL and HSLA color formatting [\#768](https://github.com/stympy/faker/pull/768) ([mwgalloway](https://github.com/mwgalloway))
44
+ - Adds wookie sentence generator [\#766](https://github.com/stympy/faker/pull/766) ([toddnestor](https://github.com/toddnestor))
45
+ - Add Faker::Ancient [\#765](https://github.com/stympy/faker/pull/765) ([phoenixweiss](https://github.com/phoenixweiss))
46
+ - Added Slovakian unit tests [\#764](https://github.com/stympy/faker/pull/764) ([Newman101](https://github.com/Newman101))
47
+ - added bank setup [\#762](https://github.com/stympy/faker/pull/762) ([RasMachineMan](https://github.com/RasMachineMan))
48
+ - Added Russian unit tests [\#761](https://github.com/stympy/faker/pull/761) ([Newman101](https://github.com/Newman101))
49
+ - Add eSports data [\#760](https://github.com/stympy/faker/pull/760) ([FanaHOVA](https://github.com/FanaHOVA))
50
+ - add lorempixel [\#759](https://github.com/stympy/faker/pull/759) ([senid231](https://github.com/senid231))
51
+ - Added nb-NO locale unit tests [\#758](https://github.com/stympy/faker/pull/758) ([Newman101](https://github.com/Newman101))
52
+ - Added Japanese unit tests [\#757](https://github.com/stympy/faker/pull/757) ([Newman101](https://github.com/Newman101))
53
+ - Update educator.rb [\#755](https://github.com/stympy/faker/pull/755) ([huyderman](https://github.com/huyderman))
54
+ - Some Turkish Translations \#1 [\#754](https://github.com/stympy/faker/pull/754) ([MrWilhelm](https://github.com/MrWilhelm))
55
+ - Add some german translations ... [\#753](https://github.com/stympy/faker/pull/753) ([Kjarrigan](https://github.com/Kjarrigan))
56
+ - Add method for ensuring unique values [\#752](https://github.com/stympy/faker/pull/752) ([jonmast](https://github.com/jonmast))
57
+ - Delete unneeded line for Faker::Internet.password [\#751](https://github.com/stympy/faker/pull/751) ([bakunyo](https://github.com/bakunyo))
58
+ - Add Mew to Pokemon::Name [\#750](https://github.com/stympy/faker/pull/750) ([kenta-s](https://github.com/kenta-s))
59
+ - Update docs to make it clearer what args to Lorem.sentence and Lorem.paragraph do [\#749](https://github.com/stympy/faker/pull/749) ([ulyssesrex](https://github.com/ulyssesrex))
60
+ - Add optional https urls [\#747](https://github.com/stympy/faker/pull/747) ([kaiuhl](https://github.com/kaiuhl))
61
+ - Creates tests for Address\#zip\_code [\#746](https://github.com/stympy/faker/pull/746) ([tiagofsilva](https://github.com/tiagofsilva))
62
+ - Creates Address\#full\_address customizable by locale [\#745](https://github.com/stympy/faker/pull/745) ([tiagofsilva](https://github.com/tiagofsilva))
63
+ - Improves readability of Hipster\#resolve. [\#743](https://github.com/stympy/faker/pull/743) ([tiagofsilva](https://github.com/tiagofsilva))
64
+ - Use Random::DEFAULT instead of Random.new.rand / SecureRandom [\#740](https://github.com/stympy/faker/pull/740) ([smangelsdorf](https://github.com/smangelsdorf))
65
+ - Added Korean unit tests [\#739](https://github.com/stympy/faker/pull/739) ([Newman101](https://github.com/Newman101))
66
+ - it.yml: name.suffix: replace list with empty string, to make it consi… [\#736](https://github.com/stympy/faker/pull/736) ([PascalSchumacher](https://github.com/PascalSchumacher))
67
+ - fix german university name generation [\#734](https://github.com/stympy/faker/pull/734) ([PascalSchumacher](https://github.com/PascalSchumacher))
68
+ - fr.yml: remove 13 after lille [\#733](https://github.com/stympy/faker/pull/733) ([PascalSchumacher](https://github.com/PascalSchumacher))
69
+ - Add Normal \(Gaussian\) distribution to Faker::Number [\#731](https://github.com/stympy/faker/pull/731) ([rabidaudio](https://github.com/rabidaudio))
70
+ - added indonesian locale [\#730](https://github.com/stympy/faker/pull/730) ([bprayudha](https://github.com/bprayudha))
71
+ - Added dragons to the Game of Throne universe. [\#729](https://github.com/stympy/faker/pull/729) ([archbloom](https://github.com/archbloom))
72
+ - Tweak es-MX locale data for addresses [\#727](https://github.com/stympy/faker/pull/727) ([joiggama](https://github.com/joiggama))
73
+ - Add Game of Thrones quotes [\#726](https://github.com/stympy/faker/pull/726) ([rajivrnair](https://github.com/rajivrnair))
74
+ - adds Faker::Artist.name [\#725](https://github.com/stympy/faker/pull/725) ([forresty](https://github.com/forresty))
75
+ - Resolve warnings during tests [\#722](https://github.com/stympy/faker/pull/722) ([andy-j](https://github.com/andy-j))
76
+ - Add chords to music [\#721](https://github.com/stympy/faker/pull/721) ([andy-j](https://github.com/andy-j))
77
+ - Add major and minor keys to music [\#720](https://github.com/stympy/faker/pull/720) ([andy-j](https://github.com/andy-j))
78
+ - Fixed the inaccurate swedish organization number generator [\#715](https://github.com/stympy/faker/pull/715) ([hex0cter](https://github.com/hex0cter))
79
+ - Fix typos in brazilian portuguese countries translations [\#713](https://github.com/stympy/faker/pull/713) ([Yaakushi](https://github.com/Yaakushi))
80
+ - Fix typo in 'Secondary' [\#712](https://github.com/stympy/faker/pull/712) ([edtjones](https://github.com/edtjones))
81
+ - Changed quotes in food.rb [\#710](https://github.com/stympy/faker/pull/710) ([Newman101](https://github.com/Newman101))
82
+ - Added type checks to PL unit test [\#709](https://github.com/stympy/faker/pull/709) ([Newman101](https://github.com/Newman101))
83
+ - Fix Faker::Educator "secondary" spelling [\#708](https://github.com/stympy/faker/pull/708) ([gadtfly](https://github.com/gadtfly))
84
+ - adds meteorite to Faker::Space [\#702](https://github.com/stympy/faker/pull/702) ([kfrz](https://github.com/kfrz))
85
+ - fixed typo in secondary\_school [\#701](https://github.com/stympy/faker/pull/701) ([garyharan](https://github.com/garyharan))
86
+ - Improve Address.postcode example to reflect actual output [\#700](https://github.com/stympy/faker/pull/700) ([goulvench](https://github.com/goulvench))
87
+ - Fixed invalid name in pl.yml [\#694](https://github.com/stympy/faker/pull/694) ([Yobilat](https://github.com/Yobilat))
88
+ - Fixed failing build [\#683](https://github.com/stympy/faker/pull/683) ([Newman101](https://github.com/Newman101))
89
+ - added south african locales [\#682](https://github.com/stympy/faker/pull/682) ([Letladi](https://github.com/Letladi))
90
+ - Add Food link for readme [\#681](https://github.com/stympy/faker/pull/681) ([martymclaugh](https://github.com/martymclaugh))
91
+ - Add updated en-nz locale data [\#680](https://github.com/stympy/faker/pull/680) ([geordidearns](https://github.com/geordidearns))
92
+ - Fixed typo in dutch translation [\#679](https://github.com/stympy/faker/pull/679) ([nschmoller](https://github.com/nschmoller))
93
+ - Add pokemon [\#677](https://github.com/stympy/faker/pull/677) ([bakunyo](https://github.com/bakunyo))
94
+ - Food [\#672](https://github.com/stympy/faker/pull/672) ([martymclaugh](https://github.com/martymclaugh))
95
+ - Added charcaters and houses data for game of thrones in en.yml [\#670](https://github.com/stympy/faker/pull/670) ([vamsipavanmahesh](https://github.com/vamsipavanmahesh))
96
+ - add Faker::Commerce.promotion\_code [\#669](https://github.com/stympy/faker/pull/669) ([jGRUBBS](https://github.com/jGRUBBS))
97
+ - Eliminate and prevent leading and trailing white space [\#665](https://github.com/stympy/faker/pull/665) ([retroGiant89](https://github.com/retroGiant89))
98
+ - Fix for memory overflow error Issue: \#478 [\#664](https://github.com/stympy/faker/pull/664) ([anuj-verma](https://github.com/anuj-verma))
99
+ - Added unit tests to es-MX locale [\#661](https://github.com/stympy/faker/pull/661) ([Newman101](https://github.com/Newman101))
100
+ - Added default country test to en-AU locale [\#656](https://github.com/stympy/faker/pull/656) ([Newman101](https://github.com/Newman101))
101
+ - Fixed incorrect locale configuration [\#655](https://github.com/stympy/faker/pull/655) ([Newman101](https://github.com/Newman101))
102
+ - Add support for dutch university names [\#654](https://github.com/stympy/faker/pull/654) ([nysthee](https://github.com/nysthee))
103
+ - Added default country check to en-PAK unit tests [\#652](https://github.com/stympy/faker/pull/652) ([Newman101](https://github.com/Newman101))
104
+ - Added even method to Luhn algorithm [\#650](https://github.com/stympy/faker/pull/650) ([Newman101](https://github.com/Newman101))
105
+ - Add more names to pt-BR [\#649](https://github.com/stympy/faker/pull/649) ([haggen](https://github.com/haggen))
106
+ - Add Nigerian locale to locales [\#647](https://github.com/stympy/faker/pull/647) ([andela-oosiname](https://github.com/andela-oosiname))
107
+ - Refactor Luhn Checksum [\#619](https://github.com/stympy/faker/pull/619) ([Newman101](https://github.com/Newman101))
108
+ - Added en-SG unit tests [\#618](https://github.com/stympy/faker/pull/618) ([Newman101](https://github.com/Newman101))
109
+ - Improved de-AT unit tests [\#614](https://github.com/stympy/faker/pull/614) ([Newman101](https://github.com/Newman101))
110
+ - Changed quotes in color.rb [\#606](https://github.com/stympy/faker/pull/606) ([Newman101](https://github.com/Newman101))
111
+
112
+ ## [v1.6.6](https://github.com/stympy/faker/tree/v1.6.6) (2016-07-25)
113
+ [Full Changelog](https://github.com/stympy/faker/compare/v1.6.5...v1.6.6)
114
+
115
+ **Closed issues:**
116
+
117
+ - Faker::Vehicle.vin gives undefined method `match' [\#638](https://github.com/stympy/faker/issues/638)
118
+ - Faker::Date.backward\(14\) [\#632](https://github.com/stympy/faker/issues/632)
119
+ - Shouldn't we capitalize the result of `Faker::Hacker.say\_something\_smart`? [\#623](https://github.com/stympy/faker/issues/623)
120
+
121
+ **Merged pull requests:**
122
+
123
+ - Fixed Faker::Vehicle.vin Fixnum issue \#638 [\#639](https://github.com/stympy/faker/pull/639) ([amoludage](https://github.com/amoludage))
124
+ - fix readme link for fakerpokemon [\#637](https://github.com/stympy/faker/pull/637) ([shinwang1](https://github.com/shinwang1))
125
+ - Making pull request to add Pokemon names and locations to stumpy/faker [\#636](https://github.com/stympy/faker/pull/636) ([shinwang1](https://github.com/shinwang1))
126
+ - Added shorthand for self-assignment on date.rb [\#635](https://github.com/stympy/faker/pull/635) ([Newman101](https://github.com/Newman101))
127
+ - Fixed a method call in date.rb [\#633](https://github.com/stympy/faker/pull/633) ([Newman101](https://github.com/Newman101))
128
+ - Add Game of Thrones faker [\#629](https://github.com/stympy/faker/pull/629) ([duduribeiro](https://github.com/duduribeiro))
129
+ - Add German translations for Commerce [\#626](https://github.com/stympy/faker/pull/626) ([laurens](https://github.com/laurens))
130
+ - Solved Issue \#623 [\#625](https://github.com/stympy/faker/pull/625) ([Newman101](https://github.com/Newman101))
131
+
132
+ ## v1.6.5 (2016-07-08)
133
+ * Removed Faker::ChuckNorris.name
134
+
135
+ ## v1.6.4 (2016-07-06)
136
+ * Removed support for Ruby 1.9.3
137
+ * Added Faker::ChuckNorris, Faker::Crypto, Faker::Educator, Faker::File, Faker::Music, Faker::Space, Faker::Vehicle, and Faker::Yoda
138
+ * Fixed bug with credit card types
139
+ * DST fixes in Faker::Time
140
+ * Added Faker::Name.name_with_middle
141
+ * Added Faker::Code.imei
142
+ * Added Faker::Code.asin
143
+ * Added Faker::Lorem.question and Faker::Lorem.questions
144
+ * Added Faker::Internet.private_ip_v4_address
145
+ * Added Faker::Company.australian_business_number
146
+ * Other miscellaneous fixes and locale updates
147
+
148
+ ## v1.6.3 (2016-02-23)
149
+ * Fix for UTF problem in Ruby 1.9.3
150
+ * Fix for Faker::StarWars.character
151
+ * Updated sv locale
152
+
153
+ ## v1.6.2 (2016-02-20)
154
+ * Fix for locale-switching (Russian email addresses)
155
+ * Added Faker::Beer, Faker::Boolean, Faker::Cat, Faker::StarWars, and Faker::Superhero
156
+ * Added Faker::Color.color_name
157
+ * Added Faker::Date.between_except
158
+ * Fixed Faker::Internet.ip_v4_cidr and Faker::Internet.ip_v6_cidr
159
+ * Added locales: ca, ca-CAT, da-DK, fi-FI, and pt
160
+
161
+ ## v1.6.1 (2015-11-23)
162
+ * Fix for locale issues in tests
163
+
164
+ ## v1.6.0 (2015-11-23)
165
+ * Lots of bug fixes -- most notably, a fix for email addresses and domains in non-en locales
166
+ * Updated locales: de, en-AU, en-NZ, en-SG, en-US, en-au-ocker, en, es, fr, he, it, ja, nb-NO, pl, pt-BR, sk, and zh-CN
167
+ * Updated classes: Address, Avatar, Book, Code, Commerce, Company, Hipster, IDNumber, Internet, Number, Placeholdit, Shakespeare, and Time
168
+
169
+ ## v1.5.0 (2015-08-17)
170
+ * Added logos
171
+ * Added Slack Emoji
172
+ * Updated image generators
173
+ * Updated Dutch Locale
174
+ * Added support for generating RGB values, HSL colors, alpha channel, and HSLA colors
175
+ * Added locale for Uganda
176
+ * Added basic Ukrainian support
177
+ * Added university name generator
178
+ * Updated documentation
179
+ * Updated a variety of locales
180
+ * Various fixes
181
+
182
+ ## v1.4.3 (2014-08-15)
183
+ * Updated Russian locale
184
+ * Added EIN generator
185
+ * Fixed Swedish locale
186
+ * Added birthday to Faker::Date
187
+ * Added Faker::App
188
+
189
+ ## v1.4.2 (2014-07-15)
190
+ * Added Swedish locale
191
+ * README update
192
+
193
+ ## v1.4.1 (2014-07-04)
194
+ * Bugfix and cleanup
195
+
196
+ ## v1.4.0 (2014-07-03)
197
+ * Many enhancements and bugfixes
198
+
199
+ ## v1.3.0 (2014-03-08)
200
+ * Many enhancements and few bugfixes
201
+
202
+ ## v1.2.0 (2013-07-27)
203
+ * Many major and minor enhancements :)
204
+
205
+ ## v1.1.2 (2012-09-18)
206
+ * 1 minor change:
207
+ * Fixed Ruby 1.8 compatibility
208
+
209
+ ## v1.1.1 (2012-09-17)
210
+ * 1 minor change:
211
+ * Removed ja locale because of parse errors
212
+
213
+ ## v1.1.0 (2012-09-15)
214
+ * 1 major change:
215
+ * Removed deprecated methods from Address: earth_country, us_state, us_state_abbr, uk_postcode, uk_county
216
+ * Many minor changes (please see github pull requests for credits)
217
+ * Added many localizations
218
+ * Added range and array support for Lorem
219
+
220
+ ## v1.0.1 (2011-09-27)
221
+ * 1 minor enhancement
222
+ * Added safe_email method to get someaddress@example.com [Kazimierz Kiełkowicz]
223
+ * 1 bug fix:
224
+ * Use the locale fallback properly when parsing string formats
225
+
226
+ ## v1.0.0 (2011-09-08)
227
+ * 2 major enhancements
228
+ * Moved all formats to locale files
229
+ * Stopped interfering with I18n's global settings for fallbacks
230
+ * 3 minor bug fixes:
231
+ * Ruby 1.9.2 fixes [eMxyzptlk]
232
+ * UTF8 fixes [maxmiliano]
233
+ * Updated IPv4 generator to return valid addresses [Sylvain Desbureaux]
234
+ * Many minor enhancements:
235
+ * Added bork locale for bork-ified lorem [johnbentcope]
236
+ * Added IPv6 address generator [jc00ke]
237
+ * Removed deprecation warnings for Array#rand [chrismarshall]
238
+ * Added German translation and I18n improvments [Matthias Kühnert]
239
+ * Added Dutch translation [moretea]
240
+ * Added Lat/Long generator [Andy Callaghan]
241
+ * Added buzzword-laden title generator [supercleanse]
242
+ * Added optional extended wordlist for lorem [chriskottom]
243
+ * Updated German translation [Jan Schwenzien]
244
+ * Locale improvements [suweller]
245
+ * Added limit to lorem generator [darrenterhune]
246
+ * Added Brazilian Portuguese translation [maxmiliano]
247
+ * Added Australian translation [madeindata]
248
+ * Added Canadian translation [igbanam]
249
+ * Added Norwegian translation [kytrinyx]
250
+ * Lots of translation-related cleanup [kytrinyx]
251
+
252
+
253
+ ## v0.9.5 (2011-01-27)
254
+ * 1 minor bug fix:
255
+ * Fixed YAML [Aaron Patterson]
256
+ * 3 minor enhancements:
257
+ * Added default rake task to run all tests [Aaron Patterson]
258
+ * Removed shuffle method [Aaron Patterson]
259
+ * Use psych if present [Aaron Patterson]
260
+
261
+ ## v0.9.4 (2010-12-29)
262
+ * 1 minor bug fix:
263
+ * Stopped getting in the way of Rails' late locale loading
264
+
265
+ ## v0.9.3 (2010-12-28)
266
+ * 1 minor enhancement:
267
+ * Added a faker namespace for translations
268
+
269
+ ## v0.9.2 (2010-12-22)
270
+ * 1 bug fix:
271
+ * Stopped stomping on I18n load path
272
+
273
+ ## v0.9.1 (2010-12-22)
274
+ * 1 bug fix:
275
+ * Stopped setting I18n default locale
276
+ * 1 major enhancement:
277
+ * Added method_missing to Address to add methods based on data in locale files
278
+ * 1 minor enhancement:
279
+ * Added Swiss locale [Lukas Westermann]
280
+
281
+ ## v0.9.0 (2010-12-21)
282
+ * 1 major enhancement:
283
+ * Moved strings and some formats to locale files
284
+
285
+ ## v0.3.1 (2008-04-03)
286
+ * 1 minor enhancement:
287
+ * Added city to Address
288
+
289
+ ## v0.3.0 (2008-01-01)
290
+ * 3 major enhancements:
291
+ * Added Lorem to generate fake Latin
292
+ * Added secondary_address to Address, and made inclusion of
293
+ secondary address in street_address optional (false by
294
+ default).
295
+ * Added UK address methods [Caius Durling]
296
+
297
+ ## v0.2.1 (2007-12-05)
298
+ * 1 major enhancement:
299
+ * Dropped facets to avoid conflict with ActiveSupport
300
+ * 2 minor enhancements:
301
+ * Changed the output of user_name to randomly separate with a . or _
302
+ * Added a few tests
303
+
304
+ ## v0.1.0 (2007-11-22)
305
+
306
+ * 1 major enhancement:
307
+ * Initial release
308
+
309
+
310
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
@@ -0,0 +1,176 @@
1
+ ## v1.6.5 (2016-07-08)
2
+ * Removed Faker::ChuckNorris.name
3
+
4
+ ## v1.6.4 (2016-07-06)
5
+ * Removed support for Ruby 1.9.3
6
+ * Added Faker::ChuckNorris, Faker::Crypto, Faker::Educator, Faker::File, Faker::Music, Faker::Space, Faker::Vehicle, and Faker::Yoda
7
+ * Fixed bug with credit card types
8
+ * DST fixes in Faker::Time
9
+ * Added Faker::Name.name_with_middle
10
+ * Added Faker::Code.imei
11
+ * Added Faker::Code.asin
12
+ * Added Faker::Lorem.question and Faker::Lorem.questions
13
+ * Added Faker::Internet.private_ip_v4_address
14
+ * Added Faker::Company.australian_business_number
15
+ * Other miscellaneous fixes and locale updates
16
+
17
+ ## v1.6.3 (2016-02-23)
18
+ * Fix for UTF problem in Ruby 1.9.3
19
+ * Fix for Faker::StarWars.character
20
+ * Updated sv locale
21
+
22
+ ## v1.6.2 (2016-02-20)
23
+ * Fix for locale-switching (Russian email addresses)
24
+ * Added Faker::Beer, Faker::Boolean, Faker::Cat, Faker::StarWars, and Faker::Superhero
25
+ * Added Faker::Color.color_name
26
+ * Added Faker::Date.between_except
27
+ * Fixed Faker::Internet.ip_v4_cidr and Faker::Internet.ip_v6_cidr
28
+ * Added locales: ca, ca-CAT, da-DK, fi-FI, and pt
29
+
30
+ ## v1.6.1 (2015-11-23)
31
+ * Fix for locale issues in tests
32
+
33
+ ## v1.6.0 (2015-11-23)
34
+ * Lots of bug fixes -- most notably, a fix for email addresses and domains in non-en locales
35
+ * Updated locales: de, en-AU, en-NZ, en-SG, en-US, en-au-ocker, en, es, fr, he, it, ja, nb-NO, pl, pt-BR, sk, and zh-CN
36
+ * Updated classes: Address, Avatar, Book, Code, Commerce, Company, Hipster, IDNumber, Internet, Number, Placeholdit, Shakespeare, and Time
37
+
38
+ ## v1.5.0 (2015-08-17)
39
+ * Added logos
40
+ * Added Slack Emoji
41
+ * Updated image generators
42
+ * Updated Dutch Locale
43
+ * Added support for generating RGB values, HSL colors, alpha channel, and HSLA colors
44
+ * Added locale for Uganda
45
+ * Added basic Ukrainian support
46
+ * Added university name generator
47
+ * Updated documentation
48
+ * Updated a variety of locales
49
+ * Various fixes
50
+
51
+ ## v1.4.3 (2014-08-15)
52
+ * Updated Russian locale
53
+ * Added EIN generator
54
+ * Fixed Swedish locale
55
+ * Added birthday to Faker::Date
56
+ * Added Faker::App
57
+
58
+ ## v1.4.2 (2014-07-15)
59
+ * Added Swedish locale
60
+ * README update
61
+
62
+ ## v1.4.1 (2014-07-04)
63
+ * Bugfix and cleanup
64
+
65
+ ## v1.4.0 (2014-07-03)
66
+ * Many enhancements and bugfixes
67
+
68
+ ## v1.3.0 (2014-03-08)
69
+ * Many enhancements and few bugfixes
70
+
71
+ ## v1.2.0 (2013-07-27)
72
+ * Many major and minor enhancements :)
73
+
74
+ ## v1.1.2 (2012-09-18)
75
+ * 1 minor change:
76
+ * Fixed Ruby 1.8 compatibility
77
+
78
+ ## v1.1.1 (2012-09-17)
79
+ * 1 minor change:
80
+ * Removed ja locale because of parse errors
81
+
82
+ ## v1.1.0 (2012-09-15)
83
+ * 1 major change:
84
+ * Removed deprecated methods from Address: earth_country, us_state, us_state_abbr, uk_postcode, uk_county
85
+ * Many minor changes (please see github pull requests for credits)
86
+ * Added many localizations
87
+ * Added range and array support for Lorem
88
+
89
+ ## v1.0.1 (2011-09-27)
90
+ * 1 minor enhancement
91
+ * Added safe_email method to get someaddress@example.com [Kazimierz Kiełkowicz]
92
+ * 1 bug fix:
93
+ * Use the locale fallback properly when parsing string formats
94
+
95
+ ## v1.0.0 (2011-09-08)
96
+ * 2 major enhancements
97
+ * Moved all formats to locale files
98
+ * Stopped interfering with I18n's global settings for fallbacks
99
+ * 3 minor bug fixes:
100
+ * Ruby 1.9.2 fixes [eMxyzptlk]
101
+ * UTF8 fixes [maxmiliano]
102
+ * Updated IPv4 generator to return valid addresses [Sylvain Desbureaux]
103
+ * Many minor enhancements:
104
+ * Added bork locale for bork-ified lorem [johnbentcope]
105
+ * Added IPv6 address generator [jc00ke]
106
+ * Removed deprecation warnings for Array#rand [chrismarshall]
107
+ * Added German translation and I18n improvments [Matthias Kühnert]
108
+ * Added Dutch translation [moretea]
109
+ * Added Lat/Long generator [Andy Callaghan]
110
+ * Added buzzword-laden title generator [supercleanse]
111
+ * Added optional extended wordlist for lorem [chriskottom]
112
+ * Updated German translation [Jan Schwenzien]
113
+ * Locale improvements [suweller]
114
+ * Added limit to lorem generator [darrenterhune]
115
+ * Added Brazilian Portuguese translation [maxmiliano]
116
+ * Added Australian translation [madeindata]
117
+ * Added Canadian translation [igbanam]
118
+ * Added Norwegian translation [kytrinyx]
119
+ * Lots of translation-related cleanup [kytrinyx]
120
+
121
+
122
+ ## v0.9.5 (2011-01-27)
123
+ * 1 minor bug fix:
124
+ * Fixed YAML [Aaron Patterson]
125
+ * 3 minor enhancements:
126
+ * Added default rake task to run all tests [Aaron Patterson]
127
+ * Removed shuffle method [Aaron Patterson]
128
+ * Use psych if present [Aaron Patterson]
129
+
130
+ ## v0.9.4 (2010-12-29)
131
+ * 1 minor bug fix:
132
+ * Stopped getting in the way of Rails' late locale loading
133
+
134
+ ## v0.9.3 (2010-12-28)
135
+ * 1 minor enhancement:
136
+ * Added a faker namespace for translations
137
+
138
+ ## v0.9.2 (2010-12-22)
139
+ * 1 bug fix:
140
+ * Stopped stomping on I18n load path
141
+
142
+ ## v0.9.1 (2010-12-22)
143
+ * 1 bug fix:
144
+ * Stopped setting I18n default locale
145
+ * 1 major enhancement:
146
+ * Added method_missing to Address to add methods based on data in locale files
147
+ * 1 minor enhancement:
148
+ * Added Swiss locale [Lukas Westermann]
149
+
150
+ ## v0.9.0 (2010-12-21)
151
+ * 1 major enhancement:
152
+ * Moved strings and some formats to locale files
153
+
154
+ ## v0.3.1 (2008-04-03)
155
+ * 1 minor enhancement:
156
+ * Added city to Address
157
+
158
+ ## v0.3.0 (2008-01-01)
159
+ * 3 major enhancements:
160
+ * Added Lorem to generate fake Latin
161
+ * Added secondary_address to Address, and made inclusion of
162
+ secondary address in street_address optional (false by
163
+ default).
164
+ * Added UK address methods [Caius Durling]
165
+
166
+ ## v0.2.1 (2007-12-05)
167
+ * 1 major enhancement:
168
+ * Dropped facets to avoid conflict with ActiveSupport
169
+ * 2 minor enhancements:
170
+ * Changed the output of user_name to randomly separate with a . or _
171
+ * Added a few tests
172
+
173
+ ## v0.1.0 (2007-11-22)
174
+
175
+ * 1 major enhancement:
176
+ * Initial release