rpsg 0.1.4 → 0.1.5

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: 7311e74fcf3d3014c43931a1762c9689e8a4e9c1
4
- data.tar.gz: 050a570e882b04b97c6171d28de43b50053f0558
3
+ metadata.gz: d6937a6ecd4f976753d19b39a5b6727a701c50f1
4
+ data.tar.gz: 78de733927d9a7a02c8d02d62986ab9f83ee9f52
5
5
  SHA512:
6
- metadata.gz: 2ecab1e900cc3c2a47d54ed11e3376edf74361707f895b130d916ba6582db5effd9c93487cccd2c58688ea0d5bf1c5b8401dcc77ac561f6890e1c891506f2f60
7
- data.tar.gz: 44026b20a8413f92677c5582834966ecf8e3ea178ec542122b2b9edc199323a9949d091e9a30c54c4d148b2e97bd166668c5fb4d7b1b5f330f8ffc531f7fbb73
6
+ metadata.gz: 05cba3f1d90675dfd43f73d09d5a0d1ed2e4e8dc79974565014aaa4ee8baecf9bbb5ee0ca5389e389dc296c3e641eb2fe452015d8291aae1830cf34a9b3a91f6
7
+ data.tar.gz: 98781b8eaf8820305c08bf87affe5bccdc7ac0a2593a1ec26d8da0ff3048977c2c3154e37fce78f3c9e3ab6dffdaa563d33a01dc1652cf4750a4097bd89c40df
data/bin/rpsg CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env rubyn
2
2
 
3
- class RockPapaerScissorsGame
3
+ class RockPaperScissorsGame
4
4
 
5
5
  lib = File.expand_path("../../lib", __FILE__)
6
6
 
@@ -72,4 +72,4 @@ class RockPapaerScissorsGame
72
72
 
73
73
  end
74
74
 
75
- RockPapaerScissorsGame.new.play(2) # best of 3 (0, 1, 2)
75
+ RockPaperScissorsGame.new.play(2) # best of 3 (0, 1, 2)
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RockPapaerScissorsGame - RDoc Documentation</title>
7
+ <title>class RockPaperScissorsGame - RDoc Documentation</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -83,9 +83,9 @@
83
83
  </div>
84
84
  </nav>
85
85
 
86
- <main role="main" aria-labelledby="class-RockPapaerScissorsGame">
87
- <h1 id="class-RockPapaerScissorsGame" class="class">
88
- class RockPapaerScissorsGame
86
+ <main role="main" aria-labelledby="class-RockPaperScissorsGame">
87
+ <h1 id="class-RockPaperScissorsGame" class="class">
88
+ class RockPaperScissorsGame
89
89
  </h1>
90
90
 
91
91
  <section class="description">
data/html/created.rid CHANGED
@@ -1,7 +1,7 @@
1
- Thu, 12 Oct 2017 14:23:48 -0700
1
+ Thu, 12 Oct 2017 14:40:58 -0700
2
2
  README.md Thu, 12 Oct 2017 12:13:30 -0700
3
3
  lib/Constants.rb Thu, 12 Oct 2017 14:19:30 -0700
4
4
  lib/PrivateMethods.rb Thu, 12 Oct 2017 13:53:33 -0700
5
- lib/rpsg/version.rb Thu, 12 Oct 2017 13:52:03 -0700
6
- bin/rpsg Thu, 12 Oct 2017 14:19:17 -0700
5
+ lib/rpsg/version.rb Thu, 12 Oct 2017 14:39:07 -0700
6
+ bin/rpsg Thu, 12 Oct 2017 14:40:54 -0700
7
7
  test/rpsg.rb Thu, 12 Oct 2017 14:13:08 -0700
data/html/index.html CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
  <li><a href="./RPSG.html">RPSG</a>
76
76
 
77
- <li><a href="./RockPapaerScissorsGame.html">RockPapaerScissorsGame</a>
77
+ <li><a href="./RockPaperScissorsGame.html">RockPaperScissorsGame</a>
78
78
 
79
79
  </ul>
80
80
  </div>
@@ -1 +1 @@
1
- var search_data = {"index":{"searchIndex":["constants","privatemethods","rpsg","rockpapaerscissorsgame","continue()","final_outcome()","new()","play()","player_choice()","player_outcome()","readme"],"longSearchIndex":["constants","privatemethods","rpsg","rockpapaerscissorsgame","rockpapaerscissorsgame::continue()","privatemethods::final_outcome()","rockpapaerscissorsgame::new()","rockpapaerscissorsgame#play()","privatemethods::player_choice()","privatemethods::player_outcome()",""],"info":[["Constants","","Constants.html","","<p>create module that holds all contents for this script\n"],["PrivateMethods","","PrivateMethods.html","","<p>add module for private methods for the rpsg calculations\n"],["RPSG","","RPSG.html","","<p>specify the version for the rubygem\n"],["RockPapaerScissorsGame","","RockPapaerScissorsGame.html","",""],["continue","RockPapaerScissorsGame","RockPapaerScissorsGame.html#method-c-continue","(str1,str2,str3)","<p>add continue method for asking the user if they want to play rock paper\nscissors\n"],["final_outcome","PrivateMethods","PrivateMethods.html#method-c-final_outcome","(pl,co)","<p>define final outcome that gives the result of who one the whole match\n"],["new","RockPapaerScissorsGame","RockPapaerScissorsGame.html#method-c-new","()","<p>initialize variables\n"],["play","RockPapaerScissorsGame","RockPapaerScissorsGame.html#method-i-play","(winning_score)","<p>define play method, this will be the main function for playing rock paper\nscissors\n"],["player_choice","PrivateMethods","PrivateMethods.html#method-c-player_choice","()","<p>make a definition that asks for the players choice\n"],["player_outcome","PrivateMethods","PrivateMethods.html#method-c-player_outcome","(plays)","<p>define outcomes of players choice against cpu\n"],["README","","README_md.html","","<p>RPSG (Rock Paper Scissors Game)\n<p>Requirements\n<p>For Windows\n"]]}}
1
+ var search_data = {"index":{"searchIndex":["constants","privatemethods","rpsg","rockpaperscissorsgame","continue()","final_outcome()","new()","play()","player_choice()","player_outcome()","readme"],"longSearchIndex":["constants","privatemethods","rpsg","rockpaperscissorsgame","rockpaperscissorsgame::continue()","privatemethods::final_outcome()","rockpaperscissorsgame::new()","rockpaperscissorsgame#play()","privatemethods::player_choice()","privatemethods::player_outcome()",""],"info":[["Constants","","Constants.html","","<p>create module that holds all contents for this script\n"],["PrivateMethods","","PrivateMethods.html","","<p>add module for private methods for the rpsg calculations\n"],["RPSG","","RPSG.html","","<p>specify the version for the rubygem\n"],["RockPaperScissorsGame","","RockPaperScissorsGame.html","",""],["continue","RockPaperScissorsGame","RockPaperScissorsGame.html#method-c-continue","(str1,str2,str3)","<p>add continue method for asking the user if they want to play rock paper\nscissors\n"],["final_outcome","PrivateMethods","PrivateMethods.html#method-c-final_outcome","(pl,co)","<p>define final outcome that gives the result of who one the whole match\n"],["new","RockPaperScissorsGame","RockPaperScissorsGame.html#method-c-new","()","<p>initialize variables\n"],["play","RockPaperScissorsGame","RockPaperScissorsGame.html#method-i-play","(winning_score)","<p>define play method, this will be the main function for playing rock paper\nscissors\n"],["player_choice","PrivateMethods","PrivateMethods.html#method-c-player_choice","()","<p>make a definition that asks for the players choice\n"],["player_outcome","PrivateMethods","PrivateMethods.html#method-c-player_outcome","(plays)","<p>define outcomes of players choice against cpu\n"],["README","","README_md.html","","<p>RPSG (Rock Paper Scissors Game)\n<p>Requirements\n<p>For Windows\n"]]}}
Binary file
@@ -53,7 +53,7 @@
53
53
  <a href="RPSG.html">RPSG</a>
54
54
  </li>
55
55
  <li class="class">
56
- <a href="RockPapaerScissorsGame.html">RockPapaerScissorsGame</a>
56
+ <a href="RockPaperScissorsGame.html">RockPaperScissorsGame</a>
57
57
  </li>
58
58
  </ul>
59
59
 
@@ -61,9 +61,9 @@
61
61
  <ul>
62
62
 
63
63
  <li class="method">
64
- <a href="RockPapaerScissorsGame.html#method-c-continue">::continue</a>
64
+ <a href="RockPaperScissorsGame.html#method-c-continue">::continue</a>
65
65
  &mdash;
66
- <span class="container">RockPapaerScissorsGame</span>
66
+ <span class="container">RockPaperScissorsGame</span>
67
67
 
68
68
  <li class="method">
69
69
  <a href="PrivateMethods.html#method-c-final_outcome">::final_outcome</a>
@@ -71,9 +71,9 @@
71
71
  <span class="container">PrivateMethods</span>
72
72
 
73
73
  <li class="method">
74
- <a href="RockPapaerScissorsGame.html#method-c-new">::new</a>
74
+ <a href="RockPaperScissorsGame.html#method-c-new">::new</a>
75
75
  &mdash;
76
- <span class="container">RockPapaerScissorsGame</span>
76
+ <span class="container">RockPaperScissorsGame</span>
77
77
 
78
78
  <li class="method">
79
79
  <a href="PrivateMethods.html#method-c-player_choice">::player_choice</a>
@@ -86,9 +86,9 @@
86
86
  <span class="container">PrivateMethods</span>
87
87
 
88
88
  <li class="method">
89
- <a href="RockPapaerScissorsGame.html#method-i-play">#play</a>
89
+ <a href="RockPaperScissorsGame.html#method-i-play">#play</a>
90
90
  &mdash;
91
- <span class="container">RockPapaerScissorsGame</span>
91
+ <span class="container">RockPaperScissorsGame</span>
92
92
  </ul>
93
93
  </main>
94
94
 
data/lib/rpsg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # specify the version for the rubygem
2
2
  module RPSG
3
3
  # create version constant for the rubygem
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
data/rpsg.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "rpsg"
3
- spec.version = "0.1.4"
3
+ spec.version = "0.1.5"
4
4
  spec.date = "2017-10-12"
5
5
  spec.summary = "A Rock Paper Scissors Game Ruby Gem"
6
6
  spec.description = <<-EOF
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
  spec.license = "MIT"
20
20
  spec.required_ruby_version = ">= 2.0.0"
21
21
  spec.required_rubygems_version = ">= 2.6.0"
22
- # spec.extra_rdoc_files = ""
22
+ spec.extra_rdoc_files = "html/RockPaperScissorsGame.html"
23
23
  spec.bindir = "bin"
24
24
  spec.metadata = {
25
25
  "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.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
@@ -96,7 +96,8 @@ email: ''
96
96
  executables:
97
97
  - rpsg
98
98
  extensions: []
99
- extra_rdoc_files: []
99
+ extra_rdoc_files:
100
+ - html/RockPaperScissorsGame.html
100
101
  files:
101
102
  - ".gitignore"
102
103
  - Gemfile
@@ -108,7 +109,7 @@ files:
108
109
  - html/PrivateMethods.html
109
110
  - html/README_md.html
110
111
  - html/RPSG.html
111
- - html/RockPapaerScissorsGame.html
112
+ - html/RockPaperScissorsGame.html
112
113
  - html/created.rid
113
114
  - html/css/fonts.css
114
115
  - html/css/rdoc.css