tank_island 1.0.4 → 1.0.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 +4 -4
- data/bin/tank_island +1 -1
- data/tank_island.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6bdcc344d272a35b62c7d7f510dc9aa80e3baa30
|
|
4
|
+
data.tar.gz: 99fafe4296367f91237c7b9f37f92bef212f56e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81303d75ac1f43bc9caff3c0fd27b0f2794664105a51ce90a15eaaa8f3e66454533f2c933b528484815875bfdfaee7cb33abe7b0481e98ec381bdff4b0724e0f
|
|
7
|
+
data.tar.gz: 4ad13e1c209871b74d30ac876ee932e74b3571aad83f5d83bf4444e5738f977f4e6d55aca8f8d94bd0e04ed154e3da8f1e4b96fa1cf954c52b17fdbfef5b5eaa
|
data/bin/tank_island
CHANGED
data/tank_island.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "tank_island"
|
|
7
|
-
spec.version = '1.0.
|
|
7
|
+
spec.version = '1.0.5'
|
|
8
8
|
spec.authors = ["Tomas Varaneckas"]
|
|
9
9
|
spec.email = ["tomas.varaneckas@gmail.com"]
|
|
10
10
|
spec.summary = %q{Top down 2D shooter game that involves blowing up tanks}
|