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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2ee6dadfaa5663c15f0ae742fa52ea05d18d079
4
- data.tar.gz: 09eacbb70a2e4c5f2c234754ac0fa5671f7e2946
3
+ metadata.gz: 5fabb95b373efff0ba437ae550f9e5573f3170a4
4
+ data.tar.gz: c12d092dd12dc01fdcc5f150cc55d966411588cd
5
5
  SHA512:
6
- metadata.gz: 2496610b4c3e6902a74f8c1aab43dab7d9f4fb4bce407ad8962110bc5c3e346222282d1d6d47303d2ee0570d38715ab857d7389fdc77fd1a53c6beedcabd7f1f
7
- data.tar.gz: add25926fc69c94024d67eb2a9e8f2b242386ba4b78cb91de9ce974c66b9840b675f4d84a3c438a5f71f421382cdd7441f64d12888256c8056229c22c95e8137
6
+ metadata.gz: 40b8aa65ad39fb03fde2402e64c91ccecfec92254aa5e97646eb85f13f29eeecfa913fdf73b86fba5592980f301d78e294180764c2176238d6e8b78b9f309d28
7
+ data.tar.gz: 6e3c1d4ccb8276c8e6cf8fe2a63d812fec6cf07f26e50c7ddaeb1497f1159a63820107cdac7477f23f1a361077fb3ed458713f46070c4e3dbef65fb4bfebe40b
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 terrible with it!", speed: :insane})
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 pilfered from a nearby cave? ", speed: :insane})
53
- Animation::run({phrase: " Remember how I laughed and told you to leave at once or I\'d have the royal guard take your head off? Ha! ", speed: :insane})
54
- Animation::run({phrase: " What a fool I was to cast such a special person out, as a mysterious stranger in the night told me, before ", speed: :insane})
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: " Please, I beg of you, save Jool from the potential terror that Emerald could possibly wreak on all ", speed: :insane})
59
- Animation::run({phrase: " of us before it is too late! If you do, you, #{player.name}, will be rewarded handsomely!", speed: :insane})
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});
@@ -2,5 +2,5 @@
2
2
  # Version of Gem Warrior
3
3
 
4
4
  module Gemwarrior
5
- VERSION = '0.9.4'
5
+ VERSION = '0.9.5'
6
6
  end
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
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-09 00:00:00.000000000 Z
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.6
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