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
|
+
- '4932'
|
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
|
+
- '4931'
|
102
106
|
X-Ratelimit-Reset:
|
103
|
-
- '
|
107
|
+
- '1580804476'
|
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,58 +163,55 @@ 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
|
+
- '4930'
|
169
177
|
X-Ratelimit-Reset:
|
170
|
-
- '
|
178
|
+
- '1580804476'
|
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:
|
211
|
+
recorded_at: Tue, 04 Feb 2020 07:23:43 GMT
|
209
212
|
- request:
|
210
213
|
method: get
|
211
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
214
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520
|
212
215
|
body:
|
213
216
|
encoding: US-ASCII
|
214
217
|
string: ''
|
@@ -216,7 +219,9 @@ http_interactions:
|
|
216
219
|
Accept:
|
217
220
|
- application/vnd.github.v3+json
|
218
221
|
User-Agent:
|
219
|
-
- Octokit Ruby Gem
|
222
|
+
- Octokit Ruby Gem 4.15.0
|
223
|
+
Content-Type:
|
224
|
+
- application/json
|
220
225
|
Accept-Encoding:
|
221
226
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
222
227
|
response:
|
@@ -227,7 +232,7 @@ http_interactions:
|
|
227
232
|
Server:
|
228
233
|
- GitHub.com
|
229
234
|
Date:
|
230
|
-
-
|
235
|
+
- Tue, 04 Feb 2020 07:23:43 GMT
|
231
236
|
Content-Type:
|
232
237
|
- application/json; charset=utf-8
|
233
238
|
Transfer-Encoding:
|
@@ -237,47 +242,47 @@ http_interactions:
|
|
237
242
|
X-Ratelimit-Limit:
|
238
243
|
- '5000'
|
239
244
|
X-Ratelimit-Remaining:
|
240
|
-
- '
|
245
|
+
- '4929'
|
241
246
|
X-Ratelimit-Reset:
|
242
|
-
- '
|
247
|
+
- '1580804476'
|
243
248
|
Cache-Control:
|
244
249
|
- private, max-age=60, s-maxage=60
|
250
|
+
Vary:
|
251
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
245
252
|
Last-Modified:
|
246
|
-
-
|
253
|
+
- Tue, 04 Feb 2020 07:22:02 GMT
|
247
254
|
X-Oauth-Scopes:
|
248
|
-
-
|
255
|
+
- read:org, read:user, repo
|
249
256
|
X-Accepted-Oauth-Scopes:
|
250
|
-
-
|
251
|
-
Vary:
|
252
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
253
|
-
- Accept-Encoding
|
257
|
+
- repo
|
254
258
|
X-Github-Media-Type:
|
255
259
|
- github.v3; format=json
|
256
|
-
X-Xss-Protection:
|
257
|
-
- 1; mode=block
|
258
|
-
X-Frame-Options:
|
259
|
-
- deny
|
260
|
-
Content-Security-Policy:
|
261
|
-
- default-src 'none'
|
262
|
-
Access-Control-Allow-Credentials:
|
263
|
-
- 'true'
|
264
260
|
Access-Control-Expose-Headers:
|
265
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
266
|
-
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
|
267
264
|
Access-Control-Allow-Origin:
|
268
265
|
- "*"
|
269
266
|
Strict-Transport-Security:
|
270
|
-
- max-age=31536000; includeSubdomains
|
267
|
+
- max-age=31536000; includeSubdomains; preload
|
268
|
+
X-Frame-Options:
|
269
|
+
- deny
|
271
270
|
X-Content-Type-Options:
|
272
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'
|
273
278
|
body:
|
274
|
-
encoding:
|
275
|
-
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/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}'
|
276
281
|
http_version:
|
277
|
-
recorded_at:
|
282
|
+
recorded_at: Tue, 04 Feb 2020 07:23:43 GMT
|
278
283
|
- request:
|
279
284
|
method: get
|
280
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
285
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520/assets?per_page=100
|
281
286
|
body:
|
282
287
|
encoding: US-ASCII
|
283
288
|
string: ''
|
@@ -285,7 +290,9 @@ http_interactions:
|
|
285
290
|
Accept:
|
286
291
|
- application/vnd.github.v3+json
|
287
292
|
User-Agent:
|
288
|
-
- Octokit Ruby Gem
|
293
|
+
- Octokit Ruby Gem 4.15.0
|
294
|
+
Content-Type:
|
295
|
+
- application/json
|
289
296
|
Accept-Encoding:
|
290
297
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
291
298
|
response:
|
@@ -296,58 +303,55 @@ http_interactions:
|
|
296
303
|
Server:
|
297
304
|
- GitHub.com
|
298
305
|
Date:
|
299
|
-
-
|
306
|
+
- Tue, 04 Feb 2020 07:23:43 GMT
|
300
307
|
Content-Type:
|
301
308
|
- application/json; charset=utf-8
|
309
|
+
Content-Length:
|
310
|
+
- '2'
|
302
311
|
Status:
|
303
312
|
- 200 OK
|
304
313
|
X-Ratelimit-Limit:
|
305
314
|
- '5000'
|
306
315
|
X-Ratelimit-Remaining:
|
307
|
-
- '
|
316
|
+
- '4928'
|
308
317
|
X-Ratelimit-Reset:
|
309
|
-
- '
|
318
|
+
- '1580804476'
|
310
319
|
Cache-Control:
|
311
320
|
- private, max-age=60, s-maxage=60
|
312
|
-
X-Oauth-Scopes:
|
313
|
-
- public_repo
|
314
|
-
X-Accepted-Oauth-Scopes:
|
315
|
-
- ''
|
316
321
|
Vary:
|
317
322
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
318
|
-
-
|
323
|
+
X-Oauth-Scopes:
|
324
|
+
- read:org, read:user, repo
|
325
|
+
X-Accepted-Oauth-Scopes:
|
326
|
+
- repo
|
319
327
|
X-Github-Media-Type:
|
320
328
|
- github.v3; format=json
|
321
|
-
Link:
|
322
|
-
- <https://api.github.com/repositories/21316764/releases/426208/assets?per_page=100&page=0>;
|
323
|
-
rel="last"
|
324
|
-
X-Xss-Protection:
|
325
|
-
- 1; mode=block
|
326
|
-
X-Frame-Options:
|
327
|
-
- deny
|
328
|
-
Content-Security-Policy:
|
329
|
-
- default-src 'none'
|
330
|
-
Content-Length:
|
331
|
-
- '2'
|
332
|
-
Access-Control-Allow-Credentials:
|
333
|
-
- 'true'
|
334
329
|
Access-Control-Expose-Headers:
|
335
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
336
|
-
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
|
337
333
|
Access-Control-Allow-Origin:
|
338
334
|
- "*"
|
339
335
|
Strict-Transport-Security:
|
340
|
-
- max-age=31536000; includeSubdomains
|
336
|
+
- max-age=31536000; includeSubdomains; preload
|
337
|
+
X-Frame-Options:
|
338
|
+
- deny
|
341
339
|
X-Content-Type-Options:
|
342
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'
|
343
347
|
body:
|
344
348
|
encoding: UTF-8
|
345
349
|
string: "[]"
|
346
350
|
http_version:
|
347
|
-
recorded_at:
|
351
|
+
recorded_at: Tue, 04 Feb 2020 07:23:43 GMT
|
348
352
|
- request:
|
349
353
|
method: get
|
350
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
354
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520
|
351
355
|
body:
|
352
356
|
encoding: US-ASCII
|
353
357
|
string: ''
|
@@ -355,7 +359,9 @@ http_interactions:
|
|
355
359
|
Accept:
|
356
360
|
- application/vnd.github.v3+json
|
357
361
|
User-Agent:
|
358
|
-
- Octokit Ruby Gem
|
362
|
+
- Octokit Ruby Gem 4.15.0
|
363
|
+
Content-Type:
|
364
|
+
- application/json
|
359
365
|
Accept-Encoding:
|
360
366
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
361
367
|
response:
|
@@ -366,7 +372,7 @@ http_interactions:
|
|
366
372
|
Server:
|
367
373
|
- GitHub.com
|
368
374
|
Date:
|
369
|
-
-
|
375
|
+
- Tue, 04 Feb 2020 07:23:44 GMT
|
370
376
|
Content-Type:
|
371
377
|
- application/json; charset=utf-8
|
372
378
|
Transfer-Encoding:
|
@@ -376,56 +382,57 @@ http_interactions:
|
|
376
382
|
X-Ratelimit-Limit:
|
377
383
|
- '5000'
|
378
384
|
X-Ratelimit-Remaining:
|
379
|
-
- '
|
385
|
+
- '4927'
|
380
386
|
X-Ratelimit-Reset:
|
381
|
-
- '
|
387
|
+
- '1580804477'
|
382
388
|
Cache-Control:
|
383
389
|
- private, max-age=60, s-maxage=60
|
390
|
+
Vary:
|
391
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
384
392
|
Last-Modified:
|
385
|
-
-
|
393
|
+
- Tue, 04 Feb 2020 07:22:02 GMT
|
386
394
|
X-Oauth-Scopes:
|
387
|
-
-
|
395
|
+
- read:org, read:user, repo
|
388
396
|
X-Accepted-Oauth-Scopes:
|
389
|
-
-
|
390
|
-
Vary:
|
391
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
392
|
-
- Accept-Encoding
|
397
|
+
- repo
|
393
398
|
X-Github-Media-Type:
|
394
399
|
- github.v3; format=json
|
395
|
-
X-Xss-Protection:
|
396
|
-
- 1; mode=block
|
397
|
-
X-Frame-Options:
|
398
|
-
- deny
|
399
|
-
Content-Security-Policy:
|
400
|
-
- default-src 'none'
|
401
|
-
Access-Control-Allow-Credentials:
|
402
|
-
- 'true'
|
403
400
|
Access-Control-Expose-Headers:
|
404
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
405
|
-
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
|
406
404
|
Access-Control-Allow-Origin:
|
407
405
|
- "*"
|
408
406
|
Strict-Transport-Security:
|
409
|
-
- max-age=31536000; includeSubdomains
|
407
|
+
- max-age=31536000; includeSubdomains; preload
|
408
|
+
X-Frame-Options:
|
409
|
+
- deny
|
410
410
|
X-Content-Type-Options:
|
411
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'
|
412
418
|
body:
|
413
|
-
encoding:
|
414
|
-
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/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}'
|
415
421
|
http_version:
|
416
|
-
recorded_at:
|
422
|
+
recorded_at: Tue, 04 Feb 2020 07:23:44 GMT
|
417
423
|
- request:
|
418
424
|
method: post
|
419
|
-
uri: https://uploads.github.com/repos/akerl/targit/releases/
|
425
|
+
uri: https://uploads.github.com/repos/akerl/targit/releases/23363520/assets?name=beta
|
420
426
|
body:
|
421
427
|
encoding: ASCII-8BIT
|
422
|
-
string:
|
423
|
-
|
428
|
+
string: 'hello world
|
429
|
+
|
430
|
+
'
|
424
431
|
headers:
|
425
432
|
Accept:
|
426
433
|
- application/vnd.github.v3+json
|
427
434
|
User-Agent:
|
428
|
-
- Octokit Ruby Gem
|
435
|
+
- Octokit Ruby Gem 4.15.0
|
429
436
|
Content-Type:
|
430
437
|
- application/octet-stream
|
431
438
|
Accept-Encoding:
|
@@ -442,11 +449,13 @@ http_interactions:
|
|
442
449
|
Content-Type:
|
443
450
|
- application/json; charset=utf-8
|
444
451
|
Last-Modified:
|
445
|
-
-
|
452
|
+
- Tue, 04 Feb 2020 07:23:44 GMT
|
446
453
|
Strict-Transport-Security:
|
447
|
-
- max-age=
|
454
|
+
- max-age=31557600
|
448
455
|
Vary:
|
449
456
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
457
|
+
X-Accepted-Oauth-Scopes:
|
458
|
+
- repo
|
450
459
|
X-Content-Type-Options:
|
451
460
|
- nosniff
|
452
461
|
X-Frame-Options:
|
@@ -454,21 +463,21 @@ http_interactions:
|
|
454
463
|
X-Github-Media-Type:
|
455
464
|
- github.v3; format=json
|
456
465
|
X-Oauth-Scopes:
|
457
|
-
-
|
466
|
+
- read:org, read:user, repo
|
458
467
|
X-Xss-Protection:
|
459
468
|
- 1; mode=block
|
460
469
|
Date:
|
461
|
-
-
|
470
|
+
- Tue, 04 Feb 2020 07:23:44 GMT
|
462
471
|
Transfer-Encoding:
|
463
472
|
- chunked
|
464
473
|
body:
|
465
474
|
encoding: UTF-8
|
466
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/assets/
|
475
|
+
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779580","id":17779580,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTgw","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:44Z","updated_at":"2020-02-04T07:23:44Z","browser_download_url":"https://github.com/akerl/targit/releases/download/testing/beta"}'
|
467
476
|
http_version:
|
468
|
-
recorded_at:
|
477
|
+
recorded_at: Tue, 04 Feb 2020 07:23:44 GMT
|
469
478
|
- request:
|
470
479
|
method: get
|
471
|
-
uri: https://api.github.com/repos/akerl/targit/releases/assets/
|
480
|
+
uri: https://api.github.com/repos/akerl/targit/releases/assets/17779580
|
472
481
|
body:
|
473
482
|
encoding: US-ASCII
|
474
483
|
string: ''
|
@@ -476,7 +485,9 @@ http_interactions:
|
|
476
485
|
Accept:
|
477
486
|
- application/vnd.github.v3+json
|
478
487
|
User-Agent:
|
479
|
-
- Octokit Ruby Gem
|
488
|
+
- Octokit Ruby Gem 4.15.0
|
489
|
+
Content-Type:
|
490
|
+
- application/json
|
480
491
|
Accept-Encoding:
|
481
492
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
482
493
|
response:
|
@@ -487,7 +498,7 @@ http_interactions:
|
|
487
498
|
Server:
|
488
499
|
- GitHub.com
|
489
500
|
Date:
|
490
|
-
-
|
501
|
+
- Tue, 04 Feb 2020 07:23:44 GMT
|
491
502
|
Content-Type:
|
492
503
|
- application/json; charset=utf-8
|
493
504
|
Transfer-Encoding:
|
@@ -497,47 +508,47 @@ http_interactions:
|
|
497
508
|
X-Ratelimit-Limit:
|
498
509
|
- '5000'
|
499
510
|
X-Ratelimit-Remaining:
|
500
|
-
- '
|
511
|
+
- '4924'
|
501
512
|
X-Ratelimit-Reset:
|
502
|
-
- '
|
513
|
+
- '1580804477'
|
503
514
|
Cache-Control:
|
504
515
|
- private, max-age=60, s-maxage=60
|
516
|
+
Vary:
|
517
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
505
518
|
Last-Modified:
|
506
|
-
-
|
519
|
+
- Tue, 04 Feb 2020 07:23:44 GMT
|
507
520
|
X-Oauth-Scopes:
|
508
|
-
-
|
521
|
+
- read:org, read:user, repo
|
509
522
|
X-Accepted-Oauth-Scopes:
|
510
|
-
-
|
511
|
-
Vary:
|
512
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
513
|
-
- Accept-Encoding
|
523
|
+
- repo
|
514
524
|
X-Github-Media-Type:
|
515
525
|
- github.v3; format=json
|
516
|
-
X-Xss-Protection:
|
517
|
-
- 1; mode=block
|
518
|
-
X-Frame-Options:
|
519
|
-
- deny
|
520
|
-
Content-Security-Policy:
|
521
|
-
- default-src 'none'
|
522
|
-
Access-Control-Allow-Credentials:
|
523
|
-
- 'true'
|
524
526
|
Access-Control-Expose-Headers:
|
525
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
526
|
-
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
|
527
530
|
Access-Control-Allow-Origin:
|
528
531
|
- "*"
|
529
532
|
Strict-Transport-Security:
|
530
|
-
- max-age=31536000; includeSubdomains
|
533
|
+
- max-age=31536000; includeSubdomains; preload
|
534
|
+
X-Frame-Options:
|
535
|
+
- deny
|
531
536
|
X-Content-Type-Options:
|
532
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'
|
533
544
|
body:
|
534
|
-
encoding:
|
535
|
-
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/17779580","id":17779580,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTgw","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:44Z","updated_at":"2020-02-04T07:23:44Z","browser_download_url":"https://github.com/akerl/targit/releases/download/testing/beta"}'
|
536
547
|
http_version:
|
537
|
-
recorded_at:
|
548
|
+
recorded_at: Tue, 04 Feb 2020 07:23:44 GMT
|
538
549
|
- request:
|
539
550
|
method: get
|
540
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
551
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520
|
541
552
|
body:
|
542
553
|
encoding: US-ASCII
|
543
554
|
string: ''
|
@@ -545,7 +556,9 @@ http_interactions:
|
|
545
556
|
Accept:
|
546
557
|
- application/vnd.github.v3+json
|
547
558
|
User-Agent:
|
548
|
-
- Octokit Ruby Gem
|
559
|
+
- Octokit Ruby Gem 4.15.0
|
560
|
+
Content-Type:
|
561
|
+
- application/json
|
549
562
|
Accept-Encoding:
|
550
563
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
551
564
|
response:
|
@@ -556,7 +569,7 @@ http_interactions:
|
|
556
569
|
Server:
|
557
570
|
- GitHub.com
|
558
571
|
Date:
|
559
|
-
-
|
572
|
+
- Tue, 04 Feb 2020 07:23:44 GMT
|
560
573
|
Content-Type:
|
561
574
|
- application/json; charset=utf-8
|
562
575
|
Transfer-Encoding:
|
@@ -566,47 +579,47 @@ http_interactions:
|
|
566
579
|
X-Ratelimit-Limit:
|
567
580
|
- '5000'
|
568
581
|
X-Ratelimit-Remaining:
|
569
|
-
- '
|
582
|
+
- '4923'
|
570
583
|
X-Ratelimit-Reset:
|
571
|
-
- '
|
584
|
+
- '1580804476'
|
572
585
|
Cache-Control:
|
573
586
|
- private, max-age=60, s-maxage=60
|
587
|
+
Vary:
|
588
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
574
589
|
Last-Modified:
|
575
|
-
-
|
590
|
+
- Tue, 04 Feb 2020 07:22:02 GMT
|
576
591
|
X-Oauth-Scopes:
|
577
|
-
-
|
592
|
+
- read:org, read:user, repo
|
578
593
|
X-Accepted-Oauth-Scopes:
|
579
|
-
-
|
580
|
-
Vary:
|
581
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
582
|
-
- Accept-Encoding
|
594
|
+
- repo
|
583
595
|
X-Github-Media-Type:
|
584
596
|
- github.v3; format=json
|
585
|
-
X-Xss-Protection:
|
586
|
-
- 1; mode=block
|
587
|
-
X-Frame-Options:
|
588
|
-
- deny
|
589
|
-
Content-Security-Policy:
|
590
|
-
- default-src 'none'
|
591
|
-
Access-Control-Allow-Credentials:
|
592
|
-
- 'true'
|
593
597
|
Access-Control-Expose-Headers:
|
594
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
595
|
-
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
|
596
601
|
Access-Control-Allow-Origin:
|
597
602
|
- "*"
|
598
603
|
Strict-Transport-Security:
|
599
|
-
- max-age=31536000; includeSubdomains
|
604
|
+
- max-age=31536000; includeSubdomains; preload
|
605
|
+
X-Frame-Options:
|
606
|
+
- deny
|
600
607
|
X-Content-Type-Options:
|
601
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'
|
602
615
|
body:
|
603
|
-
encoding:
|
604
|
-
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/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":[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779580","id":17779580,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTgw","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:44Z","updated_at":"2020-02-04T07:23:44Z","browser_download_url":"https://github.com/akerl/targit/releases/download/testing/beta"}],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/testing","body":null}'
|
605
618
|
http_version:
|
606
|
-
recorded_at:
|
619
|
+
recorded_at: Tue, 04 Feb 2020 07:23:44 GMT
|
607
620
|
- request:
|
608
621
|
method: get
|
609
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
622
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520/assets?per_page=100
|
610
623
|
body:
|
611
624
|
encoding: US-ASCII
|
612
625
|
string: ''
|
@@ -614,7 +627,9 @@ http_interactions:
|
|
614
627
|
Accept:
|
615
628
|
- application/vnd.github.v3+json
|
616
629
|
User-Agent:
|
617
|
-
- Octokit Ruby Gem
|
630
|
+
- Octokit Ruby Gem 4.15.0
|
631
|
+
Content-Type:
|
632
|
+
- application/json
|
618
633
|
Accept-Encoding:
|
619
634
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
620
635
|
response:
|
@@ -625,7 +640,7 @@ http_interactions:
|
|
625
640
|
Server:
|
626
641
|
- GitHub.com
|
627
642
|
Date:
|
628
|
-
-
|
643
|
+
- Tue, 04 Feb 2020 07:23:44 GMT
|
629
644
|
Content-Type:
|
630
645
|
- application/json; charset=utf-8
|
631
646
|
Transfer-Encoding:
|
@@ -635,40 +650,40 @@ http_interactions:
|
|
635
650
|
X-Ratelimit-Limit:
|
636
651
|
- '5000'
|
637
652
|
X-Ratelimit-Remaining:
|
638
|
-
- '
|
653
|
+
- '4922'
|
639
654
|
X-Ratelimit-Reset:
|
640
|
-
- '
|
655
|
+
- '1580804476'
|
641
656
|
Cache-Control:
|
642
657
|
- private, max-age=60, s-maxage=60
|
643
|
-
X-Oauth-Scopes:
|
644
|
-
- public_repo
|
645
|
-
X-Accepted-Oauth-Scopes:
|
646
|
-
- ''
|
647
658
|
Vary:
|
648
659
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
649
|
-
-
|
660
|
+
X-Oauth-Scopes:
|
661
|
+
- read:org, read:user, repo
|
662
|
+
X-Accepted-Oauth-Scopes:
|
663
|
+
- repo
|
650
664
|
X-Github-Media-Type:
|
651
665
|
- github.v3; format=json
|
652
|
-
X-Xss-Protection:
|
653
|
-
- 1; mode=block
|
654
|
-
X-Frame-Options:
|
655
|
-
- deny
|
656
|
-
Content-Security-Policy:
|
657
|
-
- default-src 'none'
|
658
|
-
Access-Control-Allow-Credentials:
|
659
|
-
- 'true'
|
660
666
|
Access-Control-Expose-Headers:
|
661
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
662
|
-
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
|
663
670
|
Access-Control-Allow-Origin:
|
664
671
|
- "*"
|
665
672
|
Strict-Transport-Security:
|
666
|
-
- max-age=31536000; includeSubdomains
|
673
|
+
- max-age=31536000; includeSubdomains; preload
|
674
|
+
X-Frame-Options:
|
675
|
+
- deny
|
667
676
|
X-Content-Type-Options:
|
668
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'
|
669
684
|
body:
|
670
|
-
encoding:
|
671
|
-
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/17779580","id":17779580,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTgw","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:44Z","updated_at":"2020-02-04T07:23:44Z","browser_download_url":"https://github.com/akerl/targit/releases/download/testing/beta"}]'
|
672
687
|
http_version:
|
673
|
-
recorded_at:
|
674
|
-
recorded_with: VCR
|
688
|
+
recorded_at: Tue, 04 Feb 2020 07:23:44 GMT
|
689
|
+
recorded_with: VCR 5.0.0
|