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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6219feb95c84402fa6096ccfe2562803273d7873
4
- data.tar.gz: bd4fcd5c490467b873ddd0e12cef507abd6b1f90
3
+ metadata.gz: 93fc2566e65f78d992b460a24eb2de293dbe5ea9
4
+ data.tar.gz: 20ebf8d01b47355dfb3766974e4e710e369f6148
5
5
  SHA512:
6
- metadata.gz: c6bad2e3e2744e0763a3ec1538ead2f4c4c6ff452907eff34241ee94c1d4394fae6f1fb8e3eac1f85f1fe0847c371c9898f0d9470f320574a74130c143862697
7
- data.tar.gz: fc34e0dba5fc9425968692e30073c1bfdcc3a5da54b854b5cb17fa118e3a274ca60ec39742ef1d3e0318b1cea1db65aab4425a29a5da595fa04067d6c3644882
6
+ metadata.gz: 22c57413f9e73cfe212d3afd4b0919deffd9daa33e28d1baf501a172e701a621a8899fe91abc7fc12c752ff06a84e8cac7e1a6a700279608896a5aafbed89d37
7
+ data.tar.gz: b5fcf6efd43a2ba103ca24db97fd468b50febaeb57d85219f7c7ab2e132153477767ea73efd6eba3f3942f06f75ea82687f09ab243f60138a1530d31eb794bbc
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
@@ -1 +1 @@
1
- L}e�q�@��+��SnFҳ��$��"+pwp_=i�� �Y�+���+S^� ��R{4��C�_e[��G��NOc\A�-㱂"��p��Ң��� �F���6��M���H��LGAtt�U�R���a��l�>��m/�N���� ���j��c_�cښ�+Dl��19�����o�i�pE���n��� ���țH�x��چkh,`��s��j����p�Yg��r5��0�qq0�
1
+ #� ���#�O�"��˶�_v)1CW;��~�����y.�yx��bA����~=L@Φ�U*��&Q0�-������Wg��,��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
@@ -1,3 +1,3 @@
1
1
  module PlayRockPaperScissorsGame
2
- VERSION = "1.9.2"
2
+ VERSION = "1.9.3"
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 = "1.9.2"
3
+ spec.version = "1.9.3"
4
4
  spec.date = "2017-04-01"
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: 1.9.2
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
data/docs/another-page.md DELETED
@@ -1,9 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- ## Welcome to another page
6
-
7
- _yay_
8
-
9
- [back](./)