dutchfaker 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest.txt CHANGED
@@ -1,7 +1,6 @@
1
1
  History.txt
2
2
  License.txt
3
3
  Manifest.txt
4
- PostInstall.txt
5
4
  README.txt
6
5
  Rakefile
7
6
  config/hoe.rb
@@ -1,3 +1,4 @@
1
+ # coding: utf-8
1
2
  module DutchFaker
2
3
  class Name
3
4
  # Source: http://www.voornamenboek.nl
@@ -1,7 +1,7 @@
1
1
  module DutchFaker #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
- MINOR = 1
4
+ MINOR = 2
5
5
  TINY = 0
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dutchfaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Onno van Zinderen
@@ -9,10 +9,19 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-06-21 00:00:00 +02:00
12
+ date: 2009-02-07 00:00:00 +01:00
13
13
  default_executable:
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hoe
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.8.0
24
+ version:
16
25
  description: Creates fake Dutch names and addresses
17
26
  email:
18
27
  - onno01@chello.nl
@@ -24,13 +33,11 @@ extra_rdoc_files:
24
33
  - History.txt
25
34
  - License.txt
26
35
  - Manifest.txt
27
- - PostInstall.txt
28
36
  - README.txt
29
37
  files:
30
38
  - History.txt
31
39
  - License.txt
32
40
  - Manifest.txt
33
- - PostInstall.txt
34
41
  - README.txt
35
42
  - Rakefile
36
43
  - config/hoe.rb
@@ -55,14 +62,7 @@ files:
55
62
  - tasks/rspec.rake
56
63
  has_rdoc: true
57
64
  homepage: http://dutchfaker.rubyforge.org
58
- post_install_message: |+
59
-
60
- For more information on dutchfaker, see http://dutchfaker.rubyforge.org
61
-
62
- NOTE: Change this information in PostInstall.txt
63
- You can also delete it if you don't want it.
64
-
65
-
65
+ post_install_message: ""
66
66
  rdoc_options:
67
67
  - --main
68
68
  - README.txt
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  requirements: []
84
84
 
85
85
  rubyforge_project: dutchfaker
86
- rubygems_version: 1.1.1
86
+ rubygems_version: 1.3.1
87
87
  signing_key:
88
88
  specification_version: 2
89
89
  summary: Creates fake Dutch names and addresses
data/PostInstall.txt DELETED
@@ -1,7 +0,0 @@
1
-
2
- For more information on dutchfaker, see http://dutchfaker.rubyforge.org
3
-
4
- NOTE: Change this information in PostInstall.txt
5
- You can also delete it if you don't want it.
6
-
7
-