PlayRockPaperScissorsGame 2.2.1 → 2.2.2

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: 61cdba756cac98714241966be87eb50e5263cc92
4
- data.tar.gz: 9c5c2fc4c3cf92ca4f69e4f9d45bcf2b7ff61e4c
3
+ metadata.gz: 9096c4f1cfd8d5e5b0df101ed39ca4a9f84bc16d
4
+ data.tar.gz: 0b06fa41fa4322237eb5519c2aa96e2b6736d5a2
5
5
  SHA512:
6
- metadata.gz: 1707afdcd894862627ad6b660e014ee0fb344df6aa4d902b6c2fe224f4726c17703a6ea0f0f9fdb46502c06efb99da2e82696f1c935c0cc9c1b3c591c5c616b3
7
- data.tar.gz: 17005c52c3f5ca4295e954a7b01c63224618bed22f0c5b93ac8a65e399fd77cf6900db89b316ae7cfdf5791dded04d9bfe87ee1960582d0084288855d54bc64a
6
+ metadata.gz: 22b91af2e56c563c3cc6bc78da81ecb40a988404004c17718262e79212100abb7675cea79352fbb0a3f6e828561686bb1863996de1431fad05e601f9f6b71173
7
+ data.tar.gz: c2b80d23c00c460e8596df6891dfdd62740ce46586e006ef97c90c87a6c08a87885d0c3425a4dc091f5a4472a46b6b28bf79fea0fccd42a27e200d23bb3cc366
checksums.yaml.gz.sig CHANGED
Binary file
data/Rakefile CHANGED
@@ -4,8 +4,6 @@ task :default => [:test, :PlayRockPaperScissorsGame, :rps]
4
4
 
5
5
  file_path = "./test/test_rps.rb"
6
6
 
7
- # rps = Regexp.new(/\A((PlayRockPaperScissorsGame)(\-)(\d\.\d\.\d)(\.gem))\z/)
8
-
9
7
  task :test do
10
8
  ruby file_path
11
9
  end
@@ -18,9 +16,11 @@ task :rps do
18
16
  ruby file_path
19
17
  end
20
18
 
19
+ # rps = Regexp.new(/\A((PlayRockPaperScissorsGame)(\-)(\d\.\d\.\d)(\.gem))\z/)
20
+
21
21
  RDoc::Task.new do |rdoc|
22
22
  rdoc.main = "README.md"
23
23
  # rdoc.rdoc_files.include(`git ls-files -z`.split("\x0"))
24
- rdoc.rdoc_files.include(["lib/**/*.rb", "bin/*", "test/*.rb", "Gemfile", "Rakefile", "rps.gemspec", "README.md"])
24
+ rdoc.rdoc_files.include(["lib/**/*.rb", "bin/**", "test/*.rb", "Gemfile", "Rakefile", "rps.gemspec", "README.md"])
25
25
  rdoc.rdoc_dir = "rdoc"
26
26
  end
data/docs/_config.yml CHANGED
@@ -1,11 +1,14 @@
1
1
  title: Play Rock Paper Scissors Game
2
2
  description: A Ruby Programmed Rock Paper Scissors Game
3
3
  show_downloads: true
4
- google_analytics:
4
+ google_analytics: true
5
5
  theme: jekyll-theme-cayman
6
6
  exclude: [
7
7
  Gemfile,
8
+ Gemfile.lock,
8
9
  jekyll-theme-cayman.gemspec,
9
10
  thumbnail.png,
10
11
  LICENSE
11
- ]
12
+ ]
13
+ include:
14
+ - index.md
@@ -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=899af64523b4bd69c109e968f0e54d69e4ef0283">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=5d649beb58d70296e6f82f9dfa07004d27536390">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -128,5 +128,15 @@ available at <a href="http://contributor-covenant.org/version/1/4/">http://contr
128
128
  </section>
129
129
 
130
130
 
131
+ <script type="text/javascript">
132
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
133
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
134
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
135
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
136
+
137
+ ga('create', 'true', 'auto');
138
+ ga('send', 'pageview');
139
+ </script>
140
+
131
141
  </body>
132
142
  </html>
@@ -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=899af64523b4bd69c109e968f0e54d69e4ef0283">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=5d649beb58d70296e6f82f9dfa07004d27536390">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -87,5 +87,15 @@
87
87
  </section>
88
88
 
89
89
 
90
+ <script type="text/javascript">
91
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
92
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
93
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
94
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
95
+
96
+ ga('create', 'true', 'auto');
97
+ ga('send', 'pageview');
98
+ </script>
99
+
90
100
  </body>
91
101
  </html>
@@ -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=899af64523b4bd69c109e968f0e54d69e4ef0283">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=5d649beb58d70296e6f82f9dfa07004d27536390">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -77,5 +77,15 @@
77
77
  </section>
78
78
 
79
79
 
80
+ <script type="text/javascript">
81
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
82
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
83
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
84
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
85
+
86
+ ga('create', 'true', 'auto');
87
+ ga('send', 'pageview');
88
+ </script>
89
+
80
90
  </body>
81
91
  </html>
@@ -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=899af64523b4bd69c109e968f0e54d69e4ef0283">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=5d649beb58d70296e6f82f9dfa07004d27536390">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -69,5 +69,15 @@
69
69
  </section>
70
70
 
71
71
 
72
+ <script type="text/javascript">
73
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
74
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
75
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
76
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
77
+
78
+ ga('create', 'true', 'auto');
79
+ ga('send', 'pageview');
80
+ </script>
81
+
72
82
  </body>
73
83
  </html>
@@ -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=899af64523b4bd69c109e968f0e54d69e4ef0283">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=5d649beb58d70296e6f82f9dfa07004d27536390">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -128,5 +128,15 @@
128
128
  </section>
129
129
 
130
130
 
131
+ <script type="text/javascript">
132
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
133
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
134
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
135
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
136
+
137
+ ga('create', 'true', 'auto');
138
+ ga('send', 'pageview');
139
+ </script>
140
+
131
141
  </body>
132
142
  </html>
data/lib/rps/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PlayRockPaperScissorsGame
2
- VERSION = "2.2.1"
2
+ VERSION = "2.2.2"
3
3
  end
data/rps.gemspec CHANGED
@@ -1,13 +1,11 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "2.2.1"
3
+ spec.version = "2.2.2"
4
4
  spec.date = "2017-04-03"
5
5
  spec.summary = "A Rock Paper Scissors Ruby Gem"
6
6
  spec.description = <<-EOF
7
7
  A Ruby-programmed rock paper scissors game.
8
- To install: gem install PlayRockPaperScissorsGame;
9
- To run: rps; or: PlayRockPaperScissorsGame;
10
- For issues: https://github.com/bag3318/RockPaperScissors/issues
8
+ Now you cam play rock paper scissors whenever you'd like! :)
11
9
  EOF
12
10
  spec.author = "bag3318"
13
11
  spec.platform = Gem::Platform::RUBY
data.tar.gz.sig CHANGED
Binary file
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.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
@@ -102,9 +102,8 @@ dependencies:
102
102
  - - "~>"
103
103
  - !ruby/object:Gem::Version
104
104
  version: 5.1.0
105
- description: " A Ruby-programmed rock paper scissors game. \n To install: gem
106
- install PlayRockPaperScissorsGame;\n To run: rps; or: PlayRockPaperScissorsGame;
107
- \n For issues: https://github.com/bag3318/RockPaperScissors/issues\n"
105
+ description: " A Ruby-programmed rock paper scissors game. \n Now you cam play
106
+ rock paper scissors whenever you'd like! :)\n"
108
107
  email:
109
108
  executables:
110
109
  - rps
metadata.gz.sig CHANGED
Binary file