ex_cite 1.3.1 → 1.3.2
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.
- checksums.yaml +4 -4
- data/lib/ex_cite/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +1599 -0
- data/test/dummy/log/test.log +9358 -0
- data/test/dummy/tmp/cache/assets/CFB/050/sprockets%2Fb31cfdc5b130810947de062f323504ed +0 -0
- data/test/dummy/tmp/cache/assets/D4C/BA0/sprockets%2Fcb7ca3c088888a9f511f0f9f433561ee +0 -0
- data/test/dummy/tmp/cache/assets/DCB/350/sprockets%2Fc049c9bce20ccb3ba2a78732f5747fbf +0 -0
- metadata +35 -29
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ex_cite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hab278
|
@@ -44,12 +44,12 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - ~>
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 3.
|
47
|
+
version: 3.1.2
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
49
49
|
requirements:
|
50
50
|
- - ~>
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version: 3.
|
52
|
+
version: 3.1.2
|
53
53
|
prerelease: false
|
54
54
|
type: :runtime
|
55
55
|
- !ruby/object:Gem::Dependency
|
@@ -156,9 +156,6 @@ executables: []
|
|
156
156
|
extensions: []
|
157
157
|
extra_rdoc_files: []
|
158
158
|
files:
|
159
|
-
- MIT-LICENSE
|
160
|
-
- README.md
|
161
|
-
- Rakefile
|
162
159
|
- app/assets/javascripts/ex_cite.js
|
163
160
|
- app/assets/javascripts/ex_cite/submit_external_form.js
|
164
161
|
- app/controllers/ex_cite/export_citations_controller.rb
|
@@ -168,14 +165,19 @@ files:
|
|
168
165
|
- app/models/ex_cite/resource_key.rb
|
169
166
|
- app/views/ex_cite/cite/_external_form.html.erb
|
170
167
|
- app/views/ex_cite/cite/external_form.html.erb
|
171
|
-
- config/initializers/mime_types.rb
|
172
168
|
- config/routes.rb
|
169
|
+
- config/initializers/mime_types.rb
|
173
170
|
- lib/ex_cite/core_ext.rb
|
174
171
|
- lib/ex_cite/engine.rb
|
175
172
|
- lib/ex_cite/version.rb
|
176
173
|
- lib/tasks/ex_cite_tasks.rake
|
177
|
-
-
|
174
|
+
- MIT-LICENSE
|
175
|
+
- Rakefile
|
176
|
+
- README.md
|
177
|
+
- test/test_helper.rb
|
178
|
+
- test/dummy/config.ru
|
178
179
|
- test/dummy/Rakefile
|
180
|
+
- test/dummy/README.rdoc
|
179
181
|
- test/dummy/app/assets/javascripts/application.js
|
180
182
|
- test/dummy/app/assets/stylesheets/application.css
|
181
183
|
- test/dummy/app/controllers/application_controller.rb
|
@@ -183,11 +185,11 @@ files:
|
|
183
185
|
- test/dummy/app/models/type_one.rb
|
184
186
|
- test/dummy/app/models/type_two.rb
|
185
187
|
- test/dummy/app/views/layouts/application.html.erb
|
186
|
-
- test/dummy/config.ru
|
187
188
|
- test/dummy/config/application.rb
|
188
189
|
- test/dummy/config/boot.rb
|
189
190
|
- test/dummy/config/database.yml
|
190
191
|
- test/dummy/config/environment.rb
|
192
|
+
- test/dummy/config/routes.rb
|
191
193
|
- test/dummy/config/environments/development.rb
|
192
194
|
- test/dummy/config/environments/production.rb
|
193
195
|
- test/dummy/config/environments/test.rb
|
@@ -198,13 +200,12 @@ files:
|
|
198
200
|
- test/dummy/config/initializers/session_store.rb
|
199
201
|
- test/dummy/config/initializers/wrap_parameters.rb
|
200
202
|
- test/dummy/config/locales/en.yml
|
201
|
-
- test/dummy/config/routes.rb
|
202
203
|
- test/dummy/db/development.sqlite3
|
203
|
-
- test/dummy/db/migrate/20130211192047_create_type_ones.rb
|
204
|
-
- test/dummy/db/migrate/20130211192122_create_type_twos.rb
|
205
204
|
- test/dummy/db/production.sqlite3
|
206
205
|
- test/dummy/db/schema.rb
|
207
206
|
- test/dummy/db/test.sqlite3
|
207
|
+
- test/dummy/db/migrate/20130211192047_create_type_ones.rb
|
208
|
+
- test/dummy/db/migrate/20130211192122_create_type_twos.rb
|
208
209
|
- test/dummy/log/development.log
|
209
210
|
- test/dummy/log/production.log
|
210
211
|
- test/dummy/log/test.log
|
@@ -235,6 +236,24 @@ files:
|
|
235
236
|
- test/dummy/tmp/cache/479/4F1/ca02f65b1e44e0da798cff8e53adb7a70211fe70to_chicago_author_date
|
236
237
|
- test/dummy/tmp/cache/4B5/B31/af5dc25c4cb1c5d8a1fd83234ecf9fcb76f23952to_chicago_author_date
|
237
238
|
- test/dummy/tmp/cache/4E9/FE1/c9d431e57fa51ecef5d8dfed8ead3fa142c71284to_chicago_author_date
|
239
|
+
- test/dummy/tmp/cache/assets/C16/BA0/sprockets%2F7553357977e95dd492429374bf364776
|
240
|
+
- test/dummy/tmp/cache/assets/C7B/3D0/sprockets%2F10130e45195855bb99c80de4a225960d
|
241
|
+
- test/dummy/tmp/cache/assets/CB3/7C0/sprockets%2F2e4f6146594501d76ef30fd179c1b706
|
242
|
+
- test/dummy/tmp/cache/assets/CB8/F90/sprockets%2F50a82817629fd38f0a8f257a41226fd9
|
243
|
+
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
244
|
+
- test/dummy/tmp/cache/assets/CFB/050/sprockets%2Fb31cfdc5b130810947de062f323504ed
|
245
|
+
- test/dummy/tmp/cache/assets/D1A/150/sprockets%2Fe781fc2f173f9828411b3bcd6961d44f
|
246
|
+
- test/dummy/tmp/cache/assets/D2E/BF0/sprockets%2F16042e1d0a1ae75e7df21025e269ead7
|
247
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
248
|
+
- test/dummy/tmp/cache/assets/D4C/BA0/sprockets%2Fcb7ca3c088888a9f511f0f9f433561ee
|
249
|
+
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
250
|
+
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
251
|
+
- test/dummy/tmp/cache/assets/D5D/C40/sprockets%2Fca5ad1958104ec6c8a1ccaf50a821761
|
252
|
+
- test/dummy/tmp/cache/assets/D7B/900/sprockets%2F999b2df71a2f33f39be1c740e3d48ec7
|
253
|
+
- test/dummy/tmp/cache/assets/DCB/350/sprockets%2Fc049c9bce20ccb3ba2a78732f5747fbf
|
254
|
+
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
255
|
+
- test/dummy/tmp/cache/assets/E02/B10/sprockets%2Ffaa71f547f3ec0074c4fd4c4fac7f97a
|
256
|
+
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
238
257
|
- test/dummy/tmp/cache/C5A/FC0/468286998ed7e41613b5b638604d0d418e16f000to_csf
|
239
258
|
- test/dummy/tmp/cache/C60/020/468286998ed7e41613b5b638604d0d418e16f000to_csl
|
240
259
|
- test/dummy/tmp/cache/C6C/220/468286998ed7e41613b5b638604d0d418e16f000to_ris
|
@@ -290,25 +309,9 @@ files:
|
|
290
309
|
- test/dummy/tmp/cache/FC1/9E0/ca02f65b1e44e0da798cff8e53adb7a70211fe70to_openurl
|
291
310
|
- test/dummy/tmp/cache/FD7/AF0/af5dc25c4cb1c5d8a1fd83234ecf9fcb76f23952to_easybib
|
292
311
|
- test/dummy/tmp/cache/FFD/320/af5dc25c4cb1c5d8a1fd83234ecf9fcb76f23952to_openurl
|
293
|
-
- test/dummy/tmp/cache/assets/C16/BA0/sprockets%2F7553357977e95dd492429374bf364776
|
294
|
-
- test/dummy/tmp/cache/assets/C7B/3D0/sprockets%2F10130e45195855bb99c80de4a225960d
|
295
|
-
- test/dummy/tmp/cache/assets/CB3/7C0/sprockets%2F2e4f6146594501d76ef30fd179c1b706
|
296
|
-
- test/dummy/tmp/cache/assets/CB8/F90/sprockets%2F50a82817629fd38f0a8f257a41226fd9
|
297
|
-
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
298
|
-
- test/dummy/tmp/cache/assets/D1A/150/sprockets%2Fe781fc2f173f9828411b3bcd6961d44f
|
299
|
-
- test/dummy/tmp/cache/assets/D2E/BF0/sprockets%2F16042e1d0a1ae75e7df21025e269ead7
|
300
|
-
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
301
|
-
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
302
|
-
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
303
|
-
- test/dummy/tmp/cache/assets/D5D/C40/sprockets%2Fca5ad1958104ec6c8a1ccaf50a821761
|
304
|
-
- test/dummy/tmp/cache/assets/D7B/900/sprockets%2F999b2df71a2f33f39be1c740e3d48ec7
|
305
|
-
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
306
|
-
- test/dummy/tmp/cache/assets/E02/B10/sprockets%2Ffaa71f547f3ec0074c4fd4c4fac7f97a
|
307
|
-
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
308
312
|
- test/fixtures/ex_cite/citations.yml
|
309
313
|
- test/functional/ex_cite/export_citations _controller_test.rb
|
310
314
|
- test/integration/navigation_test.rb
|
311
|
-
- test/test_helper.rb
|
312
315
|
- test/unit/ex_cite/citation_test.rb
|
313
316
|
- test/unit/helpers/ex_cite/cite_helper_test.rb
|
314
317
|
homepage: https://github.com/NYULibraries/ex_cite
|
@@ -330,7 +333,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
330
333
|
version: '0'
|
331
334
|
requirements: []
|
332
335
|
rubyforge_project:
|
333
|
-
rubygems_version: 2.
|
336
|
+
rubygems_version: 2.1.9
|
334
337
|
signing_key:
|
335
338
|
specification_version: 4
|
336
339
|
summary: Web engine to allow download and push capabilities to an array of bibiligraphic records.
|
@@ -402,13 +405,16 @@ test_files:
|
|
402
405
|
- test/dummy/tmp/cache/assets/CB3/7C0/sprockets%2F2e4f6146594501d76ef30fd179c1b706
|
403
406
|
- test/dummy/tmp/cache/assets/CB8/F90/sprockets%2F50a82817629fd38f0a8f257a41226fd9
|
404
407
|
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
408
|
+
- test/dummy/tmp/cache/assets/CFB/050/sprockets%2Fb31cfdc5b130810947de062f323504ed
|
405
409
|
- test/dummy/tmp/cache/assets/D1A/150/sprockets%2Fe781fc2f173f9828411b3bcd6961d44f
|
406
410
|
- test/dummy/tmp/cache/assets/D2E/BF0/sprockets%2F16042e1d0a1ae75e7df21025e269ead7
|
407
411
|
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
412
|
+
- test/dummy/tmp/cache/assets/D4C/BA0/sprockets%2Fcb7ca3c088888a9f511f0f9f433561ee
|
408
413
|
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
409
414
|
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
410
415
|
- test/dummy/tmp/cache/assets/D5D/C40/sprockets%2Fca5ad1958104ec6c8a1ccaf50a821761
|
411
416
|
- test/dummy/tmp/cache/assets/D7B/900/sprockets%2F999b2df71a2f33f39be1c740e3d48ec7
|
417
|
+
- test/dummy/tmp/cache/assets/DCB/350/sprockets%2Fc049c9bce20ccb3ba2a78732f5747fbf
|
412
418
|
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
413
419
|
- test/dummy/tmp/cache/assets/E02/B10/sprockets%2Ffaa71f547f3ec0074c4fd4c4fac7f97a
|
414
420
|
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|