Berserker 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/LICENSE +4 -4
- data/README +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c7f2362b9b0cd8a72854ab89ca50de9cb586628
|
|
4
|
+
data.tar.gz: 99f3def894656a04e0324bd173b9c9bd53d77a9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84c01706f481914493d4d50adfe3a6a49d87301a99fb9e4fa1cc848624704d86e440cb5c79ccae46996e1324a3d763276cf592edcc530eed90b302c8faf910fe
|
|
7
|
+
data.tar.gz: a72874f543ff048af31015f136433078d8844918fef577f7002f76c41be7fc15511b289ca97ae3a52f22173631398b9e09938b38f1144ad8e7c91d57dc1b67f5
|
data/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c)
|
|
1
|
+
Copyright (c) 2015 Stefan Sanchez
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
4
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -8,8 +8,8 @@ copies of the Software, and to permit persons to whom the Software is
|
|
|
8
8
|
furnished to do so, subject to the following conditions:
|
|
9
9
|
|
|
10
10
|
- You may not use this Software in other training contexts.
|
|
11
|
-
|
|
12
|
-
- The above copyright notice and this permission notice shall be
|
|
11
|
+
|
|
12
|
+
- The above copyright notice and this permission notice shall be
|
|
13
13
|
included in all copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
15
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
-
THE SOFTWARE.
|
|
21
|
+
THE SOFTWARE.
|
data/README
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: Berserker
|
|
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
|
- Stefan Sanchez
|
|
@@ -25,7 +25,7 @@ dependencies:
|
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
27
|
description: |
|
|
28
|
-
Run '
|
|
28
|
+
Run 'berserker' to start the game.
|
|
29
29
|
This is an example application used in The Pragmatic Studio's
|
|
30
30
|
Ruby Programming course, as described at
|
|
31
31
|
|