codeship 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-version +1 -0
  3. data/CODE_OF_CONDUCT.md +13 -0
  4. data/CONTRIBUTING.md +42 -0
  5. data/README.md +8 -9
  6. data/codeship.gemspec +0 -1
  7. data/lib/codeship/status.rb +1 -1
  8. data/lib/codeship/version.rb +1 -1
  9. data/spec/spec_helper.rb +3 -8
  10. data/spec/status_spec.rb +49 -10
  11. metadata +6 -52
  12. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_branchnotfound.yml +0 -54
  13. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_error.yml +0 -54
  14. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_ignored.yml +0 -54
  15. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_infrastructure_failure.yml +0 -54
  16. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_projectnotfound.yml +0 -54
  17. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_stopped.yml +0 -54
  18. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_success.yml +0 -54
  19. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_testing.yml +0 -54
  20. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_waiting.yml +0 -54
  21. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_branchnotfound.yml +0 -54
  22. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_error.yml +0 -54
  23. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_ignored.yml +0 -54
  24. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_infrastructure_failure.yml +0 -54
  25. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_projectnotfound.yml +0 -54
  26. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_stopped.yml +0 -54
  27. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_success.yml +0 -54
  28. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_testing.yml +0 -54
  29. data/spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_waiting.yml +0 -54
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35660fe374388cb46c34306463692bf828ebca1e
4
- data.tar.gz: 79f767420a9ed9a77940ffb11a01307edfcad180
3
+ metadata.gz: 8c3ab812b94166e3e9c5bde6e4e6ce6ead54e88a
4
+ data.tar.gz: 8ff20174ebfd925e966b2f2fa8864cd2de8fa95b
5
5
  SHA512:
6
- metadata.gz: 3c3ecfdf22bccae0aa5b8133c845916d347d6d11077140911804d780a4e21ce9f1d87fcf6f1643e8158d198e67ac86fd1a540927b23cf1f93e9fda93dc927a1e
7
- data.tar.gz: 787f30033897b831fff967773a7ca3a1362dd22706b197912284f85bcaacf12e92060663cfd27635c2a4d27ac1216ead5c4b9c93caa0b6202e198dc32ea9eb11
6
+ metadata.gz: 78cef4560f1cd5452e4e0d6bcdf691a5a1d8786d3eeaf6f1fe915f62a51e953ff5fdf088d6975c3987f8f84766de35b6a3adaa6fe8e3e5870cc9e84fbb58dbfc
7
+ data.tar.gz: 905b0f2e49b15b10cebf6e5ce20c80fb643947a901210e358ef9a4ce61593c3328be2e52dfc3063113803f44363bab92a0704976f0a7d101ce6f8ebafffc2877
@@ -0,0 +1 @@
1
+ 2.2.1
@@ -0,0 +1,13 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
+
5
+ We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, age, or religion.
6
+
7
+ Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8
+
9
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10
+
11
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12
+
13
+ This Code of Conduct is adapted from the [Contributor Covenant](http:contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
@@ -0,0 +1,42 @@
1
+ # Contributing
2
+ In the spirit of [free software][free-sw], **everyone** is encouraged to help
3
+ improve this project.
4
+
5
+ [free-sw]: http://www.fsf.org/licensing/essays/free-sw.html
6
+
7
+ Here are some ways *you* can contribute:
8
+
9
+ * by using alpha, beta, and prerelease versions
10
+ * by reporting bugs
11
+ * by suggesting new features
12
+ * by writing or editing documentation
13
+ * by writing specifications
14
+ * by writing code ( **no patch is too small** : fix typos, add comments, clean up inconsistent whitespace )
15
+ * by refactoring code
16
+ * by closing [issues][]
17
+ * by reviewing patches
18
+
19
+ [issues]: https://github.com/codeship/codeship-ruby/issues
20
+
21
+ ## Submitting an Issue
22
+ We use the [GitHub issue tracker][issues] to track bugs and features. Before
23
+ submitting a bug report or feature request, check to make sure it hasn't
24
+ already been submitted. When submitting a bug report, please include a [Gist][]
25
+ that includes a stack trace and any details that may be necessary to reproduce
26
+ the bug, including your gem version, Ruby version, and operating system.
27
+ Ideally, a bug report should include a pull request with failing specs.
28
+
29
+ [gist]: https://gist.github.com/
30
+
31
+ ## Submitting a Pull Request
32
+ 1. [Fork the repository.][fork]
33
+ 2. [Create a topic branch.][branch]
34
+ 3. Implement your feature or bug fix.
35
+ 4. Add, commit, and push your changes.
36
+ 5. [Submit a pull request.][pr]
37
+
38
+ [fork]: http://help.github.com/fork-a-repo/
39
+ [branch]: http://learn.github.com/p/branching.html
40
+ [pr]: http://help.github.com/send-pull-requests/
41
+
42
+ This file was taken from https://github.com/middleman/middleman-heroku/blob/master/CONTRIBUTING.md
data/README.md CHANGED
@@ -5,6 +5,13 @@ interact with Codeship.
5
5
  ![Build Status](https://www.codeship.io/projects/e8bf3890-ee53-0130-957a-52ea4b2c7608/status)
6
6
 
7
7
 
8
+ ## Contributing
9
+
10
+ see [CONTRIBUTING.md][contributing]
11
+
12
+ [contributing]: https://github.com/codeship/codeship-ruby/blob/master/CONTRIBUTING.md
13
+
14
+
8
15
  ## Installation
9
16
 
10
17
  Add this line to your application's Gemfile:
@@ -46,17 +53,9 @@ Or install it yourself as:
46
53
 
47
54
  :branchnotfound, :error, :ignored, :projectnotfound, :success, :testing, :waiting, stopped, :infrastructure_failure
48
55
 
49
- ## Contributing
50
-
51
- 1. Fork it
52
- 2. Create your feature branch (`git checkout -b my-new-feature`)
53
- 3. Commit your changes (`git commit -am 'Add some feature'`)
54
- 4. Push to the branch (`git push origin my-new-feature`)
55
- 5. Create new Pull Request
56
-
57
56
  ## Disclaimer
58
57
 
59
- We cannot garantuee any compatibilty with upcoming versions of this Gem.
58
+ We cannot guarantee any compatibilty with upcoming versions of this Gem.
60
59
 
61
60
 
62
61
  ## License
@@ -23,7 +23,6 @@ Gem::Specification.new do |spec|
23
23
  spec.add_development_dependency "bundler"
24
24
  spec.add_development_dependency "rake"
25
25
  spec.add_development_dependency "rspec"
26
- spec.add_development_dependency "vcr"
27
26
  spec.add_development_dependency "webmock"
28
27
  spec.add_development_dependency "pry"
29
28
  end
@@ -14,7 +14,7 @@ module Codeship
14
14
  end
15
15
 
16
16
  def status
17
- image.scan(/status_(.*).png/).flatten.first.to_sym
17
+ image.scan(/status_(.*).(png|gif)/).flatten.first.to_sym
18
18
  end
19
19
 
20
20
  private
@@ -1,3 +1,3 @@
1
1
  module Codeship
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -1,5 +1,7 @@
1
1
  require 'codeship'
2
- require 'vcr'
2
+ require 'webmock/rspec'
3
+
4
+ WebMock.disable_net_connect!
3
5
 
4
6
  # This file was generated by the `rspec --init` command. Conventionally, all
5
7
  # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
@@ -45,7 +47,6 @@ RSpec.configure do |config|
45
47
 
46
48
  # The settings below are suggested to provide a good initial experience
47
49
  # with RSpec, but feel free to customize to your heart's content.
48
-
49
50
  # These two settings work together to allow you to limit a spec run
50
51
  # to individual examples or groups you care about by tagging them with
51
52
  # `:focus` metadata. When nothing is tagged with `:focus`, all examples
@@ -91,9 +92,3 @@ RSpec.configure do |config|
91
92
  # as the one that triggered the failure.
92
93
  Kernel.srand config.seed
93
94
  end
94
-
95
- VCR.configure do |c|
96
- c.cassette_library_dir = 'spec/fixtures/cassettes'
97
- c.hook_into :webmock
98
- c.configure_rspec_metadata!
99
- end
@@ -1,21 +1,60 @@
1
1
  require 'spec_helper'
2
2
 
3
3
  RSpec.describe Codeship::Status do
4
+ context 'parsing the project status' do
5
+ context 'of a project with completed build' do
6
+ Codeship::Status::STATES.each do |state|
7
+ it "should parse #{state}" do
4
8
 
5
- context 'parsing the project status', :vcr do
6
- Codeship::Status::STATES.each do |state|
7
- it "should parse #{state}" do
8
- project_status = Codeship::Status.new(state)
9
- expect(project_status.status).to eq(state)
9
+ stub_request(:head, "https://codeship.com/projects/#{state}/status").
10
+ with(headers: {'Accept'=>'*/*', 'User-Agent'=>'Ruby'}).
11
+ to_return(status: 200, body: "", headers: {'Content-Disposition' => "inline; filename=\"status_#{state}.png\""})
12
+
13
+ project_status = Codeship::Status.new(state)
14
+ expect(project_status.status).to eq(state)
15
+ end
16
+ end
17
+ end
18
+
19
+ context 'of a project with active build' do
20
+ Codeship::Status::STATES.each do |state|
21
+ it "should parse #{state}" do
22
+
23
+ stub_request(:head, "https://codeship.com/projects/#{state}/status").
24
+ with(headers: {'Accept'=>'*/*', 'User-Agent'=>'Ruby'}).
25
+ to_return(status: 200, body: "", headers: {'Content-Disposition' => "inline; filename=\"status_#{state}.gif\""})
26
+
27
+ project_status = Codeship::Status.new(state)
28
+ expect(project_status.status).to eq(state)
29
+ end
10
30
  end
11
31
  end
12
32
  end
13
33
 
14
- context 'parsing the project status on a certain branch', :vcr do
15
- Codeship::Status::STATES.each do |state|
16
- it "should parse #{state}" do
17
- project_status = Codeship::Status.new(state, branch: 'master')
18
- expect(project_status.status).to eq(state)
34
+ context 'parsing the project status on a certain branch' do
35
+ context 'of a project with completed build' do
36
+ Codeship::Status::STATES.each do |state|
37
+ it "should parse #{state}" do
38
+ stub_request(:head, "https://codeship.com/projects/#{state}/status?branch=master").
39
+ with(headers: {'Accept'=>'*/*', 'User-Agent'=>'Ruby'}).
40
+ to_return(status: 200, body: "", headers: {'Content-Disposition' => "inline; filename=\"status_#{state}.png\""})
41
+
42
+ project_status = Codeship::Status.new(state, branch: 'master')
43
+ expect(project_status.status).to eq(state)
44
+ end
45
+ end
46
+ end
47
+
48
+ context 'of a project with active build' do
49
+ Codeship::Status::STATES.each do |state|
50
+ it "should parse #{state}" do
51
+ stub_request(:head, "https://codeship.com/projects/#{state}/status?branch=master").
52
+ with(headers: {'Accept'=>'*/*', 'User-Agent'=>'Ruby'}).
53
+ to_return(status: 200, body: "", headers: {'Content-Disposition' => "inline; filename=\"status_#{state}.gif\""})
54
+
55
+ project_status = Codeship::Status.new(state, branch: 'master')
56
+ expect(project_status.status).to eq(state)
57
+ end
19
58
  end
20
59
  end
21
60
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codeship
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - beanieboi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-02 00:00:00.000000000 Z
11
+ date: 2015-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -66,20 +66,6 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- - !ruby/object:Gem::Dependency
70
- name: vcr
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - ">="
74
- - !ruby/object:Gem::Version
75
- version: '0'
76
- type: :development
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: '0'
83
69
  - !ruby/object:Gem::Dependency
84
70
  name: webmock
85
71
  requirement: !ruby/object:Gem::Requirement
@@ -117,6 +103,9 @@ extra_rdoc_files: []
117
103
  files:
118
104
  - ".gitignore"
119
105
  - ".rspec"
106
+ - ".ruby-version"
107
+ - CODE_OF_CONDUCT.md
108
+ - CONTRIBUTING.md
120
109
  - Gemfile
121
110
  - LICENSE.txt
122
111
  - README.md
@@ -129,24 +118,6 @@ files:
129
118
  - lib/codeship/response.rb
130
119
  - lib/codeship/status.rb
131
120
  - lib/codeship/version.rb
132
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_branchnotfound.yml
133
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_error.yml
134
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_ignored.yml
135
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_infrastructure_failure.yml
136
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_projectnotfound.yml
137
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_stopped.yml
138
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_success.yml
139
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_testing.yml
140
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_waiting.yml
141
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_branchnotfound.yml
142
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_error.yml
143
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_ignored.yml
144
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_infrastructure_failure.yml
145
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_projectnotfound.yml
146
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_stopped.yml
147
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_success.yml
148
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_testing.yml
149
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_waiting.yml
150
121
  - spec/spec_helper.rb
151
122
  - spec/status_spec.rb
152
123
  homepage: https://www.codeship.io
@@ -174,23 +145,6 @@ signing_key:
174
145
  specification_version: 4
175
146
  summary: easily interact with Codeship.io
176
147
  test_files:
177
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_branchnotfound.yml
178
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_error.yml
179
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_ignored.yml
180
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_infrastructure_failure.yml
181
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_projectnotfound.yml
182
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_stopped.yml
183
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_success.yml
184
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_testing.yml
185
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status/should_parse_waiting.yml
186
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_branchnotfound.yml
187
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_error.yml
188
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_ignored.yml
189
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_infrastructure_failure.yml
190
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_projectnotfound.yml
191
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_stopped.yml
192
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_success.yml
193
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_testing.yml
194
- - spec/fixtures/cassettes/Codeship_Status/parsing_the_project_status_on_a_certain_branch/should_parse_waiting.yml
195
148
  - spec/spec_helper.rb
196
149
  - spec/status_spec.rb
150
+ has_rdoc:
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/branchnotfound/status
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_branchnotfound.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:03:53 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - b8658e6a-dd42-409a-beb7-29ac635d2343
41
- X-Runtime:
42
- - '0.022480'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:03:53 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/error/status
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_error.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:03:54 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - 2bc48c3d-0555-41e5-a9a2-8ca68e190ed7
41
- X-Runtime:
42
- - '0.025595'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:03:54 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/ignored/status
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_ignored.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:03:55 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - 579f8b0e-eab9-475c-af41-08f37aa77169
41
- X-Runtime:
42
- - '0.026949'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:03:55 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/infrastructure_failure/status
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_infrastructure_failure.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:03:57 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - e0557e10-a4e8-4ab1-92ba-31cf050deb67
41
- X-Runtime:
42
- - '0.022914'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:03:57 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/projectnotfound/status
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_projectnotfound.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:03:56 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - 4d103741-689e-4ffc-8308-db09a0d03f51
41
- X-Runtime:
42
- - '0.021021'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:03:56 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/stopped/status
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_stopped.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:03:57 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - e0557e10-a4e8-4ab1-92ba-31cf050deb67
41
- X-Runtime:
42
- - '0.022914'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:03:57 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/success/status
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_success.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:03:57 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - e0557e10-a4e8-4ab1-92ba-31cf050deb67
41
- X-Runtime:
42
- - '0.022914'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:03:57 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/testing/status
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_testing.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:03:58 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - d87a2adb-877a-4609-bd8f-e795804e3c1b
41
- X-Runtime:
42
- - '0.105671'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:03:58 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/waiting/status
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_waiting.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:03:59 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - 369a0cdc-dbd0-478f-a976-16c641f9f35b
41
- X-Runtime:
42
- - '0.126971'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:03:59 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/branchnotfound/status?branch=master
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_branchnotfound.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:26:43 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - 32a859d9-1cff-416b-a0db-ec33eae1541d
41
- X-Runtime:
42
- - '0.043327'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:26:43 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/error/status?branch=master
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_error.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:26:44 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - 3115360b-b4ce-4b5a-bb0b-1394b502fa89
41
- X-Runtime:
42
- - '0.131432'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:26:44 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/ignored/status?branch=master
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_ignored.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:26:45 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - d4ac64a7-5d39-4926-848b-24830a356f8a
41
- X-Runtime:
42
- - '0.040278'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:26:45 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/infrastructure_failure/status?branch=master
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_infrastructure_failure.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:26:47 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - 816234d4-d3fc-4939-8850-f2627fb379f2
41
- X-Runtime:
42
- - '0.044395'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:26:48 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/projectnotfound/status?branch=master
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_projectnotfound.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:26:46 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - 830b42b7-1d95-44a9-a7b0-4099f6ae99c8
41
- X-Runtime:
42
- - '0.028636'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:26:46 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/stopped/status?branch=master
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_stopped.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:26:47 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - 816234d4-d3fc-4939-8850-f2627fb379f2
41
- X-Runtime:
42
- - '0.044395'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:26:48 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/success/status?branch=master
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_success.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:26:47 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - 816234d4-d3fc-4939-8850-f2627fb379f2
41
- X-Runtime:
42
- - '0.044395'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:26:48 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/testing/status?branch=master
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_testing.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:26:48 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - 115b3bf1-52c1-45b3-8d88-95f3ef60eb8a
41
- X-Runtime:
42
- - '0.307362'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:26:49 GMT
54
- recorded_with: VCR 2.5.0
@@ -1,54 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: https://codeship.com/projects/waiting/status?branch=master
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - private
21
- Content-Disposition:
22
- - inline; filename="status_waiting.png"
23
- Content-Transfer-Encoding:
24
- - binary
25
- Content-Type:
26
- - image/png
27
- Date:
28
- - Mon, 19 Aug 2013 21:26:49 GMT
29
- Etag:
30
- - '"4d19aacfee1ad8cc9d908df7383b0718"'
31
- Status:
32
- - 200 OK
33
- Vary:
34
- - Accept-Encoding
35
- X-Content-Type-Options:
36
- - nosniff
37
- X-Frame-Options:
38
- - SAMEORIGIN
39
- X-Request-Id:
40
- - ad65bf74-cf48-4551-a6ce-dfad6d6b24c7
41
- X-Runtime:
42
- - '0.046419'
43
- X-Ua-Compatible:
44
- - chrome=1
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Connection:
48
- - keep-alive
49
- body:
50
- encoding: UTF-8
51
- string: ''
52
- http_version:
53
- recorded_at: Mon, 19 Aug 2013 21:26:50 GMT
54
- recorded_with: VCR 2.5.0