enju_biblio 0.1.0.pre41 → 0.1.0.pre42

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/manifestations_controller.rb +22 -17
  3. data/app/controllers/patron_import_results_controller.rb +1 -1
  4. data/app/controllers/resource_import_results_controller.rb +1 -1
  5. data/app/models/item.rb +0 -1
  6. data/app/models/manifestation.rb +1 -2
  7. data/app/models/patron.rb +0 -8
  8. data/app/views/notifier/manifestation_info.en.text.erb +18 -0
  9. data/app/views/notifier/manifestation_info.ja.text.erb +18 -0
  10. data/lib/enju_biblio/version.rb +1 -1
  11. data/spec/cassette_library/ImportRequest/import/should_import_bibliographic_record.yml +12 -12
  12. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_isbn_which_is_already_imported/redirects_to_the_created_import_request.yml +12 -12
  13. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/assigns_a_newly_created_import_request_as_import_request.yml +12 -12
  14. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/redirects_to_the_created_import_request.yml +13 -13
  15. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/assigns_a_newly_created_import_request_as_import_request.yml +13 -13
  16. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/redirects_to_the_created_import_request.yml +12 -12
  17. data/spec/cassette_library/ResourceImportFile/when_its_mode_is_create_/when_it_has_only_isbn/should_be_imported.yml +613 -0
  18. data/spec/cassette_library/ResourceImportFile/when_its_mode_is_create_/when_it_is_written_in_shift_jis/should_be_imported.yml +431 -0
  19. data/spec/cassette_library/ResourceImportFile/when_its_mode_is_create_/when_it_is_written_in_utf-8/should_be_imported.yml +431 -0
  20. data/spec/controllers/items_controller_spec.rb +16 -8
  21. data/spec/controllers/patrons_controller_spec.rb +8 -4
  22. data/spec/dummy/app/controllers/application_controller.rb +1 -174
  23. data/spec/dummy/config/application.rb +1 -1
  24. data/spec/dummy/config/initializers/mime_types.rb +0 -5
  25. data/spec/dummy/db/test.sqlite3 +0 -0
  26. data/spec/dummy/private/system/picture_files/pictures/000/000/005/medium/spinner.gif +0 -0
  27. data/spec/dummy/private/system/picture_files/pictures/000/000/005/thumb/spinner.gif +0 -0
  28. data/spec/dummy/solr/data/test/index/_goc.fdt +0 -0
  29. data/spec/dummy/solr/data/test/index/_goc.fdx +0 -0
  30. data/spec/dummy/solr/data/test/index/_goc.fnm +7 -0
  31. data/spec/dummy/solr/data/test/index/_goc.frq +0 -0
  32. data/spec/dummy/solr/data/test/index/_goc.nrm +1 -0
  33. data/spec/dummy/solr/data/test/index/_goc.prx +0 -0
  34. data/spec/dummy/solr/data/test/index/_goc.tii +0 -0
  35. data/spec/dummy/solr/data/test/index/_goc.tis +0 -0
  36. data/spec/dummy/solr/data/test/index/_god.fdt +0 -0
  37. data/spec/dummy/solr/data/test/index/_god.fdx +0 -0
  38. data/spec/dummy/solr/data/test/index/_god.fnm +7 -0
  39. data/spec/dummy/solr/data/test/index/_god.frq +0 -0
  40. data/spec/dummy/solr/data/test/index/_god.nrm +1 -0
  41. data/spec/dummy/solr/data/test/index/_god.prx +0 -0
  42. data/spec/dummy/solr/data/test/index/_god.tii +0 -0
  43. data/spec/dummy/solr/data/test/index/_god.tis +0 -0
  44. data/spec/dummy/solr/data/test/index/_goe.fdt +0 -0
  45. data/spec/dummy/solr/data/test/index/_goe.fdx +0 -0
  46. data/spec/dummy/solr/data/test/index/_goe.fnm +8 -0
  47. data/spec/dummy/solr/data/test/index/_goe.frq +0 -0
  48. data/spec/dummy/solr/data/test/index/_goe.nrm +1 -0
  49. data/spec/dummy/solr/data/test/index/_goe.prx +0 -0
  50. data/spec/dummy/solr/data/test/index/_goe.tii +0 -0
  51. data/spec/dummy/solr/data/test/index/_goe.tis +0 -0
  52. data/spec/dummy/solr/data/test/index/segments.gen +0 -0
  53. data/spec/dummy/solr/data/test/index/segments_otc +0 -0
  54. data/spec/dummy/tmp/cache/4AD/470/country_all +0 -0
  55. data/spec/fixtures/manifestations.yml +1 -1
  56. data/spec/models/manifestation_spec.rb +1 -1
  57. data/spec/models/resource_import_file_spec.rb +135 -137
  58. metadata +73 -39
  59. data/spec/cassette_library/Manifestation/should_import_isbn.yml +0 -3643
  60. data/spec/dummy/app/models/role.rb +0 -46
  61. data/spec/dummy/app/models/user_group.rb +0 -40
  62. data/spec/dummy/app/models/user_has_role.rb +0 -5
  63. data/spec/dummy/solr/data/test/index/segments_nq2 +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a612a132c40fec6e6097d10722dccb621b07de56
