upload_documents_tool 0.1.4 → 0.1.5
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/.idea/upload_documents_tool.iml +6 -0
- data/.idea/workspace.xml +52 -42
- data/Gemfile.lock +1 -1
- data/app/assets/javascripts/upload_document_tool.js +1 -1
- data/lib/upload_documents_tool/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 242ea5071da1f720f582e85e040e371b4154f74b
|
|
4
|
+
data.tar.gz: c64f5370e25d43ef626e515fab2ef96e7bffe654
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcc27e3aa1e5a068a5e3efa9da6ff6ddbf285c8f0f2e298cde8124fb74afdf48ff5c2a280bfc96135c2043494566c8f56fb31115b5e1de9c4390321b63bce74b
|
|
7
|
+
data.tar.gz: 9be886bfe092109cc6b062367d7e81e8664a8ad6edd0c9ac8c9e0cae09f4d30937b05630be2736101fa189c10a9dcab24640ced3483c5616a542cd31b4e0a543
|
|
@@ -7,11 +7,16 @@
|
|
|
7
7
|
<content url="file://$MODULE_DIR$" />
|
|
8
8
|
<orderEntry type="inheritedJdk" />
|
|
9
9
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="actionmailer (v4.2.10, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
10
11
|
<orderEntry type="library" scope="PROVIDED" name="actionpack (v4.2.10, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
11
12
|
<orderEntry type="library" scope="PROVIDED" name="actionview (v4.2.10, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="activejob (v4.2.10, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="activemodel (v4.2.10, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="activerecord (v4.2.10, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
12
16
|
<orderEntry type="library" scope="PROVIDED" name="activesupport (v4.2.10, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
13
17
|
<orderEntry type="library" scope="PROVIDED" name="arel (v6.0.4, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
14
18
|
<orderEntry type="library" scope="PROVIDED" name="autoprefixer-rails (v7.1.4.1, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="bootstrap-kaminari-views (v0.0.5, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
15
20
|
<orderEntry type="library" scope="PROVIDED" name="bootstrap-sass (v3.3.7, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
16
21
|
<orderEntry type="library" scope="PROVIDED" name="builder (v3.2.3, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
17
22
|
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.16.0.pre.2, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
@@ -39,6 +44,7 @@
|
|
|
39
44
|
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.8.1, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
40
45
|
<orderEntry type="library" scope="PROVIDED" name="rack (v1.6.8, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
41
46
|
<orderEntry type="library" scope="PROVIDED" name="rack-test (v0.6.3, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
47
|
+
<orderEntry type="library" scope="PROVIDED" name="rails (v4.2.10, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
42
48
|
<orderEntry type="library" scope="PROVIDED" name="rails-deprecated_sanitizer (v1.0.3, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
43
49
|
<orderEntry type="library" scope="PROVIDED" name="rails-dom-testing (v1.0.8, RVM: ruby-2.3.1) [gem]" level="application" />
|
|
44
50
|
<orderEntry type="library" scope="PROVIDED" name="rails-html-sanitizer (v1.0.3, RVM: ruby-2.3.1) [gem]" level="application" />
|
data/.idea/workspace.xml
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
4
|
<list default="true" id="df46d33f-74ef-431f-8aed-cd7454e07a46" name="Default" comment="">
|
|
5
|
-
<change type="
|
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/upload_documents_tool.iml" afterPath="$PROJECT_DIR$/.idea/upload_documents_tool.iml" />
|
|
6
6
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
7
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/
|
|
7
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/assets/javascripts/upload_document_tool.js" afterPath="$PROJECT_DIR$/app/assets/javascripts/upload_document_tool.js" />
|
|
8
8
|
</list>
|
|
9
9
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
10
10
|
<option name="TRACKING_ENABLED" value="true" />
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
</provider>
|
|
36
36
|
</entry>
|
|
37
37
|
</file>
|
|
38
|
-
<file leaf-file-name="upload_document_tool.js" pinned="false" current-in-tab="
|
|
38
|
+
<file leaf-file-name="upload_document_tool.js" pinned="false" current-in-tab="true">
|
|
39
39
|
<entry file="file://$PROJECT_DIR$/app/assets/javascripts/upload_document_tool.js">
|
|
40
40
|
<provider selected="true" editor-type-id="text-editor">
|
|
41
41
|
<state relative-caret-position="19">
|
|
42
|
-
<caret line="1" column="
|
|
42
|
+
<caret line="1" column="25" lean-forward="false" selection-start-line="1" selection-start-column="25" selection-end-line="1" selection-end-column="25" />
|
|
43
43
|
<folding>
|
|
44
44
|
<element signature="n#!!doc" expanded="true" />
|
|
45
45
|
</folding>
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
</provider>
|
|
98
98
|
</entry>
|
|
99
99
|
</file>
|
|
100
|
-
<file leaf-file-name="version.rb" pinned="false" current-in-tab="
|
|
100
|
+
<file leaf-file-name="version.rb" pinned="false" current-in-tab="false">
|
|
101
101
|
<entry file="file://$PROJECT_DIR$/lib/upload_documents_tool/version.rb">
|
|
102
102
|
<provider selected="true" editor-type-id="text-editor">
|
|
103
103
|
<state relative-caret-position="19">
|
|
@@ -107,6 +107,16 @@
|
|
|
107
107
|
</provider>
|
|
108
108
|
</entry>
|
|
109
109
|
</file>
|
|
110
|
+
<file leaf-file-name="upload_documents_tool.rb" pinned="false" current-in-tab="false">
|
|
111
|
+
<entry file="file://$PROJECT_DIR$/lib/upload_documents_tool.rb">
|
|
112
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
113
|
+
<state relative-caret-position="342">
|
|
114
|
+
<caret line="18" column="50" lean-forward="false" selection-start-line="18" selection-start-column="50" selection-end-line="18" selection-end-column="50" />
|
|
115
|
+
<folding />
|
|
116
|
+
</state>
|
|
117
|
+
</provider>
|
|
118
|
+
</entry>
|
|
119
|
+
</file>
|
|
110
120
|
</leaf>
|
|
111
121
|
</component>
|
|
112
122
|
<component name="FileTemplateManagerImpl">
|
|
@@ -133,7 +143,6 @@
|
|
|
133
143
|
<option value="$PROJECT_DIR$/lib/upload_documents_tool/validators.rb" />
|
|
134
144
|
<option value="$PROJECT_DIR$/app/assets/javascripts/documents.coffee" />
|
|
135
145
|
<option value="$PROJECT_DIR$/app/assets/javascripts/progress_bar.js" />
|
|
136
|
-
<option value="$PROJECT_DIR$/app/assets/javascripts/upload_document_tool.js" />
|
|
137
146
|
<option value="$PROJECT_DIR$/app/views/upload_documents_tool/_documents.html.erb" />
|
|
138
147
|
<option value="$PROJECT_DIR$/app/views/upload_documents_tool/_form_error.html.erb" />
|
|
139
148
|
<option value="$PROJECT_DIR$/upload_documents_tool.gemspec" />
|
|
@@ -142,6 +151,7 @@
|
|
|
142
151
|
<option value="$PROJECT_DIR$/app/views/upload_documents_tool/_form.html.erb" />
|
|
143
152
|
<option value="$PROJECT_DIR$/app/models/document.rb" />
|
|
144
153
|
<option value="$PROJECT_DIR$/lib/upload_documents_tool/version.rb" />
|
|
154
|
+
<option value="$PROJECT_DIR$/app/assets/javascripts/upload_document_tool.js" />
|
|
145
155
|
</list>
|
|
146
156
|
</option>
|
|
147
157
|
</component>
|
|
@@ -274,12 +284,12 @@
|
|
|
274
284
|
<option name="number" value="Default" />
|
|
275
285
|
<option name="presentableId" value="Default" />
|
|
276
286
|
<updated>1507017759027</updated>
|
|
277
|
-
<workItem from="1507017760194" duration="
|
|
287
|
+
<workItem from="1507017760194" duration="14231000" />
|
|
278
288
|
</task>
|
|
279
289
|
<servers />
|
|
280
290
|
</component>
|
|
281
291
|
<component name="TimeTrackingManager">
|
|
282
|
-
<option name="totallyTimeSpent" value="
|
|
292
|
+
<option name="totallyTimeSpent" value="14231000" />
|
|
283
293
|
</component>
|
|
284
294
|
<component name="ToolWindowManager">
|
|
285
295
|
<frame x="28" y="22" width="1920" height="1054" extended-state="0" />
|
|
@@ -360,14 +370,6 @@
|
|
|
360
370
|
</state>
|
|
361
371
|
</provider>
|
|
362
372
|
</entry>
|
|
363
|
-
<entry file="file://$PROJECT_DIR$/lib/upload_documents_tool.rb">
|
|
364
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
365
|
-
<state relative-caret-position="165">
|
|
366
|
-
<caret line="18" column="50" lean-forward="false" selection-start-line="18" selection-start-column="50" selection-end-line="18" selection-end-column="50" />
|
|
367
|
-
<folding />
|
|
368
|
-
</state>
|
|
369
|
-
</provider>
|
|
370
|
-
</entry>
|
|
371
373
|
<entry file="file://$PROJECT_DIR$/upload_documents_tool.gemspec">
|
|
372
374
|
<provider selected="true" editor-type-id="text-editor">
|
|
373
375
|
<state relative-caret-position="261">
|
|
@@ -400,71 +402,79 @@
|
|
|
400
402
|
</state>
|
|
401
403
|
</provider>
|
|
402
404
|
</entry>
|
|
403
|
-
<entry file="file://$PROJECT_DIR$/app/
|
|
405
|
+
<entry file="file://$PROJECT_DIR$/app/views/upload_documents_tool/_form.html.erb">
|
|
404
406
|
<provider selected="true" editor-type-id="text-editor">
|
|
405
|
-
<state relative-caret-position="
|
|
406
|
-
<caret line="
|
|
407
|
+
<state relative-caret-position="38">
|
|
408
|
+
<caret line="2" column="16" lean-forward="false" selection-start-line="2" selection-start-column="16" selection-end-line="2" selection-end-column="16" />
|
|
407
409
|
<folding />
|
|
408
410
|
</state>
|
|
409
411
|
</provider>
|
|
410
412
|
</entry>
|
|
411
|
-
<entry file="file://$PROJECT_DIR$/app/
|
|
413
|
+
<entry file="file://$PROJECT_DIR$/app/views/upload_documents_tool/_documents.html.erb">
|
|
412
414
|
<provider selected="true" editor-type-id="text-editor">
|
|
413
|
-
<state relative-caret-position="
|
|
414
|
-
<caret line="
|
|
415
|
+
<state relative-caret-position="209">
|
|
416
|
+
<caret line="11" column="51" lean-forward="false" selection-start-line="11" selection-start-column="51" selection-end-line="11" selection-end-column="51" />
|
|
415
417
|
<folding />
|
|
416
418
|
</state>
|
|
417
419
|
</provider>
|
|
418
420
|
</entry>
|
|
419
|
-
<entry file="file://$PROJECT_DIR$/
|
|
421
|
+
<entry file="file://$PROJECT_DIR$/lib/upload_documents_tool/version.rb">
|
|
420
422
|
<provider selected="true" editor-type-id="text-editor">
|
|
421
423
|
<state relative-caret-position="19">
|
|
422
|
-
<caret line="1" column="
|
|
423
|
-
<folding
|
|
424
|
-
<element signature="n#!!doc" expanded="true" />
|
|
425
|
-
</folding>
|
|
424
|
+
<caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
|
425
|
+
<folding />
|
|
426
426
|
</state>
|
|
427
427
|
</provider>
|
|
428
428
|
</entry>
|
|
429
|
-
<entry file="file://$PROJECT_DIR$/
|
|
429
|
+
<entry file="file://$PROJECT_DIR$/lib/upload_documents_tool.rb">
|
|
430
430
|
<provider selected="true" editor-type-id="text-editor">
|
|
431
|
-
<state relative-caret-position="
|
|
432
|
-
<caret line="
|
|
431
|
+
<state relative-caret-position="342">
|
|
432
|
+
<caret line="18" column="50" lean-forward="false" selection-start-line="18" selection-start-column="50" selection-end-line="18" selection-end-column="50" />
|
|
433
433
|
<folding />
|
|
434
434
|
</state>
|
|
435
435
|
</provider>
|
|
436
436
|
</entry>
|
|
437
|
-
<entry file="file://$PROJECT_DIR$/app/assets/
|
|
437
|
+
<entry file="file://$PROJECT_DIR$/app/assets/stylesheets/upload_document_tool.scss">
|
|
438
438
|
<provider selected="true" editor-type-id="text-editor">
|
|
439
|
-
<state relative-caret-position="
|
|
440
|
-
<caret line="
|
|
439
|
+
<state relative-caret-position="0">
|
|
440
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
441
441
|
<folding />
|
|
442
442
|
</state>
|
|
443
443
|
</provider>
|
|
444
444
|
</entry>
|
|
445
|
-
<entry file="file://$PROJECT_DIR$/app/
|
|
445
|
+
<entry file="file://$PROJECT_DIR$/app/helpers/upload_document_tool_helper.rb">
|
|
446
446
|
<provider selected="true" editor-type-id="text-editor">
|
|
447
|
-
<state relative-caret-position="
|
|
448
|
-
<caret line="
|
|
447
|
+
<state relative-caret-position="228">
|
|
448
|
+
<caret line="12" column="14" lean-forward="false" selection-start-line="12" selection-start-column="14" selection-end-line="12" selection-end-column="14" />
|
|
449
449
|
<folding />
|
|
450
450
|
</state>
|
|
451
451
|
</provider>
|
|
452
452
|
</entry>
|
|
453
|
-
<entry file="file://$PROJECT_DIR$/app/
|
|
453
|
+
<entry file="file://$PROJECT_DIR$/app/assets/javascripts/documents_gem.coffee">
|
|
454
454
|
<provider selected="true" editor-type-id="text-editor">
|
|
455
|
-
<state relative-caret-position="
|
|
456
|
-
<caret line="
|
|
455
|
+
<state relative-caret-position="608">
|
|
456
|
+
<caret line="32" column="4" lean-forward="false" selection-start-line="32" selection-start-column="4" selection-end-line="32" selection-end-column="4" />
|
|
457
457
|
<folding />
|
|
458
458
|
</state>
|
|
459
459
|
</provider>
|
|
460
460
|
</entry>
|
|
461
|
-
<entry file="file://$PROJECT_DIR$/
|
|
461
|
+
<entry file="file://$PROJECT_DIR$/app/assets/javascripts/progress_bar.js">
|
|
462
462
|
<provider selected="true" editor-type-id="text-editor">
|
|
463
|
-
<state relative-caret-position="
|
|
464
|
-
<caret line="
|
|
463
|
+
<state relative-caret-position="722">
|
|
464
|
+
<caret line="38" column="3" lean-forward="false" selection-start-line="38" selection-start-column="3" selection-end-line="38" selection-end-column="3" />
|
|
465
465
|
<folding />
|
|
466
466
|
</state>
|
|
467
467
|
</provider>
|
|
468
468
|
</entry>
|
|
469
|
+
<entry file="file://$PROJECT_DIR$/app/assets/javascripts/upload_document_tool.js">
|
|
470
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
471
|
+
<state relative-caret-position="19">
|
|
472
|
+
<caret line="1" column="25" lean-forward="false" selection-start-line="1" selection-start-column="25" selection-end-line="1" selection-end-column="25" />
|
|
473
|
+
<folding>
|
|
474
|
+
<element signature="n#!!doc" expanded="true" />
|
|
475
|
+
</folding>
|
|
476
|
+
</state>
|
|
477
|
+
</provider>
|
|
478
|
+
</entry>
|
|
469
479
|
</component>
|
|
470
480
|
</project>
|
data/Gemfile.lock
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
//= require progress_bar
|
|
2
|
-
//= require
|
|
2
|
+
//= require documents_gem
|