Skip to content

Commit

Permalink
0.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stympy committed Dec 22, 2010
1 parent 5661469 commit 493bd77
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
== 0.9.1 2010-12-23
== 0.9.2 2010-12-22
* 1 bug fix:
* Stopped stomping on I18n load path

== 0.9.1 2010-12-22
* 1 bug fix:
* Stopped setting I18n default locale
* 1 major enhancement:
* Added method_missing to Address to add methods based on data in locale files
* 1 minor enhancement:
* Added Swiss locale [Lukas Westermann]

== 0.9.0 2010-12-22
== 0.9.0 2010-12-21
* 1 major enhancement:
* Moved strings and some formats to locale files

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Faker #:nodoc:
VERSION = "0.9.1"
VERSION = "0.9.2"
end
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<h1>faker</h1>
<div id="version" class="clickable" onclick='document.location = "https://rubyforge.org/projects/faker"; return false'>
<p>Get Version</p>
<a href="https://rubyforge.org/projects/faker" class="numbers">0.9.1</a>
<a href="https://rubyforge.org/projects/faker" class="numbers">0.9.2</a>
</div>
<h2>What</h2>
<p>Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc. The port was motivated by a need for a bunch of fake data to make good-looking screenshots for <a href="https://catchthebest.com">Catch the Best</a>. :)</p>
Expand Down

0 comments on commit 493bd77

Please sign in to comment.