PlayRockPaperScissorsGame 1.9.2 → 1.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +1 -1
- data/lib/rps/version.rb +1 -1
- data/rps.gemspec +1 -1
- metadata +1 -3
- metadata.gz.sig +0 -0
- data/docs/Testing.md +0 -21
- data/docs/another-page.md +0 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93fc2566e65f78d992b460a24eb2de293dbe5ea9
|
4
|
+
data.tar.gz: 20ebf8d01b47355dfb3766974e4e710e369f6148
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22c57413f9e73cfe212d3afd4b0919deffd9daa33e28d1baf501a172e701a621a8899fe91abc7fc12c752ff06a84e8cac7e1a6a700279608896a5aafbed89d37
|
7
|
+
data.tar.gz: b5fcf6efd43a2ba103ca24db97fd468b50febaeb57d85219f7c7ab2e132153477767ea73efd6eba3f3942f06f75ea82687f09ab243f60138a1530d31eb794bbc
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
#� ���#�O�"��˶�_v�)1CW;��~�����y.�yx��bA����~=L@Φ�U*��&Q0�-������W�g��,��r.�ԕ�j�d*M_�������^��1��^�`��NAqU�4ڷ�VAK�\p��h/��X����3ea�r����f�����?�Gj���`S=��,�'�MJ����V%��hF�E/��ǘ�6=��4P�@b���۩?Oqp?�[����]�K�ʁ�]m
|
data/lib/rps/version.rb
CHANGED
data/rps.gemspec
CHANGED
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: 1.9.
|
4
|
+
version: 1.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bag3318
|
@@ -111,14 +111,12 @@ files:
|
|
111
111
|
- docs/CONTRIBUTING.md
|
112
112
|
- docs/Gemfile
|
113
113
|
- docs/LICENSE
|
114
|
-
- docs/Testing.md
|
115
114
|
- docs/_config.yml
|
116
115
|
- docs/_layouts/default.html
|
117
116
|
- docs/_sass/jekyll-theme-cayman.scss
|
118
117
|
- docs/_sass/normalize.scss
|
119
118
|
- docs/_sass/rouge-github.scss
|
120
119
|
- docs/_sass/variables.scss
|
121
|
-
- docs/another-page.md
|
122
120
|
- docs/assets/css/style.scss
|
123
121
|
- docs/index.md
|
124
122
|
- docs/jekyll-theme-cayman.gemspec
|
metadata.gz.sig
CHANGED
Binary file
|
data/docs/Testing.md
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
How to Test
|
2
|
-
===========
|
3
|
-
|
4
|
-
**Testing this Ruby Gem is very simple.**
|
5
|
-
|
6
|
-
## You must have the following for Mac
|
7
|
-
|
8
|
-
1. `RVM` (includes: `Ruby`, and `RubyGems`)
|
9
|
-
2. `Rake`
|
10
|
-
3. The `PlayRockPaperScissorsGame-#.#.#.gem` file
|
11
|
-
4. WiFi (for the initial setup)
|
12
|
-
|
13
|
-
## You must have the following for Windows
|
14
|
-
|
15
|
-
1. `Ruby Installer` (must be installed)
|
16
|
-
2. The `PlayRockPaperScissorsGame-#.#.#.gem` file
|
17
|
-
3. WiFi (for the initial setup)
|
18
|
-
|
19
|
-
## Getting Started on Mac
|
20
|
-
|
21
|
-
1. Run the `rps.bash` file with the `Terminal` to install everything that is needed for testing this Ruby Gem
|