rpsg 0.1.8 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/Rakefile +2 -1
- data/doc/created.rid +3 -3
- data/doc/js/navigation.js.gz +0 -0
- data/doc/js/search_index.js.gz +0 -0
- data/doc/js/searcher.js.gz +0 -0
- data/lib/rpsg/version.rb +1 -1
- data/rpsg.gemspec +2 -2
- metadata +2 -4
- data/doc/README_md.html +0 -139
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd78ce7387b4cba54f0163c80bd8943f46aaa33a
|
4
|
+
data.tar.gz: 9b14924206637e4cb7d54dcc0db247feb14b8335
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e36f7cbc5d94d33ddbcef567aacb33babc02eec84ac896c79ca5aa5d4a64a98ed6f9e5d3bfb7439f0512d8b697acf2fd996392e9c69b07281719e9985d9a5760
|
7
|
+
data.tar.gz: aaa11c7340539b7780a8dc09975bbccc7a1b3e8a07c4a5a52f0b76e0f26137447de18d7c28bf9b6f71fc7a4558f3126cb4b0dd49d6feaffc92a95814a986917c
|
data/README.md
CHANGED
data/Rakefile
CHANGED
data/doc/created.rid
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
Thu, 12 Oct 2017 16:
|
2
|
-
README.md Thu, 12 Oct 2017 16:03:59 -0700
|
1
|
+
Thu, 12 Oct 2017 16:59:15 -0700
|
3
2
|
lib/Constants.rb Thu, 12 Oct 2017 14:19:30 -0700
|
4
3
|
lib/Main.rb Thu, 12 Oct 2017 16:48:08 -0700
|
5
4
|
lib/PrivateMethods.rb Thu, 12 Oct 2017 13:53:33 -0700
|
6
|
-
lib/rpsg/version.rb Thu, 12 Oct 2017
|
5
|
+
lib/rpsg/version.rb Thu, 12 Oct 2017 16:52:34 -0700
|
6
|
+
README.md Thu, 12 Oct 2017 16:03:59 -0700
|
data/doc/js/navigation.js.gz
CHANGED
Binary file
|
data/doc/js/search_index.js.gz
CHANGED
Binary file
|
data/doc/js/searcher.js.gz
CHANGED
Binary file
|
data/lib/rpsg/version.rb
CHANGED
data/rpsg.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "rpsg"
|
3
|
-
spec.version = "0.
|
3
|
+
spec.version = "0.2.0"
|
4
4
|
spec.date = "2017-10-12"
|
5
5
|
spec.summary = "A Rock Paper Scissors Game Ruby Gem"
|
6
6
|
spec.description = <<-EOF
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|
20
20
|
spec.license = "MIT"
|
21
21
|
spec.required_ruby_version = ">= 2.0.0"
|
22
22
|
spec.required_rubygems_version = ">= 2.6.0"
|
23
|
-
spec.extra_rdoc_files = ["README.md"]
|
23
|
+
# spec.extra_rdoc_files = ["README.md"]
|
24
24
|
spec.bindir = "bin"
|
25
25
|
spec.metadata = {
|
26
26
|
"issue_tracker" => "https://github.com/bag3318/RPSG/issues/",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rpsg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bag3318
|
@@ -96,8 +96,7 @@ email: ''
|
|
96
96
|
executables:
|
97
97
|
- rpsg
|
98
98
|
extensions: []
|
99
|
-
extra_rdoc_files:
|
100
|
-
- README.md
|
99
|
+
extra_rdoc_files: []
|
101
100
|
files:
|
102
101
|
- ".gitignore"
|
103
102
|
- Gemfile
|
@@ -107,7 +106,6 @@ files:
|
|
107
106
|
- bin/rpsg
|
108
107
|
- doc/Constants.html
|
109
108
|
- doc/PrivateMethods.html
|
110
|
-
- doc/README_md.html
|
111
109
|
- doc/RPSG.html
|
112
110
|
- doc/RockPaperScissorsGame.html
|
113
111
|
- doc/created.rid
|
data/doc/README_md.html
DELETED
@@ -1,139 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>README - RDoc Documentation</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "./";
|
11
|
-
var index_rel_prefix = "./";
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<script src="./js/jquery.js"></script>
|
15
|
-
<script src="./js/darkfish.js"></script>
|
16
|
-
|
17
|
-
<link href="./css/fonts.css" rel="stylesheet">
|
18
|
-
<link href="./css/rdoc.css" rel="stylesheet">
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
<body id="top" role="document" class="file">
|
23
|
-
<nav role="navigation">
|
24
|
-
<div id="project-navigation">
|
25
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
26
|
-
<h2>
|
27
|
-
<a href="./index.html" rel="home">Home</a>
|
28
|
-
</h2>
|
29
|
-
|
30
|
-
<div id="table-of-contents-navigation">
|
31
|
-
<a href="./table_of_contents.html#pages">Pages</a>
|
32
|
-
<a href="./table_of_contents.html#classes">Classes</a>
|
33
|
-
<a href="./table_of_contents.html#methods">Methods</a>
|
34
|
-
</div>
|
35
|
-
</div>
|
36
|
-
|
37
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
38
|
-
<form action="#" method="get" accept-charset="utf-8">
|
39
|
-
<div id="search-field-wrapper">
|
40
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
41
|
-
aria-autocomplete="list" aria-controls="search-results"
|
42
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
43
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
44
|
-
</div>
|
45
|
-
|
46
|
-
<ul id="search-results" aria-label="Search Results"
|
47
|
-
aria-busy="false" aria-expanded="false"
|
48
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
49
|
-
</form>
|
50
|
-
</div>
|
51
|
-
|
52
|
-
</div>
|
53
|
-
|
54
|
-
|
55
|
-
<div class="nav-section">
|
56
|
-
<h3>Table of Contents</h3>
|
57
|
-
|
58
|
-
<ul class="link-list" role="directory">
|
59
|
-
<li><a href="#label-RPSG+-28Rock+Paper+Scissors+Game-29">RPSG (Rock Paper Scissors Game)</a>
|
60
|
-
<li><a href="#label-Requirements">Requirements</a>
|
61
|
-
<li><a href="#label-For+Windows">For Windows</a>
|
62
|
-
<li><a href="#label-For+Mac">For Mac</a>
|
63
|
-
<li><a href="#label-How+To+Use">How To Use</a>
|
64
|
-
<li><a href="#label-Windows">Windows</a>
|
65
|
-
<li><a href="#label-Mac">Mac</a>
|
66
|
-
</ul>
|
67
|
-
</div>
|
68
|
-
|
69
|
-
|
70
|
-
<div id="project-metadata">
|
71
|
-
<div id="fileindex-section" class="nav-section">
|
72
|
-
<h3>Pages</h3>
|
73
|
-
|
74
|
-
<ul class="link-list">
|
75
|
-
|
76
|
-
<li><a href="./README_md.html">README</a>
|
77
|
-
|
78
|
-
</ul>
|
79
|
-
</div>
|
80
|
-
|
81
|
-
</div>
|
82
|
-
</nav>
|
83
|
-
|
84
|
-
<main role="main" aria-label="Page README.md">
|
85
|
-
|
86
|
-
<h1 id="label-RPSG+-28Rock+Paper+Scissors+Game-29"><a href="RPSG.html">RPSG</a> (Rock Paper Scissors Game)<span><a href="#label-RPSG+-28Rock+Paper+Scissors+Game-29">¶</a> <a href="#top">↑</a></span></h1>
|
87
|
-
|
88
|
-
<h2 id="label-Requirements">Requirements<span><a href="#label-Requirements">¶</a> <a href="#top">↑</a></span></h2>
|
89
|
-
|
90
|
-
<h3 id="label-For+Windows">For Windows<span><a href="#label-For+Windows">¶</a> <a href="#top">↑</a></span></h3>
|
91
|
-
<ul><li>
|
92
|
-
<p>Ruby</p>
|
93
|
-
</li><li>
|
94
|
-
<p>RubyGems</p>
|
95
|
-
</li></ul>
|
96
|
-
|
97
|
-
<h3 id="label-For+Mac">For Mac<span><a href="#label-For+Mac">¶</a> <a href="#top">↑</a></span></h3>
|
98
|
-
<ul><li>
|
99
|
-
<p>Ruby</p>
|
100
|
-
</li><li>
|
101
|
-
<p>RubyGems</p>
|
102
|
-
</li><li>
|
103
|
-
<p>RVM</p>
|
104
|
-
</li></ul>
|
105
|
-
|
106
|
-
<h2 id="label-How+To+Use">How To Use<span><a href="#label-How+To+Use">¶</a> <a href="#top">↑</a></span></h2>
|
107
|
-
|
108
|
-
<h3 id="label-Windows">Windows<span><a href="#label-Windows">¶</a> <a href="#top">↑</a></span></h3>
|
109
|
-
<ol><li>
|
110
|
-
<p>Open <code>cmd</code> as non-admin * <code>cmd</code> is the <code>Command
|
111
|
-
Prompt</code></p>
|
112
|
-
</li><li>
|
113
|
-
<p>type the following: <code>gem install rpsg</code></p>
|
114
|
-
</li><li>
|
115
|
-
<p>run the following: <code>rpsg</code></p>
|
116
|
-
</li></ol>
|
117
|
-
|
118
|
-
<h3 id="label-Mac">Mac<span><a href="#label-Mac">¶</a> <a href="#top">↑</a></span></h3>
|
119
|
-
<ol><li>
|
120
|
-
<p>Open <code>Terminal</code></p>
|
121
|
-
</li><li>
|
122
|
-
<p>type the following: <code>gem install rpsg</code></p>
|
123
|
-
</li><li>
|
124
|
-
<p>run the following: <code>rpsg</code></p>
|
125
|
-
</li></ol>
|
126
|
-
<hr>
|
127
|
-
|
128
|
-
<p>RubyGems page: <a
|
129
|
-
href="https://rubygems.org/gems/rpsg">rubygems.org/gems/rpsg</a></p>
|
130
|
-
</main>
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
<footer id="validator-badges" role="contentinfo">
|
135
|
-
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
136
|
-
<p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.1.0.
|
137
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
138
|
-
</footer>
|
139
|
-
|