gemwarrior 0.9.4 → 0.9.5
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.
- checksums.yaml +4 -4
- data/bin/gemwarrior +0 -0
- data/lib/gemwarrior/entities/items/letter.rb +13 -8
- data/lib/gemwarrior/version.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fabb95b373efff0ba437ae550f9e5573f3170a4
|
|
4
|
+
data.tar.gz: c12d092dd12dc01fdcc5f150cc55d966411588cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40b8aa65ad39fb03fde2402e64c91ccecfec92254aa5e97646eb85f13f29eeecfa913fdf73b86fba5592980f301d78e294180764c2176238d6e8b78b9f309d28
|
|
7
|
+
data.tar.gz: 6e3c1d4ccb8276c8e6cf8fe2a63d812fec6cf07f26e50c7ddaeb1497f1159a63820107cdac7477f23f1a361077fb3ed458713f46070c4e3dbef65fb4bfebe40b
|
data/bin/gemwarrior
CHANGED
|
File without changes
|
|
@@ -47,16 +47,21 @@ module Gemwarrior
|
|
|
47
47
|
puts
|
|
48
48
|
Animation::run({phrase: " Oh, my! Jool is in trouble! The evil wizard/sorceror/conjuror/rocksmith/wily ", speed: :insane})
|
|
49
49
|
Animation::run({phrase: " Emerald has absconded with our ShinyThing(tm)! It is vital that you, #{player.name}, ", speed: :insane})
|
|
50
|
-
Animation::run({phrase: " go to his tower in the sky in order to retrieve it before he does something
|
|
50
|
+
Animation::run({phrase: " go to his tower in the sky in order to retrieve it before he does something", speed: :insane})
|
|
51
|
+
Animation::run({phrase: " terrible with it!", speed: :insane})
|
|
51
52
|
puts
|
|
52
|
-
Animation::run({phrase: " Remember that one time you came to the castle, trying to sell stones you
|
|
53
|
-
Animation::run({phrase: " Remember how I laughed and told you to leave
|
|
54
|
-
Animation::run({phrase: "
|
|
55
|
-
Animation::run({phrase: " mysteriously disappearing, that you, #{player.name}, are actually the only one who can save us (for some reason, ", speed: :insane})
|
|
56
|
-
Animation::run({phrase: " but that's mysterious strangers for you, right?)!", speed: :insane})
|
|
53
|
+
Animation::run({phrase: " Remember that one time you came to the castle, trying to sell stones you", speed: :insane})
|
|
54
|
+
Animation::run({phrase: " pilfered from a nearby cave? Remember how I laughed and told you to leave", speed: :insane})
|
|
55
|
+
Animation::run({phrase: " at once or I\'d have the royal guard take your head off? Ha!", speed: :insane})
|
|
57
56
|
puts
|
|
58
|
-
Animation::run({phrase: "
|
|
59
|
-
Animation::run({phrase: "
|
|
57
|
+
Animation::run({phrase: " What a fool I was to cast such a special person out, as a mysterious stranger", speed: :insane})
|
|
58
|
+
Animation::run({phrase: " in the night told me, before mysteriously disappearing, that you, #{player.name},", speed: :insane})
|
|
59
|
+
Animation::run({phrase: " are actually the only one who can save us (for some reason, but that's", speed: :insane})
|
|
60
|
+
Animation::run({phrase: " mysterious strangers for you, right?)!", speed: :insane})
|
|
61
|
+
puts
|
|
62
|
+
Animation::run({phrase: " Please, I beg of you, save Jool from the potential terror that Emerald could", speed: :insane})
|
|
63
|
+
Animation::run({phrase: " possibly wreak on all of us before it is too late! If you do, you, #{player.name},", speed: :insane})
|
|
64
|
+
Animation::run({phrase: " will be rewarded handsomely!", speed: :insane})
|
|
60
65
|
puts
|
|
61
66
|
Animation::run({phrase: ' Sincerely,', speed: :insane});
|
|
62
67
|
Animation::run({phrase: ' Queen Ruby', speed: :insane});
|
data/lib/gemwarrior/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gemwarrior
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Chadwick
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: os
|
|
@@ -289,8 +289,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
289
289
|
version: '0'
|
|
290
290
|
requirements: []
|
|
291
291
|
rubyforge_project:
|
|
292
|
-
rubygems_version: 2.4.
|
|
292
|
+
rubygems_version: 2.4.8
|
|
293
293
|
signing_key:
|
|
294
294
|
specification_version: 4
|
|
295
295
|
summary: RPG as RubyGem
|
|
296
|
-
test_files:
|
|
296
|
+
test_files:
|
|
297
|
+
- spec/rubywarrior_spec.rb
|
|
298
|
+
- spec/spec_helper.rb
|