enju_flower 0.1.0.pre12 → 0.1.0.pre13

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 (67) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/manifestations_controller.rb +771 -0
  3. data/app/views/layouts/{patrons.html.erb → agents.html.erb} +0 -0
  4. data/app/views/layouts/{patrons.mobile.erb → agents.mobile.erb} +0 -0
  5. data/app/views/manifestations/_manifestation.html.erb +5 -5
  6. data/app/views/manifestations/_show_holding.html.erb +1 -1
  7. data/app/views/manifestations/_show_holding.mobile.erb +1 -1
  8. data/lib/enju_flower/version.rb +1 -1
  9. data/spec/dummy/config/initializers/inflections.rb +0 -5
  10. data/spec/dummy/db/migrate/20130303104849_add_state_index_to_reserve.rb +5 -0
  11. data/spec/dummy/db/migrate/20130303124821_add_retained_at_to_reserve.rb +5 -0
  12. data/spec/dummy/db/migrate/20130304015019_add_postponed_at_to_reserve.rb +5 -0
  13. data/spec/dummy/db/migrate/20130416054135_add_circulation_status_id_to_item.rb +8 -0
  14. data/spec/dummy/db/migrate/20130519065638_add_lock_version_to_reserve.rb +5 -0
  15. data/spec/dummy/db/migrate/20130519065837_add_lock_version_to_checkin.rb +5 -0
  16. data/spec/dummy/db/test.sqlite3 +0 -0
  17. data/spec/dummy/solr/data/test/index/{_23i.fdt → _20.fdt} +0 -0
  18. data/spec/dummy/solr/data/test/index/{_23i.fdx → _20.fdx} +0 -0
  19. data/spec/dummy/solr/data/test/index/{_23i.fnm → _20.fnm} +0 -0
  20. data/spec/dummy/solr/data/test/index/{_23i.frq → _20.frq} +0 -0
  21. data/spec/dummy/solr/data/test/index/{_23i.nrm → _20.nrm} +0 -0
  22. data/spec/dummy/solr/data/test/index/{_23i.prx → _20.prx} +0 -0
  23. data/spec/dummy/solr/data/test/index/{_23i.tii → _20.tii} +0 -0
  24. data/spec/dummy/solr/data/test/index/{_23i.tis → _20.tis} +0 -0
  25. data/spec/dummy/solr/data/test/index/{_23j.fdt → _21.fdt} +0 -0
  26. data/spec/dummy/solr/data/test/index/{_23j.fdx → _21.fdx} +0 -0
  27. data/spec/dummy/solr/data/test/index/{_23j.fnm → _21.fnm} +0 -0
  28. data/spec/dummy/solr/data/test/index/{_23j.frq → _21.frq} +0 -0
  29. data/spec/dummy/solr/data/test/index/{_23j.nrm → _21.nrm} +0 -0
  30. data/spec/dummy/solr/data/test/index/{_23j.prx → _21.prx} +0 -0
  31. data/spec/dummy/solr/data/test/index/{_23j.tii → _21.tii} +0 -0
  32. data/spec/dummy/solr/data/test/index/{_23j.tis → _21.tis} +0 -0
  33. data/spec/dummy/solr/data/test/index/{_23k.fdt → _22.fdt} +0 -0
  34. data/spec/dummy/solr/data/test/index/{_23k.fdx → _22.fdx} +0 -0
  35. data/spec/dummy/solr/data/test/index/{_23k.fnm → _22.fnm} +1 -1
  36. data/spec/dummy/solr/data/test/index/_22.frq +0 -0
  37. data/spec/dummy/solr/data/test/index/{_23k.nrm → _22.nrm} +1 -1
  38. data/spec/dummy/solr/data/test/index/_22.prx +0 -0
  39. data/spec/dummy/solr/data/test/index/_22.tii +0 -0
  40. data/spec/dummy/solr/data/test/index/_22.tis +0 -0
  41. data/spec/dummy/solr/data/test/index/segments.gen +0 -0
  42. data/spec/dummy/solr/data/test/index/{segments_2u7 → segments_2s} +0 -0
  43. data/spec/dummy/solr/data/test/spellchecker/segments_1 +0 -0
  44. data/spec/dummy/tmp/cache/4F7/F90/default_role +0 -0
  45. data/spec/dummy/tmp/cache/6E4/420/search_engine_all +0 -0
  46. data/spec/fixtures/agent_import_files.yml +47 -0
  47. data/spec/fixtures/agent_import_results.yml +29 -0
  48. data/spec/fixtures/agent_relationships.yml +6 -6
  49. data/spec/fixtures/agents.yml +2 -2
  50. data/spec/fixtures/circulation_statuses.yml +136 -0
  51. data/spec/fixtures/creates.yml +1 -1
  52. data/spec/fixtures/donates.yml +1 -1
  53. data/spec/fixtures/event_categories.yml +55 -0
  54. data/spec/fixtures/events.yml +142 -0
  55. data/spec/fixtures/identifier_types.yml +7 -0
  56. data/spec/fixtures/item_has_use_restrictions.yml +61 -0
  57. data/spec/fixtures/items.yml +48 -1
  58. data/spec/fixtures/manifestations.yml +1 -1
  59. data/spec/fixtures/owns.yml +1 -1
  60. data/spec/fixtures/produces.yml +1 -1
  61. data/spec/fixtures/realizes.yml +1 -1
  62. data/spec/fixtures/series_statements.yml +15 -2
  63. metadata +82 -57
  64. data/spec/dummy/solr/data/test/index/_23k.frq +0 -0
  65. data/spec/dummy/solr/data/test/index/_23k.prx +0 -0
  66. data/spec/dummy/solr/data/test/index/_23k.tii +0 -0
  67. data/spec/dummy/solr/data/test/index/_23k.tis +0 -0
