PlayRockPaperScissorsGame 2.6.4 → 2.6.5
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/docs/Code.md +1 -1
- data/docs/Comparing_Code.md +1 -1
- data/docs/_layouts/default.html +6 -0
- data/docs/_site/Code.html +8 -2
- data/docs/_site/Comparing_Code.html +8 -2
- data/docs/_site/How_to_Build.html +7 -1
- data/docs/_site/Testing.html +7 -1
- data/docs/_site/about.html +7 -1
- data/docs/_site/android-chrome-192x192.png +0 -0
- data/docs/_site/android-chrome-256x256.png +0 -0
- data/docs/_site/apple-touch-icon.png +0 -0
- data/docs/_site/browserconfig.xml +9 -0
- data/docs/_site/favicon-16x16.png +0 -0
- data/docs/_site/favicon-32x32.png +0 -0
- data/docs/_site/favicon.ico +0 -0
- data/docs/_site/index.html +7 -1
- data/docs/_site/manifest.json +18 -0
- data/docs/_site/mstile-150x150.png +0 -0
- data/docs/_site/safari-pinned-tab.svg +17 -0
- data/docs/android-chrome-192x192.png +0 -0
- data/docs/android-chrome-256x256.png +0 -0
- data/docs/apple-touch-icon.png +0 -0
- data/docs/browserconfig.xml +9 -0
- data/docs/favicon-16x16.png +0 -0
- data/docs/favicon-32x32.png +0 -0
- data/docs/favicon.ico +0 -0
- data/docs/manifest.json +18 -0
- data/docs/mstile-150x150.png +0 -0
- data/docs/safari-pinned-tab.svg +17 -0
- data/lib/rps/version.rb +1 -1
- data/rps.gemspec +7 -5
- metadata +23 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b37a40c55c4f1899c0eb5b88a4253c4ffcc87325
|
|
4
|
+
data.tar.gz: 4b0ae6da8f6dfc6050c37128659eedebfe172aa9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b89eb4da7d93271d916fc5ea089a24b6111a4784708aea2089b511988c12be6596bd1db589b445ebb18e2d8c079643653dbf88a46a7eea48f4a0de536520fc3d
|
|
7
|
+
data.tar.gz: 2758ec6f75db36c82fa73dab4e88086afeb67315857e7f64de3c776c37d6bb5713adb8eed842fb124d7b8fb5d5693b2a76a9d85d95cb2fd7807e7de62dea59ea
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/docs/Code.md
CHANGED
data/docs/Comparing_Code.md
CHANGED
data/docs/_layouts/default.html
CHANGED
|
@@ -10,6 +10,12 @@
|
|
|
10
10
|
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"/>
|
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
14
|
+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
15
|
+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
16
|
+
<link rel="manifest" href="/manifest.json">
|
|
17
|
+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
|
18
|
+
<meta name="theme-color" content="#ffffff">
|
|
13
19
|
</head>
|
|
14
20
|
<body>
|
|
15
21
|
{% comment %}create header{% endcomment %}
|
data/docs/_site/Code.html
CHANGED
|
@@ -7,9 +7,15 @@
|
|
|
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=
|
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=167450a3b0ba7fd65079a68e4873609f36c34353"/>
|
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
14
|
+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
15
|
+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
16
|
+
<link rel="manifest" href="/manifest.json">
|
|
17
|
+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
|
18
|
+
<meta name="theme-color" content="#ffffff">
|
|
13
19
|
</head>
|
|
14
20
|
<body>
|
|
15
21
|
|
|
@@ -64,7 +70,7 @@
|
|
|
64
70
|
<span class="k">class</span> <span class="nc">PlayRockPaperScissorsGame</span>
|
|
65
71
|
|
|
66
72
|
<span class="k">module</span> <span class="nn">RockPaperScissors</span>
|
|
67
|
-
<span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.6.
|
|
73
|
+
<span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.6.5"</span>
|
|
68
74
|
<span class="k">end</span>
|
|
69
75
|
|
|
70
76
|
<span class="c1"># import the colorize gem</span>
|
|
@@ -7,9 +7,15 @@
|
|
|
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=
|
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=167450a3b0ba7fd65079a68e4873609f36c34353"/>
|
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
14
|
+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
15
|
+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
16
|
+
<link rel="manifest" href="/manifest.json">
|
|
17
|
+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
|
18
|
+
<meta name="theme-color" content="#ffffff">
|
|
13
19
|
</head>
|
|
14
20
|
<body>
|
|
15
21
|
|
|
@@ -138,7 +144,7 @@
|
|
|
138
144
|
<div class="language-ruby highlighter-rouge"><pre class="highlight"><code><span class="k">class</span> <span class="nc">PlayRockPaperScissorsGame</span>
|
|
139
145
|
|
|
140
146
|
<span class="k">module</span> <span class="nn">RockPaperScissors</span>
|
|
141
|
-
<span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.6.
|
|
147
|
+
<span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.6.5"</span>
|
|
142
148
|
<span class="k">end</span>
|
|
143
149
|
|
|
144
150
|
<span class="c1"># import colorize gem</span>
|
|
@@ -7,9 +7,15 @@
|
|
|
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=
|
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=167450a3b0ba7fd65079a68e4873609f36c34353"/>
|
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
14
|
+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
15
|
+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
16
|
+
<link rel="manifest" href="/manifest.json">
|
|
17
|
+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
|
18
|
+
<meta name="theme-color" content="#ffffff">
|
|
13
19
|
</head>
|
|
14
20
|
<body>
|
|
15
21
|
|
data/docs/_site/Testing.html
CHANGED
|
@@ -7,9 +7,15 @@
|
|
|
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=
|
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=167450a3b0ba7fd65079a68e4873609f36c34353"/>
|
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
14
|
+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
15
|
+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
16
|
+
<link rel="manifest" href="/manifest.json">
|
|
17
|
+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
|
18
|
+
<meta name="theme-color" content="#ffffff">
|
|
13
19
|
</head>
|
|
14
20
|
<body>
|
|
15
21
|
|
data/docs/_site/about.html
CHANGED
|
@@ -7,9 +7,15 @@
|
|
|
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=
|
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=167450a3b0ba7fd65079a68e4873609f36c34353"/>
|
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
14
|
+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
15
|
+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
16
|
+
<link rel="manifest" href="/manifest.json">
|
|
17
|
+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
|
18
|
+
<meta name="theme-color" content="#ffffff">
|
|
13
19
|
</head>
|
|
14
20
|
<body>
|
|
15
21
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/docs/_site/index.html
CHANGED
|
@@ -7,9 +7,15 @@
|
|
|
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=
|
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=167450a3b0ba7fd65079a68e4873609f36c34353"/>
|
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
14
|
+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
15
|
+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
16
|
+
<link rel="manifest" href="/manifest.json">
|
|
17
|
+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
|
18
|
+
<meta name="theme-color" content="#ffffff">
|
|
13
19
|
</head>
|
|
14
20
|
<body>
|
|
15
21
|
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "",
|
|
3
|
+
"icons": [
|
|
4
|
+
{
|
|
5
|
+
"src": "/android-chrome-192x192.png",
|
|
6
|
+
"sizes": "192x192",
|
|
7
|
+
"type": "image/png"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"src": "/android-chrome-256x256.png",
|
|
11
|
+
"sizes": "256x256",
|
|
12
|
+
"type": "image/png"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"theme_color": "#ffffff",
|
|
16
|
+
"background_color": "#ffffff",
|
|
17
|
+
"display": "standalone"
|
|
18
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
|
3
|
+
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
|
4
|
+
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="256.000000pt" height="256.000000pt" viewBox="0 0 256.000000 256.000000"
|
|
6
|
+
preserveAspectRatio="xMidYMid meet">
|
|
7
|
+
<metadata>
|
|
8
|
+
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
|
9
|
+
</metadata>
|
|
10
|
+
<g transform="translate(0.000000,256.000000) scale(0.100000,-0.100000)"
|
|
11
|
+
fill="#000000" stroke="none">
|
|
12
|
+
<path d="M72 2543 c-19 -9 -41 -32 -53 -54 -18 -37 -19 -70 -19 -1209 0 -1256
|
|
13
|
+
-2 -1209 50 -1255 22 -20 38 -20 1214 -23 655 -1 1200 0 1212 2 29 8 61 38 74
|
|
14
|
+
70 7 18 10 416 10 1209 0 1168 0 1182 -20 1215 -40 65 29 62 -1262 62 -1064 0
|
|
15
|
+
-1176 -2 -1206 -17z"/>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/docs/favicon.ico
ADDED
|
Binary file
|
data/docs/manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "",
|
|
3
|
+
"icons": [
|
|
4
|
+
{
|
|
5
|
+
"src": "/android-chrome-192x192.png",
|
|
6
|
+
"sizes": "192x192",
|
|
7
|
+
"type": "image/png"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"src": "/android-chrome-256x256.png",
|
|
11
|
+
"sizes": "256x256",
|
|
12
|
+
"type": "image/png"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"theme_color": "#ffffff",
|
|
16
|
+
"background_color": "#ffffff",
|
|
17
|
+
"display": "standalone"
|
|
18
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
|
3
|
+
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
|
4
|
+
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="256.000000pt" height="256.000000pt" viewBox="0 0 256.000000 256.000000"
|
|
6
|
+
preserveAspectRatio="xMidYMid meet">
|
|
7
|
+
<metadata>
|
|
8
|
+
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
|
9
|
+
</metadata>
|
|
10
|
+
<g transform="translate(0.000000,256.000000) scale(0.100000,-0.100000)"
|
|
11
|
+
fill="#000000" stroke="none">
|
|
12
|
+
<path d="M72 2543 c-19 -9 -41 -32 -53 -54 -18 -37 -19 -70 -19 -1209 0 -1256
|
|
13
|
+
-2 -1209 50 -1255 22 -20 38 -20 1214 -23 655 -1 1200 0 1212 2 29 8 61 38 74
|
|
14
|
+
70 7 18 10 416 10 1209 0 1168 0 1182 -20 1215 -40 65 29 62 -1262 62 -1064 0
|
|
15
|
+
-1176 -2 -1206 -17z"/>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
data/lib/rps/version.rb
CHANGED
data/rps.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |spec|
|
|
2
2
|
spec.name = "PlayRockPaperScissorsGame"
|
|
3
|
-
spec.version = "2.6.
|
|
3
|
+
spec.version = "2.6.5"
|
|
4
4
|
spec.date = "2017-05-08"
|
|
5
5
|
spec.summary = "A Rock Paper Scissors Ruby Gem"
|
|
6
6
|
spec.description = <<-EOF
|
|
@@ -12,7 +12,9 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.require_paths = ["lib"]
|
|
13
13
|
spec.files = `git ls-files -z`.split("\x0")
|
|
14
14
|
spec.test_files = ["./test/test_rps.rb"]
|
|
15
|
-
spec.post_install_message =
|
|
15
|
+
spec.post_install_message = <<-EOF
|
|
16
|
+
Thanks for installing! I hope you will have fun playing rock paper scissors! :)
|
|
17
|
+
EOF
|
|
16
18
|
spec.license = "MIT"
|
|
17
19
|
spec.homepage = "https://bag3318.github.io/RockPaperScissors/"
|
|
18
20
|
spec.required_ruby_version = ">= 2.0.0"
|
|
@@ -21,14 +23,14 @@ Gem::Specification.new do |spec|
|
|
|
21
23
|
spec.cert_chain = ["./certs/gem-public_cert.pem"]
|
|
22
24
|
spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/
|
|
23
25
|
spec.bindir = "bin"
|
|
24
|
-
spec.executables << "rps"
|
|
25
|
-
spec.executables << "PlayRockPaperScissorsGame"
|
|
26
|
-
spec.requirements << "A Windows or Mac computer"
|
|
27
26
|
spec.metadata = {
|
|
28
27
|
"issue_tracker" => "https://github.com/bag3318/RockPaperScissors/issues",
|
|
29
28
|
"source_code" => "https://github.com/bag3318/RockPaperScissors" ,
|
|
30
29
|
"releases" => "https://github.com/bag3318/RockPaperScissors/releases"
|
|
31
30
|
}
|
|
31
|
+
spec.executables << "rps"
|
|
32
|
+
spec.executables << "PlayRockPaperScissorsGame"
|
|
33
|
+
spec.requirements << "A Windows or Mac computer"
|
|
32
34
|
spec.add_runtime_dependency "bundler" , "~> 1.14.6"
|
|
33
35
|
spec.add_runtime_dependency "colorize", "~> 0.8.1"
|
|
34
36
|
spec.add_runtime_dependency "rake" , "~> 12.0.0"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: PlayRockPaperScissorsGame
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- bag3318
|
|
@@ -138,20 +138,40 @@ files:
|
|
|
138
138
|
- docs/_site/How_to_Build.html
|
|
139
139
|
- docs/_site/Testing.html
|
|
140
140
|
- docs/_site/about.html
|
|
141
|
+
- docs/_site/android-chrome-192x192.png
|
|
142
|
+
- docs/_site/android-chrome-256x256.png
|
|
143
|
+
- docs/_site/apple-touch-icon.png
|
|
141
144
|
- docs/_site/assets/css/pace.css
|
|
142
145
|
- docs/_site/assets/css/style.css
|
|
143
146
|
- docs/_site/assets/js/pace.min.js
|
|
147
|
+
- docs/_site/browserconfig.xml
|
|
148
|
+
- docs/_site/favicon-16x16.png
|
|
149
|
+
- docs/_site/favicon-32x32.png
|
|
150
|
+
- docs/_site/favicon.ico
|
|
144
151
|
- docs/_site/index.html
|
|
152
|
+
- docs/_site/manifest.json
|
|
153
|
+
- docs/_site/mstile-150x150.png
|
|
154
|
+
- docs/_site/safari-pinned-tab.svg
|
|
145
155
|
- docs/_site/script/bootstrap
|
|
146
156
|
- docs/_site/script/cibuild
|
|
147
157
|
- docs/_site/script/release
|
|
148
158
|
- docs/_site/script/server
|
|
149
159
|
- docs/about.md
|
|
160
|
+
- docs/android-chrome-192x192.png
|
|
161
|
+
- docs/android-chrome-256x256.png
|
|
162
|
+
- docs/apple-touch-icon.png
|
|
150
163
|
- docs/assets/css/pace.css
|
|
151
164
|
- docs/assets/css/style.scss
|
|
152
165
|
- docs/assets/js/pace.min.js
|
|
166
|
+
- docs/browserconfig.xml
|
|
167
|
+
- docs/favicon-16x16.png
|
|
168
|
+
- docs/favicon-32x32.png
|
|
169
|
+
- docs/favicon.ico
|
|
153
170
|
- docs/index.md
|
|
154
171
|
- docs/jekyll-theme-cayman.gemspec
|
|
172
|
+
- docs/manifest.json
|
|
173
|
+
- docs/mstile-150x150.png
|
|
174
|
+
- docs/safari-pinned-tab.svg
|
|
155
175
|
- docs/script/bootstrap
|
|
156
176
|
- docs/script/cibuild
|
|
157
177
|
- docs/script/release
|
|
@@ -172,8 +192,8 @@ metadata:
|
|
|
172
192
|
issue_tracker: https://github.com/bag3318/RockPaperScissors/issues
|
|
173
193
|
source_code: https://github.com/bag3318/RockPaperScissors
|
|
174
194
|
releases: https://github.com/bag3318/RockPaperScissors/releases
|
|
175
|
-
post_install_message: Thanks for installing! I hope you will have fun playing
|
|
176
|
-
paper scissors! :)
|
|
195
|
+
post_install_message: " Thanks for installing! I hope you will have fun playing
|
|
196
|
+
rock paper scissors! :)\n"
|
|
177
197
|
rdoc_options: []
|
|
178
198
|
require_paths:
|
|
179
199
|
- lib
|
metadata.gz.sig
CHANGED
|
Binary file
|