studio_game_michaelwestphal 1.0.0 → 1.0.1
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/README +6 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b199d6b9b19156f6b35b4012d67022ddd6ab54b69138eea6ea8e3c30e1d4ed0
|
|
4
|
+
data.tar.gz: 558ce1d16f27adf725f1d43078fa6da2514b681c4d2c58c27cfe414625c66a53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c8728ec5ccd60659efcb4877eb399628cf6d5c7afabcb6e724b6d2abd2c78e2e1a5a47cabdc4163ce68848b4b8161b5c07aa6b3efec8099bf0b307e06d000c7
|
|
7
|
+
data.tar.gz: 6c96399e56c89f4a2158a7f2f0944fa584f7b6e3dd8e42f061503deb48804f4af1bc70f2bdba5c7f835f9ebdade7f0ee04226f282a7d1d15e9b9c51e0cdd319c
|
data/README
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
Studio Game
|
|
2
2
|
|
|
3
|
-
The Studio Game developed
|
|
3
|
+
The Studio Game developed taking the Ruby Programming course from the Pragmatic Studio.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
- https://pragmaticstudio.com/
|
|
6
|
+
- https://pragmaticstudio.com/courses/ruby
|
|
7
|
+
|
|
8
|
+
📚 My Pragmatic Studio alumni page: https://pragmaticstudio.com/alumni/michaelwestphal
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: studio_game_michaelwestphal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Westphal
|
|
@@ -30,9 +30,9 @@ dependencies:
|
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 3.10.0
|
|
33
|
-
description: "
|
|
34
|
-
course
|
|
35
|
-
|
|
33
|
+
description: "Studio Game\n\nThe Studio Game developed taking the Ruby Programming
|
|
34
|
+
course from the Pragmatic Studio.\n\n- https://pragmaticstudio.com/\n- https://pragmaticstudio.com/courses/ruby\n\n\U0001F4DA
|
|
35
|
+
My Pragmatic Studio alumni page: https://pragmaticstudio.com/alumni/michaelwestphal\n"
|
|
36
36
|
email: michaelwestphal@hey.com
|
|
37
37
|
executables:
|
|
38
38
|
- studio_game
|