PlayRockPaperScissorsGame 2.0.3 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/docs/How_to_Build.md +7 -8
- data/docs/_site/CODE_OF_CONDUCT.html +1 -1
- data/docs/_site/CONTRIBUTING.html +1 -1
- data/docs/_site/How_to_Build.html +1 -2
- data/docs/_site/Testing.html +1 -1
- data/docs/_site/index.html +1 -1
- data/lib/rps/version.rb +1 -1
- data/rps.gemspec +1 -1
- metadata +1 -1
- 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: 4be6449dd12bab50dcd305ffa25a8fe2cb1b81af
|
4
|
+
data.tar.gz: 19c7efca6137eb53d09d31ea92a10df5345c2265
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ea8ad31003115d58adab5dbebb4bf849a341514e26715e8193e523e7138bb79fc2e251ab49f27c99bd93132a2e201225e12e53547de5c096230e9f10a97b734
|
7
|
+
data.tar.gz: f23a652e90102a3342cfa185b3b53e26175551f6b5e287c3f0e89cd40f11549787bf9f941c608764e705d9c5fcb909cacd9c6f3f3ddbba2cbb50b16f7a8f60cc
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/docs/How_to_Build.md
CHANGED
@@ -6,16 +6,15 @@ layout: default
|
|
6
6
|
|
7
7
|
## Instructions
|
8
8
|
|
9
|
-
1.
|
10
|
-
2.
|
11
|
-
3. Delete these lines:
|
9
|
+
1. Open the `rps.gemspec` file with your preferred **IDE**
|
10
|
+
2. Delete these lines:
|
12
11
|
+ `spec.cert_chain = ["certs/gem-public_cert.pem"]`
|
13
12
|
- `spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/`
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
3. Save
|
14
|
+
4. Open `Terminal`/`Command Prompt`
|
15
|
+
5. `cd` to the directory of the `rps.gemspec` file (**note: this file must be in the _root_ of the repo folder**)
|
16
|
+
6. Type: `gem build rps`
|
17
|
+
7. Hit <kbd>return</kbd>/<kbd>enter</kbd>
|
19
18
|
|
20
19
|
-----------
|
21
20
|
|
@@ -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=
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=20afd8e330863cfaec5a2067cb15052371eb3427">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
@@ -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=
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=20afd8e330863cfaec5a2067cb15052371eb3427">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
@@ -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=
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=20afd8e330863cfaec5a2067cb15052371eb3427">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
@@ -29,7 +29,6 @@
|
|
29
29
|
<h2 id="instructions">Instructions</h2>
|
30
30
|
|
31
31
|
<ol>
|
32
|
-
<li>Upload this repo to your own repo on <strong>GitHub</strong> (<strong>note: you <em>MUST</em> change something in this repo!</strong>)</li>
|
33
32
|
<li>Open the <code class="highlighter-rouge">rps.gemspec</code> file with your preferred <strong>IDE</strong></li>
|
34
33
|
<li>Delete these lines:
|
35
34
|
<ul>
|
data/docs/_site/Testing.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=
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=20afd8e330863cfaec5a2067cb15052371eb3427">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
data/docs/_site/index.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=
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=20afd8e330863cfaec5a2067cb15052371eb3427">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
data/lib/rps/version.rb
CHANGED
data/rps.gemspec
CHANGED
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|