rpsg 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/Rakefile +0 -1
  4. data/{html → doc}/Constants.html +0 -0
  5. data/{html → doc}/PrivateMethods.html +0 -0
  6. data/{html → doc}/README_md.html +0 -0
  7. data/{html → doc}/RPSG.html +0 -0
  8. data/{html → doc}/RockPaperScissorsGame.html +1 -1
  9. data/doc/created.rid +6 -0
  10. data/{html → doc}/css/fonts.css +0 -0
  11. data/{html → doc}/css/rdoc.css +0 -0
  12. data/{html → doc}/fonts/Lato-Light.ttf +0 -0
  13. data/{html → doc}/fonts/Lato-LightItalic.ttf +0 -0
  14. data/{html → doc}/fonts/Lato-Regular.ttf +0 -0
  15. data/{html → doc}/fonts/Lato-RegularItalic.ttf +0 -0
  16. data/{html → doc}/fonts/SourceCodePro-Bold.ttf +0 -0
  17. data/{html → doc}/fonts/SourceCodePro-Regular.ttf +0 -0
  18. data/{html → doc}/images/add.png +0 -0
  19. data/{html → doc}/images/arrow_up.png +0 -0
  20. data/{html → doc}/images/brick.png +0 -0
  21. data/{html → doc}/images/brick_link.png +0 -0
  22. data/{html → doc}/images/bug.png +0 -0
  23. data/{html → doc}/images/bullet_black.png +0 -0
  24. data/{html → doc}/images/bullet_toggle_minus.png +0 -0
  25. data/{html → doc}/images/bullet_toggle_plus.png +0 -0
  26. data/{html → doc}/images/date.png +0 -0
  27. data/{html → doc}/images/delete.png +0 -0
  28. data/{html → doc}/images/find.png +0 -0
  29. data/{html → doc}/images/loadingAnimation.gif +0 -0
  30. data/{html → doc}/images/macFFBgHack.png +0 -0
  31. data/{html → doc}/images/package.png +0 -0
  32. data/{html → doc}/images/page_green.png +0 -0
  33. data/{html → doc}/images/page_white_text.png +0 -0
  34. data/{html → doc}/images/page_white_width.png +0 -0
  35. data/{html → doc}/images/plugin.png +0 -0
  36. data/{html → doc}/images/ruby.png +0 -0
  37. data/{html → doc}/images/tag_blue.png +0 -0
  38. data/{html → doc}/images/tag_green.png +0 -0
  39. data/{html → doc}/images/transparent.png +0 -0
  40. data/{html → doc}/images/wrench.png +0 -0
  41. data/{html → doc}/images/wrench_orange.png +0 -0
  42. data/{html → doc}/images/zoom.png +0 -0
  43. data/{html → doc}/index.html +0 -0
  44. data/{html → doc}/js/darkfish.js +0 -0
  45. data/{html → doc}/js/jquery.js +0 -0
  46. data/{html → doc}/js/navigation.js +0 -0
  47. data/{html → doc}/js/navigation.js.gz +0 -0
  48. data/{html → doc}/js/search.js +0 -0
  49. data/doc/js/search_index.js +1 -0
  50. data/doc/js/search_index.js.gz +0 -0
  51. data/{html → doc}/js/searcher.js +0 -0
  52. data/{html → doc}/js/searcher.js.gz +0 -0
  53. data/{html → doc}/table_of_contents.html +0 -0
  54. data/lib/Main.rb +2 -2
  55. data/lib/rpsg/version.rb +1 -1
  56. data/rpsg.gemspec +5 -4
  57. metadata +53 -53
  58. data/html/created.rid +0 -6
  59. data/html/js/search_index.js +0 -1
  60. data/html/js/search_index.js.gz +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d01fe003e7cef55d3f947aca68275ba69ddc01ec
4
- data.tar.gz: 925a7ef416990b2a4e52dbfb7a0b3ecc9fcf31b1
3
+ metadata.gz: a817028b05694fedeca4c350afb6bf1cef85170b
4
+ data.tar.gz: 345817e289ef1729a99d24f3de9166612fc622fb
5
5
  SHA512:
6
- metadata.gz: 9597e79b36fafadcb0558ea7ce3dc773cbbb8b61d791192d4288bc607adca9ba02d2d01c4ec9b0e80ae0820c2e608fa6e0a46b41a89b204cfa58d16dfe5d3149
7
- data.tar.gz: 4b147de32200e27bfd1613359eeb12111ccc4ebe9a5e01df5be13c34d20dda18a3cabbc7492c1926892ea3ee316db822c51295426a8417d038f312cff71d1aa6
6
+ metadata.gz: 386ec71fa3a858946567ab81c2193f8b99ec2696bcc865fc0c6255b88860806a1157de97b27ae260c31f08149dba8ea1c7413534cf5d70344edcc9673ad67969
7
+ data.tar.gz: 134598dfae854e990ae8120a834643cfd040b50fe33a95dcca9bf93d6793d6a7da97582d5d9bdd95f4b9234837327ea83506739bc4cfd2d8e684d2a9b074d3e0
data/README.md CHANGED
@@ -6,8 +6,8 @@ Requirements
6
6
 
7
7
  ### For Windows
8
8
 
9
- + Ruby
10
- - RubyGems
9
+ + Ruby
10
+ - RubyGems
11
11
 
12
12
  ### For Mac
13
13
 
data/Rakefile CHANGED
@@ -8,7 +8,6 @@ task :test do
8
8
  ruby file_path
9
9
  end
10
10
 
11
-
12
11
  RDoc::Task.new do |rdoc|
13
12
  # rdoc.main = "README.rdoc"
14
13
  rdoc.rdoc_files.include("README.md", "lib")
File without changes
File without changes
File without changes
File without changes
@@ -90,7 +90,7 @@
90
90
 
91
91
  <section class="description">
92
92
 
93
- <p>create master class</p>
93
+ <p>create master class for rpsg</p>
94
94
 
95
95
  </section>
96
96
 
data/doc/created.rid ADDED
@@ -0,0 +1,6 @@
1
+ Thu, 12 Oct 2017 16:48:17 -0700
2
+ README.md Thu, 12 Oct 2017 16:03:59 -0700
3
+ lib/Constants.rb Thu, 12 Oct 2017 14:19:30 -0700
4
+ lib/Main.rb Thu, 12 Oct 2017 16:48:08 -0700
5
+ lib/PrivateMethods.rb Thu, 12 Oct 2017 13:53:33 -0700
6
+ lib/rpsg/version.rb Thu, 12 Oct 2017 15:13:46 -0700
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1 @@
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","","<p>create master class for rpsg\n"],["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
File without changes
File without changes
File without changes
data/lib/Main.rb CHANGED
@@ -1,4 +1,4 @@
1
- # create master class
1
+ # create master class for rpsg
2
2
  class RockPaperScissorsGame
3
3
 
4
4
  require "rpsg/version.rb"
@@ -59,7 +59,7 @@ class RockPaperScissorsGame
59
59
  puts "\nIt's a tie!"
60
60
  end
61
61
  gets
62
- end
62
+ end
63
63
 
64
64
  require "PrivateMethods.rb"
65
65
 
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.7"
4
+ VERSION = "0.1.8"
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.7"
3
+ spec.version = "0.1.8"
4
4
  spec.date = "2017-10-12"
5
5
  spec.summary = "A Rock Paper Scissors Game Ruby Gem"
6
6
  spec.description = <<-EOF
@@ -14,15 +14,16 @@ Gem::Specification.new do |spec|
14
14
  spec.require_paths = ["lib"]
15
15
  spec.files = `git ls-files -z`.split("\x0")
16
16
  spec.post_install_message = <<-EOF
17
- Thanks for installing! I hope you will have fun playing rock paper scissors! :)
17
+ Thanks for installing!
18
+ I hope you will have fun playing rock paper scissors! :)
18
19
  EOF
19
20
  spec.license = "MIT"
20
21
  spec.required_ruby_version = ">= 2.0.0"
21
22
  spec.required_rubygems_version = ">= 2.6.0"
22
- spec.extra_rdoc_files = "README.md"
23
+ spec.extra_rdoc_files = ["README.md"]
23
24
  spec.bindir = "bin"
24
25
  spec.metadata = {
25
- "issue_tracker" => "https://github.com/bag3318/RPSG/issues",
26
+ "issue_tracker" => "https://github.com/bag3318/RPSG/issues/",
26
27
  "source_code" => "https://github.com/bag3318/RPSG"
27
28
  }
28
29
  spec.executables << "rpsg"
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
@@ -105,56 +105,56 @@ files:
105
105
  - README.md
106
106
  - Rakefile
107
107
  - bin/rpsg
108
- - html/Constants.html
109
- - html/PrivateMethods.html
110
- - html/README_md.html
111
- - html/RPSG.html
112
- - html/RockPaperScissorsGame.html
113
- - html/created.rid
114
- - html/css/fonts.css
115
- - html/css/rdoc.css
116
- - html/fonts/Lato-Light.ttf
117
- - html/fonts/Lato-LightItalic.ttf
118
- - html/fonts/Lato-Regular.ttf
119
- - html/fonts/Lato-RegularItalic.ttf
120
- - html/fonts/SourceCodePro-Bold.ttf
121
- - html/fonts/SourceCodePro-Regular.ttf
122
- - html/images/add.png
123
- - html/images/arrow_up.png
124
- - html/images/brick.png
125
- - html/images/brick_link.png
126
- - html/images/bug.png
127
- - html/images/bullet_black.png
128
- - html/images/bullet_toggle_minus.png
129
- - html/images/bullet_toggle_plus.png
130
- - html/images/date.png
131
- - html/images/delete.png
132
- - html/images/find.png
133
- - html/images/loadingAnimation.gif
134
- - html/images/macFFBgHack.png
135
- - html/images/package.png
136
- - html/images/page_green.png
137
- - html/images/page_white_text.png
138
- - html/images/page_white_width.png
139
- - html/images/plugin.png
140
- - html/images/ruby.png
141
- - html/images/tag_blue.png
142
- - html/images/tag_green.png
143
- - html/images/transparent.png
144
- - html/images/wrench.png
145
- - html/images/wrench_orange.png
146
- - html/images/zoom.png
147
- - html/index.html
148
- - html/js/darkfish.js
149
- - html/js/jquery.js
150
- - html/js/navigation.js
151
- - html/js/navigation.js.gz
152
- - html/js/search.js
153
- - html/js/search_index.js
154
- - html/js/search_index.js.gz
155
- - html/js/searcher.js
156
- - html/js/searcher.js.gz
157
- - html/table_of_contents.html
108
+ - doc/Constants.html
109
+ - doc/PrivateMethods.html
110
+ - doc/README_md.html
111
+ - doc/RPSG.html
112
+ - doc/RockPaperScissorsGame.html
113
+ - doc/created.rid
114
+ - doc/css/fonts.css
115
+ - doc/css/rdoc.css
116
+ - doc/fonts/Lato-Light.ttf
117
+ - doc/fonts/Lato-LightItalic.ttf
118
+ - doc/fonts/Lato-Regular.ttf
119
+ - doc/fonts/Lato-RegularItalic.ttf
120
+ - doc/fonts/SourceCodePro-Bold.ttf
121
+ - doc/fonts/SourceCodePro-Regular.ttf
122
+ - doc/images/add.png
123
+ - doc/images/arrow_up.png
124
+ - doc/images/brick.png
125
+ - doc/images/brick_link.png
126
+ - doc/images/bug.png
127
+ - doc/images/bullet_black.png
128
+ - doc/images/bullet_toggle_minus.png
129
+ - doc/images/bullet_toggle_plus.png
130
+ - doc/images/date.png
131
+ - doc/images/delete.png
132
+ - doc/images/find.png
133
+ - doc/images/loadingAnimation.gif
134
+ - doc/images/macFFBgHack.png
135
+ - doc/images/package.png
136
+ - doc/images/page_green.png
137
+ - doc/images/page_white_text.png
138
+ - doc/images/page_white_width.png
139
+ - doc/images/plugin.png
140
+ - doc/images/ruby.png
141
+ - doc/images/tag_blue.png
142
+ - doc/images/tag_green.png
143
+ - doc/images/transparent.png
144
+ - doc/images/wrench.png
145
+ - doc/images/wrench_orange.png
146
+ - doc/images/zoom.png
147
+ - doc/index.html
148
+ - doc/js/darkfish.js
149
+ - doc/js/jquery.js
150
+ - doc/js/navigation.js
151
+ - doc/js/navigation.js.gz
152
+ - doc/js/search.js
153
+ - doc/js/search_index.js
154
+ - doc/js/search_index.js.gz
155
+ - doc/js/searcher.js
156
+ - doc/js/searcher.js.gz
157
+ - doc/table_of_contents.html
158
158
  - lib/Constants.rb
159
159
  - lib/Main.rb
160
160
  - lib/PrivateMethods.rb
@@ -165,9 +165,9 @@ homepage: https://rubygems.org/gems/rpsg
165
165
  licenses:
166
166
  - MIT
167
167
  metadata:
168
- issue_tracker: https://github.com/bag3318/RPSG/issues
168
+ issue_tracker: https://github.com/bag3318/RPSG/issues/
169
169
  source_code: https://github.com/bag3318/RPSG
170
- post_install_message: " Thanks for installing! I hope you will have fun playing
170
+ post_install_message: " Thanks for installing! \n I hope you will have fun playing
171
171
  rock paper scissors! :)\n"
172
172
  rdoc_options: []
173
173
  require_paths:
data/html/created.rid DELETED
@@ -1,6 +0,0 @@
1
- Thu, 12 Oct 2017 15:09:33 -0700
2
- README.md Thu, 12 Oct 2017 12:13:30 -0700
3
- lib/Constants.rb Thu, 12 Oct 2017 14:19:30 -0700
4
- lib/Main.rb Thu, 12 Oct 2017 15:08:54 -0700
5
- lib/PrivateMethods.rb Thu, 12 Oct 2017 13:53:33 -0700
6
- lib/rpsg/version.rb Thu, 12 Oct 2017 15:04:34 -0700
@@ -1 +0,0 @@
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","","<p>create master class\n"],["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