PlayRockPaperScissorsGame 2.1.9 → 2.2.0

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: b7307c979fb65f90fd918a7ca4d9cdd4adaea3dc
4
- data.tar.gz: 55ee2085d8b9854ca5d5b72d5941e423eb64f4e8
3
+ metadata.gz: e55cee18c3dbd14b3349aadea74cfe38c54567a7
4
+ data.tar.gz: 6f68f3162cbc7d4be90c51d48e3f3e92775b8836
5
5
  SHA512:
6
- metadata.gz: c57ae13d9e0e4f5f98eba4d7294b5c5b462adb399b40e7eba821e210574d718f0eaecb55965a6023e60fa4cb60fb1892b7ba75083e0672372df3188e17d8d70b
7
- data.tar.gz: 1aca6cbeeaaec16e1c9ced51caeae45b4330cd6908b456843083c66732f0088642a210f37c399764cb8232def22c3e074a0421fb7946feaedd65d82c38fc29e7
6
+ metadata.gz: 919e67b159469a2917e4d5b48579586a26d68a1ad67837f5f12f67595ac16c0a776d186fce80627fefdec7269e0fd5cb9f42356da2c62ff00973e8a0be8ac9ae
7
+ data.tar.gz: 5003ac22b8f8394f4747ca966bf388fe7dfab6945812f8ab59a27ab77a2248c999ae172b4cc8b4382b6ed3ddd18ee94c6616d0d26357eb3331dc8c26ab2297e4
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/Rakefile CHANGED
@@ -1,6 +1,6 @@
1
1
  require 'rdoc/task'
2
2
 
3
- task :default => [:PlayRockPaperScissorsGame, :rps]
3
+ task :default => [:test, :PlayRockPaperScissorsGame, :rps]
4
4
 
5
5
  file_path = "./test/test_rps.rb"
6
6
 
data/docs/How_to_Build.md CHANGED
@@ -5,6 +5,10 @@ title: How to Build - Play Rock Paper Scissors Game
5
5
 
6
6
  # How to build the Gemspec
7
7
 
8
+ ## Requirments
9
+
10
+ * Ruby and Ruby Gems installed
11
+
8
12
  ## Instructions
9
13
 
10
14
  1. Open the `rps.gemspec` file with your preferred **IDE**
data/docs/Testing.md CHANGED
@@ -10,7 +10,7 @@ What you will need
10
10
  ------------------
11
11
 
12
12
  1. Ruby & Ruby Gems installed
13
- 2. Rake installed
13
+ 2. The Rake gem installed
14
14
  3. The RockPaperScissors repo cloned or downloaded
15
15
 
16
16
  ## Start Testing
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
8
  <meta name="theme-color" content="#157878">
9
9
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
10
- <link rel="stylesheet" href="/assets/css/style.css?v=90c39b80c01e0e73870f634f06c2def62c0eadce">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=899af64523b4bd69c109e968f0e54d69e4ef0283">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
8
  <meta name="theme-color" content="#157878">
9
9
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
10
- <link rel="stylesheet" href="/assets/css/style.css?v=90c39b80c01e0e73870f634f06c2def62c0eadce">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=899af64523b4bd69c109e968f0e54d69e4ef0283">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
8
  <meta name="theme-color" content="#157878">
9
9
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
10
- <link rel="stylesheet" href="/assets/css/style.css?v=90c39b80c01e0e73870f634f06c2def62c0eadce">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=899af64523b4bd69c109e968f0e54d69e4ef0283">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -30,6 +30,12 @@
30
30
  <section class="main-content">
31
31
  <h1 id="how-to-build-the-gemspec">How to build the Gemspec</h1>
32
32
 
33
+ <h2 id="requirments">Requirments</h2>
34
+
35
+ <ul>
36
+ <li>Ruby and Ruby Gems installed</li>
37
+ </ul>
38
+
33
39
  <h2 id="instructions">Instructions</h2>
34
40
 
35
41
  <ol>
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
8
  <meta name="theme-color" content="#157878">
9
9
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
10
- <link rel="stylesheet" href="/assets/css/style.css?v=90c39b80c01e0e73870f634f06c2def62c0eadce">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=899af64523b4bd69c109e968f0e54d69e4ef0283">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -34,7 +34,7 @@
34
34
 
35
35
  <ol>
36
36
  <li>Ruby &amp; Ruby Gems installed</li>
37
- <li>Rake installed</li>
37
+ <li>The Rake gem installed</li>
38
38
  <li>The RockPaperScissors repo cloned or downloaded</li>
39
39
  </ol>
40
40
 
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
8
  <meta name="theme-color" content="#157878">
9
9
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
10
- <link rel="stylesheet" href="/assets/css/style.css?v=90c39b80c01e0e73870f634f06c2def62c0eadce">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=899af64523b4bd69c109e968f0e54d69e4ef0283">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
data/lib/rps/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PlayRockPaperScissorsGame
2
- VERSION = "2.1.9"
2
+ VERSION = "2.2.0"
3
3
  end
data/rps.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "2.1.9"
3
+ spec.version = "2.2.0"
4
4
  spec.date = "2017-04-03"
5
5
  spec.summary = "A Rock Paper Scissors Ruby Gem"
6
6
  spec.description = <<-EOF
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: PlayRockPaperScissorsGame
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.9
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
metadata.gz.sig CHANGED
@@ -1,3 +1,3 @@
1
- Ed5��*��{p��<ݞ��M��k����܋�� ,���
2
- O�!���lsƾ�v���4�/�����JV��m^h5
3
- �O�g^v��i����=���'�皵%,�ט��֩�S=��0Lf���������ߖŸѨ�e)����s����
1
+ �/ %���h�&�f��臇�(7�$g���S2ݺ��M�ǩ�bɮE��v���9�f�j��:L�鎆�??�u��˩V�2�vHY�I�
2
+ �aHX@�g5��[g� �0�
3
+ +�#�BJ��������}�4�7p���-�����P�T%�w_y4�Q���.�����s��s A��>�*Q��y]����Q�`r� �����?��wL�`F�j�O�O�j�} w�u�^“R����x