@@ -14,6 +14,13 @@ two:
14
14
  position: 2
15
15
  id: 2
16
16
 
17
+ three:
18
+ name: jpno
19
+ display_name: JPNO
20
+ note:
21
+ position: 3
22
+ id: 3
23
+
17
24
  # == Schema Information
18
25
  #
19
26
  # Table name: identifier_types
@@ -0,0 +1,61 @@
1
+ ---
2
+ item_has_use_restriction_00001:
3
+ item_id: 1
4
+ updated_at: 2008-02-13 12:29:36.013448 +09:00
5
+ id: 1
6
+ use_restriction_id: 10
7
+ created_at: 2008-02-13 12:29:36.013448 +09:00
8
+ item_has_use_restriction_00002:
9
+ item_id: 2
10
+ updated_at: 2008-02-13 17:58:37.527556 +09:00
11
+ id: 2
12
+ use_restriction_id: 2
13
+ created_at: 2008-02-13 17:58:37.527556 +09:00
14
+ item_has_use_restriction_00003:
15
+ item_id: 3
16
+ updated_at: 2008-02-13 17:58:49.490086 +09:00
17
+ id: 3
18
+ use_restriction_id: 3
19
+ created_at: 2008-02-13 17:58:49.490086 +09:00
20
+ item_has_use_restriction_00004:
21
+ item_id: 17
22
+ updated_at: 2008-02-13 12:29:36.013448 +09:00
23
+ id: 4
24
+ use_restriction_id: 6
25
+ created_at: 2008-02-13 12:29:36.013448 +09:00
26
+ item_has_use_restriction_00005:
27
+ item_id: 21
28
+ updated_at: 2008-02-13 12:29:36.013448 +09:00
29
+ id: 5
30
+ use_restriction_id: 6
31
+ created_at: 2008-02-13 12:29:36.013448 +09:00
32
+ item_has_use_restriction_00006:
33
+ item_id: 11
34
+ updated_at: 2008-02-13 12:29:36.013448 +09:00
35
+ id: 6
36
+ use_restriction_id: 6
37
+ created_at: 2008-02-13 12:29:36.013448 +09:00
38
+ item_has_use_restriction_00007:
39
+ item_id: 6
40
+ updated_at: 2008-02-13 12:29:36.013448 +09:00
41
+ id: 7
42
+ use_restriction_id: 6
43
+ created_at: 2008-02-13 12:29:36.013448 +09:00
44
+ item_has_use_restriction_00008:
45
+ item_id: 23
46
+ updated_at: 2008-02-13 12:29:36.013448 +09:00
47
+ id: 8
48
+ use_restriction_id: 6
49
+ created_at: 2008-02-13 12:29:36.013448 +09:00
50
+
51
+ # == Schema Information
52
+ #
53
+ # Table name: item_has_use_restrictions
54
+ #
55
+ # id :integer not null, primary key
56
+ # item_id :integer not null
57
+ # use_restriction_id :integer not null
58
+ # created_at :datetime
59
+ # updated_at :datetime
60
+ #
61
+
@@ -2,6 +2,8 @@
2
2
  item_00001:
3
3
  updated_at: 2007-08-24 23:46:00.484813 +09:00
4
4
  item_identifier: '00001'
5
+ circulation_status_id: 2
6
+ checkout_type_id: 1
5
7
  shelf_id: 1
6
8
  call_number:
7
9
  id: 1
@@ -10,6 +12,8 @@ item_00001:
10
12
  item_00002:
11
13
  updated_at: 2007-08-24 23:46:01.641413 +09:00
12
14
  item_identifier: '00002'
15
+ circulation_status_id: 2
16
+ checkout_type_id: 1
13
17
  shelf_id: 1
14
18
  call_number:
15
19
  id: 2
@@ -18,6 +22,8 @@ item_00002:
18
22
  item_00003:
19
23
  updated_at: 2007-08-24 23:46:02.502569 +09:00
20
24
  item_identifier: '00003'
25
+ circulation_status_id: 2
26
+ checkout_type_id: 2
21
27
  shelf_id: 1
22
28
  call_number:
23
29
  id: 3
@@ -26,6 +32,8 @@ item_00003:
26
32
  item_00004:
27
33
  updated_at: 2007-08-24 23:46:03.520781 +09:00
28
34
  item_identifier: '00004'
35
+ circulation_status_id: 2
36
+ checkout_type_id: 1
29
37
  shelf_id: 1
30
38
  call_number:
31
39
  id: 4
@@ -34,6 +42,8 @@ item_00004:
34
42
  item_00005:
35
43
  updated_at: 2007-08-24 23:46:04.538073 +09:00
36
44
  item_identifier: '00005'
45
+ circulation_status_id: 2
46
+ checkout_type_id: 2
37
47
  shelf_id: 1
38
48
  call_number:
39
49
  id: 5
@@ -42,6 +52,8 @@ item_00005:
42
52
  item_00006:
43
53
  updated_at: 2007-08-24 23:46:05.555353 +09:00
44
54
  item_identifier: '00006'
55
+ circulation_status_id: 2
56
+ checkout_type_id: 2
45
57
  shelf_id: 1
46
58
  call_number:
47
59
  id: 6
@@ -50,6 +62,8 @@ item_00006:
50
62
  item_00007:
51
63
  updated_at: 2007-08-24 23:46:06.572631 +09:00
52
64
  item_identifier: '00007'
65
+ circulation_status_id: 2
66
+ checkout_type_id: 1
53
67
  shelf_id: 1
54
68
  call_number:
55
69
  id: 7
@@ -58,6 +72,8 @@ item_00007:
58
72
  item_00008:
59
73
  updated_at: 2007-08-24 23:46:07.589909 +09:00
60
74
  item_identifier: '00008'
75
+ circulation_status_id: 2
76
+ checkout_type_id: 2
61
77
  shelf_id: 1
62
78
  call_number:
63
79
  id: 8
@@ -66,6 +82,8 @@ item_00008:
66
82
  item_00009:
67
83
  updated_at: 2007-08-24 23:46:08.607081 +09:00
68
84
  item_identifier: '00009'
85
+ circulation_status_id: 2
86
+ checkout_type_id: 1
69
87
  shelf_id: 4
70
88
  call_number:
71
89
  id: 9
@@ -74,6 +92,8 @@ item_00009:
74
92
  item_00010:
75
93
  updated_at: 2007-08-24 23:46:09.624281 +09:00
76
94
  item_identifier: '00010'
95
+ circulation_status_id: 2
96
+ checkout_type_id: 2
77
97
  shelf_id: 1
78
98
  call_number:
79
99
  id: 10
@@ -82,6 +102,8 @@ item_00010:
82
102
  item_00011:
83
103
  updated_at: 2007-08-24 23:46:10.484813 +09:00
84
104
  item_identifier: '00011'
105
+ circulation_status_id: 2
106
+ checkout_type_id: 1
85
107
  shelf_id: 1
86
108
  call_number:
87
109
  id: 11
@@ -90,6 +112,8 @@ item_00011:
90
112
  item_00012:
91
113
  updated_at: 2007-08-24 23:46:11.484813 +09:00
92
114
  item_identifier: '00012'
115
+ circulation_status_id: 3
116
+ checkout_type_id: 2
93
117
  shelf_id: 1
94
118
  call_number:
95
119
  id: 12
@@ -98,6 +122,8 @@ item_00012:
98
122
  item_00013:
99
123
  updated_at: 2007-08-24 23:46:12.484813 +09:00
100
124
  item_identifier: '00013'
125
+ circulation_status_id: 10
126
+ checkout_type_id: 1
101
127
  shelf_id: 1
102
128
  call_number:
103
129
  id: 13
@@ -106,6 +132,8 @@ item_00013:
106
132
  item_00014:
107
133
  updated_at: 2007-08-24 23:46:13.484813 +09:00
108
134
  item_identifier: '00014'
135
+ circulation_status_id: 10
136
+ checkout_type_id: 2
109
137
  shelf_id: 1
110
138
  call_number:
111
139
  id: 14
@@ -114,6 +142,8 @@ item_00014:
114
142
  item_00015:
115
143
  updated_at: 2007-08-24 23:46:14.484813 +09:00
116
144
  item_identifier: '00015'
145
+ circulation_status_id: 10
146
+ checkout_type_id: 3
117
147
  shelf_id: 1
118
148
  call_number:
119
149
  id: 15
@@ -122,6 +152,8 @@ item_00015:
122
152
  item_00016:
123
153
  updated_at: 2007-08-24 23:46:15.484813 +09:00
124
154
  item_identifier: '00016'
155
+ circulation_status_id: 10
156
+ checkout_type_id: 2
125
157
  shelf_id: 1
126
158
  call_number:
127
159
  id: 16
@@ -130,6 +162,8 @@ item_00016:
130
162
  item_00017:
131
163
  updated_at: 2007-08-24 23:46:16.484813 +09:00
132
164
  item_identifier: '00017'
165
+ circulation_status_id: 10
166
+ checkout_type_id: 3
133
167
  shelf_id: 1
134
168
  call_number:
135
169
  id: 17
@@ -138,6 +172,8 @@ item_00017:
138
172
  item_00018:
139
173
  updated_at: 2007-08-24 23:46:17.484813 +09:00
140
174
  item_identifier: '00018'
175
+ circulation_status_id: 10
176
+ checkout_type_id: 3
141
177
  shelf_id: 1
142
178
  call_number:
143
179
  id: 18
@@ -146,6 +182,8 @@ item_00018:
146
182
  item_00019:
147
183
  updated_at: 2007-08-24 23:46:18.484813 +09:00
148
184
  item_identifier: '00019'
185
+ circulation_status_id: 2
186
+ checkout_type_id: 3
149
187
  shelf_id: 1
150
188
  call_number:
151
189
  id: 19
@@ -154,6 +192,8 @@ item_00019:
154
192
  item_00020:
155
193
  updated_at: 2007-08-24 23:46:19.484813 +09:00
156
194
  item_identifier: '00020'
195
+ circulation_status_id: 13
196
+ checkout_type_id: 3
157
197
  shelf_id: 1
158
198
  call_number:
159
199
  id: 20
@@ -162,6 +202,8 @@ item_00020:
162
202
  item_00021:
163
203
  updated_at: 2007-08-24 23:46:20.484813 +09:00
164
204
  item_identifier: '00021'
205
+ circulation_status_id: 2
206
+ checkout_type_id: 3
165
207
  shelf_id: 1
166
208
  call_number:
167
209
  id: 21
@@ -170,6 +212,8 @@ item_00021:
170
212
  item_00022:
171
213
  updated_at: 2007-08-24 23:46:20.484813 +09:00
172
214
  item_identifier: '00022'
215
+ circulation_status_id: 2
216
+ checkout_type_id: 3
173
217
  shelf_id: 1
174
218
  call_number:
175
219
  id: 22
@@ -178,6 +222,8 @@ item_00022:
178
222
  item_00023:
179
223
  updated_at: 2007-08-24 23:46:20.484813 +09:00
180
224
  item_identifier: '00023'
225
+ circulation_status_id: 15
226
+ checkout_type_id: 3
181
227
  shelf_id: 2
182
228
  call_number:
183
229
  id: 23
@@ -206,6 +252,7 @@ item_00023:
206
252
  # acquired_at :datetime
207
253
  # bookstore_id :integer
208
254
  # budget_type_id :integer
209
- # manifestation_id :integer
255
+ # circulation_status_id :integer default(5), not null
256
+ # checkout_type_id :integer default(1), not null
210
257
  #
211
258
 
@@ -1871,7 +1871,6 @@ manifestation_00216:
1871
1871
  # volume_number :integer
1872
1872
  # issue_number :integer
1873
1873
  # serial_number :integer
1874
- # ndc :string(255)
1875
1874
  # content_type_id :integer default(1)
1876
1875
  # year_of_publication :integer
1877
1876
  # attachment_meta :text
@@ -1879,5 +1878,6 @@ manifestation_00216:
1879
1878
  # fulltext_content :boolean
1880
1879
  # doi :string(255)
1881
1880
  # periodical :boolean
1881
+ # statement_of_responsibility :text
1882
1882
  #
1883
1883
 
@@ -17,7 +17,7 @@ own_00002:
17
17
  # Table name: owns
18
18
  #
19
19
  # id :integer not null, primary key
20
- # agent_id :integer not null
20
+ # agent_id :integer not null
21
21
  # item_id :integer not null
22
22
  # position :integer
23
23
  # created_at :datetime not null
@@ -138,7 +138,7 @@ produce_00202:
138
138
  # Table name: produces
139
139
  #
140
140
  # id :integer not null, primary key
141
- # agent_id :integer not null
141
+ # agent_id :integer not null
142
142
  # manifestation_id :integer not null
143
143
  # position :integer
144
144
  # created_at :datetime not null
@@ -75,7 +75,7 @@ realize_00010:
75
75
  # Table name: realizes
76
76
  #
77
77
  # id :integer not null, primary key
78
- # agent_id :integer not null
78
+ # agent_id :integer not null
79
79
  # expression_id :integer not null
80
80
  # position :integer
81
81
  # created_at :datetime not null
@@ -9,13 +9,25 @@ two:
9
9
  title_transcription: テスト
10
10
  position: 2
11
11
  manifestation_id: 202
12
- series_master: true
13
12
 
14
13
  three:
15
14
  id: 3
16
15
  original_title: テスト雑誌
17
16
  position: 3
18
- manifestation_id: 201
17
+ root_manifestation_id: 201
18
+
19
+ four:
20
+ id: 4
21
+ original_title: テスト雑誌
22
+ position: 4
23
+ root_manifestation_id: 202
24
+
25
+ five:
26
+ id: 5
27
+ original_title: テスト雑誌
28
+ position: 5
29
+ manifestation_id: 204
30
+ root_manifestation_id: 202
19
31
 
20
32
  # == Schema Information
21
33
  #
@@ -39,5 +51,6 @@ three:
39
51
  # volume_number_string :text
40
52
  # volume_number_transcription_string :text
41
53
  # series_master :boolean
54
+ # root_manifestation_id :integer
42
55
  #
43
56
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enju_flower
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre12
4
+ version: 0.1.0.pre13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kosuke Tanabe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-11 00:00:00.000000000 Z
11
+ date: 2013-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - ~>
116
116
  - !ruby/object:Gem::Version
117
- version: 1.1.0.rc5
117
+ version: 1.1.0.rc6
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - ~>
123
123
  - !ruby/object:Gem::Version
124
- version: 1.1.0.rc5
124
+ version: 1.1.0.rc6
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: enju_bookmark
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -171,11 +171,12 @@ executables: []
171
171
  extensions: []
172
172
  extra_rdoc_files: []
173
173
  files:
174
+ - app/controllers/manifestations_controller.rb
174
175
  - app/helpers/manifestations_helper.rb
176
+ - app/views/layouts/agents.html.erb
177
+ - app/views/layouts/agents.mobile.erb
175
178
  - app/views/layouts/manifestations.html.erb
176
179
  - app/views/layouts/manifestations.mobile.erb
177
- - app/views/layouts/patrons.html.erb
178
- - app/views/layouts/patrons.mobile.erb
179
180
  - app/views/manifestations/_all_facet.html.erb
180
181
  - app/views/manifestations/_attachment_file.html.erb
181
182
  - app/views/manifestations/_book_jacket.html.erb
@@ -441,6 +442,10 @@ files:
441
442
  - spec/dummy/db/migrate/20121116031206_add_fulltext_content_to_manifestation.rb
442
443
  - spec/dummy/db/migrate/20121116033446_add_doi_to_manifestation.rb
443
444
  - spec/dummy/db/migrate/20130221154434_add_additional_attributes_to_user.rb
445
+ - spec/dummy/db/migrate/20130303104849_add_state_index_to_reserve.rb
446
+ - spec/dummy/db/migrate/20130303124821_add_retained_at_to_reserve.rb
447
+ - spec/dummy/db/migrate/20130304015019_add_postponed_at_to_reserve.rb
448
+ - spec/dummy/db/migrate/20130416054135_add_circulation_status_id_to_item.rb
444
449
  - spec/dummy/db/migrate/20130421093852_add_periodical_to_manifestation.rb
445
450
  - spec/dummy/db/migrate/20130421155019_add_creator_string_to_series_statement.rb
446
451
  - spec/dummy/db/migrate/20130421164124_add_series_master_to_series_statement.rb
@@ -448,6 +453,8 @@ files:
448
453
  - spec/dummy/db/migrate/20130506175303_create_identifier_types.rb
449
454
  - spec/dummy/db/migrate/20130506175834_create_identifiers.rb
450
455
  - spec/dummy/db/migrate/20130509185724_add_statement_of_responsibility_to_manifestation.rb
456
+ - spec/dummy/db/migrate/20130519065638_add_lock_version_to_reserve.rb
457
+ - spec/dummy/db/migrate/20130519065837_add_lock_version_to_checkin.rb
451
458
  - spec/dummy/db/schema.rb
452
459
  - spec/dummy/db/test.sqlite3
453
460
  - spec/dummy/public/404.html
@@ -467,32 +474,32 @@ files:
467
474
  - spec/dummy/solr/conf/spellings.txt
468
475
  - spec/dummy/solr/conf/stopwords.txt
469
476
  - spec/dummy/solr/conf/synonyms.txt
470
- - spec/dummy/solr/data/test/index/_23i.fdt
471
- - spec/dummy/solr/data/test/index/_23i.fdx
472
- - spec/dummy/solr/data/test/index/_23i.fnm
473
- - spec/dummy/solr/data/test/index/_23i.frq
474
- - spec/dummy/solr/data/test/index/_23i.nrm
475
- - spec/dummy/solr/data/test/index/_23i.prx
476
- - spec/dummy/solr/data/test/index/_23i.tii
477
- - spec/dummy/solr/data/test/index/_23i.tis
478
- - spec/dummy/solr/data/test/index/_23j.fdt
479
- - spec/dummy/solr/data/test/index/_23j.fdx
480
- - spec/dummy/solr/data/test/index/_23j.fnm
481
- - spec/dummy/solr/data/test/index/_23j.frq
482
- - spec/dummy/solr/data/test/index/_23j.nrm
483
- - spec/dummy/solr/data/test/index/_23j.prx
484
- - spec/dummy/solr/data/test/index/_23j.tii
485
- - spec/dummy/solr/data/test/index/_23j.tis
486
- - spec/dummy/solr/data/test/index/_23k.fdt
487
- - spec/dummy/solr/data/test/index/_23k.fdx
488
- - spec/dummy/solr/data/test/index/_23k.fnm
489
- - spec/dummy/solr/data/test/index/_23k.frq
490
- - spec/dummy/solr/data/test/index/_23k.nrm
491
- - spec/dummy/solr/data/test/index/_23k.prx
492
- - spec/dummy/solr/data/test/index/_23k.tii
493
- - spec/dummy/solr/data/test/index/_23k.tis
477
+ - spec/dummy/solr/data/test/index/_20.fdt
478
+ - spec/dummy/solr/data/test/index/_20.fdx
479
+ - spec/dummy/solr/data/test/index/_20.fnm
480
+ - spec/dummy/solr/data/test/index/_20.frq
481
+ - spec/dummy/solr/data/test/index/_20.nrm
482
+ - spec/dummy/solr/data/test/index/_20.prx
483
+ - spec/dummy/solr/data/test/index/_20.tii
484
+ - spec/dummy/solr/data/test/index/_20.tis
485
+ - spec/dummy/solr/data/test/index/_21.fdt
486
+ - spec/dummy/solr/data/test/index/_21.fdx
487
+ - spec/dummy/solr/data/test/index/_21.fnm
488
+ - spec/dummy/solr/data/test/index/_21.frq
489
+ - spec/dummy/solr/data/test/index/_21.nrm
490
+ - spec/dummy/solr/data/test/index/_21.prx
491
+ - spec/dummy/solr/data/test/index/_21.tii
492
+ - spec/dummy/solr/data/test/index/_21.tis
493
+ - spec/dummy/solr/data/test/index/_22.fdt
494
+ - spec/dummy/solr/data/test/index/_22.fdx
495
+ - spec/dummy/solr/data/test/index/_22.fnm
496
+ - spec/dummy/solr/data/test/index/_22.frq
497
+ - spec/dummy/solr/data/test/index/_22.nrm
498
+ - spec/dummy/solr/data/test/index/_22.prx
499
+ - spec/dummy/solr/data/test/index/_22.tii
500
+ - spec/dummy/solr/data/test/index/_22.tis
494
501
  - spec/dummy/solr/data/test/index/segments.gen
495
- - spec/dummy/solr/data/test/index/segments_2u7
502
+ - spec/dummy/solr/data/test/index/segments_2s
496
503
  - spec/dummy/solr/data/test/spellchecker/segments.gen
497
504
  - spec/dummy/solr/data/test/spellchecker/segments_1
498
505
  - spec/dummy/tmp/cache/4F7/F90/default_role
@@ -530,6 +537,8 @@ files:
530
537
  - spec/factories/series_statement.rb
531
538
  - spec/factories/series_statement_relationship.rb
532
539
  - spec/factories/user.rb
540
+ - spec/fixtures/agent_import_files.yml
541
+ - spec/fixtures/agent_import_results.yml
533
542
  - spec/fixtures/agent_relationship_types.yml
534
543
  - spec/fixtures/agent_relationships.yml
535
544
  - spec/fixtures/agent_types.yml
@@ -538,11 +547,14 @@ files:
538
547
  - spec/fixtures/bookstores.yml
539
548
  - spec/fixtures/budget_types.yml
540
549
  - spec/fixtures/carrier_types.yml
550
+ - spec/fixtures/circulation_statuses.yml
541
551
  - spec/fixtures/content_types.yml
542
552
  - spec/fixtures/countries.yml
543
553
  - spec/fixtures/create_types.yml
544
554
  - spec/fixtures/creates.yml
545
555
  - spec/fixtures/donates.yml
556
+ - spec/fixtures/event_categories.yml
557
+ - spec/fixtures/events.yml
546
558
  - spec/fixtures/exemplifies.yml
547
559
  - spec/fixtures/extents.yml
548
560
  - spec/fixtures/form_of_works.yml
@@ -550,6 +562,7 @@ files:
550
562
  - spec/fixtures/identifier_types.yml
551
563
  - spec/fixtures/identifiers.yml
552
564
  - spec/fixtures/import_requests.yml
565
+ - spec/fixtures/item_has_use_restrictions.yml
553
566
  - spec/fixtures/items.yml
554
567
  - spec/fixtures/languages.yml
555
568
  - spec/fixtures/libraries.yml
@@ -597,7 +610,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
597
610
  version: 1.3.1
598
611
  requirements: []
599
612
  rubyforge_project:
600
- rubygems_version: 2.0.3
613
+ rubygems_version: 2.0.7
601
614
  signing_key:
602
615
  specification_version: 4
603
616
  summary: Next-L Enju Flower
@@ -788,6 +801,10 @@ test_files:
788
801
  - spec/dummy/db/migrate/20121116031206_add_fulltext_content_to_manifestation.rb
789
802
  - spec/dummy/db/migrate/20121116033446_add_doi_to_manifestation.rb
790
803
  - spec/dummy/db/migrate/20130221154434_add_additional_attributes_to_user.rb
804
+ - spec/dummy/db/migrate/20130303104849_add_state_index_to_reserve.rb
805
+ - spec/dummy/db/migrate/20130303124821_add_retained_at_to_reserve.rb
806
+ - spec/dummy/db/migrate/20130304015019_add_postponed_at_to_reserve.rb
807
+ - spec/dummy/db/migrate/20130416054135_add_circulation_status_id_to_item.rb
791
808
  - spec/dummy/db/migrate/20130421093852_add_periodical_to_manifestation.rb
792
809
  - spec/dummy/db/migrate/20130421155019_add_creator_string_to_series_statement.rb
793
810
  - spec/dummy/db/migrate/20130421164124_add_series_master_to_series_statement.rb
@@ -795,6 +812,8 @@ test_files:
795
812
  - spec/dummy/db/migrate/20130506175303_create_identifier_types.rb
796
813
  - spec/dummy/db/migrate/20130506175834_create_identifiers.rb
797
814
  - spec/dummy/db/migrate/20130509185724_add_statement_of_responsibility_to_manifestation.rb
815
+ - spec/dummy/db/migrate/20130519065638_add_lock_version_to_reserve.rb
816
+ - spec/dummy/db/migrate/20130519065837_add_lock_version_to_checkin.rb
798
817
  - spec/dummy/db/schema.rb
799
818
  - spec/dummy/db/test.sqlite3
800
819
  - spec/dummy/public/404.html
@@ -814,32 +833,32 @@ test_files:
814
833
  - spec/dummy/solr/conf/spellings.txt
815
834
  - spec/dummy/solr/conf/stopwords.txt
816
835
  - spec/dummy/solr/conf/synonyms.txt