4
- data.tar.gz: 2c2cd279d54d2616852733167864c246c4b46f80
3
+ metadata.gz: 14fdd443b0e6eaf90b096f61980dfe9bbce5fbc0
4
+ data.tar.gz: 1c82d2cf2448865032d573d928e626b2fae6bfd2
5
5
  SHA512:
6
- metadata.gz: a005329b4bfcfcba83e8c047f6655174c1424a50c7dc7ebf38b4b517ecff36f736770d4307f413626ee9a2c4c82386abd359b998b95cec4a2262609b01651ace
7
- data.tar.gz: 1a692c07521a3919609e00310a4b89f347196cc691c0995cacb1703f479e44b4ba75c8e1388c9151bb57dfe460e83dcec81260d87cfd71ddc0e384e2521746fa
6
+ metadata.gz: 037fe3bfe9f799d42bbecb15a97528f5392d3063e2ea7eff3687c9b96892bb1dd12f3d16caffc05795b84dcc35dce595b99d990d1971e95490dc0d0ae79d48fc
7
+ data.tar.gz: cfe5d61be511eb83e340e11a9eff57c97d80c50144dd5a6750ffc0367d6a6970d23627d5bff5de0d3404e243681d525164bc0f46d4e0af6dbb3dac0e64a54aad
@@ -182,7 +182,8 @@ class ManifestationsController < ApplicationController
182
182
  :serial_number,
183
183
  :edition_string,
184
184
  :edition,
185
- :periodical
185
+ :periodical,
186
+ :statement_of_responsibility
186
187
  ] if params[:format] == 'html' or params[:format].nil?
187
188
  all_result = search.execute
188
189
  @count[:query_result] = all_result.total
@@ -324,24 +325,26 @@ class ManifestationsController < ApplicationController
324
325
  format.csv { render :layout => false }
325
326
  format.rdf { render :layout => false }
326
327
  format.atom
327
- format.oai {
328
- case params[:verb]
329
- when 'Identify'
330
- render :template => 'manifestations/identify'
331
- when 'ListMetadataFormats'
332
- render :template => 'manifestations/list_metadata_formats'
333
- when 'ListSets'
334
- @series_statements = SeriesStatement.select([:id, :original_title])
335
- render :template => 'manifestations/list_sets'
336
- when 'ListIdentifiers'
337
- render :template => 'manifestations/list_identifiers'
338
- when 'ListRecords'
339
- render :template => 'manifestations/list_records'
340
- end
341
- }
342
328
  format.mods
343
329
  format.json { render :json => @manifestations }
344
330
  format.js
331
+ if defined?(EnjuOai)
332
+ format.oai {
333
+ case params[:verb]
334
+ when 'Identify'
335
+ render :template => 'manifestations/identify'
336
+ when 'ListMetadataFormats'
337
+ render :template => 'manifestations/list_metadata_formats'
338
+ when 'ListSets'
339
+ @series_statements = SeriesStatement.select([:id, :original_title])
340
+ render :template => 'manifestations/list_sets'
341
+ when 'ListIdentifiers'
342
+ render :template => 'manifestations/list_identifiers'
343
+ when 'ListRecords'
344
+ render :template => 'manifestations/list_records'
345
+ end
346
+ }
347
+ end
345
348
  end
346
349
  end
347
350
 
@@ -405,7 +408,6 @@ class ManifestationsController < ApplicationController
405
408
  end
406
409
  }
407
410
  format.rdf
408
- format.oai
409
411
  format.mods
410
412
  format.json { render :json => @manifestation }
411
413
  #format.atom { render :template => 'manifestations/oai_ore' }
@@ -423,6 +425,9 @@ class ManifestationsController < ApplicationController
423
425
  render :template => 'page/404', :status => 404
424
426
  end
425
427
  }
428
+ if defined?(EnjuOai)
429
+ format.oai
430
+ end
426
431
  end
427
432
  end
428
433
 
@@ -9,7 +9,7 @@ class PatronImportResultsController < InheritedResources::Base
9
9
  if @patron_import_file
10
10
  @patron_import_results = @patron_import_file.patron_import_results.page(params[:page])
11
11
  else
12
- @patron_import_results = @patron_import_results.page(params[:page])
12
+ @patron_import_results = PatronImportResult.page(params[:page])
13
13
  end
14
14
  end
15
15
  end
@@ -13,7 +13,7 @@ class ResourceImportResultsController < InheritedResources::Base
13
13
  @resource_import_results = @resource_import_file.resource_import_results.page(params[:page])
14
14
  end
15
15
  else
16
- @resource_import_results = @resource_import_results.page(params[:page])
16
+ @resource_import_results = ResourceImportResult.page(params[:page])
17
17
  end
18
18
  end
19
19
  end
data/app/models/item.rb CHANGED
@@ -33,7 +33,6 @@ class Item < ActiveRecord::Base
33
33
  validates :url, :url => true, :allow_blank => true, :length => {:maximum => 255}
34
34
  validates_date :acquired_at, :allow_blank => true
35
35
 
36
- has_paper_trail
37
36
  normalize_attributes :item_identifier
38
37
 
39
38
  searchable do
@@ -218,7 +218,6 @@ class Manifestation < ActiveRecord::Base
218
218
  time :acquired_at
219
219
  end
220
220
 
221
- has_paper_trail
222
221
  if Setting.uploaded_file.storage == :s3
223
222
  has_attached_file :attachment, :storage => :s3, :s3_credentials => "#{Rails.root.to_s}/config/s3.yml",
224
223
  :s3_permissions => :private
@@ -538,7 +537,6 @@ end
538
537
  # volume_number :integer
539
538
  # issue_number :integer
540
539
  # serial_number :integer
541
- # ndc :string(255)
542
540
  # content_type_id :integer default(1)
543
541
  # year_of_publication :integer
544
542
  # attachment_meta :text
@@ -546,5 +544,6 @@ end
546
544
  # fulltext_content :boolean
547
545
  # doi :string(255)
548
546
  # periodical :boolean
547
+ # statement_of_responsibility :text
549
548
  #
550
549
 
data/app/models/patron.rb CHANGED
@@ -48,14 +48,6 @@ class Patron < ActiveRecord::Base
48
48
  before_validation :set_role_and_name, :on => :create
49
49
  before_save :set_date_of_birth, :set_date_of_death
50
50
 
51
- has_paper_trail
52
- #attr_accessor :user_username
53
- #[:address_1, :address_2].each do |column|
54
- # encrypt_with_public_key column,
55
- # :key_pair => File.join(Rails.root.to_s,'config','keypair.pem'),
56
- # :base64 => true
57
- #end
58
-
59
51
  searchable do
60
52
  text :name, :place, :address_1, :address_2, :other_designation, :note
61
53
  string :zip_code_1
@@ -0,0 +1,18 @@
1
+ <%= @user.patron.full_name -%> :
2
+
3
+ Title: <%= @manifestation.original_title %>
4
+ Creator(s): <%= @manifestation.creators.readable_by(@user).collect(&:full_name).join("/") %>
5
+ Contributor(s): <%= @manifestation.contributors.readable_by(@user).collect(&:full_name).join("/") %>
6
+ Publisher(s): <%= @manifestation.publishers.readable_by(@user).collect(&:full_name).join("/") %>
7
+ ISBN: <%= @manifestation.identifier_contents(:isbn) %>
8
+ URL: <%= @manifestation.access_address %>
9
+ Holding:
10
+ <% @manifestation.items.on_shelf.each do |item| -%>
11
+ <%= item.shelf_display_name.localize %> <%= item.call_number %> <%= item.item_identifier %>
12
+ <% end -%>
13
+
14
+ <%= "#{LibraryGroup.site_config.url}manifestations/#{@manifestation.id}" %>
15
+
16
+ --
17
+ <%= LibraryGroup.system_name(@user.locale) %>
18
+ <%= LibraryGroup.site_config.url %>
@@ -0,0 +1,18 @@
1
+ <%= @user.patron.full_name -%> さん
2
+
3
+ 資料名: <%= @manifestation.original_title %>
4
+ 著者: <%= @manifestation.creators.readable_by(@user).collect(&:full_name).join("/") %>
5
+ 編者: <%= @manifestation.contributors.readable_by(@user).collect(&:full_name).join("/") %>
6
+ 出版者: <%= @manifestation.publishers.readable_by(@user).collect(&:full_name).join("/") %>
7
+ ISBN: <%= @manifestation.identifier_contents(:isbn) %>
8
+ URL: <%= @manifestation.access_address %>
9
+ 所蔵場所:
10
+ <% @manifestation.items.on_shelf.each do |item| -%>
11
+ <%= item.shelf_display_name.localize %> <%= item.call_number %> <%= item.item_identifier %>
12
+ <% end -%>
13
+
14
+ <%= "#{LibraryGroup.site_config.url}manifestations/#{@manifestation.id}" %>
15
+
16
+ --
17
+ <%= LibraryGroup.system_name(@user.locale) %>
18
+ <%= LibraryGroup.site_config.url %>
@@ -1,3 +1,3 @@
1
1
  module EnjuBiblio
2
- VERSION = "0.1.0.pre41"
2
+ VERSION = "0.1.0.pre42"
3
3
  end
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  date:
22
- - Tue, 30 Apr 2013 15:12:36 GMT
22
+ - Sun, 19 May 2013 05:42:23 GMT
23
23
  server:
24
24
  - Apache
25
25
  etag:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  x-ua-compatible:
28
28
  - IE=Edge,chrome=1
29
29
  x-runtime:
30
- - '0.372801'
30
+ - '0.171420'
31
31
  cache-control:
32
32
  - max-age=0, private, must-revalidate
33
33
  status:
@@ -35,8 +35,8 @@ http_interactions:
35
35
  content-type:
36
36
  - application/xml; charset=utf-8
37
37
  set-cookie:
38
- - _front_session_id=b4f63aab2ef6653f6a889693c6753ec8; domain=.iss.ndl.go.jp;
39
- path=/; expires=Tue, 30-Apr-2013 16:12:36 GMT; HttpOnly
38
+ - _front_session_id=9775b867d3b2da68f65d43cc1e6f6994; domain=.iss.ndl.go.jp;
39
+ path=/; expires=Sun, 19-May-2013 06:42:23 GMT; HttpOnly
40
40
  - serverid=1105; path=/
41
41
  vary:
42
42
  - Accept-Encoding,User-Agent
@@ -110,7 +110,7 @@ http_interactions:
110
110
  bHNvIHJkZjpyZXNvdXJjZT0iaHR0cDovL2lkLm5kbC5nby5qcC9iaWIvMDAw
111
111
  MDA5ODk5MzQ2Ii8+CiAgICA8L2l0ZW0+CiAgPC9jaGFubmVsPgo8L3Jzcz4K
112
112
  http_version: '1.0'
113
- recorded_at: Tue, 30 Apr 2013 15:12:35 GMT
113
+ recorded_at: Sun, 19 May 2013 05:42:23 GMT
114
114
  - request:
115
115
  method: get
116
116
  uri: http://iss.ndl.go.jp/books/R100000002-I000009899346-00.rdf
@@ -130,7 +130,7 @@ http_interactions:
130
130
  message: OK
131
131
  headers:
132
132
  date:
133
- - Tue, 30 Apr 2013 15:12:36 GMT
133
+ - Sun, 19 May 2013 05:42:23 GMT
134
134
  server:
135
135
  - Apache
136
136
  etag:
@@ -138,7 +138,7 @@ http_interactions:
138
138
  x-ua-compatible:
139
139
  - IE=Edge,chrome=1
140
140
  x-runtime:
141
- - '1.521368'
141
+ - '0.795218'
142
142
  cache-control:
143
143
  - max-age=0, private, must-revalidate
144
144
  status:
@@ -146,9 +146,9 @@ http_interactions:
146
146
  content-type:
147
147
  - application/rdf+xml; charset=utf-8
148
148
  set-cookie:
149
- - _front_session_id=3130051f0d0796f320d78ba369884877; domain=.iss.ndl.go.jp;
150
- path=/; expires=Tue, 30-Apr-2013 16:12:38 GMT; HttpOnly
151
- - serverid=1101; path=/
149
+ - _front_session_id=4bb313b0d6fb1c2416e1e730b9da6263; domain=.iss.ndl.go.jp;
150
+ path=/; expires=Sun, 19-May-2013 06:42:24 GMT; HttpOnly
151
+ - serverid=1102; path=/
152
152
  vary:
153
153
  - Accept-Encoding,User-Agent
154
154
  content-encoding:
@@ -634,5 +634,5 @@ http_interactions:
634
634
  iYAgOiDplovmnrbplrLopqflrqQ8L2RjdGVybXM6ZGVzY3JpcHRpb24+CiAg
635
635
  PC9kY25kbDpJdGVtPgo8L3JkZjpSREY+
636
636
  http_version: '1.0'
637
- recorded_at: Tue, 30 Apr 2013 15:12:37 GMT
638
- recorded_with: VCR 2.4.0
637
+ recorded_at: Sun, 19 May 2013 05:42:24 GMT
638
+ recorded_with: VCR 2.5.0
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  date:
22
- - Tue, 30 Apr 2013 15:06:58 GMT
22
+ - Sun, 19 May 2013 05:37:32 GMT
23
23
  server:
24
24
  - Apache
25
25
  etag:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  x-ua-compatible:
28
28
  - IE=Edge,chrome=1
29
29
  x-runtime:
30
- - '0.149098'
30
+ - '0.149544'
31
31
  cache-control:
32
32
  - max-age=0, private, must-revalidate
33
33
  status:
@@ -35,9 +35,9 @@ http_interactions:
35
35
  content-type:
36
36
  - application/xml; charset=utf-8
37
37
  set-cookie:
38
- - _front_session_id=6e197e75c2a91c9b6a2f589d4f8cac75; domain=.iss.ndl.go.jp;
39
- path=/; expires=Tue, 30-Apr-2013 16:06:58 GMT; HttpOnly
40
- - serverid=1105; path=/
38
+ - _front_session_id=3e696745c848b134db5f9bffd69a1d31; domain=.iss.ndl.go.jp;
39
+ path=/; expires=Sun, 19-May-2013 06:37:32 GMT; HttpOnly
40
+ - serverid=1102; path=/
41
41
  vary:
42
42
  - Accept-Encoding,User-Agent
43
43
  content-encoding:
@@ -113,7 +113,7 @@ http_interactions:
113
113
  aW8vc2VhcmNoL2Jvb2suZG8/YmliaWQ9NDI1ODI0Ii8+CiAgICA8L2l0ZW0+
114
114
  CiAgPC9jaGFubmVsPgo8L3Jzcz4K
115
115
  http_version: '1.0'
116
- recorded_at: Tue, 30 Apr 2013 15:06:57 GMT
116
+ recorded_at: Sun, 19 May 2013 05:37:32 GMT
117
117
  - request:
118
118
  method: get
119
119
  uri: http://iss.ndl.go.jp/books/R100000002-I000010712584-00.rdf
@@ -133,7 +133,7 @@ http_interactions:
133
133
  message: OK
134
134
  headers:
135
135
  date:
136
- - Tue, 30 Apr 2013 15:06:59 GMT
136
+ - Sun, 19 May 2013 05:37:32 GMT
137
137
  server:
138
138
  - Apache
139
139
  etag:
@@ -141,7 +141,7 @@ http_interactions:
141
141
  x-ua-compatible:
142
142
  - IE=Edge,chrome=1
143
143
  x-runtime:
144
- - '0.708043'
144
+ - '0.892071'
145
145
  cache-control:
146
146
  - max-age=0, private, must-revalidate
147
147
  status:
@@ -149,8 +149,8 @@ http_interactions:
149
149
  content-type:
150
150
  - application/rdf+xml; charset=utf-8
151
151
  set-cookie:
152
- - _front_session_id=d639b4ed9232081451c9c472e85fa5a1; domain=.iss.ndl.go.jp;
153
- path=/; expires=Tue, 30-Apr-2013 16:07:00 GMT; HttpOnly
152
+ - _front_session_id=faf71b2a6b3cf5d49d959a12fdcba22c; domain=.iss.ndl.go.jp;
153
+ path=/; expires=Sun, 19-May-2013 06:37:33 GMT; HttpOnly
154
154
  - serverid=1101; path=/
155
155
  vary:
156
156
  - Accept-Encoding,User-Agent
@@ -614,5 +614,5 @@ http_interactions:
614
614
  5aC05omAIDog77yi77yR6ZaL5p62PC9kY3Rlcm1zOmRlc2NyaXB0aW9uPgog
615
615
  IDwvZGNuZGw6SXRlbT4KPC9yZGY6UkRGPg==
616
616
  http_version: '1.0'
617
- recorded_at: Tue, 30 Apr 2013 15:06:59 GMT
618
- recorded_with: VCR 2.4.0
617
+ recorded_at: Sun, 19 May 2013 05:37:33 GMT
618
+ recorded_with: VCR 2.5.0
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  date:
22
- - Tue, 30 Apr 2013 15:06:51 GMT
22
+ - Sun, 19 May 2013 05:37:29 GMT
23
23
  server:
24
24
  - Apache
25
25
  etag:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  x-ua-compatible:
28
28
  - IE=Edge,chrome=1
29
29
  x-runtime:
30
- - '0.164867'
30
+ - '0.188006'
31
31
  cache-control:
32
32
  - max-age=0, private, must-revalidate
33
33
  status:
@@ -35,8 +35,8 @@ http_interactions:
35
35
  content-type:
36
36
  - application/xml; charset=utf-8
37
37
  set-cookie:
38
- - _front_session_id=8688457b5a2797b7d84ada8188b40a89; domain=.iss.ndl.go.jp;
39
- path=/; expires=Tue, 30-Apr-2013 16:06:51 GMT; HttpOnly
38
+ - _front_session_id=aabb65ec133e95cc3cb55275b6de8641; domain=.iss.ndl.go.jp;
39
+ path=/; expires=Sun, 19-May-2013 06:37:29 GMT; HttpOnly
40
40
  - serverid=1105; path=/
41
41
  vary:
42
42
  - Accept-Encoding,User-Agent
@@ -113,7 +113,7 @@ http_interactions:
113
113
  aW8vc2VhcmNoL2Jvb2suZG8/YmliaWQ9NDI1ODI0Ii8+CiAgICA8L2l0ZW0+
114
114
  CiAgPC9jaGFubmVsPgo8L3Jzcz4K
