rpsg 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 455bff003c213c44e8147df841b84538ec65ad19
4
- data.tar.gz: e8801552fa0be77d1d19f20b7828e9606d2a8ea1
3
+ metadata.gz: 850b74f3c50f5375d7ce693ad4974281152002da
4
+ data.tar.gz: 69b31dac9933af99c1c9301a5c0cec78bf8ac2b4
5
5
  SHA512:
6
- metadata.gz: cf604f6b125f42c7f2179a5e3ec7f72f76d2c0ced8df0c829d624f595b654a484378223422f417ab361bf4668b9841f747d47f0769c26466773e34106bf52414
7
- data.tar.gz: 46f42722d83f6826a796be775f55af8faa23dd97acc1faf03aa99d684399cbec3393ad0757d9327cc7afc734ebc8abefb19cbc0184d9957c57666091de7cab21
6
+ metadata.gz: aeff61f2545db15bc00cd473a86c7390f9858cfd5dbee8bb5d11d3926c66c56bffcd557ff40e81dc46650a9fe21637cd796eeeef26c9f533136ece4bd96b9329
7
+ data.tar.gz: 33572158dece8173f33ab27fa916aaf7d03fad6f154aaef7fcd676fd70f17b7e129d01d2781ad64c393334313ab53027c884a14f2ad1ac4feea70ded6549addf
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
  platform :ruby do
3
3
  gemspec
4
- end
4
+ end
data/Rakefile CHANGED
@@ -14,6 +14,7 @@ end
14
14
 
15
15
  RDoc::Task.new do |rdoc|
16
16
  # rdoc.main = "README.rdoc"
17
+ `RMDIR /S /Q "doc"`
17
18
  rdoc.rdoc_files.include("lib")
18
19
  rdoc.rdoc_dir = "doc"
19
20
  rdoc.title = "RPSG RDocs"
data/doc/created.rid CHANGED
@@ -1,5 +1,5 @@
1
- Fri, 13 Oct 2017 15:31:21 -0700
1
+ Fri, 13 Oct 2017 16:26:45 -0700
2
2
  lib/Constants.rb Thu, 12 Oct 2017 14:19:30 -0700
3
3
  lib/Main.rb Fri, 13 Oct 2017 15:04:14 -0700
4
4
  lib/PrivateMethods.rb Thu, 12 Oct 2017 18:36:58 -0700
5
- lib/rpsg/version.rb Fri, 13 Oct 2017 15:30:43 -0700
5
+ lib/rpsg/version.rb Fri, 13 Oct 2017 15:54:01 -0700
Binary file
Binary file
Binary file
data/docs/Gemfile CHANGED
@@ -1,4 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
- gem "github-pages", group: :jekyll_plugins
4
+ gem "github-pages", group: :jekyll_plugins
5
+
6
+ # gem 'wdm', '>= 0.1.0' if Gem.win_platform?
data/docs/_config.yml CHANGED
@@ -7,6 +7,9 @@ repository: "bag3318/RPSG"
7
7
  port: 1988
8
8
  include:
9
9
  - index.md
10
+ - code.md
11
+ - simple.md
12
+ - README.md
10
13
  exclude:
11
14
  - Gemfile
12
15
  - Gemfile.lock
data/docs/_site/code.html CHANGED
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
8
8
  <meta name="theme-color" content="#157878"/>
9
9
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' />
10
- <link rel="stylesheet" href="/assets/css/style.css?v=3b6a186440517afee69dd95150bc14227c5f1024"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=86c4cccf977d06d6ce8236f5c5502fba1242e2b9"/>
11
11
  <script src="assets/js/pace.min.js"></script>
12
12
 
13
13
  <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
@@ -64,7 +64,7 @@
64
64
  <span class="c1"># specify the version for the rubygem</span>
65
65
  <span class="k">module</span> <span class="nn">RPSG</span>
66
66
  <span class="c1"># create version constant for the rubygem</span>
67
- <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"0.2.6"</span>
67
+ <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"0.2.7"</span>
68
68
  <span class="k">end</span>
69
69
 
70
70
  <span class="c1"># create module that holds all contents for this script</span>
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
8
8
  <meta name="theme-color" content="#157878"/>
9
9
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' />
10
- <link rel="stylesheet" href="/assets/css/style.css?v=3b6a186440517afee69dd95150bc14227c5f1024"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=86c4cccf977d06d6ce8236f5c5502fba1242e2b9"/>
11
11
  <script src="assets/js/pace.min.js"></script>
12
12
 
13
13
  <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
8
8
  <meta name="theme-color" content="#157878"/>
9
9
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' />
10
- <link rel="stylesheet" href="/assets/css/style.css?v=3b6a186440517afee69dd95150bc14227c5f1024"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=86c4cccf977d06d6ce8236f5c5502fba1242e2b9"/>
11
11
  <script src="assets/js/pace.min.js"></script>
12
12
 
13
13
  <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
8
8
  <meta name="theme-color" content="#157878"/>
9
9
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' />
10
- <link rel="stylesheet" href="/assets/css/style.css?v=3b6a186440517afee69dd95150bc14227c5f1024"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=86c4cccf977d06d6ce8236f5c5502fba1242e2b9"/>
11
11
  <script src="assets/js/pace.min.js"></script>
12
12
 
13
13
  <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
data/docs/code.md CHANGED
@@ -25,7 +25,7 @@ class RockPaperScissorsGame
25
25
  # specify the version for the rubygem
26
26
  module RPSG
27
27
  # create version constant for the rubygem
28
- VERSION = "0.2.6"
28
+ VERSION = "0.2.7"
29
29
  end
30
30
 
31
31
  # create module that holds all contents for this script
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.2.6"
4
+ VERSION = "0.2.7"
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.2.6"
3
+ spec.version = "0.2.7"
4
4
  spec.date = "2017-10-13"
5
5
  spec.summary = "A Rock Paper Scissors Game RubyGem"
6
6
  spec.description = <<-EOF
@@ -32,6 +32,7 @@ Gem::Specification.new do |spec|
32
32
  # '--main' << 'README' <<
33
33
  # '--line-numbers'
34
34
  spec.add_runtime_dependency 'bundler' , '~> 1.14', '>= 1.14.6'
35
+ spec.add_runtime_dependency 'jekyll'
35
36
  spec.add_runtime_dependency 'rake' , '~> 12.0', '>= 12.0.0'
36
37
  spec.add_runtime_dependency 'rdoc' , '~> 5.1' , '>= 5.1.0'
37
38
  spec.add_runtime_dependency 'rvm' , '~> 1.11', '>= 1.11.3.9'
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.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
@@ -30,6 +30,20 @@ dependencies:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.14.6
33
+ - !ruby/object:Gem::Dependency
34
+ name: jekyll
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
33
47
  - !ruby/object:Gem::Dependency
34
48
  name: rake
35
49
  requirement: !ruby/object:Gem::Requirement