Berserker 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +4 -4
  3. data/README +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc120fa38d401f98ccea0c77c9063ac018b4e0a1
4
- data.tar.gz: a564128f6b318b67e3a2f13bc689810142c64090
3
+ metadata.gz: 3c7f2362b9b0cd8a72854ab89ca50de9cb586628
4
+ data.tar.gz: 99f3def894656a04e0324bd173b9c9bd53d77a9e
5
5
  SHA512:
6
- metadata.gz: 4199c43d0ac323d572b85c88ada2bafc755f01c159c8fd336c83eebad212f5a4267bfee0a13a867386beb57cbb80e923a52ab897727ae74978b98fe92f1f2572
7
- data.tar.gz: c714346494947c1f25358d37927e494057cd5176ba49e68c733fbc6307d25824670b8a54f03d654905aa44584786a641dac228bdebf0b4faf8692f72f744bf35
6
+ metadata.gz: 84c01706f481914493d4d50adfe3a6a49d87301a99fb9e4fa1cc848624704d86e440cb5c79ccae46996e1324a3d763276cf592edcc530eed90b302c8faf910fe
7
+ data.tar.gz: a72874f543ff048af31015f136433078d8844918fef577f7002f76c41be7fc15511b289ca97ae3a52f22173631398b9e09938b38f1144ad8e7c91d57dc1b67f5
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012 The Pragmatic Studio
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
@@ -1,4 +1,4 @@
1
- Run 'flicks' to start the game.
1
+ Run 'berserker' to start the game.
2
2
  This is an example application used in The Pragmatic Studio's
3
3
  Ruby Programming course, as described at
4
4
 
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.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 'flicks' to start the game.
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