gemwarrior 0.15.2 → 0.15.3

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: 863f3657cde113ee4b7c5dbbb045a4cdc5fe7077
4
- data.tar.gz: cd06e19a9fa199b07afe772180611bf5c9745068
3
+ metadata.gz: 0c21b3e7104f167680ea83ce2dbd7083483afe19
4
+ data.tar.gz: 3b94b52fbf31d4ce477eaebcc310a1bd3a9152b7
5
5
  SHA512:
6
- metadata.gz: 44a4fb551d5731c317aaa8d08cd44e3aab838258c7b69d46d5cb42f016f9e954740989b01d65784de70fe7d543881ad8606b354fc5e47c1910373d399c8c3037
7
- data.tar.gz: c19b4794e439a5f11f4d707fc40cfa79d476a7c08c65f12b4b6eb60327e0783f6b003895fc79d837acbadcb4f9166cafc5dedca97368f17c92e166730af58d64
6
+ metadata.gz: f5c39f9bd3f562979f7e0de46c6c3fa5843a6c5730ed4d3833dc9b696fba1c37b726dd5cef9cd50f88be59b6be379e2e974b2a682e84e10d4ae6051acf16bb1a
7
+ data.tar.gz: 90ff443c70e5f5c094506513572195f226eeecdf1919bb6a9cc53efd40403de65642388e609bb799c97d22adc2a780a3089679d010af412bbe991ddc68bd14f0
@@ -66,7 +66,7 @@ module Gemwarrior
66
66
  print "\n"
67
67
  end
68
68
  puts
69
- print 'REMAINING GOLD: '
69
+ print 'REMAINING ROX: '
70
70
  Animation.run(phrase: player_rox_remaining.to_s, oneline: true)
71
71
  print "\n"
72
72
  display_shopping_cart(items_purchased)
@@ -76,7 +76,7 @@ module Gemwarrior
76
76
  print "\n"
77
77
  end
78
78
  puts
79
- print 'REMAINING GOLD: '
79
+ print 'REMAINING ROX: '
80
80
  Animation.run(phrase: player_rox_remaining.to_s, oneline: true)
81
81
  print "\n"
82
82
  display_shopping_cart(items_purchased)
@@ -2,5 +2,5 @@
2
2
  # Version of Gem Warrior
3
3
 
4
4
  module Gemwarrior
5
- VERSION = '0.15.2'
5
+ VERSION = '0.15.3'
6
6
  end
@@ -16,10 +16,8 @@ module Gemwarrior
16
16
  WORLD_DIM_WIDTH = 10
17
17
  WORLD_DIM_HEIGHT = 10
18
18
 
19
- attr_accessor :monsters,
19
+ attr_accessor :player,
20
20
  :locations,
21
- :weapons,
22
- :player,
23
21
  :duration,
24
22
  :emerald_beaten,
25
23
  :shifty_to_jewel,
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.15.2
4
+ version: 0.15.3
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-09-30 00:00:00.000000000 Z
11
+ date: 2015-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: os