Pirateme 0.1.7 → 0.1.8

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: 2eb2961878e90575fe4c114031c40dcecb3d1093
4
- data.tar.gz: af1fd3bda87a1713f771ba3d84ee8b360ca59328
3
+ metadata.gz: 36e00aa8b85d7d7f2d71d739d5547d76f599dc0c
4
+ data.tar.gz: 91f4124291cc3b089c647aebe6b4c36255d25d38
5
5
  SHA512:
6
- metadata.gz: 58c233bd7390beb57125cce47ed50904e470f3498f757b7dd74ef6589f4e54c38c02132a68af9d2122902c98c6b003394eaac82348fd94221e8156495e9f1c51
7
- data.tar.gz: 5da8d2e47128c42e4c05039cbc356f40e12f792f1576c292ab77209e7b2f07f589b27df220079f36613c47be63b30451de9c3ce723895f8ab917c87a1c936e0b
6
+ metadata.gz: feb9a39ac61b20893fa13baae5cf4674f1930f82fa28a1eebb661d797438f0a17bca83eca5d44b59ad5e20f0d4a3cc1657b5601db4afb1a70fc97efcd5ac8ccc
7
+ data.tar.gz: 3cfaa38958f1288138d7efd93bf3d7bab915550354dc1d9c4c8d2bf3a71c5ec28ad14f39db5eb626de2e3e0fa34d746f7cb6e9aa530dd15486c8a51436db09b7
data/README.md CHANGED
@@ -42,7 +42,11 @@ Pirateme.translate("Hello there!")
42
42
 
43
43
  Pirateme::Fake.captian
44
44
 
45
- Return a name of a captian by random.
45
+ Return a name of a pirate captian by random.
46
+
47
+ Pirateme::Fake.pirate
48
+
49
+ Return a name of a pirate by random.
46
50
 
47
51
  Pirateme::Fake.action
48
52
 
data/lib/Pirateme.rb CHANGED
@@ -151,7 +151,15 @@ module Pirateme
151
151
 
152
152
  module Fake
153
153
  def self.captian
154
- "Captian " + ["Morgan", "Portgas D. Ace", "Jessamiah", "Morgan Adams", "America", "Henry Avery", "Tom Ayrton", "Barrett", "Edward Teach - Blackbeard", "White Beard", "Black Beard", "Drake", "Ralegh", "Roberts", "Cook", "Nelson", "Silver", "Kirk", "Magellen", "Columbus", "Hook", "Long John Silver", "Bully Hayes", "Walker D. Plank", "Blood", "Jack Sparrow", "Hector Barbossa", "Black Bart", "George Booth", "Nathaniel Butler", "Diablitio", "Edward England", "Edward Newgate", "Sir Henry Morgan", "John Nutt", "Red Beard", ].sample
154
+ "Captian " + ["Morgan", "Jessamiah", "Morgan Adams", "America", "Henry Avery", "Tom Ayrton", "Barrett", "Edward Teach - Blackbeard", "White Beard", "Black Beard", "Drake", "Ralegh", "Roberts", "Cook", "Nelson", "Silver", "Kirk", "Magellen", "Columbus", "Hook", "Long John Silver", "Bully Hayes", "Walker D. Plank", "Blood", "Jack Sparrow", "Hector Barbossa", "Black Bart", "George Booth", "Nathaniel Butler", "Diablitio", "Edward England", "Edward Newgate", "Sir Henry Morgan", "John Nutt", "Red Beard", "Moneky D. Luffy", "Shanks", "Jack Sparrow", "Salazar", "Pittsburgh Pirates"].sample
155
+ end
156
+
157
+ def self.pirate
158
+ ["Portgas D. Ace", "Roronoa Zoro" , "Nico Robin", "Tony Tony Chopper", "Bartolomew", "Will Turner", "Elizabeth Swann", "Hector Barbossa", "Cutler Beckett", "Angelica", "Bootstrap Bill turner", "Joshamee Gibbs", "James Norrington", "Marty", "Jack the Moneky", "Philip Swift", "Oakland Raiders", "Pirate Bay"].sample
159
+ end
160
+
161
+ def self.ship
162
+ ["Merry", "Thousand Sunny", "Bachelor's Delight", "Royal Fortune", "Roebuck", "The Black Peral", "New York Revenge", "The Adventure Galley", "The CSS Alabama", "The Whydah", "The Flying Dragon", "The Revenge", "The Rose Pink", "The Fancy", "The Squirrel", "Flo", "The Kraken", "Davy Jone's Executiner", "The Bloody Shame", "Satan's Mermaid", "Black Charlatan", "Rogue Wave", "Night's Dirty Lightning", "Ghostly Seadog", "The Wicked Wench", "Privateer's Scream", "Queen Anne's Revenge", "Black Joke", "Charles", "Desire", "Fortune", "Little Ranger", "Black Pearl", "Wicked Wench", "Troubadour", "Dying Gull", "Impress", "Black Barnacle"].sample
155
163
  end
156
164
 
157
165
  def self.attack
@@ -1,3 +1,3 @@
1
1
  module Pirateme
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Pirateme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron1515