faker-fakeme 0.9.6 → 0.9.7

Sign up to get free protection for your applications and to get access to all the features.
data/lib/faker/career.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  module Faker
2
- class Address < Base
2
+ class Career < Base
3
3
  class << self
4
- def country
5
- fetch('address.country')
4
+ def occupation
5
+ fetch('career.occupation')
6
6
  end
7
7
  end
8
8
  end
data/lib/faker/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Faker #:nodoc:
2
- VERSION = "0.9.6"
2
+ VERSION = "0.9.7"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: faker-fakeme
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.6
5
+ version: 0.9.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Benjamin Curtis
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-03-04 00:00:00 -08:00
14
+ date: 2011-03-06 00:00:00 -08:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency