glimmer_tetris 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09934bb857755f8b0b85b577fd5a9f76f8dba6458f29692fab71915379d860b1'
4
- data.tar.gz: 625fda48720d6368e75c87f2dba13cdeeeb8da669a4bc56c964b482ac2a929df
3
+ metadata.gz: 8d91786e80489dc9eeb1c568ad9c8a0536bd9b4217de832f382b802939b4ad04
4
+ data.tar.gz: 5f77ad7bf5a46cbc7cceaaf2d8115ef722e4cf6459a7bf210e5358e8d44fb7c3
5
5
  SHA512:
6
- metadata.gz: 948e2ac6eae7adaa466da00a78a143fb46d0052120e5f5e88723bbcd0402506a39ff8f4eef2cbec6fa8c8fb61812b8e2660ec65809ae176e5bd0865c2880c1c4
7
- data.tar.gz: b982d784407419b1faff5f59efe68ebe1f66367f86c53921395da5c112562aa1f8d6a38c7d0ce54251adc2bc3c2b3ccf4d88c85fd3dedc74217d7f821f04c640
6
+ metadata.gz: 18ef9f34df83efa54a2c0620e157442cf9bacc73f7035866f8cf16500b005e3d6742ac41a7062f095a9ec19528ba730320b5f369d7b06454e95181a20e8ec5b1
7
+ data.tar.gz: 7eb559773077aeac4310b9c2e5125e2a45615d47925eaa8ee5c169caedf21f9a8bf53d1b6ff05b19134c10c465e938eee0966140f501bc1210d8115f01f15169
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.0.2
4
+
5
+ - Ensure rescuing Exception in case bundler/setup does not exist when loading app/glimmer_tetris.rb
6
+
3
7
  ## 1.0.1
4
8
 
5
9
  - Support down action for Windows and Linux
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2021 Andy Maleh
1
+ Copyright (c) 2021-2024 Andy Maleh
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -6,9 +6,38 @@
6
6
 
