gemwarrior 0.7.4 → 0.7.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.
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.7.4
4
+ version: 0.7.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-06-17 00:00:00.000000000 Z
11
+ date: 2015-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: os
@@ -171,6 +171,7 @@ files:
171
171
  - README.md
172
172
  - Rakefile
173
173
  - bin/gemwarrior
174
+ - data/locations.yml
174
175
  - gemwarrior.gemspec
175
176
  - lib/gemwarrior/battle.rb
176
177
  - lib/gemwarrior/entities/boss.rb
@@ -193,6 +194,7 @@ files:
193
194
  - lib/gemwarrior/entities/items/stalactite.rb
194
195
  - lib/gemwarrior/entities/items/stone.rb
195
196
  - lib/gemwarrior/entities/items/stonemite.rb
197
+ - lib/gemwarrior/entities/items/tent.rb
196
198
  - lib/gemwarrior/entities/items/throne.rb
197
199
  - lib/gemwarrior/entities/items/tower_switch.rb
198
200
  - lib/gemwarrior/entities/items/tree.rb
@@ -243,10 +245,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
245
  version: '0'
244
246
  requirements: []
245
247
  rubyforge_project:
246
- rubygems_version: 2.4.8
248
+ rubygems_version: 2.4.6
247
249
  signing_key:
248
250
  specification_version: 4
249
251
  summary: RPG as RubyGem
250
- test_files:
251
- - spec/rubywarrior_spec.rb
252
- - spec/spec_helper.rb
252
+ test_files: []