Pirateme 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36e00aa8b85d7d7f2d71d739d5547d76f599dc0c
4
- data.tar.gz: 91f4124291cc3b089c647aebe6b4c36255d25d38
3
+ metadata.gz: 64b14478e431eb400e17c81c5c28bce69cb8ff91
4
+ data.tar.gz: ace511233fcf6d01f1470a6b208108fb8a5c8f50
5
5
  SHA512:
6
- metadata.gz: feb9a39ac61b20893fa13baae5cf4674f1930f82fa28a1eebb661d797438f0a17bca83eca5d44b59ad5e20f0d4a3cc1657b5601db4afb1a70fc97efcd5ac8ccc
7
- data.tar.gz: 3cfaa38958f1288138d7efd93bf3d7bab915550354dc1d9c4c8d2bf3a71c5ec28ad14f39db5eb626de2e3e0fa34d746f7cb6e9aa530dd15486c8a51436db09b7
6
+ metadata.gz: e6b7ea0e7cd48af930083eaa80622fc3d11bcc347685a5dad3e1d2cd53b0d1c109ee1fc2827fa4846961f440cdb54406022e07b599f5678f99fecfbbd5f3d2c8
7
+ data.tar.gz: e82a6a3d764508d35827003188862114107acc61f49b698e8033aa3fa68ab583505a9b913328c8771e2b985be5587d197afa89ee78099467114c7b7f9c1bfab6
data/README.md CHANGED
@@ -64,6 +64,10 @@ Pirateme::Fake.bio
64
64
 
65
65
  Return a Pirate's name and a quick bio by random.
66
66
 
67
+ Pirateme::Fake.fact
68
+
69
+ Return a fact about pirate by random.
70
+
67
71
 
68
72
  ## Development
69
73
 
@@ -210,10 +210,22 @@ module Pirateme
210
210
  ].sample
211
211
  end
212
212
 
213
+ def self.fact
214
+ [
215
+ "A pirate is a person who commits a crime while at sea. The crimes could be anything but usually involve robbery or violence. Arr!!",
216
+ "Although people generally associate traditional pirates as those that caused trouble and mayhem in and around the Caribbean in the 17th and 18th Centuries, drinking grog and rum and speaking with some kind of Cornish accent, pirates have existed and still exist wherever there is water, which is just about everywhere. For example, the Vikings were also pirates.",
217
+ "One of the most famous pirates is Blackbeard. His real name is Edward Teach, and he went around frightening people into giving him money and suchlike. Despite having a reputation of being a bit of a troublemaker, there is no record of him actually murdering any of his prisoners. However, he apparently walked around with lit fuses on his hat. He also had a peg leg due to losing one of legs through diabetes.",
218
+ "Another famous pirate is William Kidd, also known as Captain Kidd. Although there is doubt about whether he was a proper pirate, he was still hanged in 1701 for getting up to piratey antics. After his execution, his body was displayed in chains hanging above the River Thames for three years as a deterrent to other would-be pirates. Nice. Captain Kidd is said to have buried some of his treasure and thought that he may have been spared execution in return for revealing where his treasure may be located.",
219
+ "A favourite tipple of pirates was grog. Traditionally, grog was rum diluted with water or weak beer. It could be consumed cold or warm. To give flavour to this drink, sugar, lime juice or cinnamon would be added to the mixture.",
220
+ "The Jolly Roger, a flag featuring a skull and crossbones, or variations on the same theme (skeletons, death, and other fearsome imagery) is often associated with pirates. They were basically designed to frighten potential victims to surrendering their loot without having to put up a fight.",
221
+ "Most pirates didn't actually use a Jolly Roger as their flag. Instead, they just used black flags.",
222
+ "Pirates feature in many forms of media. In literature, Treasure Island and Peter Pan use pirates as their inspiration. In video games, pirates inspire games such as Sid Meier's Pirates! and the Secret of Monkey Island and its sequels. There are also numerous pirate movies, including Hook and of course the Pirates of the Caribbean series of films. Ahoy me hearties!",
223
+ "Every year on 19th September, it is International Talk Like A Pirate Day, when it becomes perfectly acceptable to spend the day talking like a pirate. If you want to do it all year round and you're on Facebook, you can change the language to Pirate in the account settings.",
224
+ "Pirates wore earrings because they thought that they improved their eyesight - not as fashion accessories. Garr!!!"
225
+ ].sample
226
+ end
227
+
213
228
  end #end faker module
214
229
 
215
230
  end
216
231
 
217
-
218
-
219
- p Pirateme::Fake.bio
@@ -1,3 +1,3 @@
1
1
  module Pirateme
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Pirateme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron1515
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-13 00:00:00.000000000 Z
11
+ date: 2016-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler