triannon-client 0.2.1.pre.0.rc1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -2
  3. data/lib/triannon-client/triannon_client.rb +3 -3
  4. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/n-quads_.yml +33 -33
  5. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/n-triples_.yml +33 -33
  6. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/rdf_json_.yml +33 -33
  7. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/rdf_n3_.yml +33 -33
  8. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/trig_.yml +33 -33
  9. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/trix_.yml +33 -33
  10. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/turtle_.yml +33 -33
  11. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/x-ld_json_.yml +33 -33
  12. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/x-trig_.yml +33 -33
  13. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/n3_.yml +33 -33
  14. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/rdf_n3_.yml +33 -33
  15. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/rdf_turtle_.yml +33 -33
  16. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/x-nquads_.yml +33 -33
  17. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/ld_json_.yml +46 -46
  18. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/rdf_xml_.yml +34 -34
  19. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/x-turtle_.yml +33 -33
  20. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/turtle_.yml +33 -33
  21. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/ld_json_.yml +26 -26
  22. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/n-quads_.yml +26 -26
  23. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/n-triples_.yml +26 -26
  24. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_json_.yml +26 -26
  25. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_n3_.yml +26 -26
  26. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_xml_.yml +26 -26
  27. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/trig_.yml +26 -26
  28. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/trix_.yml +26 -26
  29. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/turtle_.yml +26 -26
  30. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-ld_json_.yml +26 -26
  31. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-trig_.yml +26 -26
  32. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-turtle_.yml +26 -26
  33. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/n3_.yml +26 -26
  34. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/rdf_n3_.yml +26 -26
  35. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/rdf_turtle_.yml +26 -26
  36. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/turtle_.yml +26 -26
  37. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/x-nquads_.yml +26 -26
  38. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/checks_the_annotation_ID.yml +26 -26
  39. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/logs_exceptions.yml +26 -26
  40. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_a_nil_ID.yml +26 -26
  41. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_an_empty_string_ID.yml +26 -26
  42. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_an_integer_ID.yml +26 -26
  43. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/requests_an_open_annotation_by_ID_accepting_a_default_JSON-LD_content.yml +26 -26
  44. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_EMPTY_RDF_graph_for_a_500_server_response.yml +26 -26
  45. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_EMPTY_RDF_graph_with_a_valid_ID_for_NO_annotation_on_the_server.yml +40 -335
  46. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_RDF_graph_with_a_valid_ID_for_an_annotation_on_the_server.yml +46 -46
  47. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_iiif_annotation/requests_an_open_annotation_by_ID_using_a_IIIF_profile.yml +26 -26
  48. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_iiif_annotation/returns_an_RDF_Graph_of_an_open_annotation.yml +42 -42
  49. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_oa_annotation/requests_an_open_annotation_by_ID_using_an_OA_profile.yml +26 -26
  50. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_oa_annotation/returns_an_RDF_Graph_of_an_open_annotation.yml +46 -46
  51. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/deletes_an_open_annotation_that_exists.yml +34 -34
  52. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/fails_to_delete_an_open_annotation_that_does_NOT_exist.yml +8 -8
  53. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_false_for_a_500_response_to_a_DELETE_request.yml +4 -4
  54. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_200_response_to_a_DELETE_request.yml +4 -4
  55. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_202_response_to_a_DELETE_request.yml +4 -4
  56. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_204_response_to_a_DELETE_request.yml +4 -4
  57. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/validates_the_annotation_ID.yml +4 -4
  58. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_RDF_Graph.yml +16 -16
  59. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_RDF_Graph_that_contains_an_AnnotationList.yml +16 -16
  60. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_annotation_list_with_an_annotation_created_by_a_prior_POST.yml +44 -44
  61. data/spec/fixtures/vcr_cassettes/TriannonClient/_post_annotation/does_not_raise_an_error_when_submitting_a_valid_open_annotation.yml +26 -26
  62. data/spec/fixtures/vcr_cassettes/TriannonClient/_post_annotation/returns_a_RestClient_Response_object.yml +26 -26
  63. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_id/returns_a_String_ID_from_the_RDF_URI_of_an_annotation.yml +26 -26
  64. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_id/returns_a_String_ID_that_is_not_empty.yml +26 -26
  65. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/{_annotation_uri → _annotation_uris}/returns_an_RDF_URI_that_is_a_valid_URI.yml +34 -34
  66. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/{_annotation_uri/returns_an_RDF_URI_from_an_RDF_Graph_of_an_annotation.yml → _annotation_uris/returns_an_array_of_RDF_URI_from_an_RDF_Graph_of_an_annotation.yml} +26 -26
  67. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/accepts_a_RestClient_Response_instance.yml +38 -38
  68. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/raises_ArgumentError_when_given_an_empty_String.yml +26 -26
  69. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/raises_ArgumentError_when_given_nil.yml +26 -26
  70. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/returns_an_RDF_Graph.yml +26 -26
  71. data/spec/lib/triannon-client/triannon_client_spec.rb +7 -6
  72. data/triannon-client.gemspec +1 -1
  73. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64baf0880e619822adf71b93b2ef24197a8ee772
4
- data.tar.gz: 826b1412236b17ba3eb8f65f5872be5c46868c5f
3
+ metadata.gz: ad2bdd8eea9fad891aa01ca7bd58807e78f6a338
4
+ data.tar.gz: 899c3ddeec8c273651e340b97228b63327af3be6
5
5
  SHA512:
6
- metadata.gz: d5873aab94f57d567830adbdee094b681b0796dc5b455d98910f6ffd1b58ddba29c63e25c364ef9be7ac1217b70822b15410b5ed25f67d78369bdd7bd184283d
7
- data.tar.gz: 3769b652af9c9f98c12e5122362edc3b5f4a2ede8d2bf523935fd8a4254f906698d9342626695be0da4994606ec7203aa1da8570c1a27c333b24191728e81eb9
6
+ metadata.gz: 716bcc044314815b1bc05043ddf3b99a9e60f3a8dabf7940694dcb6eed3c6b72ad01bdf034236836dab2ac231e9c3c2fe56492d3fcb482be5d18d3ba3375c5cd
7
+ data.tar.gz: a912faf2ff692943aaa703ebe9771d5e1e8e62c09548489c96ad8fdcb8c909cb8ce97ff30867be2ecdda6695e9de38b70da94cfe7102c987b00d4db0bbd07bab
data/README.md CHANGED
@@ -54,6 +54,8 @@ tc = TriannonClient::TriannonClient.new
54
54
  ```ruby
55
55
  # return an RDF::Graph
56
56
  graph = tc.get_annotations
57
+ anno_uris = tc.annotation_uris(graph)
58
+ anno_ids = anno_uris.collect {|uri| tc.annotation_id(uri) }
57
59
  ```
58
60
 
59
61
  ### Get a particular annotation
@@ -83,11 +85,19 @@ tc.post_annotation(open_annotation_jsonld)
83
85
  ### Delete an annotation
84
86
 
85
87
  ```ruby
86
- uri = RDF::URI.parse('http://your.triannon-server.com/annotations/5314746b-f1eb-473a-a273-46c1afe5f530')
87
- id = tc.annotation_id(uri) #=> 5314746b-f1eb-473a-a273-46c1afe5f530
88
+ uri = RDF::URI.new("http://your.triannon-server.com/annotations/45/4a/c0/93/454ac093-b37d-4580-bebd-449f8dabddc9")
89
+ tc.annotation_id(uri) #=> "45%2F4a%2Fc0%2F93%2F454ac093-b37d-4580-bebd-449f8dabddc9"
88
90
  tc.delete_annotation(id)
89
91
  ```
90
92
 
93
+ Note that the annotation URI contains a pair-tree path that is created by
94
+ the Fedora 4 instance that triannon server works on. The annotation ID is
95
+ the entire pair-tree path after it is URI escaped. This makes it easier to
96
+ work with the ID for tc.get_annotation(id) and tc.delete_annotation(id).
97
+ For more information on object storage using pair-trees, see
98
+ http://www.slideshare.net/jakkbl/dcc-pair-posterppt
99
+ https://wiki.ucop.edu/display/Curation/PairTree
100
+
91
101
  ## Development
92
102
 
93
103
  Clone and install:
@@ -161,11 +161,11 @@ module TriannonClient
161
161
 
162
162
  # query an annotation graph to extract a URI for the first open annotation
163
163
  # @param graph [RDF::Graph] An RDF::Graph of an open annotation
164
- # @response uri [RDF::URI|nil] A URI for an open annotation
165
- def annotation_uri(graph)
164
+ # @response uri [Array<RDF::URI>] An array of URIs for open annotations
165
+ def annotation_uris(graph)
166
166
  raise ArgumentError, 'graph is not an RDF::Graph' unless graph.instance_of? RDF::Graph
167
167
  q = [:s, RDF.type, RDF::Vocab::OA.Annotation]
168
- graph.query(q).collect {|s| s.subject }.first
168
+ graph.query(q).collect {|s| s.subject }
169
169
  end
170
170
 
171
171
  # extract an annotation ID from the URI
@@ -31,31 +31,31 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/ld+json; charset=utf-8
33
33
  Etag:
34
- - W/"d68cff86be7aef4deec8006ad5076c44"
34
+ - W/"8f8df37d15aa1d0f88aee7cc98fae9c9"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 5688b104-f246-4d87-81bd-693b9a5a9546
38
+ - c0e914fc-9c99-4ace-91b2-f84548e645e5
39
39
  X-Runtime:
40
- - '1.399552'
40
+ - '1.391616'
41
41
  Server:
42
42
  - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
43
43
  Date:
44
- - Mon, 11 May 2015 21:29:00 GMT
44
+ - Wed, 13 May 2015 22:31:08 GMT
45
45
  Content-Length:
46
46
  - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=cS8xNzNDNGNHU2F5bGx6MkxBT29kRldncGFTczZnM0dVSktienRpNzdlS0FwaE8rWGxhcjZmZURHaW90Vk1BUGhOelBSVzFOWlVYMG1UeWw3WHQ5V0tNaHV1bXVmZ1BvRzJnUlhiSFRUYXBBNVhzNVRjNmNPUkxiVjhJV2VieUNPaFFQZXNkbGJabkVqS054akFZTHF1TzhZdjlzK09Renp4eGhMTTd5bElMdWJrQytOL2JFM1NheWlHbE9ieHZpS0pkMVpTRlp6YUxLOEFvOTlOMzlLVC9TOTVsRlFNWm00UUoyV2xmdUVzOTdHZ3F0ZVIwWjcvOUVxMkRhb0t1TS0tUm1NQzRSUW82dldRc1FXSlNwb01IQT09--9acba87f6f72215920830d76e19036387fd212d8;
50
+ - _internal_session=b3RJalQxbHoxNzNuWlg2QUExYTBaeUdCZHVQMjZ0WTNOVm1TV0M4ak9VZUV0dFUvYXNhbkYzZzJMOW5neDdqYjZrc1A2aG5jT3gybklyYXRlZ1lNcFJVSVBoT1d2YXRCYVh5SHdVdWtUMm9qVnJaUTcyZndsS3h2NUhzWmFFVTZNK2F2WFpJUHlLb0lpR21YSWVzc0NjcUwraFhjQStLKzNWQ3hQUkhVUzRJc2I1NWxFTEJSOVRwREJacFhqU2xTZ01WSzFsRDdHbjZvSVJ3RWZaOFl5NXVKTklYODJwWUJ3WHAwMTBwcFRLY1doaXZFdWNXTkNMTmI0bm0zRjllMi0tMXZQR2FVMkp2cTIyd3lCTzlVdTBxZz09--9ccb4bcbeb7a57d8615dfd2ed013177d9ec5f518;
51
51
  path=/; HttpOnly
52
52
  - request_method=POST; path=/
53
53
  body:
54
54
  encoding: UTF-8
55
- string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902324239280","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/a1/3e/2a/18/a13e2a18-8699-4b31-8d27-73370263b321","@type":"oa:Annotation","hasBody":"_:g69902324239280","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70052527030620","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/12/27/8d/7e/12278d7e-405a-4372-9527-63d130721bbb","@type":"oa:Annotation","hasBody":"_:g70052527030620","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 11 May 2015 21:29:00 GMT
58
+ recorded_at: Wed, 13 May 2015 22:31:08 GMT
59
59
  - request:
60
60
  method: get
61
61
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -75,7 +75,7 @@ http_interactions:
75
75
  message: Temporary Redirect
76
76
  headers:
77
77
  Date:
78
- - Mon, 11 May 2015 21:29:00 GMT
78
+ - Wed, 13 May 2015 22:31:08 GMT
79
79
  Server:
80
80
  - Apache/2
81
81
  Location:
@@ -83,7 +83,7 @@ http_interactions:
83
83
  Cache-Control:
84
84
  - max-age=21600
85
85
  Expires:
86
- - Tue, 12 May 2015 03:29:00 GMT
86
+ - Thu, 14 May 2015 04:31:08 GMT
87
87
  Content-Length:
88
88
  - '240'
89
89
  Content-Type:
@@ -99,7 +99,7 @@ http_interactions:
99
99
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
100
100
  </body></html>
101
101
  http_version:
102
- recorded_at: Mon, 11 May 2015 21:29:00 GMT
102
+ recorded_at: Wed, 13 May 2015 22:31:08 GMT
103
103
  - request:
104
104
  method: get
105
105
  uri: http://www.w3.org/ns/oa.jsonld
@@ -121,7 +121,7 @@ http_interactions:
121
121
  message: OK
122
122
  headers:
123
123
  Date:
124
- - Mon, 11 May 2015 21:29:00 GMT
124
+ - Wed, 13 May 2015 22:31:08 GMT
125
125
  Server:
126
126
  - Apache/2
127
127
  Last-Modified:
@@ -135,7 +135,7 @@ http_interactions:
135
135
  Cache-Control:
136
136
  - max-age=21600
137
137
  Expires:
138
- - Tue, 12 May 2015 03:29:00 GMT
138
+ - Thu, 14 May 2015 04:31:08 GMT
139
139
  P3p:
140
140
  - policyref="http://www.w3.org/2014/08/p3p.xml"
141
141
  Access-Control-Allow-Origin:
@@ -1253,7 +1253,7 @@ http_interactions:
1253
1253
 
1254
1254
 
1255
1255
  http_version:
1256
- recorded_at: Mon, 11 May 2015 21:29:01 GMT
1256
+ recorded_at: Wed, 13 May 2015 22:31:08 GMT
1257
1257
  - request:
1258
1258
  method: get
1259
1259
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -1273,7 +1273,7 @@ http_interactions:
1273
1273
  message: Temporary Redirect
1274
1274
  headers:
1275
1275
  Date:
1276
- - Mon, 11 May 2015 21:29:01 GMT
1276
+ - Wed, 13 May 2015 22:31:08 GMT
1277
1277
  Server:
1278
1278
  - Apache/2
1279
1279
  Location:
@@ -1281,7 +1281,7 @@ http_interactions:
1281
1281
  Cache-Control:
1282
1282
  - max-age=21600
1283
1283
  Expires:
1284
- - Tue, 12 May 2015 03:29:01 GMT
1284
+ - Thu, 14 May 2015 04:31:08 GMT
1285
1285
  Content-Length:
1286
1286
  - '240'
1287
1287
  Content-Type:
@@ -1297,7 +1297,7 @@ http_interactions:
1297
1297
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
1298
1298
  </body></html>
1299
1299
  http_version:
1300
- recorded_at: Mon, 11 May 2015 21:29:01 GMT
1300
+ recorded_at: Wed, 13 May 2015 22:31:08 GMT
1301
1301
  - request:
1302
1302
  method: get
1303
1303
  uri: http://www.w3.org/ns/oa.jsonld
@@ -1319,7 +1319,7 @@ http_interactions:
1319
1319
  message: OK
1320
1320
  headers:
1321
1321
  Date:
1322
- - Mon, 11 May 2015 21:29:06 GMT
1322
+ - Wed, 13 May 2015 22:31:09 GMT
1323
1323
  Server:
1324
1324
  - Apache/2
1325
1325
  Last-Modified:
@@ -1333,7 +1333,7 @@ http_interactions:
1333
1333
  Cache-Control:
1334
1334
  - max-age=21600
1335
1335
  Expires:
1336
- - Tue, 12 May 2015 03:29:06 GMT
1336
+ - Thu, 14 May 2015 04:31:09 GMT
1337
1337
  P3p:
1338
1338
  - policyref="http://www.w3.org/2014/08/p3p.xml"
1339
1339
  Access-Control-Allow-Origin:
@@ -2451,10 +2451,10 @@ http_interactions:
2451
2451
 
2452
2452
 
2453
2453
  http_version:
2454
- recorded_at: Mon, 11 May 2015 21:29:06 GMT
2454
+ recorded_at: Wed, 13 May 2015 22:31:09 GMT
2455
2455
  - request:
2456
2456
  method: get
2457
- uri: http://localhost:3000/annotations/a1%2F3e%2F2a%2F18%2Fa13e2a18-8699-4b31-8d27-73370263b321
2457
+ uri: http://localhost:3000/annotations/12%2F27%2F8d%2F7e%2F12278d7e-405a-4372-9527-63d130721bbb
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2475,13 +2475,13 @@ http_interactions:
2475
2475
  Content-Length:
2476
2476
  - '129098'
2477
2477
  X-Request-Id:
2478
- - a1943cb3-d29f-4922-a72c-573b25dad16b
2478
+ - c8ae68fd-57d2-402f-a927-245c3979d375
2479
2479
  X-Runtime:
2480
- - '0.260660'
2480
+ - '0.262155'
2481
2481
  Server:
2482
2482
  - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2483
2483
  Date:
2484
- - Mon, 11 May 2015 21:29:06 GMT
2484
+ - Wed, 13 May 2015 22:31:09 GMT
2485
2485
  Connection:
2486
2486
  - Keep-Alive
2487
2487
  body:
@@ -3830,7 +3830,7 @@ http_interactions:
3830
3830
  && el) {\n currentSource.className += \" hidden\";\n el.className
3831
3831
  = el.className.replace(\" hidden\", \"\");\n currentSource = el;\n
3832
3832
  \ }\n }\n }\n </script>\n</div>\n\n \n\n<h2 style=\"margin-top:
3833
- 30px\">Request</h2>\n<p><b>Parameters</b>:</p> <pre>{&quot;id&quot;=&gt;&quot;a1/3e/2a/18/a13e2a18-8699-4b31-8d27-73370263b321&quot;}</pre>\n\n<div
3833
+ 30px\">Request</h2>\n<p><b>Parameters</b>:</p> <pre>{&quot;id&quot;=&gt;&quot;12/27/8d/7e/12278d7e-405a-4372-9527-63d130721bbb&quot;}</pre>\n\n<div
3834
3834
  class=\"details\">\n <div class=\"summary\"><a href=\"#\" onclick=\"return
3835
3835
  toggleSessionDump()\">Toggle session dump</a></div>\n <div id=\"session_dump\"
3836
3836
  style=\"display:none\"><pre></pre></div>\n</div>\n\n<div class=\"details\">\n
@@ -3840,7 +3840,7 @@ http_interactions:
3840
3840
  &quot;gzip, deflate&quot;\nREMOTE_ADDR: &quot;127.0.0.1&quot;\nREMOTE_HOST:
3841
3841
  &quot;127.0.0.1&quot;\nSERVER_NAME: &quot;localhost&quot;\nSERVER_PROTOCOL:
3842
3842
  &quot;HTTP/1.1&quot;</pre></div>\n</div>\n\n<h2 style=\"margin-top: 30px\">Response</h2>\n<p><b>Headers</b>:</p>
3843
- <pre>None</pre>\n\n</div>\n\n\n</body>\n</html>\n<div id=\"console\"\n data-remote-path='console/repl_sessions/061e2934eb8a6170f448deb3b6bca596'\n
3843
+ <pre>None</pre>\n\n</div>\n\n\n</body>\n</html>\n<div id=\"console\"\n data-remote-path='console/repl_sessions/e9f5563b5904549edd08beb1298efe89'\n
3844
3844
  \ data-initial-prompt='>> '>\n</div>\n\n\n<script type=\"text/javascript\">\n(function()
3845
3845
  {\n // DOM helpers\nfunction hasClass(el, className) {\n var regex = new
3846
3846
  RegExp('(?:^|\\\\s)' + className + '(?!\\\\S)', 'g');\n return el.className.match(regex);\n}\n\nfunction
@@ -4037,10 +4037,10 @@ http_interactions:
4037
4037
  \ resizerElement.addEventListener('mouseup', recordConsoleElementHeight);\n
4038
4038
  \ });\n});\n\n}).call(this);\n</script>\n\n"
4039
4039
  http_version:
4040
- recorded_at: Mon, 11 May 2015 21:29:06 GMT
4040
+ recorded_at: Wed, 13 May 2015 22:31:09 GMT
4041
4041
  - request:
4042
4042
  method: delete
4043
- uri: http://localhost:3000/annotations/a1%2F3e%2F2a%2F18%2Fa13e2a18-8699-4b31-8d27-73370263b321
4043
+ uri: http://localhost:3000/annotations/12%2F27%2F8d%2F7e%2F12278d7e-405a-4372-9527-63d130721bbb
4044
4044
  body:
4045
4045
  encoding: US-ASCII
4046
4046
  string: ''
@@ -4067,22 +4067,22 @@ http_interactions:
4067
4067
  Cache-Control:
4068
4068
  - no-cache
4069
4069
  X-Request-Id:
4070
- - 6a1aa379-7bb1-4dd0-9b7a-d564a1d17836
4070
+ - 68de7636-5675-4dd5-a42e-c755fd64ddcb
4071
4071
  X-Runtime:
4072
- - '0.154914'
4072
+ - '0.167672'
4073
4073
  Server:
4074
4074
  - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
4075
4075
  Date:
4076
- - Mon, 11 May 2015 21:29:07 GMT
4076
+ - Wed, 13 May 2015 22:31:09 GMT
4077
4077
  Connection:
4078
4078
  - Keep-Alive
4079
4079
  Set-Cookie:
4080
- - _internal_session=dTlmTnN0ZjJhazAzczZEcE4xbE8zdDdXZW9BWTRYUVNSREhIVVRLMndCYXUwMXZ3eHo5Vmt4eHhSWDZwVEFZdFBDcmNqRHE0S25DQVVXQ2FYK0Y5ZkdsVEFWNHJTSFh5UDBQRnc0Szl0RkpQMjdNdVJYbU1zRlNITEtFT0lsVnU4Y0ozYi96RW91aGVmekgrdkp1djNLQ1Uyc1hLVEJKT2hRZjJ2c2xFekc0VHR0RVZDbGJDWCtobUF4UDVHVlo2LS1pb3g4Y3FMN2pTRDZNa3Qrc2FodjJnPT0%3D--16fb07014f8d32728898607bf17e2921b52545b4;
4080
+ - _internal_session=SzVTY1ZDUXdISFdRR1lSRkR3VlVuQ2d6VDdDcDljNmRqRE5NbVpQUndKaGtuMHgxU0hvYkxQNGlCelA1ZnZIa2pEemZqejc4VitHM1hRRWhIdG1qNmhPOGRGRXhZNTNDMTlxcWV0VHlKT0dFNnNxNW5hYnV5NWpmYlZTUUQ5QnNaT2UrQTQwWUtFN05JOGF5clJPeFhtVFFranVjQUYrQVVDTHhubW4zcFUzdnJ3eHBQRmkva0FGeDBpZEN4MldnLS1VbkpNUUtIWFZyNjVEWk1ieUFhS2tBPT0%3D--71575cf2d8ea90ab8d81be2d509aaf23bf24bbc9;
4081
4081
  path=/; HttpOnly
4082
4082
  - request_method=DELETE; path=/
4083
4083
  body:
4084
4084
  encoding: UTF-8
4085
4085
  string: ''
4086
4086
  http_version:
4087
- recorded_at: Mon, 11 May 2015 21:29:07 GMT
4087
+ recorded_at: Wed, 13 May 2015 22:31:09 GMT
4088
4088
  recorded_with: VCR 2.9.3
@@ -31,31 +31,31 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/ld+json; charset=utf-8
33
33
  Etag:
34
- - W/"107d27316c152c5caf523e58a65dccde"
34
+ - W/"6a665d47494cd937762303f6438ad4c4"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - e9aa7537-3d00-4ee1-9a29-dfd37c6b587a
38
+ - bdc8d586-5f31-47cb-b96f-bd740dae3dcc
39
39
  X-Runtime:
40
- - '1.491467'
40
+ - '1.616044'
41
41
  Server:
42
42
  - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
43
43
  Date:
44
- - Mon, 11 May 2015 21:28:31 GMT
44
+ - Wed, 13 May 2015 22:30:45 GMT
45
45
  Content-Length:
46
46
  - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=V1REMzhMdzRZRC9FVUdDUkxpNjdmV3ZqNHVON3hQaWMzcjE2OFQxMVBwNzlqOGRTVlczcC83YlNpOWdCMWFvUVpsU2FPTVFZTWVDSE10SzRaRTlma1FzektwSmdSb3dWVlA3NjRBbHhmNzVVRUtSS3RaaisrMDFnL2FmWXVEVXVSVWNRcFp3QmxoM2J2cVY4d1FVdGVnMjA4enpsck5jbWZaNUEreDBibkFxL1Z1SEhic0VWb0FORFVYWFRJVGVtMEEwZTNkSndxRldhcXByY0djT3A2Q3JxcWhMSFRJa0lld0tVSmhna25FY2l5cHh2U2E3L1VwR1hqWTB1bGdSQS0td0ZyWGN0U0lPTWpjZ0ZuL09WU1ZDdz09--faae5b9b171feaae9b535686853e4e156d549406;
50
+ - _internal_session=VlFoRW4reDNPR1FOY1VscXpxTGp0TlowR041UWorQXVRT0FJaHI4TzBzeHRUMDQ1VlRSUjNzYmthS0lRUEQxd0swZHgybGZoOEdmQ0dqVnNacUJjRTRESjBwOUF5UDJRVEFkWWRpM2FTbUdFdG5RMUJPWVJBVHVzeU5GbDh4THVrZTRHOUJjL0Z0eFZMYjJZNWFQUzBFRVM0bnRNbGVqSS9RNXZMVGpUUUhPd1lLbndxckZDT28vVEJXTW5kTjVDczV3VEErUUNWMmVHcFZmNDJsL1ptTnVta0VUK3RnOGM2MmlzRStrb1pZeUZVSW11UHNtRFNzZFplek01VW9hZy0taVNOUTljVkVqb21idG4wL2M4M2NKUT09--ac54c310c56d47cd736dcac0991153c5e33c39d7;
51
51
  path=/; HttpOnly
52
52
  - request_method=POST; path=/
53
53
  body:
54
54
  encoding: UTF-8
55
- string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902434310760","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/44/23/bd/41/4423bd41-acf6-4fec-b844-0cc2230431fe","@type":"oa:Annotation","hasBody":"_:g69902434310760","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70052623960480","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/42/21/83/48/42218348-b4da-45f7-8ed3-70ebe7647283","@type":"oa:Annotation","hasBody":"_:g70052623960480","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 11 May 2015 21:28:31 GMT
58
+ recorded_at: Wed, 13 May 2015 22:30:45 GMT
59
59
  - request:
60
60
  method: get
61
61
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -75,7 +75,7 @@ http_interactions:
75
75
  message: Temporary Redirect
76
76
  headers:
77
77
  Date:
78
- - Mon, 11 May 2015 21:28:32 GMT
78
+ - Wed, 13 May 2015 22:30:45 GMT
79
79
  Server:
80
80
  - Apache/2
81
81
  Location:
@@ -83,7 +83,7 @@ http_interactions:
83
83
  Cache-Control:
84
84
  - max-age=21600
85
85
  Expires:
86
- - Tue, 12 May 2015 03:28:32 GMT
86
+ - Thu, 14 May 2015 04:30:45 GMT
87
87
  Content-Length:
88
88
  - '240'
89
89
  Content-Type:
@@ -99,7 +99,7 @@ http_interactions:
99
99
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
100
100
  </body></html>
101
101
  http_version:
102
- recorded_at: Mon, 11 May 2015 21:28:32 GMT
102
+ recorded_at: Wed, 13 May 2015 22:30:45 GMT
103
103
  - request:
104
104
  method: get
105
105
  uri: http://www.w3.org/ns/oa.jsonld
@@ -121,7 +121,7 @@ http_interactions:
121
121
  message: OK
122
122
  headers:
123
123
  Date:
124
- - Mon, 11 May 2015 21:28:32 GMT
124
+ - Wed, 13 May 2015 22:30:45 GMT
125
125
  Server:
126
126
  - Apache/2
127
127
  Last-Modified:
@@ -135,7 +135,7 @@ http_interactions:
135
135
  Cache-Control:
136
136
  - max-age=21600
137
137
  Expires:
138
- - Tue, 12 May 2015 03:28:32 GMT
138
+ - Thu, 14 May 2015 04:30:45 GMT
139
139
  P3p:
140
140
  - policyref="http://www.w3.org/2014/08/p3p.xml"
141
141
  Access-Control-Allow-Origin:
@@ -1253,7 +1253,7 @@ http_interactions:
1253
1253
 
1254
1254
 
1255
1255
  http_version:
1256
- recorded_at: Mon, 11 May 2015 21:28:32 GMT
1256
+ recorded_at: Wed, 13 May 2015 22:30:45 GMT
1257
1257
  - request:
1258
1258
  method: get
1259
1259
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -1273,7 +1273,7 @@ http_interactions:
1273
1273
  message: Temporary Redirect
1274
1274
  headers:
1275
1275
  Date:
1276
- - Mon, 11 May 2015 21:28:32 GMT
1276
+ - Wed, 13 May 2015 22:30:45 GMT
1277
1277
  Server:
1278
1278
  - Apache/2
1279
1279
  Location:
@@ -1281,7 +1281,7 @@ http_interactions:
1281
1281
  Cache-Control:
1282
1282
  - max-age=21600
1283
1283
  Expires:
1284
- - Tue, 12 May 2015 03:28:32 GMT
1284
+ - Thu, 14 May 2015 04:30:45 GMT
1285
1285
  Content-Length:
1286
1286
  - '240'
1287
1287
  Content-Type:
@@ -1297,7 +1297,7 @@ http_interactions:
1297
1297
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
1298
1298
  </body></html>
1299
1299
  http_version:
1300
- recorded_at: Mon, 11 May 2015 21:28:32 GMT
1300
+ recorded_at: Wed, 13 May 2015 22:30:45 GMT
1301
1301
  - request:
1302
1302
  method: get
1303
1303
  uri: http://www.w3.org/ns/oa.jsonld
@@ -1319,7 +1319,7 @@ http_interactions:
1319
1319
  message: OK
1320
1320
  headers:
1321
1321
  Date:
1322
- - Mon, 11 May 2015 21:28:32 GMT
1322
+ - Wed, 13 May 2015 22:30:46 GMT
1323
1323
  Server:
1324
1324
  - Apache/2
1325
1325
  Last-Modified:
@@ -1333,7 +1333,7 @@ http_interactions:
1333
1333
  Cache-Control:
1334
1334
  - max-age=21600
1335
1335
  Expires:
1336
- - Tue, 12 May 2015 03:28:32 GMT
1336
+ - Thu, 14 May 2015 04:30:46 GMT
1337
1337
  P3p:
1338
1338
  - policyref="http://www.w3.org/2014/08/p3p.xml"
1339
1339
  Access-Control-Allow-Origin:
@@ -2451,10 +2451,10 @@ http_interactions:
2451
2451
 
2452
2452
 
2453
2453
  http_version:
2454
- recorded_at: Mon, 11 May 2015 21:28:33 GMT
2454
+ recorded_at: Wed, 13 May 2015 22:30:46 GMT
2455
2455
  - request:
2456
2456
  method: get
2457
- uri: http://localhost:3000/annotations/44%2F23%2Fbd%2F41%2F4423bd41-acf6-4fec-b844-0cc2230431fe
2457
+ uri: http://localhost:3000/annotations/42%2F21%2F83%2F48%2F42218348-b4da-45f7-8ed3-70ebe7647283
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2475,13 +2475,13 @@ http_interactions:
2475
2475
  Content-Length:
2476
2476
  - '129100'
2477
2477
  X-Request-Id:
2478
- - 7ac65767-9ee6-492e-bf8c-4b0dd66e9eb9
2478
+ - 75d62dad-93bc-43e8-8bb2-622728fba329
2479
2479
  X-Runtime:
2480
- - '0.248923'
2480
+ - '0.233293'
2481
2481
  Server:
2482
2482
  - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2483
2483
  Date:
2484
- - Mon, 11 May 2015 21:28:33 GMT
2484
+ - Wed, 13 May 2015 22:30:46 GMT
2485
2485
  Connection:
2486
2486
  - Keep-Alive
2487
2487
  body:
@@ -3830,7 +3830,7 @@ http_interactions:
3830
3830
  && el) {\n currentSource.className += \" hidden\";\n el.className
3831
3831
  = el.className.replace(\" hidden\", \"\");\n currentSource = el;\n
3832
3832
  \ }\n }\n }\n </script>\n</div>\n\n \n\n<h2 style=\"margin-top:
3833
- 30px\">Request</h2>\n<p><b>Parameters</b>:</p> <pre>{&quot;id&quot;=&gt;&quot;44/23/bd/41/4423bd41-acf6-4fec-b844-0cc2230431fe&quot;}</pre>\n\n<div
3833
+ 30px\">Request</h2>\n<p><b>Parameters</b>:</p> <pre>{&quot;id&quot;=&gt;&quot;42/21/83/48/42218348-b4da-45f7-8ed3-70ebe7647283&quot;}</pre>\n\n<div
3834
3834
  class=\"details\">\n <div class=\"summary\"><a href=\"#\" onclick=\"return
3835
3835
  toggleSessionDump()\">Toggle session dump</a></div>\n <div id=\"session_dump\"
3836
3836
  style=\"display:none\"><pre></pre></div>\n</div>\n\n<div class=\"details\">\n
@@ -3840,7 +3840,7 @@ http_interactions:
3840
3840
  &quot;gzip, deflate&quot;\nREMOTE_ADDR: &quot;127.0.0.1&quot;\nREMOTE_HOST:
3841
3841
  &quot;127.0.0.1&quot;\nSERVER_NAME: &quot;localhost&quot;\nSERVER_PROTOCOL:
3842
3842
  &quot;HTTP/1.1&quot;</pre></div>\n</div>\n\n<h2 style=\"margin-top: 30px\">Response</h2>\n<p><b>Headers</b>:</p>
3843
- <pre>None</pre>\n\n</div>\n\n\n</body>\n</html>\n<div id=\"console\"\n data-remote-path='console/repl_sessions/3b3ba67a54069a54eac6e1af67f6770e'\n
3843
+ <pre>None</pre>\n\n</div>\n\n\n</body>\n</html>\n<div id=\"console\"\n data-remote-path='console/repl_sessions/62548066f212268843cc3020d0e2e6a7'\n
3844
3844
  \ data-initial-prompt='>> '>\n</div>\n\n\n<script type=\"text/javascript\">\n(function()
3845
3845
  {\n // DOM helpers\nfunction hasClass(el, className) {\n var regex = new
3846
3846
  RegExp('(?:^|\\\\s)' + className + '(?!\\\\S)', 'g');\n return el.className.match(regex);\n}\n\nfunction
@@ -4037,10 +4037,10 @@ http_interactions:
4037
4037
  \ resizerElement.addEventListener('mouseup', recordConsoleElementHeight);\n
4038
4038
  \ });\n});\n\n}).call(this);\n</script>\n\n"
4039
4039
  http_version:
4040
- recorded_at: Mon, 11 May 2015 21:28:33 GMT
4040
+ recorded_at: Wed, 13 May 2015 22:30:46 GMT
4041
4041
  - request:
4042
4042
  method: delete
4043
- uri: http://localhost:3000/annotations/44%2F23%2Fbd%2F41%2F4423bd41-acf6-4fec-b844-0cc2230431fe
4043
+ uri: http://localhost:3000/annotations/42%2F21%2F83%2F48%2F42218348-b4da-45f7-8ed3-70ebe7647283
4044
4044
  body:
4045
4045
  encoding: US-ASCII
4046
4046
  string: ''
@@ -4067,22 +4067,22 @@ http_interactions:
4067
4067
  Cache-Control:
4068
4068
  - no-cache
4069
4069
  X-Request-Id:
4070
- - 58276b88-3d1c-4d1c-b422-7191fd625698
4070
+ - 094c3fb3-a5fc-426a-952a-f93701930dda
4071
4071
  X-Runtime:
4072
- - '0.153047'
4072
+ - '0.186602'
4073
4073
  Server:
4074
4074
  - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
4075
4075
  Date:
4076
- - Mon, 11 May 2015 21:28:33 GMT
4076
+ - Wed, 13 May 2015 22:30:46 GMT
4077
4077
  Connection:
4078
4078
  - Keep-Alive
4079
4079
  Set-Cookie:
4080
- - _internal_session=VThaa0hpMENINFdHZ0xGSDR3QzRUekFOcUY4TFYvZVY2TG1QQnJ5bi9aNGpRTlpVY3QydkZTQ1QvRkw4YzRpeDNId0ErK3ZqT1plTkxLUmJZdGJnK1pURzBiZWNUbkNzVVVVTDllMXRuKzVwRFRMd0cwTk0yR1cyRURtZ3k4SFhjNDdoWEZ6eW1PRHlWakkvckdNQk1GaGZvcm9iNHNWYjNXMVhjSXV6bXlSU01tdGhpTGVlUko5eDNGcVRsbEEvLS1yQ1lZQUpPTVFudHh5bWhiZnZMQkRRPT0%3D--d9931dc4133f7625c3cb29ecd9d1c92b498b0336;
4080
+ - _internal_session=a2xKeURTNFZmM0xLWExhNm50N1V1d2lVRmpOalJldytNbnd2S2s1MEZYOGFrdVhHVjVhZnRiY21oa0ZZTkNzU0hGdmlrWjViaUZZRzRqblV6S2xibnFKUmVzNTF0NW94TzI4UVdZSWhxV0tPeDl0U1dPR3lhSDNYamxYbHdBRnhlWm1VaVliVFZpTzZLeTNZZm5ZUWhLQzk3ODhMU2JyVG1qR2tVdWlQTDluUFVTcEpJMGgwZGw5V0hxU3FORFVDLS1DMkdIVGQvNGU2cktmcUp3MDVkZU9RPT0%3D--d378e5d405c1660cf12591616cf8052b2e925f85;
4081
4081
  path=/; HttpOnly
4082
4082
  - request_method=DELETE; path=/
4083
4083
  body:
4084
4084
  encoding: UTF-8
4085
4085
  string: ''
4086
4086
  http_version:
4087
- recorded_at: Mon, 11 May 2015 21:28:33 GMT
4087
+ recorded_at: Wed, 13 May 2015 22:30:46 GMT
4088
4088
  recorded_with: VCR 2.9.3