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:35 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
|
+
- '4993'
|
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/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:35 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
|
+
- '4977'
|
35
37
|
X-Ratelimit-Reset:
|
36
|
-
- '
|
38
|
+
- '1580804477'
|
37
39
|
Cache-Control:
|
38
40
|
- private, max-age=60, s-maxage=60
|
39
|
-
X-Oauth-Scopes:
|
40
|
-
- public_repo
|
41
|
-
X-Accepted-Oauth-Scopes:
|
42
|
-
- ''
|
43
41
|
Vary:
|
44
42
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
45
|
-
-
|
43
|
+
X-Oauth-Scopes:
|
44
|
+
- read:org, read:user, repo
|
45
|
+
X-Accepted-Oauth-Scopes:
|
46
|
+
- repo
|
46
47
|
X-Github-Media-Type:
|
47
48
|
- github.v3; format=json
|
48
|
-
X-Xss-Protection:
|
49
|
-
- 1; mode=block
|
50
|
-
X-Frame-Options:
|
51
|
-
- deny
|
52
|
-
Content-Security-Policy:
|
53
|
-
- default-src 'none'
|
54
|
-
Access-Control-Allow-Credentials:
|
55
|
-
- 'true'
|
56
49
|
Access-Control-Expose-Headers:
|
57
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
58
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
50
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
51
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
52
|
+
X-GitHub-Media-Type
|
59
53
|
Access-Control-Allow-Origin:
|
60
54
|
- "*"
|
61
55
|
Strict-Transport-Security:
|
62
|
-
- max-age=31536000; includeSubdomains
|
56
|
+
- max-age=31536000; includeSubdomains; preload
|
57
|
+
X-Frame-Options:
|
58
|
+
- deny
|
63
59
|
X-Content-Type-Options:
|
64
60
|
- nosniff
|
61
|
+
X-Xss-Protection:
|
62
|
+
- 1; mode=block
|
63
|
+
Referrer-Policy:
|
64
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
65
|
+
Content-Security-Policy:
|
66
|
+
- default-src 'none'
|
65
67
|
body:
|
66
|
-
encoding:
|
67
|
-
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/
|
68
|
+
encoding: ASCII-8BIT
|
69
|
+
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/23363537","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363537/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363537/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/more_testing","id":23363537,"node_id":"MDc6UmVsZWFzZTIzMzYzNTM3","tag_name":"more_testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:23:35Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/more_testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/more_testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/23363520","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363520/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363520/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/testing","id":23363520,"node_id":"MDc6UmVsZWFzZTIzMzYzNTIw","tag_name":"testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:22:02Z","assets":[{"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
|
+
- '4976'
|
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:37 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:37 GMT
|
161
167
|
Content-Type:
|
162
168
|
- application/json; charset=utf-8
|
163
169
|
Transfer-Encoding:
|
@@ -167,40 +173,40 @@ http_interactions:
|
|
167
173
|
X-Ratelimit-Limit:
|
168
174
|
- '5000'
|
169
175
|
X-Ratelimit-Remaining:
|
170
|
-
- '
|
176
|
+
- '4975'
|
171
177
|
X-Ratelimit-Reset:
|
172
|
-
- '
|
178
|
+
- '1580804476'
|
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:
|
206
|
-
recorded_with: VCR
|
211
|
+
recorded_at: Tue, 04 Feb 2020 07:23:37 GMT
|
212
|
+
recorded_with: VCR 5.0.0
|
@@ -10,7 +10,9 @@ http_interactions:
|
|
10
10
|
Accept:
|
11
11
|
- application/vnd.github.v3+json
|
12
12
|
User-Agent:
|
13
|
-
- Octokit Ruby Gem
|
13
|
+
- Octokit Ruby Gem 4.15.0
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
14
16
|
Accept-Encoding:
|
15
17
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
18
|
response:
|
@@ -21,55 +23,52 @@ http_interactions:
|
|
21
23
|
Server:
|
22
24
|
- GitHub.com
|
23
25
|
Date:
|
24
|
-
- Tue,
|
26
|
+
- Tue, 04 Feb 2020 07:34:35 GMT
|
25
27
|
Content-Type:
|
26
28
|
- application/json; charset=utf-8
|
29
|
+
Transfer-Encoding:
|
30
|
+
- chunked
|
27
31
|
Status:
|
28
32
|
- 200 OK
|
29
33
|
X-Ratelimit-Limit:
|
30
34
|
- '5000'
|
31
35
|
X-Ratelimit-Remaining:
|
32
|
-
- '
|
36
|
+
- '4904'
|
33
37
|
X-Ratelimit-Reset:
|
34
|
-
- '
|
38
|
+
- '1580804477'
|
35
39
|
Cache-Control:
|
36
40
|
- private, max-age=60, s-maxage=60
|
37
|
-
X-Oauth-Scopes:
|
38
|
-
- public_repo
|
39
|
-
X-Accepted-Oauth-Scopes:
|
40
|
-
- ''
|
41
41
|
Vary:
|
42
42
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
43
|
-
-
|
43
|
+
X-Oauth-Scopes:
|
44
|
+
- read:org, read:user, repo
|
45
|
+
X-Accepted-Oauth-Scopes:
|
46
|
+
- repo
|
44
47
|
X-Github-Media-Type:
|
45
48
|
- github.v3; format=json
|
46
|
-
Link:
|
47
|
-
- <https://api.github.com/repositories/21316764/releases?per_page=100&page=0>;
|
48
|
-
rel="last"
|
49
|
-
X-Xss-Protection:
|
50
|
-
- 1; mode=block
|
51
|
-
X-Frame-Options:
|
52
|
-
- deny
|
53
|
-
Content-Security-Policy:
|
54
|
-
- default-src 'none'
|
55
|
-
Content-Length:
|
56
|
-
- '2'
|
57
|
-
Access-Control-Allow-Credentials:
|
58
|
-
- 'true'
|
59
49
|
Access-Control-Expose-Headers:
|
60
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
61
|
-
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
|
62
53
|
Access-Control-Allow-Origin:
|
63
54
|
- "*"
|
64
55
|
Strict-Transport-Security:
|
65
|
-
- max-age=31536000; includeSubdomains
|
56
|
+
- max-age=31536000; includeSubdomains; preload
|
57
|
+
X-Frame-Options:
|
58
|
+
- deny
|
66
59
|
X-Content-Type-Options:
|
67
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'
|
68
67
|
body:
|
69
|
-
encoding:
|
70
|
-
string: "[]"
|
68
|
+
encoding: ASCII-8BIT
|
69
|
+
string: '[{"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}]'
|
71
70
|
http_version:
|
72
|
-
recorded_at: Tue,
|
71
|
+
recorded_at: Tue, 04 Feb 2020 07:34:35 GMT
|
73
72
|
- request:
|
74
73
|
method: post
|
75
74
|
uri: https://api.github.com/repos/akerl/targit/releases
|
@@ -80,7 +79,9 @@ http_interactions:
|
|
80
79
|
Accept:
|
81
80
|
- application/vnd.github.v3+json
|
82
81
|
User-Agent:
|
83
|
-
- Octokit Ruby Gem
|
82
|
+
- Octokit Ruby Gem 4.15.0
|
83
|
+
Content-Type:
|
84
|
+
- application/json
|
84
85
|
Accept-Encoding:
|
85
86
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
86
87
|
response:
|
@@ -91,53 +92,54 @@ http_interactions:
|
|
91
92
|
Server:
|
92
93
|
- GitHub.com
|
93
94
|
Date:
|
94
|
-
- Tue,
|
95
|
+
- Tue, 04 Feb 2020 07:34:35 GMT
|
95
96
|
Content-Type:
|
96
97
|
- application/json; charset=utf-8
|
98
|
+
Content-Length:
|
99
|
+
- '1606'
|
97
100
|
Status:
|
98
101
|
- 201 Created
|
99
102
|
X-Ratelimit-Limit:
|
100
103
|
- '5000'
|
101
104
|
X-Ratelimit-Remaining:
|
102
|
-
- '
|
105
|
+
- '4903'
|
103
106
|
X-Ratelimit-Reset:
|
104
|
-
- '
|
107
|
+
- '1580804476'
|
105
108
|
Cache-Control:
|
106
109
|
- private, max-age=60, s-maxage=60
|
110
|
+
Vary:
|
111
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
107
112
|
X-Oauth-Scopes:
|
108
|
-
-
|
113
|
+
- read:org, read:user, repo
|
109
114
|
X-Accepted-Oauth-Scopes:
|
110
|
-
-
|
115
|
+
- repo
|
111
116
|
Location:
|
112
|
-
- https://api.github.com/repos/akerl/targit/releases/
|
113
|
-
Vary:
|
114
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
117
|
+
- https://api.github.com/repos/akerl/targit/releases/23363708
|
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
|
-
Content-Length:
|
124
|
-
- '1553'
|
125
|
-
Access-Control-Allow-Credentials:
|
126
|
-
- 'true'
|
127
120
|
Access-Control-Expose-Headers:
|
128
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
129
|
-
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
|
130
124
|
Access-Control-Allow-Origin:
|
131
125
|
- "*"
|
132
126
|
Strict-Transport-Security:
|
133
|
-
- max-age=31536000; includeSubdomains
|
127
|
+
- max-age=31536000; includeSubdomains; preload
|
128
|
+
X-Frame-Options:
|
129
|
+
- deny
|
134
130
|
X-Content-Type-Options:
|
135
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'
|
136
138
|
body:
|
137
139
|
encoding: UTF-8
|
138
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/
|
140
|
+
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/23363708","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363708/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363708/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/new_release","id":23363708,"node_id":"MDc6UmVsZWFzZTIzMzYzNzA4","tag_name":"new_release","target_commitish":"master","name":"special","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:34:35Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/new_release","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/new_release","body":null}'
|
139
141
|
http_version:
|
140
|
-
recorded_at: Tue,
|
142
|
+
recorded_at: Tue, 04 Feb 2020 07:34:35 GMT
|
141
143
|
- request:
|
142
144
|
method: get
|
143
145
|
uri: https://api.github.com/repos/akerl/targit/releases?per_page=100
|
@@ -148,7 +150,9 @@ http_interactions:
|
|
148
150
|
Accept:
|
149
151
|
- application/vnd.github.v3+json
|
150
152
|
User-Agent:
|
151
|
-
- Octokit Ruby Gem
|
153
|
+
- Octokit Ruby Gem 4.15.0
|
154
|
+
Content-Type:
|
155
|
+
- application/json
|
152
156
|
Accept-Encoding:
|
153
157
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
154
158
|
response:
|
@@ -159,7 +163,7 @@ http_interactions:
|
|
159
163
|
Server:
|
160
164
|
- GitHub.com
|
161
165
|
Date:
|
162
|
-
- Tue,
|
166
|
+
- Tue, 04 Feb 2020 07:34:36 GMT
|
163
167
|
Content-Type:
|
164
168
|
- application/json; charset=utf-8
|
165
169
|
Transfer-Encoding:
|
@@ -169,40 +173,40 @@ http_interactions:
|
|
169
173
|
X-Ratelimit-Limit:
|
170
174
|
- '5000'
|
171
175
|
X-Ratelimit-Remaining:
|
172
|
-
- '
|
176
|
+
- '4902'
|
173
177
|
X-Ratelimit-Reset:
|
174
|
-
- '
|
178
|
+
- '1580804477'
|
175
179
|
Cache-Control:
|
176
180
|
- private, max-age=60, s-maxage=60
|
177
|
-
X-Oauth-Scopes:
|
178
|
-
- public_repo
|
179
|
-
X-Accepted-Oauth-Scopes:
|
180
|
-
- ''
|
181
181
|
Vary:
|
182
182
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
183
|
-
-
|
183
|
+
X-Oauth-Scopes:
|
184
|
+
- read:org, read:user, repo
|
185
|
+
X-Accepted-Oauth-Scopes:
|
186
|
+
- repo
|
184
187
|
X-Github-Media-Type:
|
185
188
|
- github.v3; format=json
|
186
|
-
X-Xss-Protection:
|
187
|
-
- 1; mode=block
|
188
|
-
X-Frame-Options:
|
189
|
-
- deny
|
190
|
-
Content-Security-Policy:
|
191
|
-
- default-src 'none'
|
192
|
-
Access-Control-Allow-Credentials:
|
193
|
-
- 'true'
|
194
189
|
Access-Control-Expose-Headers:
|
195
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
196
|
-
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
|
197
193
|
Access-Control-Allow-Origin:
|
198
194
|
- "*"
|
199
195
|
Strict-Transport-Security:
|
200
|
-
- max-age=31536000; includeSubdomains
|
196
|
+
- max-age=31536000; includeSubdomains; preload
|
197
|
+
X-Frame-Options:
|
198
|
+
- deny
|
201
199
|
X-Content-Type-Options:
|
202
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'
|
203
207
|
body:
|
204
|
-
encoding:
|
205
|
-
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/
|
208
|
+
encoding: ASCII-8BIT
|
209
|
+
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/23363708","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363708/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363708/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/new_release","id":23363708,"node_id":"MDc6UmVsZWFzZTIzMzYzNzA4","tag_name":"new_release","target_commitish":"master","name":"special","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:34:35Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/new_release","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/new_release","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}]'
|
206
210
|
http_version:
|
207
|
-
recorded_at: Tue,
|
208
|
-
recorded_with: VCR
|
211
|
+
recorded_at: Tue, 04 Feb 2020 07:34:36 GMT
|
212
|
+
recorded_with: VCR 5.0.0
|