PlayRockPaperScissorsGame 1.9.5 → 1.9.6

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: c9c951478d0b4916daea36dbfb27413bb1657d5a
4
- data.tar.gz: 6a59bd9e59edb5597f1900632d7a40a4bf09a687
3
+ metadata.gz: 495f6f138cc9c53b0e2f9540b9bf323e20d65edc
4
+ data.tar.gz: 392ce4032ecd4ec9d853b69096ebb1b6236f6e40
5
5
  SHA512:
6
- metadata.gz: d2a84138303b74532ec95c19166e27e8de21bb9d36ede1d2445272c854ce3598f789253c07e6f60430e6c1daa95975b403d12e0a5c24b5ed6abf261de2c1c294
7
- data.tar.gz: 9a70764165fa66880616a4a0349887fd68749b785cb7dfc870890bee32a22618f9279bef63803f89cf269e762c40a9aa10b25ee7a8fc8f79b5b1b17b808f0be9
6
+ metadata.gz: 3f123b4c44e2bdc18583056a17e489e447e29dc060cc428a263335b25f7b278b583f0762e4041dec36cd1d8269ab432955ce4f6c03c5e32e77b17d30ffd33768
7
+ data.tar.gz: df3bc7823f78c3668ffebb79f628d6acb0fc0c78f896ad67aff2a87f845a254bcda41666900af0998c2d4c0b9ceca6f3344931b49b173bea0a7a21baa73406da
Binary file
data.tar.gz.sig CHANGED
@@ -1,3 +1,2 @@
1
- q1מ�7�
2
- �}�.���<�D&؉^~��p
3
- Cv�<G��h���G[�
1
+ '�興-���SRH��j���诿���H��Ҽ��_r��N��8O3�"k��`�@
2
+ ��)С"��D�2!s=o��z�����)��Zc��x�՜�㔟s��x�":�ՁSDv��y���
@@ -79,4 +79,4 @@ available at [http://contributor-covenant.org/version/1/4][version]
79
79
 
80
80
  ------------
81
81
 
82
- [Home](./)
82
+ [Home](./) | [Contributing](CONTRIBUTING)
@@ -36,4 +36,4 @@ Here are a few things you can do that will increase the likelihood of your pull
36
36
  [style]: http://ben.balter.com/jekyll-style-guide/
37
37
  [code-of-conduct]: CODE_OF_CONDUCT.md
38
38
 
39
- [Home](./)
39
+ [Home](./) | [Code of Conduct](CODE_OF_CONDUCT)
@@ -3,3 +3,9 @@ description: A Ruby Programmed Rock Paper Scissors Game
3
3
  show_downloads: true
4
4
  google_analytics:
5
5
  theme: jekyll-theme-cayman
6
+ exclude: [
7
+ Gemfile,
8
+ jekyll-theme-cayman.gemspec,
9
+ thumbnail.png,
10
+ LICENSE
11
+ ]
@@ -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=cb3f7f6f88d9139c4e4471a65d68f1dce95c26cc">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=56855f08c378e5be52ffe23f0286aa90fa0e0707">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -101,7 +101,14 @@ available at <a href="http://contributor-covenant.org/version/1/4/">http://contr
101
101
 
102
102
  <hr />
103
103
 
104
- <p><a href="./">Home</a></p>
104
+ <table>
105
+ <tbody>
106
+ <tr>
107
+ <td><a href="./">Home</a></td>
108
+ <td><a href="CONTRIBUTING">Contributing</a></td>
109
+ </tr>
110
+ </tbody>
111
+ </table>
105
112
 
106
113
 
107
114
  <footer class="site-footer">
@@ -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=cb3f7f6f88d9139c4e4471a65d68f1dce95c26cc">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=56855f08c378e5be52ffe23f0286aa90fa0e0707">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -27,7 +27,7 @@
27
27
 
28
28
  <p>Hi there! We’re thrilled that you’d like to contribute to this project. Your help is essential for keeping it great.</p>
29
29
 
30
- <p>Please note that this project is released with a <a href="/CODE_OF_CONDUCT.md">Contributor Code of Conduct</a>. By participating in this project you agree to abide by its terms.</p>
30
+ <p>Please note that this project is released with a <a href="CODE_OF_CONDUCT.md">Contributor Code of Conduct</a>. By participating in this project you agree to abide by its terms.</p>
31
31
 
32
32
  <h2 id="submitting-a-pull-request">Submitting a pull request</h2>
33
33
 
@@ -58,7 +58,14 @@
58
58
  <li><a href="https://help.github.com">GitHub Help</a></li>
59
59
  </ul>
60
60
 
61
- <p><a href="./">Home</a></p>
61
+ <table>
62
+ <tbody>
63
+ <tr>
64
+ <td><a href="./">Home</a></td>
65
+ <td><a href="CODE_OF_CONDUCT">Code of Conduct</a></td>
66
+ </tr>
67
+ </tbody>
68
+ </table>
62
69
 
63
70
 
64
71
  <footer class="site-footer">
@@ -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=cb3f7f6f88d9139c4e4471a65d68f1dce95c26cc">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=56855f08c378e5be52ffe23f0286aa90fa0e0707">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -1,3 +1,3 @@
1
1
  module PlayRockPaperScissorsGame
2
- VERSION = "1.9.5"
2
+ VERSION = "1.9.6"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "1.9.5"
3
+ spec.version = "1.9.6"
4
4
  spec.date = "2017-04-01"
5
5
  spec.summary = "A Rock Paper Scissors Ruby Gem"
6
6
  spec.description = <<-EOF
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: 1.9.5
4
+ version: 1.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
@@ -123,17 +123,13 @@ files:
123
123
  - docs/_sass/variables.scss
124
124
  - docs/_site/CODE_OF_CONDUCT.html
125
125
  - docs/_site/CONTRIBUTING.html
126
- - docs/_site/Gemfile
127
- - docs/_site/LICENSE
128
126
  - docs/_site/assets/css/style.css
129
127
  - docs/_site/index.html
130
128
  - docs/_site/index.md
131
- - docs/_site/jekyll-theme-cayman.gemspec
132
129
  - docs/_site/script/bootstrap
133
130
  - docs/_site/script/cibuild
134
131
  - docs/_site/script/release
135
132
  - docs/_site/script/server
136
- - docs/_site/thumbnail.png
137
133
  - docs/assets/css/style.scss
138
134
  - docs/index.md
139
135
  - docs/jekyll-theme-cayman.gemspec
metadata.gz.sig CHANGED
Binary file
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec
4
- gem "github-pages", group: :jekyll_plugins
@@ -1,116 +0,0 @@
1
- CC0 1.0 Universal
2
-
3
- Statement of Purpose
4
-
5
- The laws of most jurisdictions throughout the world automatically confer
6
- exclusive Copyright and Related Rights (defined below) upon the creator and
7
- subsequent owner(s) (each and all, an "owner") of an original work of
8
- authorship and/or a database (each, a "Work").
9
-
10
- Certain owners wish to permanently relinquish those rights to a Work for the
11
- purpose of contributing to a commons of creative, cultural and scientific
12
- works ("Commons") that the public can reliably and without fear of later
13
- claims of infringement build upon, modify, incorporate in other works, reuse
14
- and redistribute as freely as possible in any form whatsoever and for any
15
- purposes, including without limitation commercial purposes. These owners may
16
- contribute to the Commons to promote the ideal of a free culture and the
17
- further production of creative, cultural and scientific works, or to gain
18
- reputation or greater distribution for their Work in part through the use and
19
- efforts of others.
20
-
21
- For these and/or other purposes and motivations, and without any expectation
22
- of additional consideration or compensation, the person associating CC0 with a
23
- Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
24
- and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
25
- and publicly distribute the Work under its terms, with knowledge of his or her
26
- Copyright and Related Rights in the Work and the meaning and intended legal
27
- effect of CC0 on those rights.
28
-
29
- 1. Copyright and Related Rights. A Work made available under CC0 may be
30
- protected by copyright and related or neighboring rights ("Copyright and
31
- Related Rights"). Copyright and Related Rights include, but are not limited
32
- to, the following:
33
-
34
- i. the right to reproduce, adapt, distribute, perform, display, communicate,
35
- and translate a Work;
36
-
37
- ii. moral rights retained by the original author(s) and/or performer(s);
38
-
39
- iii. publicity and privacy rights pertaining to a person's image or likeness
40
- depicted in a Work;
41
-
42
- iv. rights protecting against unfair competition in regards to a Work,
43
- subject to the limitations in paragraph 4(a), below;
44
-
45
- v. rights protecting the extraction, dissemination, use and reuse of data in
46
- a Work;
47
-
48
- vi. database rights (such as those arising under Directive 96/9/EC of the
49
- European Parliament and of the Council of 11 March 1996 on the legal
50
- protection of databases, and under any national implementation thereof,
51
- including any amended or successor version of such directive); and
52
-
53
- vii. other similar, equivalent or corresponding rights throughout the world
54
- based on applicable law or treaty, and any national implementations thereof.
55
-
56
- 2. Waiver. To the greatest extent permitted by, but not in contravention of,
57
- applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
58
- unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
59
- and Related Rights and associated claims and causes of action, whether now
60
- known or unknown (including existing as well as future claims and causes of
61
- action), in the Work (i) in all territories worldwide, (ii) for the maximum
62
- duration provided by applicable law or treaty (including future time
63
- extensions), (iii) in any current or future medium and for any number of
64
- copies, and (iv) for any purpose whatsoever, including without limitation
65
- commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
66
- the Waiver for the benefit of each member of the public at large and to the
67
- detriment of Affirmer's heirs and successors, fully intending that such Waiver
68
- shall not be subject to revocation, rescission, cancellation, termination, or
69
- any other legal or equitable action to disrupt the quiet enjoyment of the Work
70
- by the public as contemplated by Affirmer's express Statement of Purpose.
71
-
72
- 3. Public License Fallback. Should any part of the Waiver for any reason be
73
- judged legally invalid or ineffective under applicable law, then the Waiver
74
- shall be preserved to the maximum extent permitted taking into account
75
- Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
76
- is so judged Affirmer hereby grants to each affected person a royalty-free,
77
- non transferable, non sublicensable, non exclusive, irrevocable and
78
- unconditional license to exercise Affirmer's Copyright and Related Rights in
79
- the Work (i) in all territories worldwide, (ii) for the maximum duration
80
- provided by applicable law or treaty (including future time extensions), (iii)
81
- in any current or future medium and for any number of copies, and (iv) for any
82
- purpose whatsoever, including without limitation commercial, advertising or
83
- promotional purposes (the "License"). The License shall be deemed effective as
84
- of the date CC0 was applied by Affirmer to the Work. Should any part of the
85
- License for any reason be judged legally invalid or ineffective under
86
- applicable law, such partial invalidity or ineffectiveness shall not
87
- invalidate the remainder of the License, and in such case Affirmer hereby
88
- affirms that he or she will not (i) exercise any of his or her remaining
89
- Copyright and Related Rights in the Work or (ii) assert any associated claims
90
- and causes of action with respect to the Work, in either case contrary to
91
- Affirmer's express Statement of Purpose.
92
-
93
- 4. Limitations and Disclaimers.
94
-
95
- a. No trademark or patent rights held by Affirmer are waived, abandoned,
96
- surrendered, licensed or otherwise affected by this document.
97
-
98
- b. Affirmer offers the Work as-is and makes no representations or warranties
99
- of any kind concerning the Work, express, implied, statutory or otherwise,
100
- including without limitation warranties of title, merchantability, fitness
101
- for a particular purpose, non infringement, or the absence of latent or
102
- other defects, accuracy, or the present or absence of errors, whether or not
103
- discoverable, all to the greatest extent permissible under applicable law.
104
-
105
- c. Affirmer disclaims responsibility for clearing rights of other persons
106
- that may apply to the Work or any use thereof, including without limitation
107
- any person's Copyright and Related Rights in the Work. Further, Affirmer
108
- disclaims responsibility for obtaining any necessary consents, permissions
109
- or other rights required for any use of the Work.
110
-
111
- d. Affirmer understands and acknowledges that Creative Commons is not a
112
- party to this document and has no duty or obligation with respect to this
113
- CC0 or use of the Work.
114
-
115
- For more information, please see
116
- <http://creativecommons.org/publicdomain/zero/1.0/>
@@ -1,18 +0,0 @@
1
- # encoding: utf-8
2
-
3
- Gem::Specification.new do |s|
4
- s.name = "jekyll-theme-cayman"
5
- s.version = "0.0.4"
6
- s.license = "CC0-1.0"
7
- s.authors = ["Jason Long", "GitHub, Inc."]
8
- s.email = ["opensource+jekyll-theme-cayman@github.com"]
9
- s.homepage = "https://github.com/pages-themes/cayman"
10
- s.summary = "Cayman is a Jekyll theme for GitHub Pages"
11
-
12
- s.files = `git ls-files -z`.split("\x0").select do |f|
13
- f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
14
- end
15
-
16
- s.platform = Gem::Platform::RUBY
17
- s.add_runtime_dependency "jekyll", "~> 3.3"
18
- end
Binary file