deploy_log 0.2.0 → 0.2.1a
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +22 -0
- data/_config.yml +1 -0
- data/bin/deploy_log +7 -1
- data/deploy_log.gemspec +1 -1
- data/docs/CODE_OF_CONDUCT_md.html +162 -0
- data/docs/DeployLog/Calendar.html +154 -0
- data/docs/DeployLog/Error.html +103 -0
- data/docs/DeployLog/Github/Deploys.html +388 -0
- data/docs/DeployLog/Github/Helper.html +314 -0
- data/docs/DeployLog/Github.html +96 -0
- data/docs/DeployLog.html +112 -0
- data/docs/DeployLogTest.html +117 -0
- data/docs/Gemfile.html +98 -0
- data/docs/LICENSE_txt.html +104 -0
- data/docs/README_md.html +219 -0
- data/docs/Rakefile.html +107 -0
- data/docs/_config.yml +1 -0
- data/docs/bin/setup.html +100 -0
- data/docs/created.rid +30 -0
- data/docs/css/fonts.css +167 -0
- data/docs/css/rdoc.css +590 -0
- data/docs/deploy_log_gemspec.html +125 -0
- data/docs/fonts/Lato-Light.ttf +0 -0
- data/docs/fonts/Lato-LightItalic.ttf +0 -0
- data/docs/fonts/Lato-Regular.ttf +0 -0
- data/docs/fonts/Lato-RegularItalic.ttf +0 -0
- data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
- data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
- data/docs/images/add.png +0 -0
- data/docs/images/arrow_up.png +0 -0
- data/docs/images/brick.png +0 -0
- data/docs/images/brick_link.png +0 -0
- data/docs/images/bug.png +0 -0
- data/docs/images/bullet_black.png +0 -0
- data/docs/images/bullet_toggle_minus.png +0 -0
- data/docs/images/bullet_toggle_plus.png +0 -0
- data/docs/images/date.png +0 -0
- data/docs/images/delete.png +0 -0
- data/docs/images/find.png +0 -0
- data/docs/images/loadingAnimation.gif +0 -0
- data/docs/images/macFFBgHack.png +0 -0
- data/docs/images/package.png +0 -0
- data/docs/images/page_green.png +0 -0
- data/docs/images/page_white_text.png +0 -0
- data/docs/images/page_white_width.png +0 -0
- data/docs/images/plugin.png +0 -0
- data/docs/images/ruby.png +0 -0
- data/docs/images/tag_blue.png +0 -0
- data/docs/images/tag_green.png +0 -0
- data/docs/images/transparent.png +0 -0
- data/docs/images/wrench.png +0 -0
- data/docs/images/wrench_orange.png +0 -0
- data/docs/images/zoom.png +0 -0
- data/docs/index.html +117 -0
- data/docs/js/darkfish.js +161 -0
- data/docs/js/jquery.js +4 -0
- data/docs/js/navigation.js +141 -0
- data/docs/js/navigation.js.gz +0 -0
- data/docs/js/search.js +109 -0
- data/docs/js/search_index.js +1 -0
- data/docs/js/search_index.js.gz +0 -0
- data/docs/js/searcher.js +229 -0
- data/docs/js/searcher.js.gz +0 -0
- data/docs/table_of_contents.html +213 -0
- data/lib/deploy_log/github/deploys.rb +3 -1
- data/lib/deploy_log/github/helper.rb +30 -3
- data/lib/deploy_log/version.rb +1 -1
- metadata +65 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e474bfe238ffb6a9e19ca5bcb3a2e4f8c8641b3afbcd677b1af76bf38d80d7c
|
4
|
+
data.tar.gz: 788d70359a3945aae9967132e2bcf61819905033cfbbb830ef79f4cb74f84daf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc8f080dc1d77b4971d9ce7f6c4343bb0d07368eb1194c3ef4396bee7ed513d489d26473bbc35d19c8f8af3bc6c99c5ed7b328e5edea22414b81f44243d486f1
|
7
|
+
data.tar.gz: 5c40a73c8a21f2c6f6f8017caa604591d3b10c010ef18a3836171ede3517c8dbeb1562c28d0d88227ccd1bb26fdacbc6c1e19c1675a3bdec6ca7fde61e448f88
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -30,6 +30,7 @@ Search in any valid date range.
|
|
30
30
|
|
31
31
|
```bash
|
32
32
|
$ deploy_log my/repo --start=2019-06-11 --end=2019-06-12
|
33
|
+
$ deploy_log my/repo -s 2019-06-11 -e 2019-06-12
|
33
34
|
|
34
35
|
# My PR title (https://github.com/my/repo/pull/1)
|
35
36
|
# - Created by octocat
|
@@ -46,6 +47,7 @@ Search by PR name.
|
|
46
47
|
|
47
48
|
```bash
|
48
49
|
$ deploy_log my/repo --title="My PR title"
|
50
|
+
$ deploy_log my/repo -t "My PR title"
|
49
51
|
|
50
52
|
# My PR title (https://github.com/my/repo/pull/1)
|
51
53
|
# - Created by octocat
|
@@ -62,6 +64,7 @@ Find a PR by branch name.
|
|
62
64
|
|
63
65
|
```bash
|
64
66
|
$ deploy_log my/repo --branch="my_branch"
|
67
|
+
$ deploy_log my/repo -b "my_branch"
|
65
68
|
|
66
69
|
# My PR title (https://github.com/my/repo/pull/1)
|
67
70
|
# - Created by octocat
|
@@ -74,6 +77,25 @@ $ deploy_log my/repo --branch="my_branch"
|
|
74
77
|
# ============================================================
|
75
78
|
```
|
76
79
|
|
80
|
+
Get all PRs merged during a specific week.
|
81
|
+
|
82
|
+
```bash
|
83
|
+
$ deploy_log my/repo --week="12"
|
84
|
+
$ deploy_log my/repo -w 12
|
85
|
+
|
86
|
+
# Better Tests (https://github.com/aapis/deploy_log/pull/1)
|
87
|
+
# - Created by aapis
|
88
|
+
# - Branch: my_branch
|
89
|
+
# - Merged by aapis on 12/6/2019 @ 01:45:38pm
|
90
|
+
# - Changes: https://github.com/aapis/deploy_log/pull/1.diff
|
91
|
+
# -- aapis committed 'change file structure to support other providers in the future' at 12/6/2019 @ 01:32:25pm
|
92
|
+
# -- aapis committed 'improve tests' at 12/6/2019 @ 01:45:14pm
|
93
|
+
#
|
94
|
+
# ============================================================
|
95
|
+
# 1 PR(s) merged from 2019-06-09 00:00:00 -0600 to 2019-06-16 23:59:59 -0600
|
96
|
+
# ============================================================
|
97
|
+
```
|
98
|
+
|
77
99
|
## Development
|
78
100
|
|
79
101
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
data/_config.yml
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
theme: jekyll-theme-hacker
|
data/bin/deploy_log
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
require 'deploy_log'
|
5
5
|
|
6
|
-
start, finish, title, branch, on, week = nil
|
6
|
+
start, finish, title, branch, on, week, force = nil
|
7
7
|
|
8
8
|
OptionParser.new do |opt|
|
9
9
|
opt.on('-s', '--start=START', 'Start of date range') do |time|
|
@@ -30,6 +30,10 @@ OptionParser.new do |opt|
|
|
30
30
|
week = w
|
31
31
|
end
|
32
32
|
|
33
|
+
opt.on('-f', '--force=FORCE', 'Pull data from api, ignore cache') do |f|
|
34
|
+
force = f
|
35
|
+
end
|
36
|
+
|
33
37
|
opt.on('-v', '--version', 'Prints version information') do
|
34
38
|
puts DeployLog::VERSION
|
35
39
|
exit
|
@@ -37,6 +41,8 @@ OptionParser.new do |opt|
|
|
37
41
|
end.parse!
|
38
42
|
|
39
43
|
model = DeployLog::Github::Deploys.new
|
44
|
+
model.force = force
|
45
|
+
puts force.inspect
|
40
46
|
|
41
47
|
return model.merged_during_week(week) if week
|
42
48
|
return model.merged_between(start, finish) if start
|
data/deploy_log.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = "Find out what pull requests are merged within a specific timeframe, or search by PR title or branch name"
|
12
12
|
spec.description = "That's prety much it"
|
13
|
-
spec.homepage = "https://github.
|
13
|
+
spec.homepage = "https://aapis.github.io/deploy_log/"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
# Specify which files should be added to the gem when it is released.
|
@@ -0,0 +1,162 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>CODE_OF_CONDUCT - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "./";
|
11
|
+
var index_rel_prefix = "./";
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<script src="./js/jquery.js"></script>
|
15
|
+
<script src="./js/darkfish.js"></script>
|
16
|
+
|
17
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
18
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" role="document" class="file">
|
24
|
+
<nav role="navigation">
|
25
|
+
<div id="project-navigation">
|
26
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
27
|
+
<h2>
|
28
|
+
<a href="./index.html" rel="home">Home</a>
|
29
|
+
</h2>
|
30
|
+
|
31
|
+
<div id="table-of-contents-navigation">
|
32
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
33
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
34
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
35
|
+
</div>
|
36
|
+
</div>
|
37
|
+
|
38
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
39
|
+
<form action="#" method="get" accept-charset="utf-8">
|
40
|
+
<div id="search-field-wrapper">
|
41
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
42
|
+
aria-autocomplete="list" aria-controls="search-results"
|
43
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
44
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<ul id="search-results" aria-label="Search Results"
|
48
|
+
aria-busy="false" aria-expanded="false"
|
49
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
50
|
+
</form>
|
51
|
+
</div>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
|
55
|
+
|
56
|
+
<div class="nav-section">
|
57
|
+
<h3>Table of Contents</h3>
|
58
|
+
|
59
|
+
<ul class="link-list" role="directory">
|
60
|
+
<li><a href="#label-Contributor+Covenant+Code+of+Conduct">Contributor Covenant Code of Conduct</a>
|
61
|
+
<li><a href="#label-Our+Pledge">Our Pledge</a>
|
62
|
+
<li><a href="#label-Our+Standards">Our Standards</a>
|
63
|
+
<li><a href="#label-Our+Responsibilities">Our Responsibilities</a>
|
64
|
+
<li><a href="#label-Scope">Scope</a>
|
65
|
+
<li><a href="#label-Enforcement">Enforcement</a>
|
66
|
+
<li><a href="#label-Attribution">Attribution</a>
|
67
|
+
</ul>
|
68
|
+
</div>
|
69
|
+
|
70
|
+
|
71
|
+
<div id="project-metadata">
|
72
|
+
<div id="fileindex-section" class="nav-section">
|
73
|
+
<h3>Pages</h3>
|
74
|
+
|
75
|
+
<ul class="link-list">
|
76
|
+
|
77
|
+
<li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
|
78
|
+
|
79
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
80
|
+
|
81
|
+
<li><a href="./LICENSE_txt.html">LICENSE</a>
|
82
|
+
|
83
|
+
<li><a href="./README_md.html">README</a>
|
84
|
+
|
85
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
86
|
+
|
87
|
+
<li><a href="./bin/setup.html">setup</a>
|
88
|
+
|
89
|
+
<li><a href="./deploy_log_gemspec.html">deploy_log.gemspec</a>
|
90
|
+
|
91
|
+
</ul>
|
92
|
+
</div>
|
93
|
+
|
94
|
+
</div>
|
95
|
+
</nav>
|
96
|
+
|
97
|
+
<main role="main" aria-label="Page CODE_OF_CONDUCT.md">
|
98
|
+
|
99
|
+
<h1 id="label-Contributor+Covenant+Code+of+Conduct">Contributor Covenant Code of Conduct<span><a href="#label-Contributor+Covenant+Code+of+Conduct">¶</a> <a href="#top">↑</a></span></h1>
|
100
|
+
|
101
|
+
<h2 id="label-Our+Pledge">Our Pledge<span><a href="#label-Our+Pledge">¶</a> <a href="#top">↑</a></span></h2>
|
102
|
+
|
103
|
+
<p>In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.</p>
|
104
|
+
|
105
|
+
<h2 id="label-Our+Standards">Our Standards<span><a href="#label-Our+Standards">¶</a> <a href="#top">↑</a></span></h2>
|
106
|
+
|
107
|
+
<p>Examples of behavior that contributes to creating a positive environment include:</p>
|
108
|
+
<ul><li>
|
109
|
+
<p>Using welcoming and inclusive language</p>
|
110
|
+
</li><li>
|
111
|
+
<p>Being respectful of differing viewpoints and experiences</p>
|
112
|
+
</li><li>
|
113
|
+
<p>Gracefully accepting constructive criticism</p>
|
114
|
+
</li><li>
|
115
|
+
<p>Focusing on what is best for the community</p>
|
116
|
+
</li><li>
|
117
|
+
<p>Showing empathy towards other community members</p>
|
118
|
+
</li></ul>
|
119
|
+
|
120
|
+
<p>Examples of unacceptable behavior by participants include:</p>
|
121
|
+
<ul><li>
|
122
|
+
<p>The use of sexualized language or imagery and unwelcome sexual attention or advances</p>
|
123
|
+
</li><li>
|
124
|
+
<p>Trolling, insulting/derogatory comments, and personal or political attacks</p>
|
125
|
+
</li><li>
|
126
|
+
<p>Public or private harassment</p>
|
127
|
+
</li><li>
|
128
|
+
<p>Publishing others' private information, such as a physical or electronic address, without explicit permission</p>
|
129
|
+
</li><li>
|
130
|
+
<p>Other conduct which could reasonably be considered inappropriate in a professional setting</p>
|
131
|
+
</li></ul>
|
132
|
+
|
133
|
+
<h2 id="label-Our+Responsibilities">Our Responsibilities<span><a href="#label-Our+Responsibilities">¶</a> <a href="#top">↑</a></span></h2>
|
134
|
+
|
135
|
+
<p>Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.</p>
|
136
|
+
|
137
|
+
<p>Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.</p>
|
138
|
+
|
139
|
+
<h2 id="label-Scope">Scope<span><a href="#label-Scope">¶</a> <a href="#top">↑</a></span></h2>
|
140
|
+
|
141
|
+
<p>This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.</p>
|
142
|
+
|
143
|
+
<h2 id="label-Enforcement">Enforcement<span><a href="#label-Enforcement">¶</a> <a href="#top">↑</a></span></h2>
|
144
|
+
|
145
|
+
<p>Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at rpriebe@me.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.</p>
|
146
|
+
|
147
|
+
<p>Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.</p>
|
148
|
+
|
149
|
+
<h2 id="label-Attribution">Attribution<span><a href="#label-Attribution">¶</a> <a href="#top">↑</a></span></h2>
|
150
|
+
|
151
|
+
<p>This Code of Conduct is adapted from the <a href="http://contributor-covenant.org">Contributor Covenant</a>, version 1.4, available at <a href="http://contributor-covenant.org/version/1/4/">contributor-covenant.org/version/1/4</a></p>
|
152
|
+
|
153
|
+
</main>
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
<footer id="validator-badges" role="contentinfo">
|
158
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
159
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.0.
|
160
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
161
|
+
</footer>
|
162
|
+
|
@@ -0,0 +1,154 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>class DeployLog::Calendar - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "../";
|
11
|
+
var index_rel_prefix = "../";
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<script src="../js/jquery.js"></script>
|
15
|
+
<script src="../js/darkfish.js"></script>
|
16
|
+
|
17
|
+
<link href="../css/fonts.css" rel="stylesheet">
|
18
|
+
<link href="../css/rdoc.css" rel="stylesheet">
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" role="document" class="class">
|
24
|
+
<nav role="navigation">
|
25
|
+
<div id="project-navigation">
|
26
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
27
|
+
<h2>
|
28
|
+
<a href="../index.html" rel="home">Home</a>
|
29
|
+
</h2>
|
30
|
+
|
31
|
+
<div id="table-of-contents-navigation">
|
32
|
+
<a href="../table_of_contents.html#pages">Pages</a>
|
33
|
+
<a href="../table_of_contents.html#classes">Classes</a>
|
34
|
+
<a href="../table_of_contents.html#methods">Methods</a>
|
35
|
+
</div>
|
36
|
+
</div>
|
37
|
+
|
38
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
39
|
+
<form action="#" method="get" accept-charset="utf-8">
|
40
|
+
<div id="search-field-wrapper">
|
41
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
42
|
+
aria-autocomplete="list" aria-controls="search-results"
|
43
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
44
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<ul id="search-results" aria-label="Search Results"
|
48
|
+
aria-busy="false" aria-expanded="false"
|
49
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
50
|
+
</form>
|
51
|
+
</div>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
<div id="parent-class-section" class="nav-section">
|
60
|
+
<h3>Parent</h3>
|
61
|
+
|
62
|
+
|
63
|
+
<p class="link">Object
|
64
|
+
|
65
|
+
</div>
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
<!-- Method Quickref -->
|
70
|
+
<div id="method-list-section" class="nav-section">
|
71
|
+
<h3>Methods</h3>
|
72
|
+
|
73
|
+
<ul class="link-list" role="directory">
|
74
|
+
|
75
|
+
<li ><a href="#method-i-week">#week</a>
|
76
|
+
|
77
|
+
</ul>
|
78
|
+
</div>
|
79
|
+
|
80
|
+
</div>
|
81
|
+
</nav>
|
82
|
+
|
83
|
+
<main role="main" aria-labelledby="class-DeployLog::Calendar">
|
84
|
+
<h1 id="class-DeployLog::Calendar" class="class">
|
85
|
+
class DeployLog::Calendar
|
86
|
+
</h1>
|
87
|
+
|
88
|
+
<section class="description">
|
89
|
+
|
90
|
+
</section>
|
91
|
+
|
92
|
+
|
93
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
|
104
|
+
<header>
|
105
|
+
<h3>Public Instance Methods</h3>
|
106
|
+
</header>
|
107
|
+
|
108
|
+
|
109
|
+
<div id="method-i-week" class="method-detail ">
|
110
|
+
|
111
|
+
<div class="method-heading">
|
112
|
+
<span class="method-name">week</span><span
|
113
|
+
class="method-args">(week_num)</span>
|
114
|
+
|
115
|
+
<span class="method-click-advice">click to toggle source</span>
|
116
|
+
|
117
|
+
</div>
|
118
|
+
|
119
|
+
|
120
|
+
<div class="method-description">
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
<div class="method-source-code" id="week-source">
|
128
|
+
<pre><span class="ruby-comment"># File lib/deploy_log/calendar.rb, line 5</span>
|
129
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">week</span>(<span class="ruby-identifier">week_num</span>)
|
130
|
+
<span class="ruby-identifier">year_calendar</span>(<span class="ruby-value">2019</span>).<span class="ruby-identifier">to_a</span>[<span class="ruby-identifier">week_num</span>]
|
131
|
+
<span class="ruby-keyword">end</span></pre>
|
132
|
+
</div>
|
133
|
+
|
134
|
+
</div>
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
</div>
|
140
|
+
|
141
|
+
|
142
|
+
</section>
|
143
|
+
|
144
|
+
</section>
|
145
|
+
|
146
|
+
</main>
|
147
|
+
|
148
|
+
|
149
|
+
<footer id="validator-badges" role="contentinfo">
|
150
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
151
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.0.
|
152
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
153
|
+
</footer>
|
154
|
+
|
@@ -0,0 +1,103 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>class DeployLog::Error - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "../";
|
11
|
+
var index_rel_prefix = "../";
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<script src="../js/jquery.js"></script>
|
15
|
+
<script src="../js/darkfish.js"></script>
|
16
|
+
|
17
|
+
<link href="../css/fonts.css" rel="stylesheet">
|
18
|
+
<link href="../css/rdoc.css" rel="stylesheet">
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" role="document" class="class">
|
24
|
+
<nav role="navigation">
|
25
|
+
<div id="project-navigation">
|
26
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
27
|
+
<h2>
|
28
|
+
<a href="../index.html" rel="home">Home</a>
|
29
|
+
</h2>
|
30
|
+
|
31
|
+
<div id="table-of-contents-navigation">
|
32
|
+
<a href="../table_of_contents.html#pages">Pages</a>
|
33
|
+
<a href="../table_of_contents.html#classes">Classes</a>
|
34
|
+
<a href="../table_of_contents.html#methods">Methods</a>
|
35
|
+
</div>
|
36
|
+
</div>
|
37
|
+
|
38
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
39
|
+
<form action="#" method="get" accept-charset="utf-8">
|
40
|
+
<div id="search-field-wrapper">
|
41
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
42
|
+
aria-autocomplete="list" aria-controls="search-results"
|
43
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
44
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<ul id="search-results" aria-label="Search Results"
|
48
|
+
aria-busy="false" aria-expanded="false"
|
49
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
50
|
+
</form>
|
51
|
+
</div>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
<div id="parent-class-section" class="nav-section">
|
60
|
+
<h3>Parent</h3>
|
61
|
+
|
62
|
+
|
63
|
+
<p class="link">StandardError
|
64
|
+
|
65
|
+
</div>
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
</div>
|
71
|
+
</nav>
|
72
|
+
|
73
|
+
<main role="main" aria-labelledby="class-DeployLog::Error">
|
74
|
+
<h1 id="class-DeployLog::Error" class="class">
|
75
|
+
class DeployLog::Error
|
76
|
+
</h1>
|
77
|
+
|
78
|
+
<section class="description">
|
79
|
+
|
80
|
+
</section>
|
81
|
+
|
82
|
+
|
83
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
</section>
|
94
|
+
|
95
|
+
</main>
|
96
|
+
|
97
|
+
|
98
|
+
<footer id="validator-badges" role="contentinfo">
|
99
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
100
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.0.
|
101
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
102
|
+
</footer>
|
103
|
+
|