medieval 0.1.0 → 0.2.0

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.2.0
data/lib/medieval/name.rb CHANGED
@@ -16,7 +16,7 @@ module Medieval
16
16
  end
17
17
 
18
18
  def bravery_title
19
- ['the Brave' , 'the Great', 'the Dragon' , 'the Paesant' , 'el Salvatore' , 'the Fraud' , 'be Moody', 'the Knight', 'the Archer' , 'the Soldier' , 'the Poor' , 'the Ambitious' , 'el Artistico', 'el Cinico', 'el Entusiasta' , 'el humilde' , 'el Maleducado', 'the Lion Hearted' ].rand
19
+ ['the Brave' , 'the Great', 'the Dragon' , 'the Paesant' , 'el Salvatore' , 'the Fraud' , 'be Moody', 'the Knight', 'the Archer' , 'the Soldier' , 'the Poor' , 'the Ambitious' , 'el Artistico', 'el Cinico', 'el Entusiasta' , 'el Humilde' , 'el Maleducado', 'the Lion Hearted' ].rand
20
20
  end
21
21
 
22
22
  def origins_title
data/medieval.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{medieval}
8
- s.version = "0.1.0"
8
+ s.version = "0.2.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["rdinca"]
12
- s.date = %q{2010-06-10}
12
+ s.date = %q{2010-06-14}
13
13
  s.description = %q{This is a medieval names generator, inspired by faker gem. In the future it will be used for an medieval online strategy game.}
14
14
  s.email = %q{radudinca@yahoo.com}
15
15
  s.extra_rdoc_files = [
@@ -25,7 +25,6 @@ Gem::Specification.new do |s|
25
25
  "VERSION",
26
26
  "lib/extras/array.rb",
27
27
  "lib/medieval.rb",
28
- "lib/medieval/battalion_name.rb",
29
28
  "lib/medieval/name.rb",
30
29
  "medieval.gemspec",
31
30
  "test/helper.rb",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: medieval
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 1
8
+ - 2
9
9
  - 0
10
- version: 0.1.0
10
+ version: 0.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - rdinca
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-10 00:00:00 +03:00
18
+ date: 2010-06-14 00:00:00 +03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -50,7 +50,6 @@ files:
50
50
  - VERSION
51
51
  - lib/extras/array.rb
52
52
  - lib/medieval.rb
53
- - lib/medieval/battalion_name.rb
54
53
  - lib/medieval/name.rb
55
54
  - medieval.gemspec
56
55
  - test/helper.rb
@@ -1,8 +0,0 @@
1
- module Medieval
2
- class BattalionName
3
-
4
-
5
-
6
-
7
- end
8
- end