upload_documents_tool 0.1.5 → 0.1.6
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/workspace.xml +41 -27
- data/Gemfile.lock +1 -1
- data/app/assets/images/down_arrow.gif +0 -0
- data/app/assets/images/up_arrow.gif +0 -0
- data/app/assets/stylesheets/upload_document_tool.scss +12 -0
- data/lib/upload_documents_tool/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6aafdc8bac413a723f4f5a8b0ddb6a35422032ce
|
|
4
|
+
data.tar.gz: 87296ddfc5a64b3ffe826a0f2e273acd77e55215
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed2eacf1f93202c516fd26bb17056a22c9d253af3b6ec4c8cd68c31e5b0fabae7b00025b2b20949482e088dd765fe85b3ef0c1d83a10f11810f1d9a14e85ac0c
|
|
7
|
+
data.tar.gz: db169e32d0090a3ac78d1c2c2a1fbb39da2611c00513ae6bc382de54af8e24880b8837212df74cec425b39c5a8bc96a6f219009a143cbf8e4bc92e2a15f93f17
|
data/.idea/workspace.xml
CHANGED
|
@@ -2,9 +2,11 @@
|
|
|
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="NEW" beforePath="" afterPath="$PROJECT_DIR$/app/assets/images/down_arrow.gif" />
|
|
6
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/app/assets/images/up_arrow.gif" />
|
|
6
7
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
7
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/assets/
|
|
8
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/assets/stylesheets/upload_document_tool.scss" afterPath="$PROJECT_DIR$/app/assets/stylesheets/upload_document_tool.scss" />
|
|
9
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/upload_documents_tool/version.rb" afterPath="$PROJECT_DIR$/lib/upload_documents_tool/version.rb" />
|
|
8
10
|
</list>
|
|
9
11
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
10
12
|
<option name="TRACKING_ENABLED" value="true" />
|
|
@@ -35,7 +37,7 @@
|
|
|
35
37
|
</provider>
|
|
36
38
|
</entry>
|
|
37
39
|
</file>
|
|
38
|
-
<file leaf-file-name="upload_document_tool.js" pinned="false" current-in-tab="
|
|
40
|
+
<file leaf-file-name="upload_document_tool.js" pinned="false" current-in-tab="false">
|
|
39
41
|
<entry file="file://$PROJECT_DIR$/app/assets/javascripts/upload_document_tool.js">
|
|
40
42
|
<provider selected="true" editor-type-id="text-editor">
|
|
41
43
|
<state relative-caret-position="19">
|
|
@@ -90,14 +92,14 @@
|
|
|
90
92
|
<file leaf-file-name="upload_document_tool.scss" pinned="false" current-in-tab="false">
|
|
91
93
|
<entry file="file://$PROJECT_DIR$/app/assets/stylesheets/upload_document_tool.scss">
|
|
92
94
|
<provider selected="true" editor-type-id="text-editor">
|
|
93
|
-
<state relative-caret-position="
|
|
94
|
-
<caret line="
|
|
95
|
+
<state relative-caret-position="57">
|
|
96
|
+
<caret line="3" column="36" lean-forward="true" selection-start-line="3" selection-start-column="36" selection-end-line="3" selection-end-column="36" />
|
|
95
97
|
<folding />
|
|
96
98
|
</state>
|
|
97
99
|
</provider>
|
|
98
100
|
</entry>
|
|
99
101
|
</file>
|
|
100
|
-
<file leaf-file-name="version.rb" pinned="false" current-in-tab="
|
|
102
|
+
<file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
|
|
101
103
|
<entry file="file://$PROJECT_DIR$/lib/upload_documents_tool/version.rb">
|
|
102
104
|
<provider selected="true" editor-type-id="text-editor">
|
|
103
105
|
<state relative-caret-position="19">
|
|
@@ -138,7 +140,6 @@
|
|
|
138
140
|
<option name="CHANGED_PATHS">
|
|
139
141
|
<list>
|
|
140
142
|
<option value="$PROJECT_DIR$/.gitignore" />
|
|
141
|
-
<option value="$PROJECT_DIR$/app/assets/stylesheets/upload_document_tool.scss" />
|
|
142
143
|
<option value="$PROJECT_DIR$/lib/upload_documents_tool/validators/attachment_content_type_validator.rb" />
|
|
143
144
|
<option value="$PROJECT_DIR$/lib/upload_documents_tool/validators.rb" />
|
|
144
145
|
<option value="$PROJECT_DIR$/app/assets/javascripts/documents.coffee" />
|
|
@@ -150,8 +151,9 @@
|
|
|
150
151
|
<option value="$PROJECT_DIR$/app/helpers/upload_document_tool_helper.rb" />
|
|
151
152
|
<option value="$PROJECT_DIR$/app/views/upload_documents_tool/_form.html.erb" />
|
|
152
153
|
<option value="$PROJECT_DIR$/app/models/document.rb" />
|
|
153
|
-
<option value="$PROJECT_DIR$/lib/upload_documents_tool/version.rb" />
|
|
154
154
|
<option value="$PROJECT_DIR$/app/assets/javascripts/upload_document_tool.js" />
|
|
155
|
+
<option value="$PROJECT_DIR$/app/assets/stylesheets/upload_document_tool.scss" />
|
|
156
|
+
<option value="$PROJECT_DIR$/lib/upload_documents_tool/version.rb" />
|
|
155
157
|
</list>
|
|
156
158
|
</option>
|
|
157
159
|
</component>
|
|
@@ -200,6 +202,13 @@
|
|
|
200
202
|
<item name="app" type="462c0819:PsiDirectoryNode" />
|
|
201
203
|
<item name="assets" type="462c0819:PsiDirectoryNode" />
|
|
202
204
|
</path>
|
|
205
|
+
<path>
|
|
206
|
+
<item name="upload_documents_tool" type="b2602c69:ProjectViewProjectNode" />
|
|
207
|
+
<item name="upload_documents_tool" type="462c0819:PsiDirectoryNode" />
|
|
208
|
+
<item name="app" type="462c0819:PsiDirectoryNode" />
|
|
209
|
+
<item name="assets" type="462c0819:PsiDirectoryNode" />
|
|
210
|
+
<item name="images" type="462c0819:PsiDirectoryNode" />
|
|
211
|
+
</path>
|
|
203
212
|
<path>
|
|
204
213
|
<item name="upload_documents_tool" type="b2602c69:ProjectViewProjectNode" />
|
|
205
214
|
<item name="upload_documents_tool" type="462c0819:PsiDirectoryNode" />
|
|
@@ -258,6 +267,11 @@
|
|
|
258
267
|
<property name="add_unversioned_files" value="true" />
|
|
259
268
|
<property name="list.type.of.created.stylesheet" value="SCSS" />
|
|
260
269
|
</component>
|
|
270
|
+
<component name="RecentsManager">
|
|
271
|
+
<key name="CopyFile.RECENT_KEYS">
|
|
272
|
+
<recent name="$PROJECT_DIR$/app/assets/images" />
|
|
273
|
+
</key>
|
|
274
|
+
</component>
|
|
261
275
|
<component name="RunDashboard">
|
|
262
276
|
<option name="ruleStates">
|
|
263
277
|
<list>
|
|
@@ -284,12 +298,12 @@
|
|
|
284
298
|
<option name="number" value="Default" />
|
|
285
299
|
<option name="presentableId" value="Default" />
|
|
286
300
|
<updated>1507017759027</updated>
|
|
287
|
-
<workItem from="1507017760194" duration="
|
|
301
|
+
<workItem from="1507017760194" duration="14729000" />
|
|
288
302
|
</task>
|
|
289
303
|
<servers />
|
|
290
304
|
</component>
|
|
291
305
|
<component name="TimeTrackingManager">
|
|
292
|
-
<option name="totallyTimeSpent" value="
|
|
306
|
+
<option name="totallyTimeSpent" value="14729000" />
|
|
293
307
|
</component>
|
|
294
308
|
<component name="ToolWindowManager">
|
|
295
309
|
<frame x="28" y="22" width="1920" height="1054" extended-state="0" />
|
|
@@ -302,7 +316,7 @@
|
|
|
302
316
|
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
303
317
|
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
304
318
|
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
305
|
-
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="
|
|
319
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.327551" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
306
320
|
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
|
|
307
321
|
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
308
322
|
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
|
@@ -418,14 +432,6 @@
|
|
|
418
432
|
</state>
|
|
419
433
|
</provider>
|
|
420
434
|
</entry>
|
|
421
|
-
<entry file="file://$PROJECT_DIR$/lib/upload_documents_tool/version.rb">
|
|
422
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
423
|
-
<state relative-caret-position="19">
|
|
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
|
-
</state>
|
|
427
|
-
</provider>
|
|
428
|
-
</entry>
|
|
429
435
|
<entry file="file://$PROJECT_DIR$/lib/upload_documents_tool.rb">
|
|
430
436
|
<provider selected="true" editor-type-id="text-editor">
|
|
431
437
|
<state relative-caret-position="342">
|
|
@@ -434,14 +440,6 @@
|
|
|
434
440
|
</state>
|
|
435
441
|
</provider>
|
|
436
442
|
</entry>
|
|
437
|
-
<entry file="file://$PROJECT_DIR$/app/assets/stylesheets/upload_document_tool.scss">
|
|
438
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
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
|
-
<folding />
|
|
442
|
-
</state>
|
|
443
|
-
</provider>
|
|
444
|
-
</entry>
|
|
445
443
|
<entry file="file://$PROJECT_DIR$/app/helpers/upload_document_tool_helper.rb">
|
|
446
444
|
<provider selected="true" editor-type-id="text-editor">
|
|
447
445
|
<state relative-caret-position="228">
|
|
@@ -476,5 +474,21 @@
|
|
|
476
474
|
</state>
|
|
477
475
|
</provider>
|
|
478
476
|
</entry>
|
|
477
|
+
<entry file="file://$PROJECT_DIR$/app/assets/stylesheets/upload_document_tool.scss">
|
|
478
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
479
|
+
<state relative-caret-position="57">
|
|
480
|
+
<caret line="3" column="36" lean-forward="true" selection-start-line="3" selection-start-column="36" selection-end-line="3" selection-end-column="36" />
|
|
481
|
+
<folding />
|
|
482
|
+
</state>
|
|
483
|
+
</provider>
|
|
484
|
+
</entry>
|
|
485
|
+
<entry file="file://$PROJECT_DIR$/lib/upload_documents_tool/version.rb">
|
|
486
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
487
|
+
<state relative-caret-position="19">
|
|
488
|
+
<caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
|
489
|
+
<folding />
|
|
490
|
+
</state>
|
|
491
|
+
</provider>
|
|
492
|
+
</entry>
|
|
479
493
|
</component>
|
|
480
494
|
</project>
|
data/Gemfile.lock
CHANGED
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: upload_documents_tool
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jakub41
|
|
@@ -191,6 +191,8 @@ files:
|
|
|
191
191
|
- LICENSE.txt
|
|
192
192
|
- README.md
|
|
193
193
|
- Rakefile
|
|
194
|
+
- app/assets/images/down_arrow.gif
|
|
195
|
+
- app/assets/images/up_arrow.gif
|
|
194
196
|
- app/assets/javascripts/documents_gem.coffee
|
|
195
197
|
- app/assets/javascripts/progress_bar.js
|
|
196
198
|
- app/assets/javascripts/upload_document_tool.js
|