PlayRockPaperScissorsGame 2.0.7 → 2.0.8
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 +0 -0
- data/doc/Constants.html +135 -0
- data/doc/Gemfile.html +174 -0
- data/doc/Gemfile_lock.html +199 -0
- data/doc/LICENSE.html +183 -0
- data/doc/PlayRockPaperScissorsGame.html +110 -0
- data/doc/PlayRockPaperScissorsGame/Constants.html +135 -0
- data/doc/PlayRockPaperScissorsGame/PrivateMethods.html +96 -0
- data/doc/PrivateMethods.html +96 -0
- data/doc/README_md.html +227 -0
- data/doc/RakeTest.html +268 -0
- data/doc/RakeTest/Constants.html +135 -0
- data/doc/RakeTest/PrivateMethods.html +96 -0
- data/doc/Rakefile.html +187 -0
- data/doc/RockPaperScissors_sublime-project.html +196 -0
- data/doc/RockPaperScissors_sublime-workspace.html +1049 -0
- data/doc/certs/gem-public_cert_pem.html +181 -0
- data/doc/created.rid +52 -0
- data/doc/css/fonts.css +167 -0
- data/doc/css/rdoc.css +590 -0
- data/doc/docs/CODE_OF_CONDUCT_md.html +270 -0
- data/doc/docs/CONTRIBUTING_md.html +239 -0
- data/doc/docs/Gemfile.html +164 -0
- data/doc/docs/Gemfile_lock.html +373 -0
- data/doc/docs/How_to_Build_md.html +207 -0
- data/doc/docs/LICENSE.html +286 -0
- data/doc/docs/Testing_md.html +200 -0
- data/doc/docs/_layouts/default_html.html +212 -0
- data/doc/docs/_sass/jekyll-theme-cayman_scss.html +531 -0
- data/doc/docs/_sass/normalize_scss.html +679 -0
- data/doc/docs/_sass/rouge-github_scss.html +431 -0
- data/doc/docs/_sass/variables_scss.html +173 -0
- data/doc/docs/_site/CODE_OF_CONDUCT_html.html +305 -0
- data/doc/docs/_site/CONTRIBUTING_html.html +261 -0
- data/doc/docs/_site/How_to_Build_html.html +236 -0
- data/doc/docs/_site/Testing_html.html +237 -0
- data/doc/docs/_site/assets/css/style_css.html +549 -0
- data/doc/docs/_site/index_html.html +305 -0
- data/doc/docs/_site/script/bootstrap.html +166 -0
- data/doc/docs/_site/script/cibuild.html +166 -0
- data/doc/docs/_site/script/release.html +209 -0
- data/doc/docs/_site/script/server.html +164 -0
- data/doc/docs/assets/css/style_scss.html +164 -0
- data/doc/docs/index_md.html +259 -0
- data/doc/docs/jekyll-theme-cayman_gemspec.html +180 -0
- data/doc/docs/script/bootstrap.html +166 -0
- data/doc/docs/script/cibuild.html +166 -0
- data/doc/docs/script/release.html +209 -0
- data/doc/docs/script/server.html +164 -0
- data/doc/exec/rps_bash.html +234 -0
- data/doc/exec/run_bat.html +185 -0
- data/doc/exec/uninstall_sh.html +194 -0
- data/doc/fonts/Lato-Light.ttf +0 -0
- data/doc/fonts/Lato-LightItalic.ttf +0 -0
- data/doc/fonts/Lato-Regular.ttf +0 -0
- data/doc/fonts/Lato-RegularItalic.ttf +0 -0
- data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/doc/images/add.png +0 -0
- data/doc/images/arrow_up.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +186 -0
- data/doc/js/darkfish.js +161 -0
- data/doc/js/jquery.js +4 -0
- data/doc/js/navigation.js +142 -0
- data/doc/js/navigation.js.gz +0 -0
- data/doc/js/search.js +109 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/search_index.js.gz +0 -0
- data/doc/js/searcher.js +229 -0
- data/doc/js/searcher.js.gz +0 -0
- data/doc/rps_gemspec.html +201 -0
- data/doc/table_of_contents.html +280 -0
- data/lib/rps/version.rb +1 -1
- data/rps.gemspec +1 -1
- metadata +95 -1
- metadata.gz.sig +0 -0
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: 2.0.
|
4
|
+
version: 2.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bag3318
|
@@ -107,6 +107,100 @@ files:
|
|
107
107
|
- bin/PlayRockPaperScissorsGame
|
108
108
|
- bin/rps
|
109
109
|
- certs/gem-public_cert.pem
|
110
|
+
- doc/Constants.html
|
111
|
+
- doc/Gemfile.html
|
112
|
+
- doc/Gemfile_lock.html
|
113
|
+
- doc/LICENSE.html
|
114
|
+
- doc/PlayRockPaperScissorsGame.html
|
115
|
+
- doc/PlayRockPaperScissorsGame/Constants.html
|
116
|
+
- doc/PlayRockPaperScissorsGame/PrivateMethods.html
|
117
|
+
- doc/PrivateMethods.html
|
118
|
+
- doc/README_md.html
|
119
|
+
- doc/RakeTest.html
|
120
|
+
- doc/RakeTest/Constants.html
|
121
|
+
- doc/RakeTest/PrivateMethods.html
|
122
|
+
- doc/Rakefile.html
|
123
|
+
- doc/RockPaperScissors_sublime-project.html
|
124
|
+
- doc/RockPaperScissors_sublime-workspace.html
|
125
|
+
- doc/certs/gem-public_cert_pem.html
|
126
|
+
- doc/created.rid
|
127
|
+
- doc/css/fonts.css
|
128
|
+
- doc/css/rdoc.css
|
129
|
+
- doc/docs/CODE_OF_CONDUCT_md.html
|
130
|
+
- doc/docs/CONTRIBUTING_md.html
|
131
|
+
- doc/docs/Gemfile.html
|
132
|
+
- doc/docs/Gemfile_lock.html
|
133
|
+
- doc/docs/How_to_Build_md.html
|
134
|
+
- doc/docs/LICENSE.html
|
135
|
+
- doc/docs/Testing_md.html
|
136
|
+
- doc/docs/_layouts/default_html.html
|
137
|
+
- doc/docs/_sass/jekyll-theme-cayman_scss.html
|
138
|
+
- doc/docs/_sass/normalize_scss.html
|
139
|
+
- doc/docs/_sass/rouge-github_scss.html
|
140
|
+
- doc/docs/_sass/variables_scss.html
|
141
|
+
- doc/docs/_site/CODE_OF_CONDUCT_html.html
|
142
|
+
- doc/docs/_site/CONTRIBUTING_html.html
|
143
|
+
- doc/docs/_site/How_to_Build_html.html
|
144
|
+
- doc/docs/_site/Testing_html.html
|
145
|
+
- doc/docs/_site/assets/css/style_css.html
|
146
|
+
- doc/docs/_site/index_html.html
|
147
|
+
- doc/docs/_site/script/bootstrap.html
|
148
|
+
- doc/docs/_site/script/cibuild.html
|
149
|
+
- doc/docs/_site/script/release.html
|
150
|
+
- doc/docs/_site/script/server.html
|
151
|
+
- doc/docs/assets/css/style_scss.html
|
152
|
+
- doc/docs/index_md.html
|
153
|
+
- doc/docs/jekyll-theme-cayman_gemspec.html
|
154
|
+
- doc/docs/script/bootstrap.html
|
155
|
+
- doc/docs/script/cibuild.html
|
156
|
+
- doc/docs/script/release.html
|
157
|
+
- doc/docs/script/server.html
|
158
|
+
- doc/exec/rps_bash.html
|
159
|
+
- doc/exec/run_bat.html
|
160
|
+
- doc/exec/uninstall_sh.html
|
161
|
+
- doc/fonts/Lato-Light.ttf
|
162
|
+
- doc/fonts/Lato-LightItalic.ttf
|
163
|
+
- doc/fonts/Lato-Regular.ttf
|
164
|
+
- doc/fonts/Lato-RegularItalic.ttf
|
165
|
+
- doc/fonts/SourceCodePro-Bold.ttf
|
166
|
+
- doc/fonts/SourceCodePro-Regular.ttf
|
167
|
+
- doc/images/add.png
|
168
|
+
- doc/images/arrow_up.png
|
169
|
+
- doc/images/brick.png
|
170
|
+
- doc/images/brick_link.png
|
171
|
+
- doc/images/bug.png
|
172
|
+
- doc/images/bullet_black.png
|
173
|
+
- doc/images/bullet_toggle_minus.png
|
174
|
+
- doc/images/bullet_toggle_plus.png
|
175
|
+
- doc/images/date.png
|
176
|
+
- doc/images/delete.png
|
177
|
+
- doc/images/find.png
|
178
|
+
- doc/images/loadingAnimation.gif
|
179
|
+
- doc/images/macFFBgHack.png
|
180
|
+
- doc/images/package.png
|
181
|
+
- doc/images/page_green.png
|
182
|
+
- doc/images/page_white_text.png
|
183
|
+
- doc/images/page_white_width.png
|
184
|
+
- doc/images/plugin.png
|
185
|
+
- doc/images/ruby.png
|
186
|
+
- doc/images/tag_blue.png
|
187
|
+
- doc/images/tag_green.png
|
188
|
+
- doc/images/transparent.png
|
189
|
+
- doc/images/wrench.png
|
190
|
+
- doc/images/wrench_orange.png
|
191
|
+
- doc/images/zoom.png
|
192
|
+
- doc/index.html
|
193
|
+
- doc/js/darkfish.js
|
194
|
+
- doc/js/jquery.js
|
195
|
+
- doc/js/navigation.js
|
196
|
+
- doc/js/navigation.js.gz
|
197
|
+
- doc/js/search.js
|
198
|
+
- doc/js/search_index.js
|
199
|
+
- doc/js/search_index.js.gz
|
200
|
+
- doc/js/searcher.js
|
201
|
+
- doc/js/searcher.js.gz
|
202
|
+
- doc/rps_gemspec.html
|
203
|
+
- doc/table_of_contents.html
|
110
204
|
- docs/CODE_OF_CONDUCT.md
|
111
205
|
- docs/CONTRIBUTING.md
|
112
206
|
- docs/Gemfile
|
metadata.gz.sig
CHANGED
Binary file
|