817
- - spec/dummy/solr/data/test/index/_23i.fdt
818
- - spec/dummy/solr/data/test/index/_23i.fdx
819
- - spec/dummy/solr/data/test/index/_23i.fnm
820
- - spec/dummy/solr/data/test/index/_23i.frq
821
- - spec/dummy/solr/data/test/index/_23i.nrm
822
- - spec/dummy/solr/data/test/index/_23i.prx
823
- - spec/dummy/solr/data/test/index/_23i.tii
824
- - spec/dummy/solr/data/test/index/_23i.tis
825
- - spec/dummy/solr/data/test/index/_23j.fdt
826
- - spec/dummy/solr/data/test/index/_23j.fdx
827
- - spec/dummy/solr/data/test/index/_23j.fnm
828
- - spec/dummy/solr/data/test/index/_23j.frq
829
- - spec/dummy/solr/data/test/index/_23j.nrm
830
- - spec/dummy/solr/data/test/index/_23j.prx
831
- - spec/dummy/solr/data/test/index/_23j.tii
832
- - spec/dummy/solr/data/test/index/_23j.tis
833
- - spec/dummy/solr/data/test/index/_23k.fdt
834
- - spec/dummy/solr/data/test/index/_23k.fdx
835
- - spec/dummy/solr/data/test/index/_23k.fnm
836
- - spec/dummy/solr/data/test/index/_23k.frq
837
- - spec/dummy/solr/data/test/index/_23k.nrm
838
- - spec/dummy/solr/data/test/index/_23k.prx
839
- - spec/dummy/solr/data/test/index/_23k.tii
840
- - spec/dummy/solr/data/test/index/_23k.tis
836
+ - spec/dummy/solr/data/test/index/_20.fdt
837
+ - spec/dummy/solr/data/test/index/_20.fdx
838
+ - spec/dummy/solr/data/test/index/_20.fnm
839
+ - spec/dummy/solr/data/test/index/_20.frq
840
+ - spec/dummy/solr/data/test/index/_20.nrm
841
+ - spec/dummy/solr/data/test/index/_20.prx
842
+ - spec/dummy/solr/data/test/index/_20.tii
843
+ - spec/dummy/solr/data/test/index/_20.tis
844
+ - spec/dummy/solr/data/test/index/_21.fdt
845
+ - spec/dummy/solr/data/test/index/_21.fdx
846
+ - spec/dummy/solr/data/test/index/_21.fnm
847
+ - spec/dummy/solr/data/test/index/_21.frq
848
+ - spec/dummy/solr/data/test/index/_21.nrm
849
+ - spec/dummy/solr/data/test/index/_21.prx
850
+ - spec/dummy/solr/data/test/index/_21.tii
851
+ - spec/dummy/solr/data/test/index/_21.tis
852
+ - spec/dummy/solr/data/test/index/_22.fdt
853
+ - spec/dummy/solr/data/test/index/_22.fdx
854
+ - spec/dummy/solr/data/test/index/_22.fnm
855
+ - spec/dummy/solr/data/test/index/_22.frq
856
+ - spec/dummy/solr/data/test/index/_22.nrm
857
+ - spec/dummy/solr/data/test/index/_22.prx
858
+ - spec/dummy/solr/data/test/index/_22.tii
859
+ - spec/dummy/solr/data/test/index/_22.tis
841
860
  - spec/dummy/solr/data/test/index/segments.gen
842
- - spec/dummy/solr/data/test/index/segments_2u7
861
+ - spec/dummy/solr/data/test/index/segments_2s
843
862
  - spec/dummy/solr/data/test/spellchecker/segments.gen
844
863
  - spec/dummy/solr/data/test/spellchecker/segments_1
845
864
  - spec/dummy/tmp/cache/4F7/F90/default_role
@@ -877,6 +896,8 @@ test_files:
877
896
  - spec/factories/series_statement.rb
878
897
  - spec/factories/series_statement_relationship.rb
879
898
  - spec/factories/user.rb
899
+ - spec/fixtures/agent_import_files.yml
900
+ - spec/fixtures/agent_import_results.yml
880
901
  - spec/fixtures/agent_relationship_types.yml
881
902
  - spec/fixtures/agent_relationships.yml
882
903
  - spec/fixtures/agent_types.yml
@@ -885,11 +906,14 @@ test_files:
885
906
  - spec/fixtures/bookstores.yml
886
907
  - spec/fixtures/budget_types.yml
887
908
  - spec/fixtures/carrier_types.yml
909
+ - spec/fixtures/circulation_statuses.yml
888
910
  - spec/fixtures/content_types.yml
889
911
  - spec/fixtures/countries.yml
890
912
  - spec/fixtures/create_types.yml
891
913
  - spec/fixtures/creates.yml
892
914
  - spec/fixtures/donates.yml
915
+ - spec/fixtures/event_categories.yml
916
+ - spec/fixtures/events.yml
893
917
  - spec/fixtures/exemplifies.yml
894
918
  - spec/fixtures/extents.yml
895
919
  - spec/fixtures/form_of_works.yml
@@ -897,6 +921,7 @@ test_files:
897
921
  - spec/fixtures/identifier_types.yml
898
922
  - spec/fixtures/identifiers.yml
899
923
  - spec/fixtures/import_requests.yml
924
+ - spec/fixtures/item_has_use_restrictions.yml
900
925
  - spec/fixtures/items.yml
901
926
  - spec/fixtures/languages.yml
902
927
  - spec/fixtures/libraries.yml