115
115
  http_version: '1.0'
116
- recorded_at: Tue, 30 Apr 2013 15:06:50 GMT
116
+ recorded_at: Sun, 19 May 2013 05:37:29 GMT
117
117
  - request:
118
118
  method: get
119
119
  uri: http://iss.ndl.go.jp/books/R100000002-I000010712584-00.rdf
@@ -133,7 +133,7 @@ http_interactions:
133
133
  message: OK
134
134
  headers:
135
135
  date:
136
- - Tue, 30 Apr 2013 15:06:52 GMT
136
+ - Sun, 19 May 2013 05:37:29 GMT
137
137
  server:
138
138
  - Apache
139
139
  etag:
@@ -141,7 +141,7 @@ http_interactions:
141
141
  x-ua-compatible:
142
142
  - IE=Edge,chrome=1
143
143
  x-runtime:
144
- - '1.047424'
144
+ - '0.860195'
145
145
  cache-control:
146
146
  - max-age=0, private, must-revalidate
147
147
  status:
@@ -149,9 +149,9 @@ http_interactions:
149
149
  content-type:
150
150
  - application/rdf+xml; charset=utf-8
151
151
  set-cookie:
152
- - _front_session_id=91f6a54794b3e86fb8c74738c56a3a6b; domain=.iss.ndl.go.jp;
153
- path=/; expires=Tue, 30-Apr-2013 16:06:53 GMT; HttpOnly
154
- - serverid=1102; path=/
152
+ - _front_session_id=edb1eb578b9bff16712002d281800f13; domain=.iss.ndl.go.jp;
153
+ path=/; expires=Sun, 19-May-2013 06:37:30 GMT; HttpOnly
154
+ - serverid=1105; path=/
155
155
  vary:
156
156
  - Accept-Encoding,User-Agent
157
157
  content-encoding:
@@ -614,5 +614,5 @@ http_interactions:
614
614
  5aC05omAIDog77yi77yR6ZaL5p62PC9kY3Rlcm1zOmRlc2NyaXB0aW9uPgog
615
615
  IDwvZGNuZGw6SXRlbT4KPC9yZGY6UkRGPg==
616
616
  http_version: '1.0'
617
- recorded_at: Tue, 30 Apr 2013 15:06:54 GMT
618
- recorded_with: VCR 2.4.0
617
+ recorded_at: Sun, 19 May 2013 05:37:30 GMT
618
+ recorded_with: VCR 2.5.0
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  date:
22
- - Tue, 30 Apr 2013 15:06:56 GMT
22
+ - Sun, 19 May 2013 05:37:30 GMT
23
23
  server:
24
24
  - Apache
25
25
  etag:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  x-ua-compatible:
28
28
  - IE=Edge,chrome=1
29
29
  x-runtime:
30
- - '0.067800'
30
+ - '0.143425'
31
31
  cache-control:
32
32
  - max-age=0, private, must-revalidate
33
33
  status:
@@ -35,9 +35,9 @@ http_interactions:
35
35
  content-type:
36
36
  - application/xml; charset=utf-8
37
37
  set-cookie:
38
- - _front_session_id=05a8a50a205923b058c962ed16f77c0a; domain=.iss.ndl.go.jp;
39
- path=/; expires=Tue, 30-Apr-2013 16:06:56 GMT; HttpOnly
40
- - serverid=1101; path=/
38
+ - _front_session_id=eb163ec5172946c956dd5d0f16943ec8; domain=.iss.ndl.go.jp;
39
+ path=/; expires=Sun, 19-May-2013 06:37:30 GMT; HttpOnly
40
+ - serverid=1102; path=/
41
41
  vary:
42
42
  - Accept-Encoding,User-Agent
43
43
  content-encoding:
@@ -113,7 +113,7 @@ http_interactions:
113
113
  aW8vc2VhcmNoL2Jvb2suZG8/YmliaWQ9NDI1ODI0Ii8+CiAgICA8L2l0ZW0+
114
114
  CiAgPC9jaGFubmVsPgo8L3Jzcz4K
115
115
  http_version: '1.0'
116
- recorded_at: Tue, 30 Apr 2013 15:06:55 GMT
116
+ recorded_at: Sun, 19 May 2013 05:37:30 GMT
117
117
  - request:
118
118
  method: get
119
119
  uri: http://iss.ndl.go.jp/books/R100000002-I000010712584-00.rdf
@@ -133,7 +133,7 @@ http_interactions:
133
133
  message: OK
134
134
  headers:
135
135
  date:
136
- - Tue, 30 Apr 2013 15:06:56 GMT
136
+ - Sun, 19 May 2013 05:37:30 GMT
137
137
  server:
138
138
  - Apache
139
139
  etag:
@@ -141,7 +141,7 @@ http_interactions:
141
141
  x-ua-compatible:
142
142
  - IE=Edge,chrome=1
143
143
  x-runtime:
144
- - '0.809635'
144
+ - '0.816111'
145
145
  cache-control:
146
146
  - max-age=0, private, must-revalidate
147
147
  status:
@@ -149,9 +149,9 @@ http_interactions:
149
149
  content-type:
150
150
  - application/rdf+xml; charset=utf-8
151
151
  set-cookie:
152
- - _front_session_id=cc81076b13770cf967c4859a8b851985; domain=.iss.ndl.go.jp;
153
- path=/; expires=Tue, 30-Apr-2013 16:06:57 GMT; HttpOnly
154
- - serverid=1105; path=/
152
+ - _front_session_id=e828cb101e70478be0d186df8c37bb59; domain=.iss.ndl.go.jp;
153
+ path=/; expires=Sun, 19-May-2013 06:37:31 GMT; HttpOnly
154
+ - serverid=1101; path=/
155
155
  vary:
156
156
  - Accept-Encoding,User-Agent
157
157
  content-encoding:
@@ -614,5 +614,5 @@ http_interactions:
614
614
  5aC05omAIDog77yi77yR6ZaL5p62PC9kY3Rlcm1zOmRlc2NyaXB0aW9uPgog
615
615
  IDwvZGNuZGw6SXRlbT4KPC9yZGY6UkRGPg==
616
616
  http_version: '1.0'
617
- recorded_at: Tue, 30 Apr 2013 15:06:56 GMT
618
- recorded_with: VCR 2.4.0
617
+ recorded_at: Sun, 19 May 2013 05:37:31 GMT
618
+ recorded_with: VCR 2.5.0
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  date:
22
- - Tue, 30 Apr 2013 15:07:03 GMT
22
+ - Sun, 19 May 2013 05:37:33 GMT
23
23
  server:
24
24
  - Apache
25
25
  etag:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  x-ua-compatible:
28
28
  - IE=Edge,chrome=1
29
29
  x-runtime:
30
- - '0.148571'
30
+ - '0.182538'
31
31
  cache-control:
32
32
  - max-age=0, private, must-revalidate
33
33
  status:
@@ -35,9 +35,9 @@ http_interactions:
35
35
  content-type:
36
36
  - application/xml; charset=utf-8
37
37
  set-cookie:
38
- - _front_session_id=42f2428999bd7805a7c567195958d0a2; domain=.iss.ndl.go.jp;
39
- path=/; expires=Tue, 30-Apr-2013 16:07:03 GMT; HttpOnly
40
- - serverid=1105; path=/
38
+ - _front_session_id=d33bc0be09c025b185e7ea8f1c5a8b08; domain=.iss.ndl.go.jp;
39
+ path=/; expires=Sun, 19-May-2013 06:37:34 GMT; HttpOnly
40
+ - serverid=1101; path=/
41
41
  vary:
42
42
  - Accept-Encoding,User-Agent
43
43
  content-encoding:
@@ -113,7 +113,7 @@ http_interactions:
113
113
  aW8vc2VhcmNoL2Jvb2suZG8/YmliaWQ9NDI1ODI0Ii8+CiAgICA8L2l0ZW0+
114
114
  CiAgPC9jaGFubmVsPgo8L3Jzcz4K
115
115
  http_version: '1.0'
116
- recorded_at: Tue, 30 Apr 2013 15:07:02 GMT
116
+ recorded_at: Sun, 19 May 2013 05:37:34 GMT
117
117
  - request:
118
118
  method: get
119
119
  uri: http://iss.ndl.go.jp/books/R100000002-I000010712584-00.rdf
@@ -133,7 +133,7 @@ http_interactions:
133
133
  message: OK
134
134
  headers:
135
135
  date:
136
- - Tue, 30 Apr 2013 15:07:03 GMT
136
+ - Sun, 19 May 2013 05:37:34 GMT
137
137
  server:
138
138
  - Apache
139
139
  etag:
@@ -141,7 +141,7 @@ http_interactions:
141
141
  x-ua-compatible:
142
142
  - IE=Edge,chrome=1
143
143
  x-runtime:
144
- - '0.830809'
144
+ - '1.039349'
145
145
  cache-control:
146
146
  - max-age=0, private, must-revalidate
147
147
  status:
@@ -149,9 +149,9 @@ http_interactions:
149
149
  content-type:
150
150
  - application/rdf+xml; charset=utf-8
151
151
  set-cookie:
152
- - _front_session_id=c53401e3405bab197b8db8bb537d7624; domain=.iss.ndl.go.jp;
153
- path=/; expires=Tue, 30-Apr-2013 16:07:04 GMT; HttpOnly
154
- - serverid=1101; path=/
152
+ - _front_session_id=15f377103f53233eed509930ffc6c834; domain=.iss.ndl.go.jp;
153
+ path=/; expires=Sun, 19-May-2013 06:37:35 GMT; HttpOnly
154
+ - serverid=1102; path=/
155
155
  vary:
156
156
  - Accept-Encoding,User-Agent
157
157
  content-encoding:
@@ -614,5 +614,5 @@ http_interactions:
614
614
  5aC05omAIDog77yi77yR6ZaL5p62PC9kY3Rlcm1zOmRlc2NyaXB0aW9uPgog
615
615
  IDwvZGNuZGw6SXRlbT4KPC9yZGY6UkRGPg==
616
616
  http_version: '1.0'
617
- recorded_at: Tue, 30 Apr 2013 15:07:03 GMT
618
- recorded_with: VCR 2.4.0
617
+ recorded_at: Sun, 19 May 2013 05:37:35 GMT
618
+ recorded_with: VCR 2.5.0
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  date:
22
- - Tue, 30 Apr 2013 15:07:06 GMT
22
+ - Sun, 19 May 2013 05:37:35 GMT
23
23
  server:
24
24
  - Apache
25
25
  etag:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  x-ua-compatible:
28
28
  - IE=Edge,chrome=1
29
29
  x-runtime:
30
- - '0.157430'
30
+ - '0.145919'
31
31
  cache-control:
32
32
  - max-age=0, private, must-revalidate
33
33
  status:
@@ -35,8 +35,8 @@ http_interactions:
35
35
  content-type:
36
36
  - application/xml; charset=utf-8
37
37
  set-cookie:
38
- - _front_session_id=559a14930866ed448818ae1a3cc691bf; domain=.iss.ndl.go.jp;
39
- path=/; expires=Tue, 30-Apr-2013 16:07:06 GMT; HttpOnly
38
+ - _front_session_id=c2ee1c8b836cc7b64ca64ba2852944c5; domain=.iss.ndl.go.jp;
39
+ path=/; expires=Sun, 19-May-2013 06:37:35 GMT; HttpOnly
40
40
  - serverid=1102; path=/
41
41
  vary:
42
42
  - Accept-Encoding,User-Agent
@@ -113,7 +113,7 @@ http_interactions:
113
113
  aW8vc2VhcmNoL2Jvb2suZG8/YmliaWQ9NDI1ODI0Ii8+CiAgICA8L2l0ZW0+
114
114
  CiAgPC9jaGFubmVsPgo8L3Jzcz4K
115
115
  http_version: '1.0'
116
- recorded_at: Tue, 30 Apr 2013 15:07:06 GMT
116
+ recorded_at: Sun, 19 May 2013 05:37:35 GMT
117
117
  - request:
118
118
  method: get
119
119
  uri: http://iss.ndl.go.jp/books/R100000002-I000010712584-00.rdf
@@ -133,7 +133,7 @@ http_interactions:
133
133
  message: OK
134
134
  headers:
135
135
  date:
136
- - Tue, 30 Apr 2013 15:07:09 GMT
136
+ - Sun, 19 May 2013 05:37:35 GMT
137
137
  server:
138
138
  - Apache
139
139
  etag:
@@ -141,7 +141,7 @@ http_interactions:
141
141
  x-ua-compatible:
142
142
  - IE=Edge,chrome=1
143
143
  x-runtime:
144
- - '0.905399'
144
+ - '0.689909'
145
145
  cache-control:
146
146
  - max-age=0, private, must-revalidate
147
147
  status:
@@ -149,9 +149,9 @@ http_interactions:
149
149
  content-type:
150
150
  - application/rdf+xml; charset=utf-8
151
151
  set-cookie:
152
- - _front_session_id=45e2aa99055e0f62fa10b8d2cdddf828; domain=.iss.ndl.go.jp;
153
- path=/; expires=Tue, 30-Apr-2013 16:07:10 GMT; HttpOnly
154
- - serverid=1101; path=/
152
+ - _front_session_id=3ba72bef5a166bef13b716670e556136; domain=.iss.ndl.go.jp;
153
+ path=/; expires=Sun, 19-May-2013 06:37:36 GMT; HttpOnly
154
+ - serverid=1105; path=/
155
155
  vary:
156
156
  - Accept-Encoding,User-Agent
157
157
  content-encoding:
@@ -614,5 +614,5 @@ http_interactions:
614
614
  5aC05omAIDog77yi77yR6ZaL5p62PC9kY3Rlcm1zOmRlc2NyaXB0aW9uPgog
615
615
  IDwvZGNuZGw6SXRlbT4KPC9yZGY6UkRGPg==
616
616
  http_version: '1.0'
617
- recorded_at: Tue, 30 Apr 2013 15:07:09 GMT
618
- recorded_with: VCR 2.4.0
617
+ recorded_at: Sun, 19 May 2013 05:37:36 GMT
618
+ recorded_with: VCR 2.5.0