RLCoreKickstart 0.0.8 → 0.0.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a11406eb164c08a9351d3bb174bc9ba63b83eaae
4
- data.tar.gz: dd00704c3987b6fd79349780d19db8e202424b82
3
+ metadata.gz: b361e176107d9728c88e0aa6dda427ad36e57718
4
+ data.tar.gz: 8836bba4816bd9d77f6fd409b99fcc6faf0e22b4
5
5
  SHA512:
6
- metadata.gz: 02653b471522f9b9f659c008eee626d44e3aa47e1621d33136564de26b05c3c669c9d148e5adfd8bd4c9bd54c2fec114c898c50f7a0d3dd567651c3e49efc79a
7
- data.tar.gz: 3159fafcdfa4968ce34db7c4faaadcf3d26419dd5be72ffd4aca88c34dac475368afc4209732c6e303d281d9c81c6805928c46962f6a51ed81c685495f79c8d0
6
+ metadata.gz: 01bc9395bde8a40380392abc179aa1e94bbf1cf572cb0b41705240795fa1418e3ad901ac6a6ccc098226a1a71505d417eb9a67c5a61e276cabe6757b887957a0
7
+ data.tar.gz: 8c6ab22d541b156b8dd145e3e38051990611f8b21116ceb5ac61d095865cac1587f571058bf1a33989c18b7b289b776f0325e093ca02b2657161209a6bef2099
data/bin/testgameboard CHANGED
@@ -1,5 +1,15 @@
1
1
  #! /usr/bin/env ruby
2
- require './5_week/3e_gameboard'
2
+ begin
3
+ if ARGV[0] == '-show'
4
+ puts IO.read(__FILE__)
5
+ exit 0
6
+ end
7
+
8
+ require './5_week/3e_gameboard'
9
+ rescue LoadError
10
+ STDERR.puts "I require a file named ./5_week/3e_gameboard"
11
+ end
12
+
3
13
 
4
14
  # track how many guesses the user makes
5
15
  no_of_guesses = 0
data/contributors.txt CHANGED
@@ -1 +1,2 @@
1
1
  Keeper of the Phones
2
+ Jay Gabriels
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "RLCoreKickstart"
5
- spec.version = '0.0.8'
5
+ spec.version = '0.0.9'
6
6
  spec.required_ruby_version = '>= 1.9'
7
7
  spec.authors = ["Victor Goff"]
8
8
  spec.email = ["keeperotphones@gmail.com"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RLCoreKickstart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Goff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-14 00:00:00.000000000 Z
11
+ date: 2014-12-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Prepares a set of folders for the RubyLearning Core Ruby Course, install
14
14
  by issuing command "gem install RLCoreKickstart"