7
7
  ![Glimmer Tetris](https://github.com/AndyObtiva/glimmer-dsl-swt/raw/v4.20.0.0/images/glimmer-tetris.png)
8
8
 
9
- <img alt="Glimmer Tetris Icon" src="https://raw.githubusercontent.com/AndyObtiva/glimmer_tetris/master/package/linux/Glimmer%20Tetris.png" height=40 /> [Download v1.0.0 for the Mac (x64 Big Sur and older)](https://www.dropbox.com/s/gul4kyt3m86thw8/Glimmer%20Tetris-1.0.0.dmg?dl=1)
9
+ <img alt="Glimmer Tetris Icon" src="https://raw.githubusercontent.com/AndyObtiva/glimmer_tetris/master/package/linux/Glimmer%20Tetris.png" height=40 /> [Download v1.0.0 for Mac (Big Sur and Older x64)](https://www.dropbox.com/s/gul4kyt3m86thw8/Glimmer%20Tetris-1.0.0.dmg?dl=1)
10
10
 
11
- Explained in [Best of Ruby Gems Series](https://github.com/planetruby/gems).
11
+ <img alt="Glimmer Tetris Icon" src="https://raw.githubusercontent.com/AndyObtiva/glimmer_tetris/master/package/linux/Glimmer%20Tetris.png" height=40 /> [Download v1.0.1 for Windows (10 x64)](https://www.dropbox.com/s/ggpfu4abuthjydw/Glimmer%20Tetris-1.0.1.msi?dl=1)
12
+
13
+ Explained in [Best of Ruby Gems Series Tutorials](https://github.com/planetruby/gems) on [Planet Ruby](http://planetruby.github.io/):
14
+ 1. [glimmer_tetris Gem - Glimmer Tetris - The Playfield - Get Tetris Working in One Day!](https://github.com/planetruby/gems/blob/master/glimmer/05-glimmer-tetris-playfield.md)
15
+ 2. [glimmer_tetris Gem - Glimmer Tetris - The Score Lane - See Your Game Progress!](https://github.com/planetruby/gems/blob/master/glimmer/06-glimmer-tetris-score_lane.md)
16
+ 3. [glimmer_tetris Gem - Glimmer Tetris - High Scores, Menu, & Icon - Show Others How Good You Are!](https://github.com/planetruby/gems/blob/master/glimmer/07-glimmer-tetris-high-score-dialog-menu-bar-icon.md)
17
+
18
+ Other [Glimmer](https://github.com/AndyObtiva/glimmer) games:
19
+
20
+ [<img alt="Glimmer Klondike Solitaire Icon" src="https://raw.githubusercontent.com/AndyObtiva/glimmer_klondike_solitaire/master/icons/linux/Glimmer%20Klondike%20Solitaire.png" height=40 /> Glimmer Klondike Solitaire](https://github.com/AndyObtiva/glimmer_klondike_solitaire)
21
+
22
+ [<img alt="Glimmer Wordle Icon" src="https://raw.githubusercontent.com/AndyObtiva/glimmer_wordle/master/icons/linux/Glimmer%20Wordle.png" height=40 /> Glimmer Wordle](https://github.com/AndyObtiva/glimmer_wordle)
23
+
24
+ ## Ruby Gem
25
+
26
+ If you are a software engineer and would rather install this game as a Ruby gem, please follow these instructions.
27
+
28
+ First, make sure you have all the [prerequisites of Glimmer DSL for SWT](https://github.com/AndyObtiva/glimmer-dsl-swt/tree/v4.20.0.5#pre-requisites) setup on your machine like Java and JRuby.
29
+
30
+ Run:
31
+
32
+ ```
33
+ gem install glimmer_tetris
34
+ ```
35
+
36
+ Afterwards, run:
37
+
38
+ ```
39
+ glimmer_tetris
40
+ ```
12
41
 
13
42
  Contributing to glimmer_tetris
14
43
  ------------------------------------------
@@ -37,4 +66,4 @@ Copyright
37
66
 
38
67
  [MIT](LICENSE.txt)
39
68
 
40
- Copyright (c) 2021 Andy Maleh.
69
+ Copyright (c) 2021-2024 Andy Maleh.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2021 Andy Maleh
1
+ # Copyright (c) 2021-2024 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2021 Andy Maleh
1
+ # Copyright (c) 2021-2024 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2021 Andy Maleh
1
+ # Copyright (c) 2021-2024 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2021 Andy Maleh
1
+ # Copyright (c) 2021-2024 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2021 Andy Maleh
1
+ # Copyright (c) 2021-2024 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -148,7 +148,7 @@ class GlimmerTetris
148
148
  def show_about_dialog
149
149
  message_box {
150
150
  text 'Glimmer Tetris'
151
- message "Glimmer Tetris\n\nGlimmer DSL for SWT Sample\n\nCopyright (c) 2021 Andy Maleh"
151
+ message "Glimmer Tetris\n\nGlimmer DSL for SWT Sample\n\nCopyright (c) 2021-2024 Andy Maleh"
152
152
  }.open
153
153
  end
154
154
  end
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2021 Andy Maleh
1
+ # Copyright (c) 2021-2024 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2021 Andy Maleh
1
+ # Copyright (c) 2021-2024 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2021 Andy Maleh
1
+ # Copyright (c) 2021-2024 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2021 Andy Maleh
1
+ # Copyright (c) 2021-2024 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2021 Andy Maleh
1
+ # Copyright (c) 2021-2024 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2021 Andy Maleh
1
+ # Copyright (c) 2021-2024 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -24,7 +24,7 @@ $LOAD_PATH.unshift(File.expand_path('..', __FILE__))
24
24
  begin
25
25
  require 'bundler/setup'
26
26
  Bundler.require(:default)
27
- rescue
27
+ rescue Exception
28
28
  require 'glimmer-dsl-swt'
29
29
  require 'glimmer-cp-bevel'
30
30
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glimmer_tetris
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Maleh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-31 00:00:00.000000000 Z
11
+ date: 2024-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  - !ruby/object:Gem::Version
149
149
  version: '0'
150
150
  requirements: []
151
- rubygems_version: 3.2.27
151
+ rubygems_version: 3.3.6
152
152
  signing_key:
153
153
  specification_version: 4
154
154
  summary: Glimmer Tetris