ffaker 1.8.0 → 1.8.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.
@@ -75,6 +75,10 @@ $ cat scripts/benchmark.rb
75
75
 
76
76
  == Changelog
77
77
 
78
+ * 1.8.1
79
+
80
+ Remove a warning.
81
+
78
82
  * 1.8.0
79
83
 
80
84
  Added Faker::HTMLIpsum module inspired in http://html-ipsum.com/ (Thanks Chris Bloom, https://github.com/EmmanuelOga/ffaker/pull/18)
@@ -5,8 +5,8 @@ Gem::Specification.new do |s|
5
5
  s.rubygems_version = '1.3.5'
6
6
 
7
7
  s.name = 'ffaker'
8
- s.version = '1.8.0'
9
- s.date = '2011-05-30'
8
+ s.version = '1.8.1'
9
+ s.date = '2011-09-01'
10
10
  s.rubyforge_project = 'ffaker'
11
11
 
12
12
  s.summary = "Faster Faker, generates dummy data."
@@ -1,5 +1,5 @@
1
1
  module Faker
2
- VERSION = "1.8.0"
2
+ VERSION = "1.8.1"
3
3
 
4
4
  require 'ffaker/utils/module_utils'
5
5
 
@@ -37,7 +37,7 @@ module Faker
37
37
 
38
38
  DEGREE_SHORT_PREFIX = k %w(AB BS BSc MA MD DMus DPhil)
39
39
  DEGREE_PREFIX = k ['Bachelor of Science', 'Bachelor of Arts', 'Master of Arts', 'Doctor of Medicine', 'Bachelor of Music', 'Doctor of Philosophy']
40
- MAJOR_ADJ = k (%w(Business Systems Industrial Medical Financial Marketing Political Social) + ['Human Resource'])
40
+ MAJOR_ADJ = k(%w(Business Systems Industrial Medical Financial Marketing Political Social) + ['Human Resource'])
41
41
  MAJOR_NOUN = k %w(Science Arts Administration Engineering Management Production Economics Architecture Accountancy Education Development Philosophy Studies)
42
42
 
43
43
  SCHOOL_PREFIX = k %w(Green South North Wind Lake Hill Lark River Red White)
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffaker
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
5
- prerelease:
4
+ prerelease: false
6
5
  segments:
7
6
  - 1
8
7
  - 8
9
- - 0
10
- version: 1.8.0
8
+ - 1
9
+ version: 1.8.1
11
10
  platform: ruby
12
11
  authors:
13
12
  - Emmanuel Oga
@@ -15,7 +14,7 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2011-05-30 00:00:00 -03:00
17
+ date: 2011-09-01 00:00:00 -03:00
19
18
  default_executable:
20
19
  dependencies: []
21
20
 
@@ -86,7 +85,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
86
85
  requirements:
87
86
  - - ">="
88
87
  - !ruby/object:Gem::Version
89
- hash: 3
90
88
  segments:
91
89
  - 0
92
90
  version: "0"
@@ -95,14 +93,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
93
  requirements:
96
94
  - - ">="
97
95
  - !ruby/object:Gem::Version
98
- hash: 3
99
96
  segments:
100
97
  - 0
101
98
  version: "0"
102
99
  requirements: []
103
100
 
104
101
  rubyforge_project: ffaker
105
- rubygems_version: 1.6.0
102
+ rubygems_version: 1.3.7
106
103
  signing_key:
107
104
  specification_version: 2
108
105
  summary: Faster Faker, generates dummy data.