Skip to content

Commit

Permalink
Version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stympy committed Dec 28, 2010
1 parent a5ed3aa commit 723d7e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
== 0.9.2 2010-12-28
* 1 minor enhancement:
* Added a faker namespace for translations

== 0.9.2 2010-12-22
* 1 bug fix:
* Stopped stomping on I18n load path
Expand Down
2 changes: 1 addition & 1 deletion lib/faker/version.rb
@@ -1,3 +1,3 @@
module Faker #:nodoc:
VERSION = "0.9.2"
VERSION = "0.9.3"
end
2 changes: 1 addition & 1 deletion website/index.html
Expand Up @@ -33,7 +33,7 @@
<h1>faker</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/faker"; return false'>
<p>Get Version</p>
<a href="http://rubyforge.org/projects/faker" class="numbers">0.9.2</a>
<a href="http://rubyforge.org/projects/faker" class="numbers">0.9.3</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="http://catchthebest.com">Catch the Best</a>. :)</p>
Expand Down

0 comments on commit 723d7e6

Please sign in to comment.