PlayRockPaperScissorsGame 1.9.3 → 1.9.4

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: 93fc2566e65f78d992b460a24eb2de293dbe5ea9
4
- data.tar.gz: 20ebf8d01b47355dfb3766974e4e710e369f6148
3
+ metadata.gz: 278ab21cce8b49af883dbb16e21257037b0a77db
4
+ data.tar.gz: 182abd15fe17072bcb540ce1bd844d195f6d90a2
5
5
  SHA512:
6
- metadata.gz: 22c57413f9e73cfe212d3afd4b0919deffd9daa33e28d1baf501a172e701a621a8899fe91abc7fc12c752ff06a84e8cac7e1a6a700279608896a5aafbed89d37
7
- data.tar.gz: b5fcf6efd43a2ba103ca24db97fd468b50febaeb57d85219f7c7ab2e132153477767ea73efd6eba3f3942f06f75ea82687f09ab243f60138a1530d31eb794bbc
6
+ metadata.gz: 44da0772be20c687bf1be04908d325cbaef390ba6b84c7a87e1712fb7355dcbde6a431dbfe2c5e484914ffdc3deb69e3237b085e0ae665462d379dd2c4883794
7
+ data.tar.gz: decb3b0bb269a642edc80de2241b0c45649d619ef84d4c59482a47cade56b3269484c85b7258c0149edec1f925291ee9c000b0547bad1d985321fd03cb54a83e
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,7 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
1
5
  # Contributor Covenant Code of Conduct
2
6
 
3
7
  ## Our Pledge
@@ -72,3 +76,7 @@ available at [http://contributor-covenant.org/version/1/4][version]
72
76
 
73
77
  [homepage]: http://contributor-covenant.org
74
78
  [version]: http://contributor-covenant.org/version/1/4/
79
+
80
+ ------------
81
+
82
+ [Home](./)
data/docs/CONTRIBUTING.md CHANGED
@@ -1,3 +1,7 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
1
5
  ## Contributing
2
6
 
3
7
  Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
@@ -31,3 +35,5 @@ Here are a few things you can do that will increase the likelihood of your pull
31
35
  [pr]: https://github.com/pages-themes/cayman/compare
32
36
  [style]: http://ben.balter.com/jekyll-style-guide/
33
37
  [code-of-conduct]: CODE_OF_CONDUCT.md
38
+
39
+ [Home](./)
data/docs/index.md CHANGED
@@ -40,4 +40,8 @@ How to Run and Install
40
40
 
41
41
  1. Open the `rps.bat` file (located in the `exec` folder)
42
42
 
43
+ ----------
44
+
45
+ [Contributing](CONTRIBUTING) | [Code of Conduct](CODE_OF_CONDUCT)
46
+
43
47
  [//]: # (end)
data/lib/rps/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PlayRockPaperScissorsGame
2
- VERSION = "1.9.3"
2
+ VERSION = "1.9.4"
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 = "1.9.3"
3
+ spec.version = "1.9.4"
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.3
4
+ version: 1.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
metadata.gz.sig CHANGED
Binary file