targit 2.2.0 → 2.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.circle-ruby +4 -3
- data/.prospectus +8 -8
- data/.rubocop.yml +2 -5
- data/.travis.yml +10 -0
- data/CHANGELOG.md +6 -0
- data/Gemfile +0 -1
- data/README.md +1 -2
- data/Rakefile +1 -2
- data/bin/targit +1 -0
- data/lib/targit/asset.rb +1 -1
- data/lib/targit/client.rb +3 -3
- data/lib/targit/version.rb +1 -1
- data/spec/fixtures/cassettes/asset_autocreate_release.yml +103 -94
- data/spec/fixtures/cassettes/asset_existence_check_fail.yml +79 -73
- data/spec/fixtures/cassettes/asset_existence_check_pass.yml +79 -73
- data/spec/fixtures/cassettes/asset_metadata_absent.yml +79 -76
- data/spec/fixtures/cassettes/asset_metadata_present.yml +251 -232
- data/spec/fixtures/cassettes/asset_url_absent.yml +154 -146
- data/spec/fixtures/cassettes/asset_url_present.yml +252 -237
- data/spec/fixtures/cassettes/asset_without_release.yml +26 -24
- data/spec/fixtures/cassettes/block_existing_asset.yml +79 -73
- data/spec/fixtures/cassettes/create_named_release.yml +80 -76
- data/spec/fixtures/cassettes/create_new_asset.yml +252 -237
- data/spec/fixtures/cassettes/create_new_release.yml +78 -71
- data/spec/fixtures/cassettes/current_asset.yml +22 -158
- data/spec/fixtures/cassettes/current_io_asset.yml +26 -24
- data/spec/fixtures/cassettes/current_releases.yml +26 -24
- data/spec/fixtures/cassettes/delete_asset.yml +207 -195
- data/spec/fixtures/cassettes/no_release_found.yml +26 -24
- data/spec/fixtures/cassettes/release_object.yml +26 -24
- data/spec/fixtures/cassettes/replace_existing_asset.yml +327 -304
- data/spec/spec_helper.rb +3 -13
- data/spec/targit/release_spec.rb +2 -1
- data/targit.gemspec +13 -11
- metadata +50 -37
- data/circle.yml +0 -7
@@ -10,7 +10,9 @@ http_interactions:
|
|
10
10
|
Accept:
|
11
11
|
- application/vnd.github.v3+json
|
12
12
|
User-Agent:
|
13
|
-
- Octokit Ruby Gem
|
13
|
+
- Octokit Ruby Gem 4.15.0
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
14
16
|
Accept-Encoding:
|
15
17
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
18
|
response:
|
@@ -21,7 +23,7 @@ http_interactions:
|
|
21
23
|
Server:
|
22
24
|
- GitHub.com
|
23
25
|
Date:
|
24
|
-
-
|
26
|
+
- Tue, 04 Feb 2020 07:23:43 GMT
|
25
27
|
Content-Type:
|
26
28
|
- application/json; charset=utf-8
|
27
29
|
Transfer-Encoding:
|
@@ -31,45 +33,45 @@ http_interactions:
|
|
31
33
|
X-Ratelimit-Limit:
|
32
34
|
- '5000'
|
33
35
|
X-Ratelimit-Remaining:
|
34
|
-
- '
|
36
|
+
- '4935'
|
35
37
|
X-Ratelimit-Reset:
|
36
|
-
- '
|
38
|
+
- '1580804477'
|
37
39
|
Cache-Control:
|
38
40
|
- private, max-age=60, s-maxage=60
|
39
|
-
X-Oauth-Scopes:
|
40
|
-
- public_repo
|
41
|
-
X-Accepted-Oauth-Scopes:
|
42
|
-
- ''
|
43
41
|
Vary:
|
44
42
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
45
|
-
-
|
43
|
+
X-Oauth-Scopes:
|
44
|
+
- read:org, read:user, repo
|
45
|
+
X-Accepted-Oauth-Scopes:
|
46
|
+
- repo
|
46
47
|
X-Github-Media-Type:
|
47
48
|
- github.v3; format=json
|
48
|
-
X-Xss-Protection:
|
49
|
-
- 1; mode=block
|
50
|
-
X-Frame-Options:
|
51
|
-
- deny
|
52
|
-
Content-Security-Policy:
|
53
|
-
- default-src 'none'
|
54
|
-
Access-Control-Allow-Credentials:
|
55
|
-
- 'true'
|
56
49
|
Access-Control-Expose-Headers:
|
57
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
58
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
50
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
51
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
52
|
+
X-GitHub-Media-Type
|
59
53
|
Access-Control-Allow-Origin:
|
60
54
|
- "*"
|
61
55
|
Strict-Transport-Security:
|
62
|
-
- max-age=31536000; includeSubdomains
|
56
|
+
- max-age=31536000; includeSubdomains; preload
|
57
|
+
X-Frame-Options:
|
58
|
+
- deny
|
63
59
|
X-Content-Type-Options:
|
64
60
|
- nosniff
|
61
|
+
X-Xss-Protection:
|
62
|
+
- 1; mode=block
|
63
|
+
Referrer-Policy:
|
64
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
65
|
+
Content-Security-Policy:
|
66
|
+
- default-src 'none'
|
65
67
|
body:
|
66
|
-
encoding:
|
67
|
-
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/
|
68
|
+
encoding: ASCII-8BIT
|
69
|
+
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/23363538","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363538/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363538/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/meta_testing","id":23363538,"node_id":"MDc6UmVsZWFzZTIzMzYzNTM4","tag_name":"meta_testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:23:41Z","assets":[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779578","id":17779578,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc4","name":"beta","label":"","uploader":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":12,"download_count":0,"created_at":"2020-02-04T07:23:42Z","updated_at":"2020-02-04T07:23:42Z","browser_download_url":"https://github.com/akerl/targit/releases/download/meta_testing/beta"}],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/meta_testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/meta_testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/23363537","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363537/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363537/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/more_testing","id":23363537,"node_id":"MDc6UmVsZWFzZTIzMzYzNTM3","tag_name":"more_testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:23:35Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/more_testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/more_testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/23363520","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363520/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363520/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/testing","id":23363520,"node_id":"MDc6UmVsZWFzZTIzMzYzNTIw","tag_name":"testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:22:02Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/1980148","assets_url":"https://api.github.com/repos/akerl/targit/releases/1980148/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/1980148/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/1.1.0","id":1980148,"node_id":"MDc6UmVsZWFzZTE5ODAxNDg=","tag_name":"1.1.0","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2015-10-14T02:33:04Z","published_at":"2015-10-19T05:15:22Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/1.1.0","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/1.1.0","body":null}]'
|
68
70
|
http_version:
|
69
|
-
recorded_at:
|
71
|
+
recorded_at: Tue, 04 Feb 2020 07:23:43 GMT
|
70
72
|
- request:
|
71
73
|
method: get
|
72
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
74
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520
|
73
75
|
body:
|
74
76
|
encoding: US-ASCII
|
75
77
|
string: ''
|
@@ -77,7 +79,9 @@ http_interactions:
|
|
77
79
|
Accept:
|
78
80
|
- application/vnd.github.v3+json
|
79
81
|
User-Agent:
|
80
|
-
- Octokit Ruby Gem
|
82
|
+
- Octokit Ruby Gem 4.15.0
|
83
|
+
Content-Type:
|
84
|
+
- application/json
|
81
85
|
Accept-Encoding:
|
82
86
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
83
87
|
response:
|
@@ -88,7 +92,7 @@ http_interactions:
|
|
88
92
|
Server:
|
89
93
|
- GitHub.com
|
90
94
|
Date:
|
91
|
-
-
|
95
|
+
- Tue, 04 Feb 2020 07:23:43 GMT
|
92
96
|
Content-Type:
|
93
97
|
- application/json; charset=utf-8
|
94
98
|
Transfer-Encoding:
|
@@ -98,47 +102,47 @@ http_interactions:
|
|
98
102
|
X-Ratelimit-Limit:
|
99
103
|
- '5000'
|
100
104
|
X-Ratelimit-Remaining:
|
101
|
-
- '
|
105
|
+
- '4934'
|
102
106
|
X-Ratelimit-Reset:
|
103
|
-
- '
|
107
|
+
- '1580804477'
|
104
108
|
Cache-Control:
|
105
109
|
- private, max-age=60, s-maxage=60
|
110
|
+
Vary:
|
111
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
106
112
|
Last-Modified:
|
107
|
-
-
|
113
|
+
- Tue, 04 Feb 2020 07:22:02 GMT
|
108
114
|
X-Oauth-Scopes:
|
109
|
-
-
|
115
|
+
- read:org, read:user, repo
|
110
116
|
X-Accepted-Oauth-Scopes:
|
111
|
-
-
|
112
|
-
Vary:
|
113
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
114
|
-
- Accept-Encoding
|
117
|
+
- repo
|
115
118
|
X-Github-Media-Type:
|
116
119
|
- github.v3; format=json
|
117
|
-
X-Xss-Protection:
|
118
|
-
- 1; mode=block
|
119
|
-
X-Frame-Options:
|
120
|
-
- deny
|
121
|
-
Content-Security-Policy:
|
122
|
-
- default-src 'none'
|
123
|
-
Access-Control-Allow-Credentials:
|
124
|
-
- 'true'
|
125
120
|
Access-Control-Expose-Headers:
|
126
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
127
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
121
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
122
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
123
|
+
X-GitHub-Media-Type
|
128
124
|
Access-Control-Allow-Origin:
|
129
125
|
- "*"
|
130
126
|
Strict-Transport-Security:
|
131
|
-
- max-age=31536000; includeSubdomains
|
127
|
+
- max-age=31536000; includeSubdomains; preload
|
128
|
+
X-Frame-Options:
|
129
|
+
- deny
|
132
130
|
X-Content-Type-Options:
|
133
131
|
- nosniff
|
132
|
+
X-Xss-Protection:
|
133
|
+
- 1; mode=block
|
134
|
+
Referrer-Policy:
|
135
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
136
|
+
Content-Security-Policy:
|
137
|
+
- default-src 'none'
|
134
138
|
body:
|
135
|
-
encoding:
|
136
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/
|
139
|
+
encoding: ASCII-8BIT
|
140
|
+
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/23363520","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363520/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363520/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/testing","id":23363520,"node_id":"MDc6UmVsZWFzZTIzMzYzNTIw","tag_name":"testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:22:02Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/testing","body":null}'
|
137
141
|
http_version:
|
138
|
-
recorded_at:
|
142
|
+
recorded_at: Tue, 04 Feb 2020 07:23:43 GMT
|
139
143
|
- request:
|
140
144
|
method: get
|
141
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
145
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520/assets?per_page=100
|
142
146
|
body:
|
143
147
|
encoding: US-ASCII
|
144
148
|
string: ''
|
@@ -146,7 +150,9 @@ http_interactions:
|
|
146
150
|
Accept:
|
147
151
|
- application/vnd.github.v3+json
|
148
152
|
User-Agent:
|
149
|
-
- Octokit Ruby Gem
|
153
|
+
- Octokit Ruby Gem 4.15.0
|
154
|
+
Content-Type:
|
155
|
+
- application/json
|
150
156
|
Accept-Encoding:
|
151
157
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
152
158
|
response:
|
@@ -157,53 +163,50 @@ http_interactions:
|
|
157
163
|
Server:
|
158
164
|
- GitHub.com
|
159
165
|
Date:
|
160
|
-
-
|
166
|
+
- Tue, 04 Feb 2020 07:23:43 GMT
|
161
167
|
Content-Type:
|
162
168
|
- application/json; charset=utf-8
|
169
|
+
Content-Length:
|
170
|
+
- '2'
|
163
171
|
Status:
|
164
172
|
- 200 OK
|
165
173
|
X-Ratelimit-Limit:
|
166
174
|
- '5000'
|
167
175
|
X-Ratelimit-Remaining:
|
168
|
-
- '
|
176
|
+
- '4933'
|
169
177
|
X-Ratelimit-Reset:
|
170
|
-
- '
|
178
|
+
- '1580804477'
|
171
179
|
Cache-Control:
|
172
180
|
- private, max-age=60, s-maxage=60
|
173
|
-
X-Oauth-Scopes:
|
174
|
-
- public_repo
|
175
|
-
X-Accepted-Oauth-Scopes:
|
176
|
-
- ''
|
177
181
|
Vary:
|
178
182
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
179
|
-
-
|
183
|
+
X-Oauth-Scopes:
|
184
|
+
- read:org, read:user, repo
|
185
|
+
X-Accepted-Oauth-Scopes:
|
186
|
+
- repo
|
180
187
|
X-Github-Media-Type:
|
181
188
|
- github.v3; format=json
|
182
|
-
Link:
|
183
|
-
- <https://api.github.com/repositories/21316764/releases/426208/assets?per_page=100&page=0>;
|
184
|
-
rel="last"
|
185
|
-
X-Xss-Protection:
|
186
|
-
- 1; mode=block
|
187
|
-
X-Frame-Options:
|
188
|
-
- deny
|
189
|
-
Content-Security-Policy:
|
190
|
-
- default-src 'none'
|
191
|
-
Content-Length:
|
192
|
-
- '2'
|
193
|
-
Access-Control-Allow-Credentials:
|
194
|
-
- 'true'
|
195
189
|
Access-Control-Expose-Headers:
|
196
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
197
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
190
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
191
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
192
|
+
X-GitHub-Media-Type
|
198
193
|
Access-Control-Allow-Origin:
|
199
194
|
- "*"
|
200
195
|
Strict-Transport-Security:
|
201
|
-
- max-age=31536000; includeSubdomains
|
196
|
+
- max-age=31536000; includeSubdomains; preload
|
197
|
+
X-Frame-Options:
|
198
|
+
- deny
|
202
199
|
X-Content-Type-Options:
|
203
200
|
- nosniff
|
201
|
+
X-Xss-Protection:
|
202
|
+
- 1; mode=block
|
203
|
+
Referrer-Policy:
|
204
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
205
|
+
Content-Security-Policy:
|
206
|
+
- default-src 'none'
|
204
207
|
body:
|
205
208
|
encoding: UTF-8
|
206
209
|
string: "[]"
|
207
210
|
http_version:
|
208
|
-
recorded_at:
|
209
|
-
recorded_with: VCR
|
211
|
+
recorded_at: Tue, 04 Feb 2020 07:23:43 GMT
|
212
|
+
recorded_with: VCR 5.0.0
|
@@ -10,7 +10,9 @@ http_interactions:
|
|
10
10
|
Accept:
|
11
11
|
- application/vnd.github.v3+json
|
12
12
|
User-Agent:
|
13
|
-
- Octokit Ruby Gem
|
13
|
+
- Octokit Ruby Gem 4.15.0
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
14
16
|
Accept-Encoding:
|
15
17
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
18
|
response:
|
@@ -21,7 +23,7 @@ http_interactions:
|
|
21
23
|
Server:
|
22
24
|
- GitHub.com
|
23
25
|
Date:
|
24
|
-
-
|
26
|
+
- Tue, 04 Feb 2020 07:23:41 GMT
|
25
27
|
Content-Type:
|
26
28
|
- application/json; charset=utf-8
|
27
29
|
Transfer-Encoding:
|
@@ -31,42 +33,42 @@ http_interactions:
|
|
31
33
|
X-Ratelimit-Limit:
|
32
34
|
- '5000'
|
33
35
|
X-Ratelimit-Remaining:
|
34
|
-
- '
|
36
|
+
- '4946'
|
35
37
|
X-Ratelimit-Reset:
|
36
|
-
- '
|
38
|
+
- '1580804477'
|
37
39
|
Cache-Control:
|
38
40
|
- private, max-age=60, s-maxage=60
|
39
|
-
X-Oauth-Scopes:
|
40
|
-
- public_repo
|
41
|
-
X-Accepted-Oauth-Scopes:
|
42
|
-
- ''
|
43
41
|
Vary:
|
44
42
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
45
|
-
-
|
43
|
+
X-Oauth-Scopes:
|
44
|
+
- read:org, read:user, repo
|
45
|
+
X-Accepted-Oauth-Scopes:
|
46
|
+
- repo
|
46
47
|
X-Github-Media-Type:
|
47
48
|
- github.v3; format=json
|
48
|
-
X-Xss-Protection:
|
49
|
-
- 1; mode=block
|
50
|
-
X-Frame-Options:
|
51
|
-
- deny
|
52
|
-
Content-Security-Policy:
|
53
|
-
- default-src 'none'
|
54
|
-
Access-Control-Allow-Credentials:
|
55
|
-
- 'true'
|
56
49
|
Access-Control-Expose-Headers:
|
57
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
58
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
50
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
51
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
52
|
+
X-GitHub-Media-Type
|
59
53
|
Access-Control-Allow-Origin:
|
60
54
|
- "*"
|
61
55
|
Strict-Transport-Security:
|
62
|
-
- max-age=31536000; includeSubdomains
|
56
|
+
- max-age=31536000; includeSubdomains; preload
|
57
|
+
X-Frame-Options:
|
58
|
+
- deny
|
63
59
|
X-Content-Type-Options:
|
64
60
|
- nosniff
|
61
|
+
X-Xss-Protection:
|
62
|
+
- 1; mode=block
|
63
|
+
Referrer-Policy:
|
64
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
65
|
+
Content-Security-Policy:
|
66
|
+
- default-src 'none'
|
65
67
|
body:
|
66
|
-
encoding:
|
67
|
-
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/
|
68
|
+
encoding: ASCII-8BIT
|
69
|
+
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/23363537","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363537/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363537/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/more_testing","id":23363537,"node_id":"MDc6UmVsZWFzZTIzMzYzNTM3","tag_name":"more_testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:23:35Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/more_testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/more_testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/23363520","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363520/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363520/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/testing","id":23363520,"node_id":"MDc6UmVsZWFzZTIzMzYzNTIw","tag_name":"testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:22:02Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/1980148","assets_url":"https://api.github.com/repos/akerl/targit/releases/1980148/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/1980148/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/1.1.0","id":1980148,"node_id":"MDc6UmVsZWFzZTE5ODAxNDg=","tag_name":"1.1.0","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2015-10-14T02:33:04Z","published_at":"2015-10-19T05:15:22Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/1.1.0","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/1.1.0","body":null}]'
|
68
70
|
http_version:
|
69
|
-
recorded_at:
|
71
|
+
recorded_at: Tue, 04 Feb 2020 07:23:41 GMT
|
70
72
|
- request:
|
71
73
|
method: post
|
72
74
|
uri: https://api.github.com/repos/akerl/targit/releases
|
@@ -77,7 +79,9 @@ http_interactions:
|
|
77
79
|
Accept:
|
78
80
|
- application/vnd.github.v3+json
|
79
81
|
User-Agent:
|
80
|
-
- Octokit Ruby Gem
|
82
|
+
- Octokit Ruby Gem 4.15.0
|
83
|
+
Content-Type:
|
84
|
+
- application/json
|
81
85
|
Accept-Encoding:
|
82
86
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
83
87
|
response:
|
@@ -88,53 +92,54 @@ http_interactions:
|
|
88
92
|
Server:
|
89
93
|
- GitHub.com
|
90
94
|
Date:
|
91
|
-
-
|
95
|
+
- Tue, 04 Feb 2020 07:23:42 GMT
|
92
96
|
Content-Type:
|
93
97
|
- application/json; charset=utf-8
|
98
|
+
Content-Length:
|
99
|
+
- '1605'
|
94
100
|
Status:
|
95
101
|
- 201 Created
|
96
102
|
X-Ratelimit-Limit:
|
97
103
|
- '5000'
|
98
104
|
X-Ratelimit-Remaining:
|
99
|
-
- '
|
105
|
+
- '4945'
|
100
106
|
X-Ratelimit-Reset:
|
101
|
-
- '
|
107
|
+
- '1580804477'
|
102
108
|
Cache-Control:
|
103
109
|
- private, max-age=60, s-maxage=60
|
110
|
+
Vary:
|
111
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
104
112
|
X-Oauth-Scopes:
|
105
|
-
-
|
113
|
+
- read:org, read:user, repo
|
106
114
|
X-Accepted-Oauth-Scopes:
|
107
|
-
-
|
115
|
+
- repo
|
108
116
|
Location:
|
109
|
-
- https://api.github.com/repos/akerl/targit/releases/
|
110
|
-
Vary:
|
111
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
117
|
+
- https://api.github.com/repos/akerl/targit/releases/23363538
|
112
118
|
X-Github-Media-Type:
|
113
119
|
- github.v3; format=json
|
114
|
-
X-Xss-Protection:
|
115
|
-
- 1; mode=block
|
116
|
-
X-Frame-Options:
|
117
|
-
- deny
|
118
|
-
Content-Security-Policy:
|
119
|
-
- default-src 'none'
|
120
|
-
Content-Length:
|
121
|
-
- '1549'
|
122
|
-
Access-Control-Allow-Credentials:
|
123
|
-
- 'true'
|
124
120
|
Access-Control-Expose-Headers:
|
125
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
126
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
121
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
122
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
123
|
+
X-GitHub-Media-Type
|
127
124
|
Access-Control-Allow-Origin:
|
128
125
|
- "*"
|
129
126
|
Strict-Transport-Security:
|
130
|
-
- max-age=31536000; includeSubdomains
|
127
|
+
- max-age=31536000; includeSubdomains; preload
|
128
|
+
X-Frame-Options:
|
129
|
+
- deny
|
131
130
|
X-Content-Type-Options:
|
132
131
|
- nosniff
|
132
|
+
X-Xss-Protection:
|
133
|
+
- 1; mode=block
|
134
|
+
Referrer-Policy:
|
135
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
136
|
+
Content-Security-Policy:
|
137
|
+
- default-src 'none'
|
133
138
|
body:
|
134
139
|
encoding: UTF-8
|
135
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/
|
140
|
+
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/23363538","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363538/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363538/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/meta_testing","id":23363538,"node_id":"MDc6UmVsZWFzZTIzMzYzNTM4","tag_name":"meta_testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:23:41Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/meta_testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/meta_testing","body":null}'
|
136
141
|
http_version:
|
137
|
-
recorded_at:
|
142
|
+
recorded_at: Tue, 04 Feb 2020 07:23:42 GMT
|
138
143
|
- request:
|
139
144
|
method: get
|
140
145
|
uri: https://api.github.com/repos/akerl/targit/releases?per_page=100
|
@@ -145,7 +150,9 @@ http_interactions:
|
|
145
150
|
Accept:
|
146
151
|
- application/vnd.github.v3+json
|
147
152
|
User-Agent:
|
148
|
-
- Octokit Ruby Gem
|
153
|
+
- Octokit Ruby Gem 4.15.0
|
154
|
+
Content-Type:
|
155
|
+
- application/json
|
149
156
|
Accept-Encoding:
|
150
157
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
151
158
|
response:
|
@@ -156,7 +163,7 @@ http_interactions:
|
|
156
163
|
Server:
|
157
164
|
- GitHub.com
|
158
165
|
Date:
|
159
|
-
-
|
166
|
+
- Tue, 04 Feb 2020 07:23:42 GMT
|
160
167
|
Content-Type:
|
161
168
|
- application/json; charset=utf-8
|
162
169
|
Transfer-Encoding:
|
@@ -166,45 +173,45 @@ http_interactions:
|
|
166
173
|
X-Ratelimit-Limit:
|
167
174
|
- '5000'
|
168
175
|
X-Ratelimit-Remaining:
|
169
|
-
- '
|
176
|
+
- '4944'
|
170
177
|
X-Ratelimit-Reset:
|
171
|
-
- '
|
178
|
+
- '1580804477'
|
172
179
|
Cache-Control:
|
173
180
|
- private, max-age=60, s-maxage=60
|
174
|
-
X-Oauth-Scopes:
|
175
|
-
- public_repo
|
176
|
-
X-Accepted-Oauth-Scopes:
|
177
|
-
- ''
|
178
181
|
Vary:
|
179
182
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
180
|
-
-
|
183
|
+
X-Oauth-Scopes:
|
184
|
+
- read:org, read:user, repo
|
185
|
+
X-Accepted-Oauth-Scopes:
|
186
|
+
- repo
|
181
187
|
X-Github-Media-Type:
|
182
188
|
- github.v3; format=json
|
183
|
-
X-Xss-Protection:
|
184
|
-
- 1; mode=block
|
185
|
-
X-Frame-Options:
|
186
|
-
- deny
|
187
|
-
Content-Security-Policy:
|
188
|
-
- default-src 'none'
|
189
|
-
Access-Control-Allow-Credentials:
|
190
|
-
- 'true'
|
191
189
|
Access-Control-Expose-Headers:
|
192
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
193
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
190
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
191
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
192
|
+
X-GitHub-Media-Type
|
194
193
|
Access-Control-Allow-Origin:
|
195
194
|
- "*"
|
196
195
|
Strict-Transport-Security:
|
197
|
-
- max-age=31536000; includeSubdomains
|
196
|
+
- max-age=31536000; includeSubdomains; preload
|
197
|
+
X-Frame-Options:
|
198
|
+
- deny
|
198
199
|
X-Content-Type-Options:
|
199
200
|
- nosniff
|
201
|
+
X-Xss-Protection:
|
202
|
+
- 1; mode=block
|
203
|
+
Referrer-Policy:
|
204
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
205
|
+
Content-Security-Policy:
|
206
|
+
- default-src 'none'
|
200
207
|
body:
|
201
|
-
encoding:
|
202
|
-
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/
|
208
|
+
encoding: ASCII-8BIT
|
209
|
+
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/23363538","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363538/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363538/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/meta_testing","id":23363538,"node_id":"MDc6UmVsZWFzZTIzMzYzNTM4","tag_name":"meta_testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:23:41Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/meta_testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/meta_testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/23363537","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363537/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363537/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/more_testing","id":23363537,"node_id":"MDc6UmVsZWFzZTIzMzYzNTM3","tag_name":"more_testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:23:35Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/more_testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/more_testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/23363520","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363520/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363520/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/testing","id":23363520,"node_id":"MDc6UmVsZWFzZTIzMzYzNTIw","tag_name":"testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:22:02Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/1980148","assets_url":"https://api.github.com/repos/akerl/targit/releases/1980148/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/1980148/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/1.1.0","id":1980148,"node_id":"MDc6UmVsZWFzZTE5ODAxNDg=","tag_name":"1.1.0","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2015-10-14T02:33:04Z","published_at":"2015-10-19T05:15:22Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/1.1.0","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/1.1.0","body":null}]'
|
203
210
|
http_version:
|
204
|
-
recorded_at:
|
211
|
+
recorded_at: Tue, 04 Feb 2020 07:23:42 GMT
|
205
212
|
- request:
|
206
213
|
method: get
|
207
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
214
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363538
|
208
215
|
body:
|
209
216
|
encoding: US-ASCII
|
210
217
|
string: ''
|
@@ -212,7 +219,9 @@ http_interactions:
|
|
212
219
|
Accept:
|
213
220
|
- application/vnd.github.v3+json
|
214
221
|
User-Agent:
|
215
|
-
- Octokit Ruby Gem
|
222
|
+
- Octokit Ruby Gem 4.15.0
|
223
|
+
Content-Type:
|
224
|
+
- application/json
|
216
225
|
Accept-Encoding:
|
217
226
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
218
227
|
response:
|
@@ -223,7 +232,7 @@ http_interactions:
|
|
223
232
|
Server:
|
224
233
|
- GitHub.com
|
225
234
|
Date:
|
226
|
-
-
|
235
|
+
- Tue, 04 Feb 2020 07:23:42 GMT
|
227
236
|
Content-Type:
|
228
237
|
- application/json; charset=utf-8
|
229
238
|
Transfer-Encoding:
|
@@ -233,47 +242,47 @@ http_interactions:
|
|
233
242
|
X-Ratelimit-Limit:
|
234
243
|
- '5000'
|
235
244
|
X-Ratelimit-Remaining:
|
236
|
-
- '
|
245
|
+
- '4943'
|
237
246
|
X-Ratelimit-Reset:
|
238
|
-
- '
|
247
|
+
- '1580804477'
|
239
248
|
Cache-Control:
|
240
249
|
- private, max-age=60, s-maxage=60
|
250
|
+
Vary:
|
251
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
241
252
|
Last-Modified:
|
242
|
-
-
|
253
|
+
- Tue, 04 Feb 2020 07:23:41 GMT
|
243
254
|
X-Oauth-Scopes:
|
244
|
-
-
|
255
|
+
- read:org, read:user, repo
|
245
256
|
X-Accepted-Oauth-Scopes:
|
246
|
-
-
|
247
|
-
Vary:
|
248
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
249
|
-
- Accept-Encoding
|
257
|
+
- repo
|
250
258
|
X-Github-Media-Type:
|
251
259
|
- github.v3; format=json
|
252
|
-
X-Xss-Protection:
|
253
|
-
- 1; mode=block
|
254
|
-
X-Frame-Options:
|
255
|
-
- deny
|
256
|
-
Content-Security-Policy:
|
257
|
-
- default-src 'none'
|
258
|
-
Access-Control-Allow-Credentials:
|
259
|
-
- 'true'
|
260
260
|
Access-Control-Expose-Headers:
|
261
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
262
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
261
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
262
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
263
|
+
X-GitHub-Media-Type
|
263
264
|
Access-Control-Allow-Origin:
|
264
265
|
- "*"
|
265
266
|
Strict-Transport-Security:
|
266
|
-
- max-age=31536000; includeSubdomains
|
267
|
+
- max-age=31536000; includeSubdomains; preload
|
268
|
+
X-Frame-Options:
|
269
|
+
- deny
|
267
270
|
X-Content-Type-Options:
|
268
271
|
- nosniff
|
272
|
+
X-Xss-Protection:
|
273
|
+
- 1; mode=block
|
274
|
+
Referrer-Policy:
|
275
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
276
|
+
Content-Security-Policy:
|
277
|
+
- default-src 'none'
|
269
278
|
body:
|
270
|
-
encoding:
|
271
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/
|
279
|
+
encoding: ASCII-8BIT
|
280
|
+
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/23363538","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363538/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363538/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/meta_testing","id":23363538,"node_id":"MDc6UmVsZWFzZTIzMzYzNTM4","tag_name":"meta_testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:23:41Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/meta_testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/meta_testing","body":null}'
|
272
281
|
http_version:
|
273
|
-
recorded_at:
|
282
|
+
recorded_at: Tue, 04 Feb 2020 07:23:42 GMT
|
274
283
|
- request:
|
275
284
|
method: get
|
276
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
285
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363538/assets?per_page=100
|
277
286
|
body:
|
278
287
|
encoding: US-ASCII
|
279
288
|
string: ''
|
@@ -281,7 +290,9 @@ http_interactions:
|
|
281
290
|
Accept:
|
282
291
|
- application/vnd.github.v3+json
|
283
292
|
User-Agent:
|
284
|
-
- Octokit Ruby Gem
|
293
|
+
- Octokit Ruby Gem 4.15.0
|
294
|
+
Content-Type:
|
295
|
+
- application/json
|
285
296
|
Accept-Encoding:
|
286
297
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
287
298
|
response:
|
@@ -292,58 +303,55 @@ http_interactions:
|
|
292
303
|
Server:
|
293
304
|
- GitHub.com
|
294
305
|
Date:
|
295
|
-
-
|
306
|
+
- Tue, 04 Feb 2020 07:23:42 GMT
|
296
307
|
Content-Type:
|
297
308
|
- application/json; charset=utf-8
|
309
|
+
Content-Length:
|
310
|
+
- '2'
|
298
311
|
Status:
|
299
312
|
- 200 OK
|
300
313
|
X-Ratelimit-Limit:
|
301
314
|
- '5000'
|
302
315
|
X-Ratelimit-Remaining:
|
303
|
-
- '
|
316
|
+
- '4942'
|
304
317
|
X-Ratelimit-Reset:
|
305
|
-
- '
|
318
|
+
- '1580804477'
|
306
319
|
Cache-Control:
|
307
320
|
- private, max-age=60, s-maxage=60
|
308
|
-
X-Oauth-Scopes:
|
309
|
-
- public_repo
|
310
|
-
X-Accepted-Oauth-Scopes:
|
311
|
-
- ''
|
312
321
|
Vary:
|
313
322
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
314
|
-
-
|
323
|
+
X-Oauth-Scopes:
|
324
|
+
- read:org, read:user, repo
|
325
|
+
X-Accepted-Oauth-Scopes:
|
326
|
+
- repo
|
315
327
|
X-Github-Media-Type:
|
316
328
|
- github.v3; format=json
|
317
|
-
Link:
|
318
|
-
- <https://api.github.com/repositories/21316764/releases/426210/assets?per_page=100&page=0>;
|
319
|
-
rel="last"
|
320
|
-
X-Xss-Protection:
|
321
|
-
- 1; mode=block
|
322
|
-
X-Frame-Options:
|
323
|
-
- deny
|
324
|
-
Content-Security-Policy:
|
325
|
-
- default-src 'none'
|
326
|
-
Content-Length:
|
327
|
-
- '2'
|
328
|
-
Access-Control-Allow-Credentials:
|
329
|
-
- 'true'
|
330
329
|
Access-Control-Expose-Headers:
|
331
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
332
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
330
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
331
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
332
|
+
X-GitHub-Media-Type
|
333
333
|
Access-Control-Allow-Origin:
|
334
334
|
- "*"
|
335
335
|
Strict-Transport-Security:
|
336
|
-
- max-age=31536000; includeSubdomains
|
336
|
+
- max-age=31536000; includeSubdomains; preload
|
337
|
+
X-Frame-Options:
|
338
|
+
- deny
|
337
339
|
X-Content-Type-Options:
|
338
340
|
- nosniff
|
341
|
+
X-Xss-Protection:
|
342
|
+
- 1; mode=block
|
343
|
+
Referrer-Policy:
|
344
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
345
|
+
Content-Security-Policy:
|
346
|
+
- default-src 'none'
|
339
347
|
body:
|
340
348
|
encoding: UTF-8
|
341
349
|
string: "[]"
|
342
350
|
http_version:
|
343
|
-
recorded_at:
|
351
|
+
recorded_at: Tue, 04 Feb 2020 07:23:42 GMT
|
344
352
|
- request:
|
345
353
|
method: get
|
346
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
354
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363538
|
347
355
|
body:
|
348
356
|
encoding: US-ASCII
|
349
357
|
string: ''
|
@@ -351,7 +359,9 @@ http_interactions:
|
|
351
359
|
Accept:
|
352
360
|
- application/vnd.github.v3+json
|
353
361
|
User-Agent:
|
354
|
-
- Octokit Ruby Gem
|
362
|
+
- Octokit Ruby Gem 4.15.0
|
363
|
+
Content-Type:
|
364
|
+
- application/json
|
355
365
|
Accept-Encoding:
|
356
366
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
357
367
|
response:
|
@@ -362,7 +372,7 @@ http_interactions:
|
|
362
372
|
Server:
|
363
373
|
- GitHub.com
|
364
374
|
Date:
|
365
|
-
-
|
375
|
+
- Tue, 04 Feb 2020 07:23:42 GMT
|
366
376
|
Content-Type:
|
367
377
|
- application/json; charset=utf-8
|
368
378
|
Transfer-Encoding:
|
@@ -372,56 +382,57 @@ http_interactions:
|
|
372
382
|
X-Ratelimit-Limit:
|
373
383
|
- '5000'
|
374
384
|
X-Ratelimit-Remaining:
|
375
|
-
- '
|
385
|
+
- '4941'
|
376
386
|
X-Ratelimit-Reset:
|
377
|
-
- '
|
387
|
+
- '1580804477'
|
378
388
|
Cache-Control:
|
379
389
|
- private, max-age=60, s-maxage=60
|
390
|
+
Vary:
|
391
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
380
392
|
Last-Modified:
|
381
|
-
-
|
393
|
+
- Tue, 04 Feb 2020 07:23:41 GMT
|
382
394
|
X-Oauth-Scopes:
|
383
|
-
-
|
395
|
+
- read:org, read:user, repo
|
384
396
|
X-Accepted-Oauth-Scopes:
|
385
|
-
-
|
386
|
-
Vary:
|
387
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
388
|
-
- Accept-Encoding
|
397
|
+
- repo
|
389
398
|
X-Github-Media-Type:
|
390
399
|
- github.v3; format=json
|
391
|
-
X-Xss-Protection:
|
392
|
-
- 1; mode=block
|
393
|
-
X-Frame-Options:
|
394
|
-
- deny
|
395
|
-
Content-Security-Policy:
|
396
|
-
- default-src 'none'
|
397
|
-
Access-Control-Allow-Credentials:
|
398
|
-
- 'true'
|
399
400
|
Access-Control-Expose-Headers:
|
400
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
401
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
401
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
402
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
403
|
+
X-GitHub-Media-Type
|
402
404
|
Access-Control-Allow-Origin:
|
403
405
|
- "*"
|
404
406
|
Strict-Transport-Security:
|
405
|
-
- max-age=31536000; includeSubdomains
|
407
|
+
- max-age=31536000; includeSubdomains; preload
|
408
|
+
X-Frame-Options:
|
409
|
+
- deny
|
406
410
|
X-Content-Type-Options:
|
407
411
|
- nosniff
|
412
|
+
X-Xss-Protection:
|
413
|
+
- 1; mode=block
|
414
|
+
Referrer-Policy:
|
415
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
416
|
+
Content-Security-Policy:
|
417
|
+
- default-src 'none'
|
408
418
|
body:
|
409
|
-
encoding:
|
410
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/
|
419
|
+
encoding: ASCII-8BIT
|
420
|
+
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/23363538","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363538/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363538/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/meta_testing","id":23363538,"node_id":"MDc6UmVsZWFzZTIzMzYzNTM4","tag_name":"meta_testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:23:41Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/meta_testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/meta_testing","body":null}'
|
411
421
|
http_version:
|
412
|
-
recorded_at:
|
422
|
+
recorded_at: Tue, 04 Feb 2020 07:23:42 GMT
|
413
423
|
- request:
|
414
424
|
method: post
|
415
|
-
uri: https://uploads.github.com/repos/akerl/targit/releases/
|
425
|
+
uri: https://uploads.github.com/repos/akerl/targit/releases/23363538/assets?name=beta
|
416
426
|
body:
|
417
427
|
encoding: ASCII-8BIT
|
418
|
-
string:
|
419
|
-
|
428
|
+
string: 'hello world
|
429
|
+
|
430
|
+
'
|
420
431
|
headers:
|
421
432
|
Accept:
|
422
433
|
- application/vnd.github.v3+json
|
423
434
|
User-Agent:
|
424
|
-
- Octokit Ruby Gem
|
435
|
+
- Octokit Ruby Gem 4.15.0
|
425
436
|
Content-Type:
|
426
437
|
- application/octet-stream
|
427
438
|
Accept-Encoding:
|
@@ -438,11 +449,13 @@ http_interactions:
|
|
438
449
|
Content-Type:
|
439
450
|
- application/json; charset=utf-8
|
440
451
|
Last-Modified:
|
441
|
-
-
|
452
|
+
- Tue, 04 Feb 2020 07:23:42 GMT
|
442
453
|
Strict-Transport-Security:
|
443
|
-
- max-age=
|
454
|
+
- max-age=31557600
|
444
455
|
Vary:
|
445
456
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
457
|
+
X-Accepted-Oauth-Scopes:
|
458
|
+
- repo
|
446
459
|
X-Content-Type-Options:
|
447
460
|
- nosniff
|
448
461
|
X-Frame-Options:
|
@@ -450,21 +463,21 @@ http_interactions:
|
|
450
463
|
X-Github-Media-Type:
|
451
464
|
- github.v3; format=json
|
452
465
|
X-Oauth-Scopes:
|
453
|
-
-
|
466
|
+
- read:org, read:user, repo
|
454
467
|
X-Xss-Protection:
|
455
468
|
- 1; mode=block
|
456
469
|
Date:
|
457
|
-
-
|
470
|
+
- Tue, 04 Feb 2020 07:23:42 GMT
|
458
471
|
Transfer-Encoding:
|
459
472
|
- chunked
|
460
473
|
body:
|
461
474
|
encoding: UTF-8
|
462
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/assets/
|
475
|
+
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779578","id":17779578,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc4","name":"beta","label":"","uploader":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":12,"download_count":0,"created_at":"2020-02-04T07:23:42Z","updated_at":"2020-02-04T07:23:42Z","browser_download_url":"https://github.com/akerl/targit/releases/download/meta_testing/beta"}'
|
463
476
|
http_version:
|
464
|
-
recorded_at:
|
477
|
+
recorded_at: Tue, 04 Feb 2020 07:23:42 GMT
|
465
478
|
- request:
|
466
479
|
method: get
|
467
|
-
uri: https://api.github.com/repos/akerl/targit/releases/assets/
|
480
|
+
uri: https://api.github.com/repos/akerl/targit/releases/assets/17779578
|
468
481
|
body:
|
469
482
|
encoding: US-ASCII
|
470
483
|
string: ''
|
@@ -472,7 +485,9 @@ http_interactions:
|
|
472
485
|
Accept:
|
473
486
|
- application/vnd.github.v3+json
|
474
487
|
User-Agent:
|
475
|
-
- Octokit Ruby Gem
|
488
|
+
- Octokit Ruby Gem 4.15.0
|
489
|
+
Content-Type:
|
490
|
+
- application/json
|
476
491
|
Accept-Encoding:
|
477
492
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
478
493
|
response:
|
@@ -483,7 +498,7 @@ http_interactions:
|
|
483
498
|
Server:
|
484
499
|
- GitHub.com
|
485
500
|
Date:
|
486
|
-
-
|
501
|
+
- Tue, 04 Feb 2020 07:23:42 GMT
|
487
502
|
Content-Type:
|
488
503
|
- application/json; charset=utf-8
|
489
504
|
Transfer-Encoding:
|
@@ -493,47 +508,47 @@ http_interactions:
|
|
493
508
|
X-Ratelimit-Limit:
|
494
509
|
- '5000'
|
495
510
|
X-Ratelimit-Remaining:
|
496
|
-
- '
|
511
|
+
- '4938'
|
497
512
|
X-Ratelimit-Reset:
|
498
|
-
- '
|
513
|
+
- '1580804476'
|
499
514
|
Cache-Control:
|
500
515
|
- private, max-age=60, s-maxage=60
|
516
|
+
Vary:
|
517
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
501
518
|
Last-Modified:
|
502
|
-
-
|
519
|
+
- Tue, 04 Feb 2020 07:23:42 GMT
|
503
520
|
X-Oauth-Scopes:
|
504
|
-
-
|
521
|
+
- read:org, read:user, repo
|
505
522
|
X-Accepted-Oauth-Scopes:
|
506
|
-
-
|
507
|
-
Vary:
|
508
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
509
|
-
- Accept-Encoding
|
523
|
+
- repo
|
510
524
|
X-Github-Media-Type:
|
511
525
|
- github.v3; format=json
|
512
|
-
X-Xss-Protection:
|
513
|
-
- 1; mode=block
|
514
|
-
X-Frame-Options:
|
515
|
-
- deny
|
516
|
-
Content-Security-Policy:
|
517
|
-
- default-src 'none'
|
518
|
-
Access-Control-Allow-Credentials:
|
519
|
-
- 'true'
|
520
526
|
Access-Control-Expose-Headers:
|
521
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
522
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
527
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
528
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
529
|
+
X-GitHub-Media-Type
|
523
530
|
Access-Control-Allow-Origin:
|
524
531
|
- "*"
|
525
532
|
Strict-Transport-Security:
|
526
|
-
- max-age=31536000; includeSubdomains
|
533
|
+
- max-age=31536000; includeSubdomains; preload
|
534
|
+
X-Frame-Options:
|
535
|
+
- deny
|
527
536
|
X-Content-Type-Options:
|
528
537
|
- nosniff
|
538
|
+
X-Xss-Protection:
|
539
|
+
- 1; mode=block
|
540
|
+
Referrer-Policy:
|
541
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
542
|
+
Content-Security-Policy:
|
543
|
+
- default-src 'none'
|
529
544
|
body:
|
530
|
-
encoding:
|
531
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/assets/
|
545
|
+
encoding: ASCII-8BIT
|
546
|
+
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779578","id":17779578,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc4","name":"beta","label":"","uploader":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":12,"download_count":0,"created_at":"2020-02-04T07:23:42Z","updated_at":"2020-02-04T07:23:42Z","browser_download_url":"https://github.com/akerl/targit/releases/download/meta_testing/beta"}'
|
532
547
|
http_version:
|
533
|
-
recorded_at:
|
548
|
+
recorded_at: Tue, 04 Feb 2020 07:23:42 GMT
|
534
549
|
- request:
|
535
550
|
method: get
|
536
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
551
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363538
|
537
552
|
body:
|
538
553
|
encoding: US-ASCII
|
539
554
|
string: ''
|
@@ -541,7 +556,9 @@ http_interactions:
|
|
541
556
|
Accept:
|
542
557
|
- application/vnd.github.v3+json
|
543
558
|
User-Agent:
|
544
|
-
- Octokit Ruby Gem
|
559
|
+
- Octokit Ruby Gem 4.15.0
|
560
|
+
Content-Type:
|
561
|
+
- application/json
|
545
562
|
Accept-Encoding:
|
546
563
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
547
564
|
response:
|
@@ -552,7 +569,7 @@ http_interactions:
|
|
552
569
|
Server:
|
553
570
|
- GitHub.com
|
554
571
|
Date:
|
555
|
-
-
|
572
|
+
- Tue, 04 Feb 2020 07:23:43 GMT
|
556
573
|
Content-Type:
|
557
574
|
- application/json; charset=utf-8
|
558
575
|
Transfer-Encoding:
|
@@ -562,47 +579,47 @@ http_interactions:
|
|
562
579
|
X-Ratelimit-Limit:
|
563
580
|
- '5000'
|
564
581
|
X-Ratelimit-Remaining:
|
565
|
-
- '
|
582
|
+
- '4937'
|
566
583
|
X-Ratelimit-Reset:
|
567
|
-
- '
|
584
|
+
- '1580804477'
|
568
585
|
Cache-Control:
|
569
586
|
- private, max-age=60, s-maxage=60
|
587
|
+
Vary:
|
588
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
570
589
|
Last-Modified:
|
571
|
-
-
|
590
|
+
- Tue, 04 Feb 2020 07:23:41 GMT
|
572
591
|
X-Oauth-Scopes:
|
573
|
-
-
|
592
|
+
- read:org, read:user, repo
|
574
593
|
X-Accepted-Oauth-Scopes:
|
575
|
-
-
|
576
|
-
Vary:
|
577
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
578
|
-
- Accept-Encoding
|
594
|
+
- repo
|
579
595
|
X-Github-Media-Type:
|
580
596
|
- github.v3; format=json
|
581
|
-
X-Xss-Protection:
|
582
|
-
- 1; mode=block
|
583
|
-
X-Frame-Options:
|
584
|
-
- deny
|
585
|
-
Content-Security-Policy:
|
586
|
-
- default-src 'none'
|
587
|
-
Access-Control-Allow-Credentials:
|
588
|
-
- 'true'
|
589
597
|
Access-Control-Expose-Headers:
|
590
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
591
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
598
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
599
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
600
|
+
X-GitHub-Media-Type
|
592
601
|
Access-Control-Allow-Origin:
|
593
602
|
- "*"
|
594
603
|
Strict-Transport-Security:
|
595
|
-
- max-age=31536000; includeSubdomains
|
604
|
+
- max-age=31536000; includeSubdomains; preload
|
605
|
+
X-Frame-Options:
|
606
|
+
- deny
|
596
607
|
X-Content-Type-Options:
|
597
608
|
- nosniff
|
609
|
+
X-Xss-Protection:
|
610
|
+
- 1; mode=block
|
611
|
+
Referrer-Policy:
|
612
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
613
|
+
Content-Security-Policy:
|
614
|
+
- default-src 'none'
|
598
615
|
body:
|
599
|
-
encoding:
|
600
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/
|
616
|
+
encoding: ASCII-8BIT
|
617
|
+
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/23363538","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363538/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363538/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/meta_testing","id":23363538,"node_id":"MDc6UmVsZWFzZTIzMzYzNTM4","tag_name":"meta_testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:23:41Z","assets":[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779578","id":17779578,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc4","name":"beta","label":"","uploader":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":12,"download_count":0,"created_at":"2020-02-04T07:23:42Z","updated_at":"2020-02-04T07:23:42Z","browser_download_url":"https://github.com/akerl/targit/releases/download/meta_testing/beta"}],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/meta_testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/meta_testing","body":null}'
|
601
618
|
http_version:
|
602
|
-
recorded_at:
|
619
|
+
recorded_at: Tue, 04 Feb 2020 07:23:43 GMT
|
603
620
|
- request:
|
604
621
|
method: get
|
605
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
622
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363538/assets?per_page=100
|
606
623
|
body:
|
607
624
|
encoding: US-ASCII
|
608
625
|
string: ''
|
@@ -610,7 +627,9 @@ http_interactions:
|
|
610
627
|
Accept:
|
611
628
|
- application/vnd.github.v3+json
|
612
629
|
User-Agent:
|
613
|
-
- Octokit Ruby Gem
|
630
|
+
- Octokit Ruby Gem 4.15.0
|
631
|
+
Content-Type:
|
632
|
+
- application/json
|
614
633
|
Accept-Encoding:
|
615
634
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
616
635
|
response:
|
@@ -621,7 +640,7 @@ http_interactions:
|
|
621
640
|
Server:
|
622
641
|
- GitHub.com
|
623
642
|
Date:
|
624
|
-
-
|
643
|
+
- Tue, 04 Feb 2020 07:23:43 GMT
|
625
644
|
Content-Type:
|
626
645
|
- application/json; charset=utf-8
|
627
646
|
Transfer-Encoding:
|
@@ -631,40 +650,40 @@ http_interactions:
|
|
631
650
|
X-Ratelimit-Limit:
|
632
651
|
- '5000'
|
633
652
|
X-Ratelimit-Remaining:
|
634
|
-
- '
|
653
|
+
- '4936'
|
635
654
|
X-Ratelimit-Reset:
|
636
|
-
- '
|
655
|
+
- '1580804477'
|
637
656
|
Cache-Control:
|
638
657
|
- private, max-age=60, s-maxage=60
|
639
|
-
X-Oauth-Scopes:
|
640
|
-
- public_repo
|
641
|
-
X-Accepted-Oauth-Scopes:
|
642
|
-
- ''
|
643
658
|
Vary:
|
644
659
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
645
|
-
-
|
660
|
+
X-Oauth-Scopes:
|
661
|
+
- read:org, read:user, repo
|
662
|
+
X-Accepted-Oauth-Scopes:
|
663
|
+
- repo
|
646
664
|
X-Github-Media-Type:
|
647
665
|
- github.v3; format=json
|
648
|
-
X-Xss-Protection:
|
649
|
-
- 1; mode=block
|
650
|
-
X-Frame-Options:
|
651
|
-
- deny
|
652
|
-
Content-Security-Policy:
|
653
|
-
- default-src 'none'
|
654
|
-
Access-Control-Allow-Credentials:
|
655
|
-
- 'true'
|
656
666
|
Access-Control-Expose-Headers:
|
657
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
658
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
667
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
668
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
669
|
+
X-GitHub-Media-Type
|
659
670
|
Access-Control-Allow-Origin:
|
660
671
|
- "*"
|
661
672
|
Strict-Transport-Security:
|
662
|
-
- max-age=31536000; includeSubdomains
|
673
|
+
- max-age=31536000; includeSubdomains; preload
|
674
|
+
X-Frame-Options:
|
675
|
+
- deny
|
663
676
|
X-Content-Type-Options:
|
664
677
|
- nosniff
|
678
|
+
X-Xss-Protection:
|
679
|
+
- 1; mode=block
|
680
|
+
Referrer-Policy:
|
681
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
682
|
+
Content-Security-Policy:
|
683
|
+
- default-src 'none'
|
665
684
|
body:
|
666
|
-
encoding:
|
667
|
-
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/
|
685
|
+
encoding: ASCII-8BIT
|
686
|
+
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779578","id":17779578,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc4","name":"beta","label":"","uploader":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":12,"download_count":0,"created_at":"2020-02-04T07:23:42Z","updated_at":"2020-02-04T07:23:42Z","browser_download_url":"https://github.com/akerl/targit/releases/download/meta_testing/beta"}]'
|
668
687
|
http_version:
|
669
|
-
recorded_at:
|
670
|
-
recorded_with: VCR
|
688
|
+
recorded_at: Tue, 04 Feb 2020 07:23:43 GMT
|
689
|
+
recorded_with: VCR 5.0.0
|