upload_documents_tool 0.1.6 → 0.1.7
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 +17 -21
- data/Gemfile.lock +1 -1
- data/app/assets/stylesheets/upload_document_tool.scss +17 -2
- 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: ebf37d6a27148fe240f2eb9e999ef9626e79a8ab
|
|
4
|
+
data.tar.gz: 357cfed71b95c41886df65d9443234bc44b8d173
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e71f6cf6ff161b3d47277607ae493a16c37ee4c694ae8f5811cb31170657e032aa07c3c11ef52b4da67a9e442033809b5e06620c4446b10f6b3423af4e53eb41
|
|
7
|
+
data.tar.gz: 3bbf5420be1544d074ef7080a1019cb84d9bde6db6629055c9ab63471a489fa4fcd730f4f7aeecce4fa2f51f70eb31366aa2a2e38fd51dcdf9475a3ec08e35db
|
data/.idea/workspace.xml
CHANGED
|
@@ -2,11 +2,7 @@
|
|
|
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="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" />
|
|
7
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
8
5
|
<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" />
|
|
10
6
|
</list>
|
|
11
7
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
12
8
|
<option name="TRACKING_ENABLED" value="true" />
|
|
@@ -89,17 +85,17 @@
|
|
|
89
85
|
</provider>
|
|
90
86
|
</entry>
|
|
91
87
|
</file>
|
|
92
|
-
<file leaf-file-name="upload_document_tool.scss" pinned="false" current-in-tab="
|
|
88
|
+
<file leaf-file-name="upload_document_tool.scss" pinned="false" current-in-tab="true">
|
|
93
89
|
<entry file="file://$PROJECT_DIR$/app/assets/stylesheets/upload_document_tool.scss">
|
|
94
90
|
<provider selected="true" editor-type-id="text-editor">
|
|
95
|
-
<state relative-caret-position="
|
|
96
|
-
<caret line="
|
|
91
|
+
<state relative-caret-position="456">
|
|
92
|
+
<caret line="24" column="44" lean-forward="true" selection-start-line="24" selection-start-column="44" selection-end-line="24" selection-end-column="44" />
|
|
97
93
|
<folding />
|
|
98
94
|
</state>
|
|
99
95
|
</provider>
|
|
100
96
|
</entry>
|
|
101
97
|
</file>
|
|
102
|
-
<file leaf-file-name="version.rb" pinned="false" current-in-tab="
|
|
98
|
+
<file leaf-file-name="version.rb" pinned="false" current-in-tab="false">
|
|
103
99
|
<entry file="file://$PROJECT_DIR$/lib/upload_documents_tool/version.rb">
|
|
104
100
|
<provider selected="true" editor-type-id="text-editor">
|
|
105
101
|
<state relative-caret-position="19">
|
|
@@ -152,8 +148,8 @@
|
|
|
152
148
|
<option value="$PROJECT_DIR$/app/views/upload_documents_tool/_form.html.erb" />
|
|
153
149
|
<option value="$PROJECT_DIR$/app/models/document.rb" />
|
|
154
150
|
<option value="$PROJECT_DIR$/app/assets/javascripts/upload_document_tool.js" />
|
|
155
|
-
<option value="$PROJECT_DIR$/app/assets/stylesheets/upload_document_tool.scss" />
|
|
156
151
|
<option value="$PROJECT_DIR$/lib/upload_documents_tool/version.rb" />
|
|
152
|
+
<option value="$PROJECT_DIR$/app/assets/stylesheets/upload_document_tool.scss" />
|
|
157
153
|
</list>
|
|
158
154
|
</option>
|
|
159
155
|
</component>
|
|
@@ -298,12 +294,12 @@
|
|
|
298
294
|
<option name="number" value="Default" />
|
|
299
295
|
<option name="presentableId" value="Default" />
|
|
300
296
|
<updated>1507017759027</updated>
|
|
301
|
-
<workItem from="1507017760194" duration="
|
|
297
|
+
<workItem from="1507017760194" duration="15063000" />
|
|
302
298
|
</task>
|
|
303
299
|
<servers />
|
|
304
300
|
</component>
|
|
305
301
|
<component name="TimeTrackingManager">
|
|
306
|
-
<option name="totallyTimeSpent" value="
|
|
302
|
+
<option name="totallyTimeSpent" value="15063000" />
|
|
307
303
|
</component>
|
|
308
304
|
<component name="ToolWindowManager">
|
|
309
305
|
<frame x="28" y="22" width="1920" height="1054" extended-state="0" />
|
|
@@ -464,6 +460,14 @@
|
|
|
464
460
|
</state>
|
|
465
461
|
</provider>
|
|
466
462
|
</entry>
|
|
463
|
+
<entry file="file://$PROJECT_DIR$/lib/upload_documents_tool/version.rb">
|
|
464
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
465
|
+
<state relative-caret-position="19">
|
|
466
|
+
<caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
|
467
|
+
<folding />
|
|
468
|
+
</state>
|
|
469
|
+
</provider>
|
|
470
|
+
</entry>
|
|
467
471
|
<entry file="file://$PROJECT_DIR$/app/assets/javascripts/upload_document_tool.js">
|
|
468
472
|
<provider selected="true" editor-type-id="text-editor">
|
|
469
473
|
<state relative-caret-position="19">
|
|
@@ -476,16 +480,8 @@
|
|
|
476
480
|
</entry>
|
|
477
481
|
<entry file="file://$PROJECT_DIR$/app/assets/stylesheets/upload_document_tool.scss">
|
|
478
482
|
<provider selected="true" editor-type-id="text-editor">
|
|
479
|
-
<state relative-caret-position="
|
|
480
|
-
<caret line="
|
|
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" />
|
|
483
|
+
<state relative-caret-position="456">
|
|
484
|
+
<caret line="24" column="44" lean-forward="true" selection-start-line="24" selection-start-column="44" selection-end-line="24" selection-end-column="44" />
|
|
489
485
|
<folding />
|
|
490
486
|
</state>
|
|
491
487
|
</provider>
|
data/Gemfile.lock
CHANGED
|
@@ -1,12 +1,27 @@
|
|
|
1
|
+
/*
|
|
1
2
|
th .current {
|
|
2
3
|
padding-right: 12px;
|
|
3
4
|
background-repeat: no-repeat;
|
|
4
5
|
background-position: right center;
|
|
5
6
|
}
|
|
6
7
|
th .asc {
|
|
7
|
-
background-image: url('
|
|
8
|
+
background-image: url('up_arrow.gif');
|
|
8
9
|
}
|
|
9
10
|
|
|
10
11
|
th .desc {
|
|
11
|
-
background-image: url('
|
|
12
|
+
background-image: url('down_arrow.gif');
|
|
13
|
+
}*/
|
|
14
|
+
|
|
15
|
+
th {
|
|
16
|
+
.current{
|
|
17
|
+
padding-right: 12px;
|
|
18
|
+
background-repeat: no-repeat;
|
|
19
|
+
background-position: right center;
|
|
20
|
+
}
|
|
21
|
+
.asc{
|
|
22
|
+
background-image: url('up_arrow.gif');
|
|
23
|
+
}
|
|
24
|
+
.desc{
|
|
25
|
+
background-image: url('down_arrow.gif');
|
|
26
|
+
}
|
|
12
27
|
}
|