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:45 GMT
|
25
27
|
Content-Type:
|
26
28
|
- application/json; charset=utf-8
|
27
29
|
Transfer-Encoding:
|
@@ -31,40 +33,40 @@ http_interactions:
|
|
31
33
|
X-Ratelimit-Limit:
|
32
34
|
- '5000'
|
33
35
|
X-Ratelimit-Remaining:
|
34
|
-
- '
|
36
|
+
- '4914'
|
35
37
|
X-Ratelimit-Reset:
|
36
|
-
- '
|
38
|
+
- '1580804476'
|
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:
|
70
|
-
recorded_with: VCR
|
71
|
+
recorded_at: Tue, 04 Feb 2020 07:23:45 GMT
|
72
|
+
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:45 GMT
|
25
27
|
Content-Type:
|
26
28
|
- application/json; charset=utf-8
|
27
29
|
Transfer-Encoding:
|
@@ -31,40 +33,40 @@ http_interactions:
|
|
31
33
|
X-Ratelimit-Limit:
|
32
34
|
- '5000'
|
33
35
|
X-Ratelimit-Remaining:
|
34
|
-
- '
|
36
|
+
- '4915'
|
35
37
|
X-Ratelimit-Reset:
|
36
|
-
- '
|
38
|
+
- '1580804476'
|
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:
|
70
|
-
recorded_with: VCR
|
71
|
+
recorded_at: Tue, 04 Feb 2020 07:23:45 GMT
|
72
|
+
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:37 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
|
+
- '4974'
|
35
37
|
X-Ratelimit-Reset:
|
36
|
-
- '
|
38
|
+
- '1580804476'
|
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":[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779576","id":17779576,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc2","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:36Z","updated_at":"2020-02-04T07:23:37Z","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},{"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:37 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:37 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
|
+
- '4973'
|
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":[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779576","id":17779576,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc2","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:36Z","updated_at":"2020-02-04T07:23:37Z","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}'
|
137
141
|
http_version:
|
138
|
-
recorded_at:
|
142
|
+
recorded_at: Tue, 04 Feb 2020 07:23:38 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,7 +163,7 @@ http_interactions:
|
|
157
163
|
Server:
|
158
164
|
- GitHub.com
|
159
165
|
Date:
|
160
|
-
-
|
166
|
+
- Tue, 04 Feb 2020 07:23:38 GMT
|
161
167
|
Content-Type:
|
162
168
|
- application/json; charset=utf-8
|
163
169
|
Transfer-Encoding:
|
@@ -167,45 +173,45 @@ http_interactions:
|
|
167
173
|
X-Ratelimit-Limit:
|
168
174
|
- '5000'
|
169
175
|
X-Ratelimit-Remaining:
|
170
|
-
- '
|
176
|
+
- '4972'
|
171
177
|
X-Ratelimit-Reset:
|
172
|
-
- '
|
178
|
+
- '1580804477'
|
173
179
|
Cache-Control:
|
174
180
|
- private, max-age=60, s-maxage=60
|
175
|
-
X-Oauth-Scopes:
|
176
|
-
- public_repo
|
177
|
-
X-Accepted-Oauth-Scopes:
|
178
|
-
- ''
|
179
181
|
Vary:
|
180
182
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
181
|
-
-
|
183
|
+
X-Oauth-Scopes:
|
184
|
+
- read:org, read:user, repo
|
185
|
+
X-Accepted-Oauth-Scopes:
|
186
|
+
- repo
|
182
187
|
X-Github-Media-Type:
|
183
188
|
- github.v3; format=json
|
184
|
-
X-Xss-Protection:
|
185
|
-
- 1; mode=block
|
186
|
-
X-Frame-Options:
|
187
|
-
- deny
|
188
|
-
Content-Security-Policy:
|
189
|
-
- default-src 'none'
|
190
|
-
Access-Control-Allow-Credentials:
|
191
|
-
- 'true'
|
192
189
|
Access-Control-Expose-Headers:
|
193
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
194
|
-
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
|
195
193
|
Access-Control-Allow-Origin:
|
196
194
|
- "*"
|
197
195
|
Strict-Transport-Security:
|
198
|
-
- max-age=31536000; includeSubdomains
|
196
|
+
- max-age=31536000; includeSubdomains; preload
|
197
|
+
X-Frame-Options:
|
198
|
+
- deny
|
199
199
|
X-Content-Type-Options:
|
200
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'
|
201
207
|
body:
|
202
|
-
encoding:
|
203
|
-
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/
|
208
|
+
encoding: ASCII-8BIT
|
209
|
+
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779576","id":17779576,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc2","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:36Z","updated_at":"2020-02-04T07:23:37Z","browser_download_url":"https://github.com/akerl/targit/releases/download/testing/beta"}]'
|
204
210
|
http_version:
|
205
|
-
recorded_at:
|
211
|
+
recorded_at: Tue, 04 Feb 2020 07:23:38 GMT
|
206
212
|
- request:
|
207
213
|
method: get
|
208
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
214
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520
|
209
215
|
body:
|
210
216
|
encoding: US-ASCII
|
211
217
|
string: ''
|
@@ -213,7 +219,9 @@ http_interactions:
|
|
213
219
|
Accept:
|
214
220
|
- application/vnd.github.v3+json
|
215
221
|
User-Agent:
|
216
|
-
- Octokit Ruby Gem
|
222
|
+
- Octokit Ruby Gem 4.15.0
|
223
|
+
Content-Type:
|
224
|
+
- application/json
|
217
225
|
Accept-Encoding:
|
218
226
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
219
227
|
response:
|
@@ -224,7 +232,7 @@ http_interactions:
|
|
224
232
|
Server:
|
225
233
|
- GitHub.com
|
226
234
|
Date:
|
227
|
-
-
|
235
|
+
- Tue, 04 Feb 2020 07:23:38 GMT
|
228
236
|
Content-Type:
|
229
237
|
- application/json; charset=utf-8
|
230
238
|
Transfer-Encoding:
|
@@ -234,47 +242,47 @@ http_interactions:
|
|
234
242
|
X-Ratelimit-Limit:
|
235
243
|
- '5000'
|
236
244
|
X-Ratelimit-Remaining:
|
237
|
-
- '
|
245
|
+
- '4971'
|
238
246
|
X-Ratelimit-Reset:
|
239
|
-
- '
|
247
|
+
- '1580804477'
|
240
248
|
Cache-Control:
|
241
249
|
- private, max-age=60, s-maxage=60
|
250
|
+
Vary:
|
251
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
242
252
|
Last-Modified:
|
243
|
-
-
|
253
|
+
- Tue, 04 Feb 2020 07:22:02 GMT
|
244
254
|
X-Oauth-Scopes:
|
245
|
-
-
|
255
|
+
- read:org, read:user, repo
|
246
256
|
X-Accepted-Oauth-Scopes:
|
247
|
-
-
|
248
|
-
Vary:
|
249
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
250
|
-
- Accept-Encoding
|
257
|
+
- repo
|
251
258
|
X-Github-Media-Type:
|
252
259
|
- github.v3; format=json
|
253
|
-
X-Xss-Protection:
|
254
|
-
- 1; mode=block
|
255
|
-
X-Frame-Options:
|
256
|
-
- deny
|
257
|
-
Content-Security-Policy:
|
258
|
-
- default-src 'none'
|
259
|
-
Access-Control-Allow-Credentials:
|
260
|
-
- 'true'
|
261
260
|
Access-Control-Expose-Headers:
|
262
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
263
|
-
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
|
264
264
|
Access-Control-Allow-Origin:
|
265
265
|
- "*"
|
266
266
|
Strict-Transport-Security:
|
267
|
-
- max-age=31536000; includeSubdomains
|
267
|
+
- max-age=31536000; includeSubdomains; preload
|
268
|
+
X-Frame-Options:
|
269
|
+
- deny
|
268
270
|
X-Content-Type-Options:
|
269
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'
|
270
278
|
body:
|
271
|
-
encoding:
|
272
|
-
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":[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779576","id":17779576,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc2","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:36Z","updated_at":"2020-02-04T07:23:37Z","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}'
|
273
281
|
http_version:
|
274
|
-
recorded_at:
|
282
|
+
recorded_at: Tue, 04 Feb 2020 07:23:38 GMT
|
275
283
|
- request:
|
276
284
|
method: get
|
277
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
285
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520/assets?per_page=100
|
278
286
|
body:
|
279
287
|
encoding: US-ASCII
|
280
288
|
string: ''
|
@@ -282,7 +290,9 @@ http_interactions:
|
|
282
290
|
Accept:
|
283
291
|
- application/vnd.github.v3+json
|
284
292
|
User-Agent:
|
285
|
-
- Octokit Ruby Gem
|
293
|
+
- Octokit Ruby Gem 4.15.0
|
294
|
+
Content-Type:
|
295
|
+
- application/json
|
286
296
|
Accept-Encoding:
|
287
297
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
288
298
|
response:
|
@@ -293,7 +303,7 @@ http_interactions:
|
|
293
303
|
Server:
|
294
304
|
- GitHub.com
|
295
305
|
Date:
|
296
|
-
-
|
306
|
+
- Tue, 04 Feb 2020 07:23:38 GMT
|
297
307
|
Content-Type:
|
298
308
|
- application/json; charset=utf-8
|
299
309
|
Transfer-Encoding:
|
@@ -303,45 +313,45 @@ http_interactions:
|
|
303
313
|
X-Ratelimit-Limit:
|
304
314
|
- '5000'
|
305
315
|
X-Ratelimit-Remaining:
|
306
|
-
- '
|
316
|
+
- '4970'
|
307
317
|
X-Ratelimit-Reset:
|
308
|
-
- '
|
318
|
+
- '1580804477'
|
309
319
|
Cache-Control:
|
310
320
|
- private, max-age=60, s-maxage=60
|
311
|
-
X-Oauth-Scopes:
|
312
|
-
- public_repo
|
313
|
-
X-Accepted-Oauth-Scopes:
|
314
|
-
- ''
|
315
321
|
Vary:
|
316
322
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
317
|
-
-
|
323
|
+
X-Oauth-Scopes:
|
324
|
+
- read:org, read:user, repo
|
325
|
+
X-Accepted-Oauth-Scopes:
|
326
|
+
- repo
|
318
327
|
X-Github-Media-Type:
|
319
328
|
- github.v3; format=json
|
320
|
-
X-Xss-Protection:
|
321
|
-
- 1; mode=block
|
322
|
-
X-Frame-Options:
|
323
|
-
- deny
|
324
|
-
Content-Security-Policy:
|
325
|
-
- default-src 'none'
|
326
|
-
Access-Control-Allow-Credentials:
|
327
|
-
- 'true'
|
328
329
|
Access-Control-Expose-Headers:
|
329
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
330
|
-
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
|
331
333
|
Access-Control-Allow-Origin:
|
332
334
|
- "*"
|
333
335
|
Strict-Transport-Security:
|
334
|
-
- max-age=31536000; includeSubdomains
|
336
|
+
- max-age=31536000; includeSubdomains; preload
|
337
|
+
X-Frame-Options:
|
338
|
+
- deny
|
335
339
|
X-Content-Type-Options:
|
336
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'
|
337
347
|
body:
|
338
|
-
encoding:
|
339
|
-
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/
|
348
|
+
encoding: ASCII-8BIT
|
349
|
+
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779576","id":17779576,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc2","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:36Z","updated_at":"2020-02-04T07:23:37Z","browser_download_url":"https://github.com/akerl/targit/releases/download/testing/beta"}]'
|
340
350
|
http_version:
|
341
|
-
recorded_at:
|
351
|
+
recorded_at: Tue, 04 Feb 2020 07:23:38 GMT
|
342
352
|
- request:
|
343
353
|
method: delete
|
344
|
-
uri: https://api.github.com/repos/akerl/targit/releases/assets/
|
354
|
+
uri: https://api.github.com/repos/akerl/targit/releases/assets/17779576
|
345
355
|
body:
|
346
356
|
encoding: UTF-8
|
347
357
|
string: "{}"
|
@@ -349,7 +359,9 @@ http_interactions:
|
|
349
359
|
Accept:
|
350
360
|
- application/vnd.github.v3+json
|
351
361
|
User-Agent:
|
352
|
-
- Octokit Ruby Gem
|
362
|
+
- Octokit Ruby Gem 4.15.0
|
363
|
+
Content-Type:
|
364
|
+
- application/json
|
353
365
|
Accept-Encoding:
|
354
366
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
355
367
|
response:
|
@@ -360,48 +372,47 @@ http_interactions:
|
|
360
372
|
Server:
|
361
373
|
- GitHub.com
|
362
374
|
Date:
|
363
|
-
-
|
375
|
+
- Tue, 04 Feb 2020 07:23:38 GMT
|
364
376
|
Status:
|
365
377
|
- 204 No Content
|
366
378
|
X-Ratelimit-Limit:
|
367
379
|
- '5000'
|
368
380
|
X-Ratelimit-Remaining:
|
369
|
-
- '
|
381
|
+
- '4969'
|
370
382
|
X-Ratelimit-Reset:
|
371
|
-
- '
|
383
|
+
- '1580804477'
|
372
384
|
X-Oauth-Scopes:
|
373
|
-
-
|
385
|
+
- read:org, read:user, repo
|
374
386
|
X-Accepted-Oauth-Scopes:
|
375
|
-
-
|
387
|
+
- repo
|
376
388
|
X-Github-Media-Type:
|
377
389
|
- github.v3; format=json
|
378
|
-
X-Xss-Protection:
|
379
|
-
- 1; mode=block
|
380
|
-
X-Frame-Options:
|
381
|
-
- deny
|
382
|
-
Content-Security-Policy:
|
383
|
-
- default-src 'none'
|
384
|
-
Access-Control-Allow-Credentials:
|
385
|
-
- 'true'
|
386
390
|
Access-Control-Expose-Headers:
|
387
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
388
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
391
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
392
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
393
|
+
X-GitHub-Media-Type
|
389
394
|
Access-Control-Allow-Origin:
|
390
395
|
- "*"
|
391
396
|
Strict-Transport-Security:
|
392
|
-
- max-age=31536000; includeSubdomains
|
397
|
+
- max-age=31536000; includeSubdomains; preload
|
398
|
+
X-Frame-Options:
|
399
|
+
- deny
|
393
400
|
X-Content-Type-Options:
|
394
401
|
- nosniff
|
395
|
-
|
396
|
-
-
|
402
|
+
X-Xss-Protection:
|
403
|
+
- 1; mode=block
|
404
|
+
Referrer-Policy:
|
405
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
406
|
+
Content-Security-Policy:
|
407
|
+
- default-src 'none'
|
397
408
|
body:
|
398
409
|
encoding: UTF-8
|
399
410
|
string: ''
|
400
411
|
http_version:
|
401
|
-
recorded_at:
|
412
|
+
recorded_at: Tue, 04 Feb 2020 07:23:38 GMT
|
402
413
|
- request:
|
403
414
|
method: get
|
404
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
415
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520
|
405
416
|
body:
|
406
417
|
encoding: US-ASCII
|
407
418
|
string: ''
|
@@ -409,7 +420,9 @@ http_interactions:
|
|
409
420
|
Accept:
|
410
421
|
- application/vnd.github.v3+json
|
411
422
|
User-Agent:
|
412
|
-
- Octokit Ruby Gem
|
423
|
+
- Octokit Ruby Gem 4.15.0
|
424
|
+
Content-Type:
|
425
|
+
- application/json
|
413
426
|
Accept-Encoding:
|
414
427
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
415
428
|
response:
|
@@ -420,7 +433,7 @@ http_interactions:
|
|
420
433
|
Server:
|
421
434
|
- GitHub.com
|
422
435
|
Date:
|
423
|
-
-
|
436
|
+
- Tue, 04 Feb 2020 07:23:38 GMT
|
424
437
|
Content-Type:
|
425
438
|
- application/json; charset=utf-8
|
426
439
|
Transfer-Encoding:
|
@@ -430,47 +443,47 @@ http_interactions:
|
|
430
443
|
X-Ratelimit-Limit:
|
431
444
|
- '5000'
|
432
445
|
X-Ratelimit-Remaining:
|
433
|
-
- '
|
446
|
+
- '4968'
|
434
447
|
X-Ratelimit-Reset:
|
435
|
-
- '
|
448
|
+
- '1580804477'
|
436
449
|
Cache-Control:
|
437
450
|
- private, max-age=60, s-maxage=60
|
451
|
+
Vary:
|
452
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
438
453
|
Last-Modified:
|
439
|
-
-
|
454
|
+
- Tue, 04 Feb 2020 07:22:02 GMT
|
440
455
|
X-Oauth-Scopes:
|
441
|
-
-
|
456
|
+
- read:org, read:user, repo
|
442
457
|
X-Accepted-Oauth-Scopes:
|
443
|
-
-
|
444
|
-
Vary:
|
445
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
446
|
-
- Accept-Encoding
|
458
|
+
- repo
|
447
459
|
X-Github-Media-Type:
|
448
460
|
- github.v3; format=json
|
449
|
-
X-Xss-Protection:
|
450
|
-
- 1; mode=block
|
451
|
-
X-Frame-Options:
|
452
|
-
- deny
|
453
|
-
Content-Security-Policy:
|
454
|
-
- default-src 'none'
|
455
|
-
Access-Control-Allow-Credentials:
|
456
|
-
- 'true'
|
457
461
|
Access-Control-Expose-Headers:
|
458
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
459
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
462
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
463
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
464
|
+
X-GitHub-Media-Type
|
460
465
|
Access-Control-Allow-Origin:
|
461
466
|
- "*"
|
462
467
|
Strict-Transport-Security:
|
463
|
-
- max-age=31536000; includeSubdomains
|
468
|
+
- max-age=31536000; includeSubdomains; preload
|
469
|
+
X-Frame-Options:
|
470
|
+
- deny
|
464
471
|
X-Content-Type-Options:
|
465
472
|
- nosniff
|
473
|
+
X-Xss-Protection:
|
474
|
+
- 1; mode=block
|
475
|
+
Referrer-Policy:
|
476
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
477
|
+
Content-Security-Policy:
|
478
|
+
- default-src 'none'
|
466
479
|
body:
|
467
|
-
encoding:
|
468
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/
|
480
|
+
encoding: ASCII-8BIT
|
481
|
+
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}'
|
469
482
|
http_version:
|
470
|
-
recorded_at:
|
483
|
+
recorded_at: Tue, 04 Feb 2020 07:23:38 GMT
|
471
484
|
- request:
|
472
485
|
method: get
|
473
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
486
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520/assets?per_page=100
|
474
487
|
body:
|
475
488
|
encoding: US-ASCII
|
476
489
|
string: ''
|
@@ -478,7 +491,9 @@ http_interactions:
|
|
478
491
|
Accept:
|
479
492
|
- application/vnd.github.v3+json
|
480
493
|
User-Agent:
|
481
|
-
- Octokit Ruby Gem
|
494
|
+
- Octokit Ruby Gem 4.15.0
|
495
|
+
Content-Type:
|
496
|
+
- application/json
|
482
497
|
Accept-Encoding:
|
483
498
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
484
499
|
response:
|
@@ -489,58 +504,55 @@ http_interactions:
|
|
489
504
|
Server:
|
490
505
|
- GitHub.com
|
491
506
|
Date:
|
492
|
-
-
|
507
|
+
- Tue, 04 Feb 2020 07:23:38 GMT
|
493
508
|
Content-Type:
|
494
509
|
- application/json; charset=utf-8
|
510
|
+
Content-Length:
|
511
|
+
- '2'
|
495
512
|
Status:
|
496
513
|
- 200 OK
|
497
514
|
X-Ratelimit-Limit:
|
498
515
|
- '5000'
|
499
516
|
X-Ratelimit-Remaining:
|
500
|
-
- '
|
517
|
+
- '4967'
|
501
518
|
X-Ratelimit-Reset:
|
502
|
-
- '
|
519
|
+
- '1580804476'
|
503
520
|
Cache-Control:
|
504
521
|
- private, max-age=60, s-maxage=60
|
505
|
-
X-Oauth-Scopes:
|
506
|
-
- public_repo
|
507
|
-
X-Accepted-Oauth-Scopes:
|
508
|
-
- ''
|
509
522
|
Vary:
|
510
523
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
511
|
-
-
|
524
|
+
X-Oauth-Scopes:
|
525
|
+
- read:org, read:user, repo
|
526
|
+
X-Accepted-Oauth-Scopes:
|
527
|
+
- repo
|
512
528
|
X-Github-Media-Type:
|
513
529
|
- github.v3; format=json
|
514
|
-
Link:
|
515
|
-
- <https://api.github.com/repositories/21316764/releases/426208/assets?per_page=100&page=0>;
|
516
|
-
rel="last"
|
517
|
-
X-Xss-Protection:
|
518
|
-
- 1; mode=block
|
519
|
-
X-Frame-Options:
|
520
|
-
- deny
|
521
|
-
Content-Security-Policy:
|
522
|
-
- default-src 'none'
|
523
|
-
Content-Length:
|
524
|
-
- '2'
|
525
|
-
Access-Control-Allow-Credentials:
|
526
|
-
- 'true'
|
527
530
|
Access-Control-Expose-Headers:
|
528
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
529
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
531
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
532
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
533
|
+
X-GitHub-Media-Type
|
530
534
|
Access-Control-Allow-Origin:
|
531
535
|
- "*"
|
532
536
|
Strict-Transport-Security:
|
533
|
-
- max-age=31536000; includeSubdomains
|
537
|
+
- max-age=31536000; includeSubdomains; preload
|
538
|
+
X-Frame-Options:
|
539
|
+
- deny
|
534
540
|
X-Content-Type-Options:
|
535
541
|
- nosniff
|
542
|
+
X-Xss-Protection:
|
543
|
+
- 1; mode=block
|
544
|
+
Referrer-Policy:
|
545
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
546
|
+
Content-Security-Policy:
|
547
|
+
- default-src 'none'
|
536
548
|
body:
|
537
549
|
encoding: UTF-8
|
538
550
|
string: "[]"
|
539
551
|
http_version:
|
540
|
-
recorded_at:
|
552
|
+
recorded_at: Tue, 04 Feb 2020 07:23:38 GMT
|
541
553
|
- request:
|
542
554
|
method: get
|
543
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
555
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520
|
544
556
|
body:
|
545
557
|
encoding: US-ASCII
|
546
558
|
string: ''
|
@@ -548,7 +560,9 @@ http_interactions:
|
|
548
560
|
Accept:
|
549
561
|
- application/vnd.github.v3+json
|
550
562
|
User-Agent:
|
551
|
-
- Octokit Ruby Gem
|
563
|
+
- Octokit Ruby Gem 4.15.0
|
564
|
+
Content-Type:
|
565
|
+
- application/json
|
552
566
|
Accept-Encoding:
|
553
567
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
554
568
|
response:
|
@@ -559,7 +573,7 @@ http_interactions:
|
|
559
573
|
Server:
|
560
574
|
- GitHub.com
|
561
575
|
Date:
|
562
|
-
-
|
576
|
+
- Tue, 04 Feb 2020 07:23:38 GMT
|
563
577
|
Content-Type:
|
564
578
|
- application/json; charset=utf-8
|
565
579
|
Transfer-Encoding:
|
@@ -569,56 +583,57 @@ http_interactions:
|
|
569
583
|
X-Ratelimit-Limit:
|
570
584
|
- '5000'
|
571
585
|
X-Ratelimit-Remaining:
|
572
|
-
- '
|
586
|
+
- '4966'
|
573
587
|
X-Ratelimit-Reset:
|
574
|
-
- '
|
588
|
+
- '1580804476'
|
575
589
|
Cache-Control:
|
576
590
|
- private, max-age=60, s-maxage=60
|
591
|
+
Vary:
|
592
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
577
593
|
Last-Modified:
|
578
|
-
-
|
594
|
+
- Tue, 04 Feb 2020 07:22:02 GMT
|
579
595
|
X-Oauth-Scopes:
|
580
|
-
-
|
596
|
+
- read:org, read:user, repo
|
581
597
|
X-Accepted-Oauth-Scopes:
|
582
|
-
-
|
583
|
-
Vary:
|
584
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
585
|
-
- Accept-Encoding
|
598
|
+
- repo
|
586
599
|
X-Github-Media-Type:
|
587
600
|
- github.v3; format=json
|
588
|
-
X-Xss-Protection:
|
589
|
-
- 1; mode=block
|
590
|
-
X-Frame-Options:
|
591
|
-
- deny
|
592
|
-
Content-Security-Policy:
|
593
|
-
- default-src 'none'
|
594
|
-
Access-Control-Allow-Credentials:
|
595
|
-
- 'true'
|
596
601
|
Access-Control-Expose-Headers:
|
597
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
598
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
602
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
603
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
604
|
+
X-GitHub-Media-Type
|
599
605
|
Access-Control-Allow-Origin:
|
600
606
|
- "*"
|
601
607
|
Strict-Transport-Security:
|
602
|
-
- max-age=31536000; includeSubdomains
|
608
|
+
- max-age=31536000; includeSubdomains; preload
|
609
|
+
X-Frame-Options:
|
610
|
+
- deny
|
603
611
|
X-Content-Type-Options:
|
604
612
|
- nosniff
|
613
|
+
X-Xss-Protection:
|
614
|
+
- 1; mode=block
|
615
|
+
Referrer-Policy:
|
616
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
617
|
+
Content-Security-Policy:
|
618
|
+
- default-src 'none'
|
605
619
|
body:
|
606
|
-
encoding:
|
607
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/
|
620
|
+
encoding: ASCII-8BIT
|
621
|
+
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}'
|
608
622
|
http_version:
|
609
|
-
recorded_at:
|
623
|
+
recorded_at: Tue, 04 Feb 2020 07:23:38 GMT
|
610
624
|
- request:
|
611
625
|
method: post
|
612
|
-
uri: https://uploads.github.com/repos/akerl/targit/releases/
|
626
|
+
uri: https://uploads.github.com/repos/akerl/targit/releases/23363520/assets?name=beta
|
613
627
|
body:
|
614
628
|
encoding: ASCII-8BIT
|
615
|
-
string:
|
616
|
-
|
629
|
+
string: 'hello world
|
630
|
+
|
631
|
+
'
|
617
632
|
headers:
|
618
633
|
Accept:
|
619
634
|
- application/vnd.github.v3+json
|
620
635
|
User-Agent:
|
621
|
-
- Octokit Ruby Gem
|
636
|
+
- Octokit Ruby Gem 4.15.0
|
622
637
|
Content-Type:
|
623
638
|
- application/octet-stream
|
624
639
|
Accept-Encoding:
|
@@ -635,11 +650,13 @@ http_interactions:
|
|
635
650
|
Content-Type:
|
636
651
|
- application/json; charset=utf-8
|
637
652
|
Last-Modified:
|
638
|
-
-
|
653
|
+
- Tue, 04 Feb 2020 07:23:39 GMT
|
639
654
|
Strict-Transport-Security:
|
640
|
-
- max-age=
|
655
|
+
- max-age=31557600
|
641
656
|
Vary:
|
642
657
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
658
|
+
X-Accepted-Oauth-Scopes:
|
659
|
+
- repo
|
643
660
|
X-Content-Type-Options:
|
644
661
|
- nosniff
|
645
662
|
X-Frame-Options:
|
@@ -647,21 +664,21 @@ http_interactions:
|
|
647
664
|
X-Github-Media-Type:
|
648
665
|
- github.v3; format=json
|
649
666
|
X-Oauth-Scopes:
|
650
|
-
-
|
667
|
+
- read:org, read:user, repo
|
651
668
|
X-Xss-Protection:
|
652
669
|
- 1; mode=block
|
653
670
|
Date:
|
654
|
-
-
|
671
|
+
- Tue, 04 Feb 2020 07:23:39 GMT
|
655
672
|
Transfer-Encoding:
|
656
673
|
- chunked
|
657
674
|
body:
|
658
675
|
encoding: UTF-8
|
659
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/assets/
|
676
|
+
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779577","id":17779577,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc3","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:38Z","updated_at":"2020-02-04T07:23:39Z","browser_download_url":"https://github.com/akerl/targit/releases/download/testing/beta"}'
|
660
677
|
http_version:
|
661
|
-
recorded_at:
|
678
|
+
recorded_at: Tue, 04 Feb 2020 07:23:39 GMT
|
662
679
|
- request:
|
663
680
|
method: get
|
664
|
-
uri: https://api.github.com/repos/akerl/targit/releases/assets/
|
681
|
+
uri: https://api.github.com/repos/akerl/targit/releases/assets/17779577
|
665
682
|
body:
|
666
683
|
encoding: US-ASCII
|
667
684
|
string: ''
|
@@ -669,7 +686,9 @@ http_interactions:
|
|
669
686
|
Accept:
|
670
687
|
- application/vnd.github.v3+json
|
671
688
|
User-Agent:
|
672
|
-
- Octokit Ruby Gem
|
689
|
+
- Octokit Ruby Gem 4.15.0
|
690
|
+
Content-Type:
|
691
|
+
- application/json
|
673
692
|
Accept-Encoding:
|
674
693
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
675
694
|
response:
|
@@ -680,7 +699,7 @@ http_interactions:
|
|
680
699
|
Server:
|
681
700
|
- GitHub.com
|
682
701
|
Date:
|
683
|
-
-
|
702
|
+
- Tue, 04 Feb 2020 07:23:39 GMT
|
684
703
|
Content-Type:
|
685
704
|
- application/json; charset=utf-8
|
686
705
|
Transfer-Encoding:
|
@@ -690,47 +709,47 @@ http_interactions:
|
|
690
709
|
X-Ratelimit-Limit:
|
691
710
|
- '5000'
|
692
711
|
X-Ratelimit-Remaining:
|
693
|
-
- '
|
712
|
+
- '4963'
|
694
713
|
X-Ratelimit-Reset:
|
695
|
-
- '
|
714
|
+
- '1580804477'
|
696
715
|
Cache-Control:
|
697
716
|
- private, max-age=60, s-maxage=60
|
717
|
+
Vary:
|
718
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
698
719
|
Last-Modified:
|
699
|
-
-
|
720
|
+
- Tue, 04 Feb 2020 07:23:39 GMT
|
700
721
|
X-Oauth-Scopes:
|
701
|
-
-
|
722
|
+
- read:org, read:user, repo
|
702
723
|
X-Accepted-Oauth-Scopes:
|
703
|
-
-
|
704
|
-
Vary:
|
705
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
706
|
-
- Accept-Encoding
|
724
|
+
- repo
|
707
725
|
X-Github-Media-Type:
|
708
726
|
- github.v3; format=json
|
709
|
-
X-Xss-Protection:
|
710
|
-
- 1; mode=block
|
711
|
-
X-Frame-Options:
|
712
|
-
- deny
|
713
|
-
Content-Security-Policy:
|
714
|
-
- default-src 'none'
|
715
|
-
Access-Control-Allow-Credentials:
|
716
|
-
- 'true'
|
717
727
|
Access-Control-Expose-Headers:
|
718
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
719
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
728
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
729
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
730
|
+
X-GitHub-Media-Type
|
720
731
|
Access-Control-Allow-Origin:
|
721
732
|
- "*"
|
722
733
|
Strict-Transport-Security:
|
723
|
-
- max-age=31536000; includeSubdomains
|
734
|
+
- max-age=31536000; includeSubdomains; preload
|
735
|
+
X-Frame-Options:
|
736
|
+
- deny
|
724
737
|
X-Content-Type-Options:
|
725
738
|
- nosniff
|
739
|
+
X-Xss-Protection:
|
740
|
+
- 1; mode=block
|
741
|
+
Referrer-Policy:
|
742
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
743
|
+
Content-Security-Policy:
|
744
|
+
- default-src 'none'
|
726
745
|
body:
|
727
|
-
encoding:
|
728
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/assets/
|
746
|
+
encoding: ASCII-8BIT
|
747
|
+
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779577","id":17779577,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc3","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:38Z","updated_at":"2020-02-04T07:23:39Z","browser_download_url":"https://github.com/akerl/targit/releases/download/testing/beta"}'
|
729
748
|
http_version:
|
730
|
-
recorded_at:
|
749
|
+
recorded_at: Tue, 04 Feb 2020 07:23:39 GMT
|
731
750
|
- request:
|
732
751
|
method: get
|
733
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
752
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520
|
734
753
|
body:
|
735
754
|
encoding: US-ASCII
|
736
755
|
string: ''
|
@@ -738,7 +757,9 @@ http_interactions:
|
|
738
757
|
Accept:
|
739
758
|
- application/vnd.github.v3+json
|
740
759
|
User-Agent:
|
741
|
-
- Octokit Ruby Gem
|
760
|
+
- Octokit Ruby Gem 4.15.0
|
761
|
+
Content-Type:
|
762
|
+
- application/json
|
742
763
|
Accept-Encoding:
|
743
764
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
744
765
|
response:
|
@@ -749,7 +770,7 @@ http_interactions:
|
|
749
770
|
Server:
|
750
771
|
- GitHub.com
|
751
772
|
Date:
|
752
|
-
-
|
773
|
+
- Tue, 04 Feb 2020 07:23:39 GMT
|
753
774
|
Content-Type:
|
754
775
|
- application/json; charset=utf-8
|
755
776
|
Transfer-Encoding:
|
@@ -759,47 +780,47 @@ http_interactions:
|
|
759
780
|
X-Ratelimit-Limit:
|
760
781
|
- '5000'
|
761
782
|
X-Ratelimit-Remaining:
|
762
|
-
- '
|
783
|
+
- '4962'
|
763
784
|
X-Ratelimit-Reset:
|
764
|
-
- '
|
785
|
+
- '1580804477'
|
765
786
|
Cache-Control:
|
766
787
|
- private, max-age=60, s-maxage=60
|
788
|
+
Vary:
|
789
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
767
790
|
Last-Modified:
|
768
|
-
-
|
791
|
+
- Tue, 04 Feb 2020 07:22:02 GMT
|
769
792
|
X-Oauth-Scopes:
|
770
|
-
-
|
793
|
+
- read:org, read:user, repo
|
771
794
|
X-Accepted-Oauth-Scopes:
|
772
|
-
-
|
773
|
-
Vary:
|
774
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
775
|
-
- Accept-Encoding
|
795
|
+
- repo
|
776
796
|
X-Github-Media-Type:
|
777
797
|
- github.v3; format=json
|
778
|
-
X-Xss-Protection:
|
779
|
-
- 1; mode=block
|
780
|
-
X-Frame-Options:
|
781
|
-
- deny
|
782
|
-
Content-Security-Policy:
|
783
|
-
- default-src 'none'
|
784
|
-
Access-Control-Allow-Credentials:
|
785
|
-
- 'true'
|
786
798
|
Access-Control-Expose-Headers:
|
787
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
788
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
799
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
800
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
801
|
+
X-GitHub-Media-Type
|
789
802
|
Access-Control-Allow-Origin:
|
790
803
|
- "*"
|
791
804
|
Strict-Transport-Security:
|
792
|
-
- max-age=31536000; includeSubdomains
|
805
|
+
- max-age=31536000; includeSubdomains; preload
|
806
|
+
X-Frame-Options:
|
807
|
+
- deny
|
793
808
|
X-Content-Type-Options:
|
794
809
|
- nosniff
|
810
|
+
X-Xss-Protection:
|
811
|
+
- 1; mode=block
|
812
|
+
Referrer-Policy:
|
813
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
814
|
+
Content-Security-Policy:
|
815
|
+
- default-src 'none'
|
795
816
|
body:
|
796
|
-
encoding:
|
797
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/
|
817
|
+
encoding: ASCII-8BIT
|
818
|
+
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/17779577","id":17779577,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc3","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:38Z","updated_at":"2020-02-04T07:23:39Z","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}'
|
798
819
|
http_version:
|
799
|
-
recorded_at:
|
820
|
+
recorded_at: Tue, 04 Feb 2020 07:23:39 GMT
|
800
821
|
- request:
|
801
822
|
method: get
|
802
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
823
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520/assets?per_page=100
|
803
824
|
body:
|
804
825
|
encoding: US-ASCII
|
805
826
|
string: ''
|
@@ -807,7 +828,9 @@ http_interactions:
|
|
807
828
|
Accept:
|
808
829
|
- application/vnd.github.v3+json
|
809
830
|
User-Agent:
|
810
|
-
- Octokit Ruby Gem
|
831
|
+
- Octokit Ruby Gem 4.15.0
|
832
|
+
Content-Type:
|
833
|
+
- application/json
|
811
834
|
Accept-Encoding:
|
812
835
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
813
836
|
response:
|
@@ -818,7 +841,7 @@ http_interactions:
|
|
818
841
|
Server:
|
819
842
|
- GitHub.com
|
820
843
|
Date:
|
821
|
-
-
|
844
|
+
- Tue, 04 Feb 2020 07:23:39 GMT
|
822
845
|
Content-Type:
|
823
846
|
- application/json; charset=utf-8
|
824
847
|
Transfer-Encoding:
|
@@ -828,40 +851,40 @@ http_interactions:
|
|
828
851
|
X-Ratelimit-Limit:
|
829
852
|
- '5000'
|
830
853
|
X-Ratelimit-Remaining:
|
831
|
-
- '
|
854
|
+
- '4961'
|
832
855
|
X-Ratelimit-Reset:
|
833
|
-
- '
|
856
|
+
- '1580804477'
|
834
857
|
Cache-Control:
|
835
858
|
- private, max-age=60, s-maxage=60
|
836
|
-
X-Oauth-Scopes:
|
837
|
-
- public_repo
|
838
|
-
X-Accepted-Oauth-Scopes:
|
839
|
-
- ''
|
840
859
|
Vary:
|
841
860
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
842
|
-
-
|
861
|
+
X-Oauth-Scopes:
|
862
|
+
- read:org, read:user, repo
|
863
|
+
X-Accepted-Oauth-Scopes:
|
864
|
+
- repo
|
843
865
|
X-Github-Media-Type:
|
844
866
|
- github.v3; format=json
|
845
|
-
X-Xss-Protection:
|
846
|
-
- 1; mode=block
|
847
|
-
X-Frame-Options:
|
848
|
-
- deny
|
849
|
-
Content-Security-Policy:
|
850
|
-
- default-src 'none'
|
851
|
-
Access-Control-Allow-Credentials:
|
852
|
-
- 'true'
|
853
867
|
Access-Control-Expose-Headers:
|
854
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
855
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
868
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
869
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
870
|
+
X-GitHub-Media-Type
|
856
871
|
Access-Control-Allow-Origin:
|
857
872
|
- "*"
|
858
873
|
Strict-Transport-Security:
|
859
|
-
- max-age=31536000; includeSubdomains
|
874
|
+
- max-age=31536000; includeSubdomains; preload
|
875
|
+
X-Frame-Options:
|
876
|
+
- deny
|
860
877
|
X-Content-Type-Options:
|
861
878
|
- nosniff
|
879
|
+
X-Xss-Protection:
|
880
|
+
- 1; mode=block
|
881
|
+
Referrer-Policy:
|
882
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
883
|
+
Content-Security-Policy:
|
884
|
+
- default-src 'none'
|
862
885
|
body:
|
863
|
-
encoding:
|
864
|
-
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/
|
886
|
+
encoding: ASCII-8BIT
|
887
|
+
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779577","id":17779577,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc3","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:38Z","updated_at":"2020-02-04T07:23:39Z","browser_download_url":"https://github.com/akerl/targit/releases/download/testing/beta"}]'
|
865
888
|
http_version:
|
866
|
-
recorded_at:
|
867
|
-
recorded_with: VCR
|
889
|
+
recorded_at: Tue, 04 Feb 2020 07:23:39 GMT
|
890
|
+
recorded_with: VCR 5.0.0
|