game_gem 0.1.0 → 0.2.0

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: f4fb65665604a0674ea2de9735e4e3d9c1600f1ecd89717179f7a896f91149a9
4
- data.tar.gz: b6e5929f5e97524acc03bc843af613e23bd9a41cb632bc3b87e4144d11203d7f
3
+ metadata.gz: 77b3c2caccf170f45cd42d16f31d109649d9aa9c106a64d972c9916f04448550
4
+ data.tar.gz: 68ace1b182ad88e0c2b42d4f3f638b09fe824c10209f682190acf83f75c6d50c
5
5
  SHA512:
6
- metadata.gz: 8290d2f1ca2e20ea764372d7dff2507d4819460932448d9faf97e3f700f81703bb62aeb5a2de38b798d969b7677f4981cb116f4a39bc7db8e38adb5b13c3e4c3
7
- data.tar.gz: c03771b8913d9409ca06ae4eaf3ab0c4774e831a8ccfd256c429cbe5a03b58e689c4e47e0992d02dabdfd00368b887dc3dbb6f24a4e580b73d52ec5f3ed22f62
6
+ metadata.gz: b655b0c4341aac78f19de59696b798f67978aa5eeb149748eed2f9dd7bad053712abb50cb88f93592bae5e6433acc61c2ec43a7e599a0acf3ba776a9dfbdacdf
7
+ data.tar.gz: 37bcc4e86fc495b4c84e165132a1158f4ee9f8bb3c24c26504bf6e9b0f73bca0c5551c196231da5c27fec362432ff1fc1a322fbc1d39b5ccd1964fbc674a6100
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- game_gem (0.1.0)
4
+ game_gem (0.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/LICENSE.md CHANGED
@@ -1,7 +1,21 @@
1
- #Learn.co Educational Content License
1
+ The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015 Flatiron School, Inc
3
+ Copyright (c) 2018 VictoriaMeng
4
4
 
5
- The Flatiron School, Inc. owns this Educational Content. However, the Flatiron School supports the development and availability of educational materials in the public domain. Therefore, the Flatiron School grants Users of the Flatiron Educational Content set forth in this repository certain rights to reuse, build upon and share such Educational Content subject to the terms of the Educational Content License set forth [here](http://learn.co/content-license) (http://learn.co/content-license). You must read carefully the terms and conditions contained in the Educational Content License as such terms govern access to and use of the Educational Content.
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
6
11
 
7
- Flatiron School is willing to allow you access to and use of the Educational Content only on the condition that you accept all of the terms and conditions contained in the Educational Content License set forth [here](http://learn.co/content-license) (http://learn.co/content-license). By accessing and/or using the Educational Content, you are agreeing to all of the terms and conditions contained in the Educational Content License. If you do not agree to any or all of the terms of the Educational Content License, you are prohibited from accessing, reviewing or using in any way the Educational Content.
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -24,6 +24,8 @@ Or install it yourself as:
24
24
 
25
25
  ## Usage
26
26
 
27
+ Run $ .bin/run to run the app.
28
+
27
29
  Enter (1-30) to view game details at the main menu.
28
30
 
29
31
  When viewing a game's specific details, enter 'y' to to view another game, or 'n' to quit the app.
@@ -1,3 +1,3 @@
1
1
  module GameGem
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: game_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'Victoria Meng'"