scorched_earth 5.0.6.pre-java → 5.0.7.pre-java

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: 7505d83d699906cd00a3bd4979b8baa64db2f0a3
4
- data.tar.gz: b62088514c563231b8168f16c5d023906a92469f
3
+ metadata.gz: d0958c9521d77b0232394c8d89e2723bd0c7d9ea
4
+ data.tar.gz: 15d77da54fae35d1b708377afc0543ca0d250869
5
5
  SHA512:
6
- metadata.gz: 439d7023baa8a40554279de123bc2c7ffdd7f7de8f6d5404593eaf1ef607b1778770da363f82a5ccadb05036fcbe94dcd39a59b2ba410802a446e76acc612557
7
- data.tar.gz: 0d2539974b88f7c08bee4908017ecdd5a4d3b063638cca55a936f1e1d778331efd960a5164516bae3d1044ea58ce814ca2b98f14a02e3530f0dfef5656e4e8a3
6
+ metadata.gz: b03a0a1cca5ce1f15702b1a071c42a97bc7b044db5000340af706e4dd452b69b5b1f103094bcdf6ccfdd8dc381db1a62183861d5970cc463bb9bf63f3b8d6840
7
+ data.tar.gz: d5429bebe4dfd5597fd38f2fc2619a719cf68788877230ec85aab1409afe1b714cc985d593fe6795913de03449f9a74a10681a1d2d2d38b04ae4758e7f0075dd
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  [![Code Climate](https://codeclimate.com/github/jamesmoriarty/scorched-earth-rb/badges/gpa.svg)](https://codeclimate.com/github/jamesmoriarty/scorched-earth-rb) [![Test Coverage](https://codeclimate.com/github/jamesmoriarty/scorched-earth-rb/badges/coverage.svg)](https://codeclimate.com/github/jamesmoriarty/scorched-earth-rb/coverage)
4
4
 
5
+ [![Gameplay Video](https://img.youtube.com/vi/BhI3Q4BRGig/0.jpg)](https://www.youtube.com/watch?v=BhI3Q4BRGig)
6
+
5
7
  A little [Scorched Earth](https://en.wikipedia.org/wiki/ScorchedEarth_Earth_(video_game)) clone in the Ruby Programming Language (JRuby). Now including a segue into procedurally generated color palettes:
6
8
  - [TriadMixing](http://devmag.org.za/2012/07/29/how-to-choose-colours-procedurally-algorithms/)
7
9
  - [CIE94](https://en.wikipedia.org/wiki/Color_difference#CIE94)
@@ -25,7 +25,7 @@ module ScorchedEarth
25
25
  @canvas = Canvas.new
26
26
  @panel = @container.get_content_pane
27
27
 
28
- @container.setDefaultCloseOperation JFrame::EXIT_ON_CLOSE
28
+ @container.set_default_close_operation JFrame::EXIT_ON_CLOSE
29
29
 
30
30
  @panel.set_preferred_size Dimension.new width, height
31
31
  @panel.set_layout nil
@@ -1,3 +1,3 @@
1
1
  module ScorchedEarth
2
- VERSION = '5.0.6.pre'.freeze
2
+ VERSION = '5.0.7.pre'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scorched_earth
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.6.pre
4
+ version: 5.0.7.pre
5
5
  platform: java
6
6
  authors:
7
7
  - James Moriarty
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-31 00:00:00.000000000 Z
11
+ date: 2017-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry