rpsg 0.2.1 → 0.2.2

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: 28befc7649ef73cba6f9f04868f18e743671be2d
4
- data.tar.gz: b21ce8f45007f4faa547cc8fb2fe9f12ded54a5f
3
+ metadata.gz: 8fd51117141145ccc39bf49e0a0c076abacbe8a2
4
+ data.tar.gz: e0e4d30ed01cb5ae0f70c112343d20941d930b18
5
5
  SHA512:
6
- metadata.gz: 67c8ab4585374c7fbfbbdbffee51af3fd80584d715459a10060511f439126f87876a34a98a8794c97e7db3f335c3a049fa741fc9e6a0d609e3fa4b4178611660
7
- data.tar.gz: e267706817a041bbb39e6c13b9f113a81ffea447a8ecb7ac2c636abf975514c66d653fb4d3629f2dc42504eed3cdd43e1e03b420bb082794d20f5b171aa217cd
6
+ metadata.gz: 423748a52cc69c46abc71de55ea7ac1dc606f095c457dc4fc47e2f700e96dee3ca67b99bdc21e4b2b2f0cd7d74c16e9efb4dcc740c9fb33cd4a836b986b2d5f1
7
+ data.tar.gz: de062dcc885f9a63b911d998fcd2865b539cd8e06f2db22f5eab806305c743b22be3d6dcbd2044a1f20426c852084d59f02ab66178293d17aa2590c57885b7c5
data/Rakefile CHANGED
@@ -1,6 +1,6 @@
1
1
  require 'rdoc/task'
2
2
 
3
- task :default => :test
3
+ # task :default => :test
4
4
 
5
5
  file_path = "./test/rpsg.rb"
6
6
 
@@ -12,4 +12,5 @@ RDoc::Task.new do |rdoc|
12
12
  # rdoc.main = "README.rdoc"
13
13
  rdoc.rdoc_files.include("lib")
14
14
  rdoc.rdoc_dir = "doc"
15
+ rdoc.title = "RPSG RDocs"
15
16
  end
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>module Constants - RDoc Documentation</title>
7
+ <title>module Constants - RPSG RDocs</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>module PrivateMethods - RDoc Documentation</title>
7
+ <title>module PrivateMethods - RPSG RDocs</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>module RPSG - RDoc Documentation</title>
7
+ <title>module RPSG - RPSG RDocs</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RockPaperScissorsGame - RDoc Documentation</title>
7
+ <title>class RockPaperScissorsGame - RPSG RDocs</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -1,5 +1,5 @@
1
- Thu, 12 Oct 2017 17:06:27 -0700
1
+ Thu, 12 Oct 2017 17:30:42 -0700
2
2
  lib/Constants.rb Thu, 12 Oct 2017 14:19:30 -0700
3
3
  lib/Main.rb Thu, 12 Oct 2017 16:48:08 -0700
4
4
  lib/PrivateMethods.rb Thu, 12 Oct 2017 13:53:33 -0700
5
- lib/rpsg/version.rb Thu, 12 Oct 2017 17:05:58 -0700
5
+ lib/rpsg/version.rb Thu, 12 Oct 2017 17:29:54 -0700
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>RDoc Documentation</title>
7
+ <title>RPSG RDocs</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -74,7 +74,7 @@
74
74
  </nav>
75
75
 
76
76
  <main role="main">
77
- <p>This is the API documentation for RDoc Documentation.
77
+ <p>This is the API documentation for RPSG RDocs.
78
78
  </main>
79
79
 
80
80
 
Binary file
Binary file
Binary file
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>Table of Contents - RDoc Documentation</title>
7
+ <title>Table of Contents - RPSG RDocs</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -21,7 +21,7 @@
21
21
 
22
22
  <body id="top" class="table-of-contents">
23
23
  <main role="main">
24
- <h1 class="class">Table of Contents - RDoc Documentation</h1>
24
+ <h1 class="class">Table of Contents - RPSG RDocs</h1>
25
25
 
26
26
 
27
27
  <h2 id="classes">Classes and Modules</h2>
@@ -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.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "rpsg"
3
- spec.version = "0.2.1"
3
+ spec.version = "0.2.2"
4
4
  spec.date = "2017-10-12"
5
5
  spec.summary = "A Rock Paper Scissors Game Ruby Gem"
6
6
  spec.description = <<-EOF
@@ -28,6 +28,9 @@ Gem::Specification.new do |spec|
28
28
  }
29
29
  spec.executables << "rpsg"
30
30
  spec.requirements << "A Windows or Mac computer"
31
+ # spec.rdoc_options << '--title' << 'Rake -- Ruby Make' <<
32
+ # '--main' << 'README' <<
33
+ # '--line-numbers'
31
34
  spec.add_runtime_dependency 'rake' , '~> 12.0', '>= 12.0.0'
32
35
  spec.add_runtime_dependency 'rvm' , '~> 1.11', '>= 1.11.3.9'
33
36
  spec.add_runtime_dependency 'bundler' , '~> 1.14', '>= 1.14.6'
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.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318