PlayRockPaperScissorsGame 2.0.6 → 2.0.7

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: da6b8ede4186f905b4fea070b315e2f2b54950f7
4
- data.tar.gz: 31e599e9b9a7c53dffa66f416b158e7e1bf3cae1
3
+ metadata.gz: 1924e4e076dfb54b23f2a1a7ed4b18fe4fe5f4b2
4
+ data.tar.gz: 98a6fca94d6d9763a451d98fb85fccae853fade0
5
5
  SHA512:
6
- metadata.gz: 7fa7e11f826c7a5e0ccb8bd07d44ef68ed7c2e8a0718330e0c0212e803295a96af30fc44cfd5326372fae43d807ca82cee81cc4a5a5b5be77d0b9766549325e2
7
- data.tar.gz: e399672f56f62bdef9d9a18a0a361c0c96239f38171434426a682c21a91ef8f825c71cc0928aa6d327703d8f6edbfb7e285d5580af7aa5ab8bb08c231a4114c2
6
+ metadata.gz: 516b7e4b25af3af2d5a0cfbd097760a2a702959c87456dc013cec88e669ad03a81373acead58a732f77176a9e3368650465f77f0b5f19140cb35f1f86fb2c696
7
+ data.tar.gz: 760f9d0f3657a1573bacdc67f7df8b1cdf223c5845b19347673b897e1ab5e38fc9f1f6d697463bf936546a78ac1c929b8b5fbe89bb2286a4472090deeab76d38
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
@@ -1,5 +1 @@
1
- ;?����"^��ͪ*��S�:�3���3��'܉�5�~���4��\��$Y^���5��J���<[��O6��aO5uC ��ek��BV(y�Hё�GQ�pO��g
2
- k]��E����pi���\��y�~��Bj
3
- q�yF���ۍ(V����J�!��~
4
- Vrkߋ5-(ʌ\F|.�gW��U(�.C��LO��<��Ύ����V�9wTtG��������(��JZ
5
- '* v����E�3�D����d��
1
+ '�@��`���ф(����:�Ƹl�0��-�1Ν��������.����5).�����(�^��Y�ƃ_����U���P�M�Vr��{(sK2-��x�A�`J�Z�$���Q��)زǿ�=��+���r|֎�륈;YihT�%H&�Iu���g����$/#� 𛘩�5�=Hl$Zf��&-^\��($o���c&ۄP͸�)9B�<� sJ����b:����jg-D
@@ -15,12 +15,14 @@
15
15
  <h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
16
16
  {% if site.github.is_project_page %}
17
17
  <a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
18
- <a href="https://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
18
+ <a href="{{ site.github.issues_url }}" class="btn">Report a Bug</a>
19
19
  {% endif %}
20
20
  {% if site.show_downloads %}
21
21
  <a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
22
22
  <a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
23
23
  {% endif %}
24
+ <br/>
25
+ <a href="#site-nav" class="btn">Site Nav</a>
24
26
  </section>
25
27
 
26
28
  <section class="main-content">
@@ -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=f365ac74e7ac18b5bb74b746a5ace5119e6cd253">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=45e382f8a2e6d0c42f3545866e4a625138619b16">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -15,12 +15,14 @@
15
15
  <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
16
16
 
17
17
  <a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
18
- <a href="https://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
18
+ <a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
19
19
 
20
20
 
21
21
  <a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
22
22
  <a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>
23
23
 
24
+ <br/>
25
+ <a href="#site-nav" class="btn">Site Nav</a>
24
26
  </section>
25
27
 
26
28
  <section class="main-content">
@@ -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=f365ac74e7ac18b5bb74b746a5ace5119e6cd253">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=45e382f8a2e6d0c42f3545866e4a625138619b16">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -15,12 +15,14 @@
15
15
  <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
16
16
 
17
17
  <a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
18
- <a href="https://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
18
+ <a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
19
19
 
20
20
 
21
21
  <a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
22
22
  <a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>
23
23
 
24
+ <br/>
25
+ <a href="#site-nav" class="btn">Site Nav</a>
24
26
  </section>
25
27
 
26
28
  <section class="main-content">
@@ -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=f365ac74e7ac18b5bb74b746a5ace5119e6cd253">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=45e382f8a2e6d0c42f3545866e4a625138619b16">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -15,12 +15,14 @@
15
15
  <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
16
16
 
17
17
  <a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
18
- <a href="https://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
18
+ <a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
19
19
 
20
20
 
21
21
  <a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
22
22
  <a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>
23
23
 
24
+ <br/>
25
+ <a href="#site-nav" class="btn">Site Nav</a>
24
26
  </section>
25
27
 
26
28
  <section class="main-content">
@@ -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=f365ac74e7ac18b5bb74b746a5ace5119e6cd253">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=45e382f8a2e6d0c42f3545866e4a625138619b16">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -15,12 +15,14 @@
15
15
  <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
16
16
 
17
17
  <a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
18
- <a href="https://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
18
+ <a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
19
19
 
20
20
 
21
21
  <a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
22
22
  <a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>
23
23
 
24
+ <br/>
25
+ <a href="#site-nav" class="btn">Site Nav</a>
24
26
  </section>
25
27
 
26
28
  <section class="main-content">
@@ -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=f365ac74e7ac18b5bb74b746a5ace5119e6cd253">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=45e382f8a2e6d0c42f3545866e4a625138619b16">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -15,12 +15,14 @@
15
15
  <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
16
16
 
17
17
  <a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
18
- <a href="https://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
18
+ <a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
19
19
 
20
20
 
21
21
  <a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
22
22
  <a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>
23
23
 
24
+ <br/>
25
+ <a href="#site-nav" class="btn">Site Nav</a>
24
26
  </section>
25
27
 
26
28
  <section class="main-content">
data/lib/rps/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PlayRockPaperScissorsGame
2
- VERSION = "2.0.6"
2
+ VERSION = "2.0.7"
3
3
  end
data/rps.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "2.0.6"
3
+ spec.version = "2.0.7"
4
4
  spec.date = "2017-04-02"
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: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
metadata.gz.sig CHANGED
Binary file