zip_dsl 1.4.4 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/.idea/workspace.xml +338 -161
- data/.idea/zip_dsl.iml +31 -28
- data/.ruby-version +1 -1
- data/CHANGES +6 -0
- data/lib/zip_dsl/version.rb +1 -1
- data/lib/zip_dsl/zip_dsl.rb +5 -12
- data/lib/zip_dsl/zip_writer.rb +58 -23
- data/lib/zip_dsl.rb +0 -1
- data/spec/zip_dsl_spec.rb +20 -11
- metadata +30 -31
- data/lib/zip_dsl/zip_updater.rb +0 -106
data/.idea/workspace.xml
CHANGED
@@ -1,17 +1,12 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<project version="4">
|
3
3
|
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="aafa5aec-b597-47d5-af91-f7b63300321f" name="Default" comment=""
|
5
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.ruby-version" afterPath="$PROJECT_DIR$/.ruby-version" />
|
6
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/CHANGES" afterPath="$PROJECT_DIR$/CHANGES" />
|
7
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile" afterPath="$PROJECT_DIR$/Gemfile" />
|
8
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/zip_dsl/version.rb" afterPath="$PROJECT_DIR$/lib/zip_dsl/version.rb" />
|
9
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
10
|
-
</list>
|
4
|
+
<list default="true" id="aafa5aec-b597-47d5-af91-f7b63300321f" name="Default" comment="" />
|
11
5
|
<ignored path="zip_dsl.iws" />
|
12
6
|
<ignored path=".idea/workspace.xml" />
|
13
7
|
<ignored path="build" />
|
14
8
|
<ignored path=".idea/dataSources.local.xml" />
|
9
|
+
<ignored path=".idea/emacs.xml" />
|
15
10
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
16
11
|
<option name="TRACKING_ENABLED" value="true" />
|
17
12
|
<option name="SHOW_DIALOG" value="false" />
|
@@ -21,11 +16,19 @@
|
|
21
16
|
</component>
|
22
17
|
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
23
18
|
<component name="CoverageDataManager">
|
24
|
-
<SUITE FILE_PATH="coverage/zip_dsl@
|
25
|
-
<SUITE FILE_PATH="coverage/zip_dsl@ZipDSL_build_should_create_new_zip_file_with_files_at_particular_folder__zip_dsl.coverage" NAME="ZipDSL#build should create new zip file with files at particular folder: zip_dsl Coverage Results" MODIFIED="1415037141035" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
19
|
+
<SUITE FILE_PATH="coverage/zip_dsl@ZipDSL_build_should_create_new_zip_file_with_new_empty_folder__zip_dsl.coverage" NAME="ZipDSL#build should create new zip file with new empty folder: zip_dsl Coverage Results" MODIFIED="1424538277963" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
26
20
|
<SUITE FILE_PATH="coverage/zip_dsl@zip_dsl_spec.coverage" NAME="zip_dsl_spec Coverage Results" MODIFIED="1415037337345" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
27
|
-
<SUITE FILE_PATH="coverage/zip_dsl@ZipDSL_should_display_files_in_specified_subdirectory__zip_dsl.coverage" NAME="ZipDSL should display files in specified subdirectory: zip_dsl Coverage Results" MODIFIED="1383423978042" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
28
21
|
<SUITE FILE_PATH="coverage/zip_dsl@ZipDSL_read__zip_dsl.coverage" NAME="ZipDSL#read: zip_dsl Coverage Results" MODIFIED="1384208377079" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
22
|
+
<SUITE FILE_PATH="coverage/zip_dsl@Run_spec__zip_dsl_spec___zip_dsl.coverage" NAME="Run spec 'zip_dsl_spec': zip_dsl Coverage Results" MODIFIED="1424542284086" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
23
|
+
<SUITE FILE_PATH="coverage/zip_dsl@ZipDSL_build_creates_new_zip_file_with_files_at_particular_folder__zip_dsl.coverage" NAME="ZipDSL#build creates new zip file with files at particular folder: zip_dsl Coverage Results" MODIFIED="1424538224974" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
24
|
+
<SUITE FILE_PATH="coverage/zip_dsl@ZipDSL_build_updates_existing_zip_file__zip_dsl.coverage" NAME="ZipDSL#build updates existing zip file: zip_dsl Coverage Results" MODIFIED="1424538293630" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
25
|
+
<SUITE FILE_PATH="coverage/zip_dsl@ZipDSL_should_update_existing_zip_file.coverage" NAME="ZipDSL should update existing zip file Coverage Results" MODIFIED="1383424005082" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
26
|
+
<SUITE FILE_PATH="coverage/zip_dsl@ZipDSL_build_excludes_specified_directory__zip_dsl.coverage" NAME="ZipDSL#build excludes specified directory: zip_dsl Coverage Results" MODIFIED="1424540231784" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
27
|
+
<SUITE FILE_PATH="coverage/zip_dsl@ZipDSL_build_excludes_specified_directories__zip_dsl.coverage" NAME="ZipDSL#build excludes specified directories: zip_dsl Coverage Results" MODIFIED="1424542431279" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
28
|
+
<SUITE FILE_PATH="coverage/zip_dsl@ZipDSL_build_should_create_new_zip_file_with_files_at_particular_folder__zip_dsl.coverage" NAME="ZipDSL#build should create new zip file with files at particular folder: zip_dsl Coverage Results" MODIFIED="1424537013936" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
29
|
+
<SUITE FILE_PATH="coverage/zip_dsl@ZipDSL_build_creates_new_zip_file_with_file_created_from_string__zip_dsl.coverage" NAME="ZipDSL#build creates new zip file with file created from string: zip_dsl Coverage Results" MODIFIED="1424538266337" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
30
|
+
<SUITE FILE_PATH="coverage/zip_dsl@ZipDSL_should_display_files_in_specified_subdirectory__zip_dsl.coverage" NAME="ZipDSL should display files in specified subdirectory: zip_dsl Coverage Results" MODIFIED="1383423978042" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
31
|
+
<SUITE FILE_PATH="coverage/zip_dsl@ZipDSL_list_should_display_files_in_specified_subdirectory__zip_dsl.coverage" NAME="ZipDSL#list should display files in specified subdirectory: zip_dsl Coverage Results" MODIFIED="1424537287519" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="zip_dsl" />
|
29
32
|
</component>
|
30
33
|
<component name="CreatePatchCommitExecutor">
|
31
34
|
<option name="PATCH_PATH" value="" />
|
@@ -42,48 +45,38 @@
|
|
42
45
|
<file leaf-file-name="zip_dsl_spec.rb" pinned="false" current-in-tab="false">
|
43
46
|
<entry file="file://$PROJECT_DIR$/spec/zip_dsl_spec.rb">
|
44
47
|
<provider selected="true" editor-type-id="text-editor">
|
45
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="
|
46
|
-
<caret line="
|
47
|
-
<folding />
|
48
|
-
</state>
|
49
|
-
</provider>
|
50
|
-
</entry>
|
51
|
-
</file>
|
52
|
-
<file leaf-file-name="CHANGES" pinned="false" current-in-tab="true">
|
53
|
-
<entry file="file://$PROJECT_DIR$/CHANGES">
|
54
|
-
<provider selected="true" editor-type-id="text-editor">
|
55
|
-
<state vertical-scroll-proportion="1.2310756" vertical-offset="102" max-vertical-offset="855">
|
56
|
-
<caret line="48" column="2" selection-start-line="48" selection-start-column="2" selection-end-line="48" selection-end-column="9" />
|
48
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="1169" max-vertical-offset="2085">
|
49
|
+
<caret line="90" column="58" selection-start-line="90" selection-start-column="58" selection-end-line="90" selection-end-column="58" />
|
57
50
|
<folding />
|
58
51
|
</state>
|
59
52
|
</provider>
|
60
53
|
</entry>
|
61
54
|
</file>
|
62
|
-
<file leaf-file-name=".
|
63
|
-
<entry file="file://$PROJECT_DIR
|
55
|
+
<file leaf-file-name="zip_writer.rb" pinned="false" current-in-tab="false">
|
56
|
+
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/zip_writer.rb">
|
64
57
|
<provider selected="true" editor-type-id="text-editor">
|
65
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="
|
66
|
-
<caret line="
|
58
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="1049" max-vertical-offset="2265">
|
59
|
+
<caret line="81" column="0" selection-start-line="81" selection-start-column="0" selection-end-line="81" selection-end-column="0" />
|
67
60
|
<folding />
|
68
61
|
</state>
|
69
62
|
</provider>
|
70
63
|
</entry>
|
71
64
|
</file>
|
72
|
-
<file leaf-file-name=".
|
73
|
-
<entry file="file://$PROJECT_DIR
|
65
|
+
<file leaf-file-name="version.rb" pinned="false" current-in-tab="false">
|
66
|
+
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/version.rb">
|
74
67
|
<provider selected="true" editor-type-id="text-editor">
|
75
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="
|
76
|
-
<caret line="
|
68
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="135">
|
69
|
+
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
77
70
|
<folding />
|
78
71
|
</state>
|
79
72
|
</provider>
|
80
73
|
</entry>
|
81
74
|
</file>
|
82
|
-
<file leaf-file-name="
|
83
|
-
<entry file="file://$PROJECT_DIR$/
|
75
|
+
<file leaf-file-name="CHANGES" pinned="false" current-in-tab="true">
|
76
|
+
<entry file="file://$PROJECT_DIR$/CHANGES">
|
84
77
|
<provider selected="true" editor-type-id="text-editor">
|
85
|
-
<state vertical-scroll-proportion="
|
86
|
-
<caret line="
|
78
|
+
<state vertical-scroll-proportion="1.1135135" vertical-offset="192" max-vertical-offset="945">
|
79
|
+
<caret line="54" column="16" selection-start-line="54" selection-start-column="16" selection-end-line="54" selection-end-column="16" />
|
87
80
|
<folding />
|
88
81
|
</state>
|
89
82
|
</provider>
|
@@ -92,18 +85,18 @@
|
|
92
85
|
<file leaf-file-name="zip_dsl.rb" pinned="false" current-in-tab="false">
|
93
86
|
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/zip_dsl.rb">
|
94
87
|
<provider selected="true" editor-type-id="text-editor">
|
95
|
-
<state vertical-scroll-proportion="
|
96
|
-
<caret line="
|
88
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="945">
|
89
|
+
<caret line="8" column="0" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="0" />
|
97
90
|
<folding />
|
98
91
|
</state>
|
99
92
|
</provider>
|
100
93
|
</entry>
|
101
94
|
</file>
|
102
|
-
<file leaf-file-name="
|
103
|
-
<entry file="file://$PROJECT_DIR$/
|
95
|
+
<file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
|
96
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
104
97
|
<provider selected="true" editor-type-id="text-editor">
|
105
|
-
<state vertical-scroll-proportion="
|
106
|
-
<caret line="
|
98
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="330">
|
99
|
+
<caret line="5" column="20" selection-start-line="5" selection-start-column="20" selection-end-line="5" selection-end-column="20" />
|
107
100
|
<folding />
|
108
101
|
</state>
|
109
102
|
</provider>
|
@@ -129,8 +122,14 @@
|
|
129
122
|
<list>
|
130
123
|
<option value="$PROJECT_DIR$/.ruby-version" />
|
131
124
|
<option value="$PROJECT_DIR$/Gemfile" />
|
132
|
-
<option value="$PROJECT_DIR$/
|
125
|
+
<option value="$PROJECT_DIR$/lib/zip_dsl/zip_updater.rb" />
|
126
|
+
<option value="$PROJECT_DIR$/lib/zip_dsl.rb" />
|
127
|
+
<option value="$USER_HOME$/.rvm/gems/ruby-2.2.0@zip_dsl/gems/file_utils-1.1.0/lib/file_utils/directory_scanner.rb" />
|
128
|
+
<option value="$PROJECT_DIR$/lib/zip_dsl/zip_dsl.rb" />
|
129
|
+
<option value="$PROJECT_DIR$/lib/zip_dsl/zip_writer.rb" />
|
130
|
+
<option value="$PROJECT_DIR$/spec/zip_dsl_spec.rb" />
|
133
131
|
<option value="$PROJECT_DIR$/lib/zip_dsl/version.rb" />
|
132
|
+
<option value="$PROJECT_DIR$/CHANGES" />
|
134
133
|
</list>
|
135
134
|
</option>
|
136
135
|
</component>
|
@@ -177,6 +176,10 @@
|
|
177
176
|
<option name="myItemId" value="zip_dsl" />
|
178
177
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
179
178
|
</PATH_ELEMENT>
|
179
|
+
<PATH_ELEMENT>
|
180
|
+
<option name="myItemId" value="External Libraries" />
|
181
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
182
|
+
</PATH_ELEMENT>
|
180
183
|
</PATH>
|
181
184
|
<PATH>
|
182
185
|
<PATH_ELEMENT>
|
@@ -256,8 +259,8 @@
|
|
256
259
|
<recent name="$PROJECT_DIR$/lib" />
|
257
260
|
</key>
|
258
261
|
</component>
|
259
|
-
<component name="RunManager" selected="RSpec.
|
260
|
-
<configuration default="false" name="ZipDSL" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
262
|
+
<component name="RunManager" selected="RSpec.ZipDSL#build excludes specified directories: zip_dsl">
|
263
|
+
<configuration default="false" name="ZipDSL#build excludes specified directory: zip_dsl" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
261
264
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
262
265
|
<module name="zip_dsl" />
|
263
266
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
@@ -280,7 +283,7 @@
|
|
280
283
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/zip_dsl_spec.rb" />
|
281
284
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
282
285
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
283
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ZipDSL" />
|
286
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ZipDSL#build excludes specified directory" />
|
284
287
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
285
288
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
286
289
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
@@ -289,11 +292,13 @@
|
|
289
292
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
290
293
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
291
294
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
295
|
+
<RunnerSettings RunnerId="RubyDebugRunner" />
|
292
296
|
<RunnerSettings RunnerId="RubyRunner" />
|
297
|
+
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
293
298
|
<ConfigurationWrapper RunnerId="RubyRunner" />
|
294
299
|
<method />
|
295
300
|
</configuration>
|
296
|
-
<configuration default="false" name="
|
301
|
+
<configuration default="false" name="ZipDSL#build should create new zip file with new empty folder: zip_dsl" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
297
302
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
298
303
|
<module name="zip_dsl" />
|
299
304
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
@@ -316,7 +321,7 @@
|
|
316
321
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/zip_dsl_spec.rb" />
|
317
322
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
318
323
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
319
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
324
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ZipDSL#build should create new zip file with new empty folder" />
|
320
325
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
321
326
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
322
327
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
@@ -329,7 +334,7 @@
|
|
329
334
|
<ConfigurationWrapper RunnerId="RubyRunner" />
|
330
335
|
<method />
|
331
336
|
</configuration>
|
332
|
-
<configuration default="false" name="ZipDSL
|
337
|
+
<configuration default="false" name="ZipDSL#build updates existing zip file: zip_dsl" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
333
338
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
334
339
|
<module name="zip_dsl" />
|
335
340
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
@@ -340,7 +345,7 @@
|
|
340
345
|
<envs>
|
341
346
|
<env name="JRUBY_OPTS" value="-X+O" />
|
342
347
|
</envs>
|
343
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="
|
348
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
344
349
|
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
345
350
|
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
346
351
|
<COVERAGE_PATTERN ENABLED="true">
|
@@ -352,7 +357,7 @@
|
|
352
357
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/zip_dsl_spec.rb" />
|
353
358
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
354
359
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
355
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ZipDSL
|
360
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ZipDSL#build updates existing zip file" />
|
356
361
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
357
362
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
358
363
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
@@ -365,7 +370,7 @@
|
|
365
370
|
<ConfigurationWrapper RunnerId="RubyRunner" />
|
366
371
|
<method />
|
367
372
|
</configuration>
|
368
|
-
<configuration default="false" name="
|
373
|
+
<configuration default="false" name="Run spec 'zip_dsl_spec': zip_dsl" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
369
374
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
370
375
|
<module name="zip_dsl" />
|
371
376
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
@@ -376,7 +381,7 @@
|
|
376
381
|
<envs>
|
377
382
|
<env name="JRUBY_OPTS" value="-X+O" />
|
378
383
|
</envs>
|
379
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="
|
384
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
380
385
|
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
381
386
|
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
382
387
|
<COVERAGE_PATTERN ENABLED="true">
|
@@ -388,7 +393,7 @@
|
|
388
393
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/zip_dsl_spec.rb" />
|
389
394
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
390
395
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
391
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="
|
396
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
392
397
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
393
398
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
394
399
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
@@ -397,11 +402,13 @@
|
|
397
402
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
398
403
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
399
404
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
405
|
+
<RunnerSettings RunnerId="RubyDebugRunner" />
|
400
406
|
<RunnerSettings RunnerId="RubyRunner" />
|
407
|
+
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
401
408
|
<ConfigurationWrapper RunnerId="RubyRunner" />
|
402
409
|
<method />
|
403
410
|
</configuration>
|
404
|
-
<configuration default="false" name="ZipDSL#build
|
411
|
+
<configuration default="false" name="ZipDSL#build excludes specified directories: zip_dsl" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
405
412
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
406
413
|
<module name="zip_dsl" />
|
407
414
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
@@ -412,7 +419,7 @@
|
|
412
419
|
<envs>
|
413
420
|
<env name="JRUBY_OPTS" value="-X+O" />
|
414
421
|
</envs>
|
415
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="
|
422
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
416
423
|
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
417
424
|
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
418
425
|
<COVERAGE_PATTERN ENABLED="true">
|
@@ -424,7 +431,7 @@
|
|
424
431
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/zip_dsl_spec.rb" />
|
425
432
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
426
433
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
427
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ZipDSL#build
|
434
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ZipDSL#build excludes specified directories" />
|
428
435
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
429
436
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
430
437
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
@@ -467,6 +474,28 @@
|
|
467
474
|
<envs />
|
468
475
|
<method />
|
469
476
|
</configuration>
|
477
|
+
<configuration default="true" type="BashConfigurationType" factoryName="Bash">
|
478
|
+
<option name="INTERPRETER_OPTIONS" value="" />
|
479
|
+
<option name="INTERPRETER_PATH" value="/bin/bash" />
|
480
|
+
<option name="WORKING_DIRECTORY" value="" />
|
481
|
+
<option name="PARENT_ENVS" value="true" />
|
482
|
+
<option name="SCRIPT_NAME" value="" />
|
483
|
+
<option name="PARAMETERS" value="" />
|
484
|
+
<module name="" />
|
485
|
+
<envs />
|
486
|
+
<method />
|
487
|
+
</configuration>
|
488
|
+
<configuration default="true" type="ErlangApplicationRunConfiguration" factoryName="Erlang Application">
|
489
|
+
<module name="" />
|
490
|
+
<option name="erlFlags" value="" />
|
491
|
+
<option name="moduleAndFunction" value="" />
|
492
|
+
<option name="name" value="Erlang" />
|
493
|
+
<option name="params" value="" />
|
494
|
+
<option name="saveOutputToFile" value="false" />
|
495
|
+
<option name="showConsoleOnStdErr" value="false" />
|
496
|
+
<option name="showConsoleOnStdOut" value="false" />
|
497
|
+
<method />
|
498
|
+
</configuration>
|
470
499
|
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
471
500
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
472
501
|
<module name="" />
|
@@ -499,6 +528,16 @@
|
|
499
528
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
500
529
|
<method />
|
501
530
|
</configuration>
|
531
|
+
<configuration default="true" type="RebarEunitRunConfigurationType" factoryName="Erlang Rebar Eunit">
|
532
|
+
<module name="" />
|
533
|
+
<option name="command" value="eunit" />
|
534
|
+
<option name="name" value="Erlang Rebar Eunit" />
|
535
|
+
<option name="saveOutputToFile" value="false" />
|
536
|
+
<option name="showConsoleOnStdErr" value="false" />
|
537
|
+
<option name="showConsoleOnStdOut" value="false" />
|
538
|
+
<option name="skipDependencies" value="true" />
|
539
|
+
<method />
|
540
|
+
</configuration>
|
502
541
|
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
503
542
|
<module name="" />
|
504
543
|
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
@@ -522,6 +561,21 @@
|
|
522
561
|
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
523
562
|
<method />
|
524
563
|
</configuration>
|
564
|
+
<configuration default="true" type="ErlangUnitRunConfigurationType" factoryName="Erlang Eunit">
|
565
|
+
<module name="" />
|
566
|
+
<option name="name" value="Erlang" />
|
567
|
+
<option name="saveOutputToFile" value="false" />
|
568
|
+
<option name="showConsoleOnStdErr" value="false" />
|
569
|
+
<option name="showConsoleOnStdOut" value="false" />
|
570
|
+
<option name="functionNames">
|
571
|
+
<set />
|
572
|
+
</option>
|
573
|
+
<option name="kind" value="MODULE" />
|
574
|
+
<option name="moduleNames">
|
575
|
+
<set />
|
576
|
+
</option>
|
577
|
+
<method />
|
578
|
+
</configuration>
|
525
579
|
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
526
580
|
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
527
581
|
<module name="" />
|
@@ -557,29 +611,33 @@
|
|
557
611
|
<node-options />
|
558
612
|
<gulpfile />
|
559
613
|
<tasks />
|
614
|
+
<arguments />
|
560
615
|
<pass-parent-envs>true</pass-parent-envs>
|
561
616
|
<envs />
|
562
617
|
<method />
|
563
618
|
</configuration>
|
564
619
|
<list size="6">
|
565
620
|
<item index="0" class="java.lang.String" itemvalue="Rake.rake" />
|
566
|
-
<item index="1" class="java.lang.String" itemvalue="RSpec.ZipDSL" />
|
567
|
-
<item index="2" class="java.lang.String" itemvalue="RSpec.
|
568
|
-
<item index="3" class="java.lang.String" itemvalue="RSpec.ZipDSL
|
569
|
-
<item index="4" class="java.lang.String" itemvalue="RSpec.
|
570
|
-
<item index="5" class="java.lang.String" itemvalue="RSpec.ZipDSL#build
|
621
|
+
<item index="1" class="java.lang.String" itemvalue="RSpec.ZipDSL#build excludes specified directory: zip_dsl" />
|
622
|
+
<item index="2" class="java.lang.String" itemvalue="RSpec.ZipDSL#build should create new zip file with new empty folder: zip_dsl" />
|
623
|
+
<item index="3" class="java.lang.String" itemvalue="RSpec.ZipDSL#build updates existing zip file: zip_dsl" />
|
624
|
+
<item index="4" class="java.lang.String" itemvalue="RSpec.Run spec 'zip_dsl_spec': zip_dsl" />
|
625
|
+
<item index="5" class="java.lang.String" itemvalue="RSpec.ZipDSL#build excludes specified directories: zip_dsl" />
|
571
626
|
</list>
|
572
627
|
<recent_temporary>
|
573
628
|
<list size="5">
|
574
|
-
<item index="0" class="java.lang.String" itemvalue="RSpec.ZipDSL#build
|
575
|
-
<item index="1" class="java.lang.String" itemvalue="RSpec.
|
576
|
-
<item index="2" class="java.lang.String" itemvalue="RSpec.ZipDSL
|
577
|
-
<item index="3" class="java.lang.String" itemvalue="RSpec.
|
578
|
-
<item index="4" class="java.lang.String" itemvalue="RSpec.ZipDSL" />
|
629
|
+
<item index="0" class="java.lang.String" itemvalue="RSpec.ZipDSL#build excludes specified directories: zip_dsl" />
|
630
|
+
<item index="1" class="java.lang.String" itemvalue="RSpec.Run spec 'zip_dsl_spec': zip_dsl" />
|
631
|
+
<item index="2" class="java.lang.String" itemvalue="RSpec.ZipDSL#build excludes specified directory: zip_dsl" />
|
632
|
+
<item index="3" class="java.lang.String" itemvalue="RSpec.ZipDSL#build updates existing zip file: zip_dsl" />
|
633
|
+
<item index="4" class="java.lang.String" itemvalue="RSpec.ZipDSL#build should create new zip file with new empty folder: zip_dsl" />
|
579
634
|
</list>
|
580
635
|
</recent_temporary>
|
581
636
|
</component>
|
582
637
|
<component name="ShelveChangesManager" show_recycled="false" />
|
638
|
+
<component name="SvnConfiguration">
|
639
|
+
<configuration />
|
640
|
+
</component>
|
583
641
|
<component name="TaskManager">
|
584
642
|
<task active="true" id="Default" summary="Default task">
|
585
643
|
<changelist id="aafa5aec-b597-47d5-af91-f7b63300321f" name="Default" comment="" />
|
@@ -665,39 +723,80 @@
|
|
665
723
|
<option name="project" value="LOCAL" />
|
666
724
|
<updated>1415037433467</updated>
|
667
725
|
</task>
|
668
|
-
<
|
726
|
+
<task id="LOCAL-00014" summary="Bug fix">
|
727
|
+
<created>1415328953727</created>
|
728
|
+
<option name="number" value="00014" />
|
729
|
+
<option name="project" value="LOCAL" />
|
730
|
+
<updated>1415328953727</updated>
|
731
|
+
</task>
|
732
|
+
<task id="LOCAL-00015" summary="refactoring library">
|
733
|
+
<created>1424542661048</created>
|
734
|
+
<option name="number" value="00015" />
|
735
|
+
<option name="project" value="LOCAL" />
|
736
|
+
<updated>1424542661048</updated>
|
737
|
+
</task>
|
738
|
+
<option name="localTasksCounter" value="16" />
|
669
739
|
<servers />
|
670
740
|
</component>
|
671
741
|
<component name="ToolWindowManager">
|
672
742
|
<frame x="39" y="23" width="1401" height="877" extended-state="6" />
|
673
743
|
<editor active="false" />
|
674
744
|
<layout>
|
675
|
-
<window_info id="Changes" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.
|
745
|
+
<window_info id="Changes" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.2535211" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
676
746
|
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3290653" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
677
|
-
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
678
747
|
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
679
|
-
<window_info id="
|
680
|
-
<window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
681
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.35099337" sideWeight="0.6728972" order="0" side_tool="false" content_ui="combo" />
|
682
|
-
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
748
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.39820743" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
683
749
|
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
750
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
684
751
|
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3295562" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
752
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3298647" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
753
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
754
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.38189846" sideWeight="0.42694497" order="1" side_tool="true" content_ui="tabs" />
|
755
|
+
<window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
756
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.38189846" sideWeight="0.573055" order="0" side_tool="false" content_ui="combo" />
|
757
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32522407" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
758
|
+
<window_info id="Tail" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
685
759
|
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
686
760
|
<window_info id="jenkinsBrowser" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
687
761
|
<window_info id="CSS-X-Fire" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
762
|
+
<window_info id="Cabal" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
688
763
|
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
689
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32766762" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
690
764
|
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
691
765
|
<window_info id="Dilbert" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
692
766
|
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
693
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.
|
767
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3277849" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
694
768
|
<window_info id="Heroku" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
695
|
-
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.39943343" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
696
|
-
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3298647" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
697
769
|
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
698
770
|
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
699
|
-
<window_info id="Tail" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
700
771
|
</layout>
|
772
|
+
<layout-to-restore>
|
773
|
+
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32138285" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
774
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
775
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
776
|
+
<window_info id="jenkinsBrowser" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
777
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="8" side_tool="true" content_ui="tabs" />
|
778
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3295562" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
|
779
|
+
<window_info id="CSS-X-Fire" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
|
780
|
+
<window_info id="Cabal" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
781
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
782
|
+
<window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="15" side_tool="false" content_ui="tabs" />
|
783
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.36644593" sideWeight="0.6728972" order="0" side_tool="false" content_ui="combo" />
|
784
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
785
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32766762" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
786
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
787
|
+
<window_info id="Dilbert" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
788
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3290653" sideWeight="0.5" order="12" side_tool="false" content_ui="tabs" />
|
789
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
790
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3277849" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
791
|
+
<window_info id="Heroku" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="13" side_tool="false" content_ui="tabs" />
|
792
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.39943343" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
793
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
794
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3298647" sideWeight="0.5" order="14" side_tool="false" content_ui="tabs" />
|
795
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="true" content_ui="tabs" />
|
796
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
797
|
+
<window_info id="Tail" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="16" side_tool="false" content_ui="tabs" />
|
798
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
799
|
+
</layout-to-restore>
|
701
800
|
</component>
|
702
801
|
<component name="Vcs.Log.UiProperties">
|
703
802
|
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
@@ -723,7 +822,9 @@
|
|
723
822
|
<MESSAGE value="Changes in API" />
|
724
823
|
<MESSAGE value="Changes in API " />
|
725
824
|
<MESSAGE value="Changing meta_methods gem version." />
|
726
|
-
<
|
825
|
+
<MESSAGE value="Bug fix" />
|
826
|
+
<MESSAGE value="refactoring library" />
|
827
|
+
<option name="LAST_COMMIT_MESSAGE" value="refactoring library" />
|
727
828
|
</component>
|
728
829
|
<component name="XDebuggerManager">
|
729
830
|
<breakpoint-manager>
|
@@ -741,31 +842,80 @@
|
|
741
842
|
<line>64</line>
|
742
843
|
</line-breakpoint>
|
743
844
|
<line-breakpoint enabled="true" type="ruby-line">
|
744
|
-
<url>file://$
|
745
|
-
<line>
|
746
|
-
<option name="timeStamp" value="
|
845
|
+
<url>file://$USER_HOME$/.rvm/gems/ruby-2.2.0@zip_dsl/gems/file_utils-1.1.0/lib/file_utils/directory_scanner.rb</url>
|
846
|
+
<line>8</line>
|
847
|
+
<option name="timeStamp" value="15" />
|
747
848
|
</line-breakpoint>
|
748
849
|
<line-breakpoint enabled="true" type="ruby-line">
|
749
|
-
<url>file://$PROJECT_DIR$/
|
750
|
-
<line>
|
751
|
-
<option name="timeStamp" value="
|
752
|
-
</line-breakpoint>
|
753
|
-
<line-breakpoint enabled="true" type="ruby-line">
|
754
|
-
<url>file://$PROJECT_DIR$/lib/zip_dsl/zip_dsl.rb</url>
|
755
|
-
<line>19</line>
|
756
|
-
<option name="timeStamp" value="10" />
|
757
|
-
</line-breakpoint>
|
758
|
-
<line-breakpoint enabled="true" type="ruby-line">
|
759
|
-
<url>file://$PROJECT_DIR$/lib/zip_dsl/zip_dsl.rb</url>
|
760
|
-
<line>36</line>
|
761
|
-
<option name="timeStamp" value="11" />
|
850
|
+
<url>file://$PROJECT_DIR$/lib/zip_dsl/zip_writer.rb</url>
|
851
|
+
<line>64</line>
|
852
|
+
<option name="timeStamp" value="35" />
|
762
853
|
</line-breakpoint>
|
763
854
|
</breakpoints>
|
764
|
-
<option name="time" value="
|
855
|
+
<option name="time" value="36" />
|
765
856
|
</breakpoint-manager>
|
766
857
|
<watches-manager />
|
767
858
|
</component>
|
768
859
|
<component name="editorHistoryManager">
|
860
|
+
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/zip_writer.rb">
|
861
|
+
<provider selected="true" editor-type-id="text-editor">
|
862
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="795" max-vertical-offset="2220">
|
863
|
+
<caret line="75" column="0" selection-start-line="75" selection-start-column="0" selection-end-line="75" selection-end-column="0" />
|
864
|
+
<folding />
|
865
|
+
</state>
|
866
|
+
</provider>
|
867
|
+
</entry>
|
868
|
+
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/zip_dsl.rb">
|
869
|
+
<provider selected="true" editor-type-id="text-editor">
|
870
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="915">
|
871
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
872
|
+
<folding />
|
873
|
+
</state>
|
874
|
+
</provider>
|
875
|
+
</entry>
|
876
|
+
<entry file="file://$PROJECT_DIR$/CHANGES">
|
877
|
+
<provider selected="true" editor-type-id="text-editor">
|
878
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="720" max-vertical-offset="855">
|
879
|
+
<caret line="48" column="2" selection-start-line="48" selection-start-column="2" selection-end-line="48" selection-end-column="9" />
|
880
|
+
</state>
|
881
|
+
</provider>
|
882
|
+
</entry>
|
883
|
+
<entry file="file://$PROJECT_DIR$/.ruby-gemset">
|
884
|
+
<provider selected="true" editor-type-id="text-editor">
|
885
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="105">
|
886
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
887
|
+
</state>
|
888
|
+
</provider>
|
889
|
+
</entry>
|
890
|
+
<entry file="file://$PROJECT_DIR$/.ruby-version">
|
891
|
+
<provider selected="true" editor-type-id="text-editor">
|
892
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="90">
|
893
|
+
<caret line="0" column="5" selection-start-line="0" selection-start-column="5" selection-end-line="0" selection-end-column="5" />
|
894
|
+
</state>
|
895
|
+
</provider>
|
896
|
+
</entry>
|
897
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
898
|
+
<provider selected="true" editor-type-id="text-editor">
|
899
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="75" max-vertical-offset="330">
|
900
|
+
<caret line="5" column="20" selection-start-line="5" selection-start-column="20" selection-end-line="5" selection-end-column="20" />
|
901
|
+
</state>
|
902
|
+
</provider>
|
903
|
+
</entry>
|
904
|
+
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/zip_dsl.rb">
|
905
|
+
<provider selected="true" editor-type-id="text-editor">
|
906
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="540" max-vertical-offset="1050">
|
907
|
+
<caret line="36" column="0" selection-start-line="36" selection-start-column="0" selection-end-line="36" selection-end-column="0" />
|
908
|
+
<folding />
|
909
|
+
</state>
|
910
|
+
</provider>
|
911
|
+
</entry>
|
912
|
+
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/version.rb">
|
913
|
+
<provider selected="true" editor-type-id="text-editor">
|
914
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="15" max-vertical-offset="135">
|
915
|
+
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
916
|
+
</state>
|
917
|
+
</provider>
|
918
|
+
</entry>
|
769
919
|
<entry file="file://$PROJECT_DIR$/spec/zip_dsl_spec.rb">
|
770
920
|
<provider selected="true" editor-type-id="text-editor">
|
771
921
|
<state vertical-scroll-proportion="0.0" vertical-offset="540" max-vertical-offset="1950">
|
@@ -776,17 +926,66 @@
|
|
776
926
|
</entry>
|
777
927
|
<entry file="file://$PROJECT_DIR$/CHANGES">
|
778
928
|
<provider selected="true" editor-type-id="text-editor">
|
779
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="
|
929
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="720" max-vertical-offset="855">
|
930
|
+
<caret line="48" column="2" selection-start-line="48" selection-start-column="2" selection-end-line="48" selection-end-column="9" />
|
931
|
+
</state>
|
932
|
+
</provider>
|
933
|
+
</entry>
|
934
|
+
<entry file="file://$PROJECT_DIR$/.ruby-gemset">
|
935
|
+
<provider selected="true" editor-type-id="text-editor">
|
936
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="105">
|
780
937
|
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
938
|
+
</state>
|
939
|
+
</provider>
|
940
|
+
</entry>
|
941
|
+
<entry file="file://$PROJECT_DIR$/.ruby-version">
|
942
|
+
<provider selected="true" editor-type-id="text-editor">
|
943
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="90">
|
944
|
+
<caret line="0" column="5" selection-start-line="0" selection-start-column="5" selection-end-line="0" selection-end-column="5" />
|
945
|
+
</state>
|
946
|
+
</provider>
|
947
|
+
</entry>
|
948
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
949
|
+
<provider selected="true" editor-type-id="text-editor">
|
950
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="75" max-vertical-offset="330">
|
951
|
+
<caret line="5" column="20" selection-start-line="5" selection-start-column="20" selection-end-line="5" selection-end-column="20" />
|
952
|
+
</state>
|
953
|
+
</provider>
|
954
|
+
</entry>
|
955
|
+
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/zip_dsl.rb">
|
956
|
+
<provider selected="true" editor-type-id="text-editor">
|
957
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="540" max-vertical-offset="1050">
|
958
|
+
<caret line="36" column="0" selection-start-line="36" selection-start-column="0" selection-end-line="36" selection-end-column="0" />
|
959
|
+
<folding />
|
960
|
+
</state>
|
961
|
+
</provider>
|
962
|
+
</entry>
|
963
|
+
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/version.rb">
|
964
|
+
<provider selected="true" editor-type-id="text-editor">
|
965
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="15" max-vertical-offset="135">
|
966
|
+
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
967
|
+
</state>
|
968
|
+
</provider>
|
969
|
+
</entry>
|
970
|
+
<entry file="file://$PROJECT_DIR$/spec/zip_dsl_spec.rb">
|
971
|
+
<provider selected="true" editor-type-id="text-editor">
|
972
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="540" max-vertical-offset="1950">
|
973
|
+
<caret line="36" column="48" selection-start-line="36" selection-start-column="48" selection-end-line="36" selection-end-column="48" />
|
781
974
|
<folding />
|
782
975
|
</state>
|
783
976
|
</provider>
|
784
977
|
</entry>
|
978
|
+
<entry file="file://$PROJECT_DIR$/CHANGES">
|
979
|
+
<provider selected="true" editor-type-id="text-editor">
|
980
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="100">
|
981
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
982
|
+
</state>
|
983
|
+
</provider>
|
984
|
+
</entry>
|
785
985
|
<entry file="file://$PROJECT_DIR$/Gemfile">
|
786
986
|
<provider selected="true" editor-type-id="text-editor">
|
787
987
|
<state vertical-scroll-proportion="0.0" vertical-offset="75" max-vertical-offset="330">
|
788
988
|
<caret line="5" column="32" selection-start-line="5" selection-start-column="32" selection-end-line="5" selection-end-column="32" />
|
789
|
-
<folding />
|
790
989
|
</state>
|
791
990
|
</provider>
|
792
991
|
</entry>
|
@@ -802,7 +1001,6 @@
|
|
802
1001
|
<provider selected="true" editor-type-id="text-editor">
|
803
1002
|
<state vertical-scroll-proportion="0.0" vertical-offset="15" max-vertical-offset="135">
|
804
1003
|
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
805
|
-
<folding />
|
806
1004
|
</state>
|
807
1005
|
</provider>
|
808
1006
|
</entry>
|
@@ -818,7 +1016,6 @@
|
|
818
1016
|
<provider selected="true" editor-type-id="text-editor">
|
819
1017
|
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="100">
|
820
1018
|
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
821
|
-
<folding />
|
822
1019
|
</state>
|
823
1020
|
</provider>
|
824
1021
|
</entry>
|
@@ -836,14 +1033,6 @@
|
|
836
1033
|
</state>
|
837
1034
|
</provider>
|
838
1035
|
</entry>
|
839
|
-
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/zip_updater.rb">
|
840
|
-
<provider selected="true" editor-type-id="text-editor">
|
841
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="51" max-vertical-offset="1904">
|
842
|
-
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
843
|
-
<folding />
|
844
|
-
</state>
|
845
|
-
</provider>
|
846
|
-
</entry>
|
847
1036
|
<entry file="file://$PROJECT_DIR$/README.md">
|
848
1037
|
<provider editor-type-id="MarkdownPreviewEditor">
|
849
1038
|
<state />
|
@@ -873,7 +1062,6 @@
|
|
873
1062
|
<provider selected="true" editor-type-id="text-editor">
|
874
1063
|
<state vertical-scroll-proportion="0.0" vertical-offset="51" max-vertical-offset="153">
|
875
1064
|
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
876
|
-
<folding />
|
877
1065
|
</state>
|
878
1066
|
</provider>
|
879
1067
|
</entry>
|
@@ -889,7 +1077,6 @@
|
|
889
1077
|
<provider selected="true" editor-type-id="text-editor">
|
890
1078
|
<state vertical-scroll-proportion="0.0" vertical-offset="540" max-vertical-offset="630">
|
891
1079
|
<caret line="36" column="10" selection-start-line="36" selection-start-column="10" selection-end-line="36" selection-end-column="10" />
|
892
|
-
<folding />
|
893
1080
|
</state>
|
894
1081
|
</provider>
|
895
1082
|
</entry>
|
@@ -907,14 +1094,6 @@
|
|
907
1094
|
</state>
|
908
1095
|
</provider>
|
909
1096
|
</entry>
|
910
|
-
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/zip_updater.rb">
|
911
|
-
<provider selected="true" editor-type-id="text-editor">
|
912
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="45" max-vertical-offset="1680">
|
913
|
-
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
914
|
-
<folding />
|
915
|
-
</state>
|
916
|
-
</provider>
|
917
|
-
</entry>
|
918
1097
|
<entry file="file://$PROJECT_DIR$/README.md">
|
919
1098
|
<provider editor-type-id="MarkdownPreviewEditor">
|
920
1099
|
<state />
|
@@ -944,7 +1123,6 @@
|
|
944
1123
|
<provider selected="true" editor-type-id="text-editor">
|
945
1124
|
<state vertical-scroll-proportion="0.0" vertical-offset="15" max-vertical-offset="135">
|
946
1125
|
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
947
|
-
<folding />
|
948
1126
|
</state>
|
949
1127
|
</provider>
|
950
1128
|
</entry>
|
@@ -955,13 +1133,6 @@
|
|
955
1133
|
</state>
|
956
1134
|
</provider>
|
957
1135
|
</entry>
|
958
|
-
<entry file="file://$PROJECT_DIR$/zip_dsl.gemspec">
|
959
|
-
<provider selected="true" editor-type-id="text-editor">
|
960
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="495">
|
961
|
-
<caret line="18" column="58" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
962
|
-
</state>
|
963
|
-
</provider>
|
964
|
-
</entry>
|
965
1136
|
<entry file="file://$PROJECT_DIR$/LICENSE">
|
966
1137
|
<provider selected="true" editor-type-id="text-editor">
|
967
1138
|
<state vertical-scroll-proportion="0.0" vertical-offset="336" max-vertical-offset="432">
|
@@ -969,88 +1140,94 @@
|
|
969
1140
|
</state>
|
970
1141
|
</provider>
|
971
1142
|
</entry>
|
972
|
-
<entry file="file://$PROJECT_DIR$/
|
1143
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
1144
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1145
|
+
<state />
|
1146
|
+
</provider>
|
973
1147
|
<provider selected="true" editor-type-id="text-editor">
|
974
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="
|
975
|
-
<caret line="
|
1148
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="1050" max-vertical-offset="1290">
|
1149
|
+
<caret line="70" column="14" selection-start-line="70" selection-start-column="14" selection-end-line="70" selection-end-column="14" />
|
976
1150
|
</state>
|
977
1151
|
</provider>
|
978
1152
|
</entry>
|
979
|
-
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/
|
1153
|
+
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/zip_reader.rb">
|
980
1154
|
<provider selected="true" editor-type-id="text-editor">
|
981
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="
|
982
|
-
<caret line="
|
983
|
-
<folding />
|
1155
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="225" max-vertical-offset="1230">
|
1156
|
+
<caret line="15" column="36" selection-start-line="15" selection-start-column="36" selection-end-line="15" selection-end-column="36" />
|
984
1157
|
</state>
|
985
1158
|
</provider>
|
986
1159
|
</entry>
|
987
|
-
<entry file="file://$PROJECT_DIR
|
1160
|
+
<entry file="file://$PROJECT_DIR$/.ruby-gemset">
|
988
1161
|
<provider selected="true" editor-type-id="text-editor">
|
989
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="
|
990
|
-
<caret line="
|
1162
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="105">
|
1163
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
991
1164
|
</state>
|
992
1165
|
</provider>
|
993
1166
|
</entry>
|
994
|
-
<entry file="file://$PROJECT_DIR
|
995
|
-
<provider editor-type-id="
|
996
|
-
<state
|
1167
|
+
<entry file="file://$PROJECT_DIR$/.ruby-version">
|
1168
|
+
<provider selected="true" editor-type-id="text-editor">
|
1169
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="496">
|
1170
|
+
<caret line="0" column="5" selection-start-line="0" selection-start-column="5" selection-end-line="0" selection-end-column="5" />
|
1171
|
+
</state>
|
997
1172
|
</provider>
|
1173
|
+
</entry>
|
1174
|
+
<entry file="file://$PROJECT_DIR$/lib/zip_dsl.rb">
|
998
1175
|
<provider selected="true" editor-type-id="text-editor">
|
999
|
-
<state vertical-scroll-proportion="0.
|
1000
|
-
<caret line="
|
1176
|
+
<state vertical-scroll-proportion="0.06355932" vertical-offset="0" max-vertical-offset="472">
|
1177
|
+
<caret line="2" column="25" selection-start-line="2" selection-start-column="25" selection-end-line="2" selection-end-column="25" />
|
1001
1178
|
</state>
|
1002
1179
|
</provider>
|
1003
1180
|
</entry>
|
1004
|
-
<entry file="file://$PROJECT_DIR$/
|
1181
|
+
<entry file="file://$PROJECT_DIR$/zip_dsl.gemspec">
|
1005
1182
|
<provider selected="true" editor-type-id="text-editor">
|
1006
|
-
<state vertical-scroll-proportion="0.
|
1007
|
-
<caret line="
|
1183
|
+
<state vertical-scroll-proportion="0.54140127" vertical-offset="0" max-vertical-offset="495">
|
1184
|
+
<caret line="17" column="0" selection-start-line="17" selection-start-column="0" selection-end-line="17" selection-end-column="0" />
|
1008
1185
|
</state>
|
1009
1186
|
</provider>
|
1010
1187
|
</entry>
|
1011
|
-
<entry file="file://$PROJECT_DIR$/
|
1188
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
1012
1189
|
<provider selected="true" editor-type-id="text-editor">
|
1013
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="
|
1014
|
-
<caret line="
|
1190
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="330">
|
1191
|
+
<caret line="5" column="20" selection-start-line="5" selection-start-column="20" selection-end-line="5" selection-end-column="20" />
|
1015
1192
|
<folding />
|
1016
1193
|
</state>
|
1017
1194
|
</provider>
|
1018
1195
|
</entry>
|
1019
|
-
<entry file="file://$PROJECT_DIR
|
1196
|
+
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/zip_dsl.rb">
|
1020
1197
|
<provider selected="true" editor-type-id="text-editor">
|
1021
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="
|
1022
|
-
<caret line="
|
1198
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="945">
|
1199
|
+
<caret line="8" column="0" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="0" />
|
1023
1200
|
<folding />
|
1024
1201
|
</state>
|
1025
1202
|
</provider>
|
1026
1203
|
</entry>
|
1027
|
-
<entry file="file://$PROJECT_DIR
|
1204
|
+
<entry file="file://$PROJECT_DIR$/spec/zip_dsl_spec.rb">
|
1028
1205
|
<provider selected="true" editor-type-id="text-editor">
|
1029
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="
|
1030
|
-
<caret line="
|
1206
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="1169" max-vertical-offset="2085">
|
1207
|
+
<caret line="90" column="58" selection-start-line="90" selection-start-column="58" selection-end-line="90" selection-end-column="58" />
|
1031
1208
|
<folding />
|
1032
1209
|
</state>
|
1033
1210
|
</provider>
|
1034
1211
|
</entry>
|
1035
|
-
<entry file="file://$
|
1212
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.2.0@zip_dsl/gems/file_utils-1.1.2/lib/file_utils/directory_scanner.rb">
|
1036
1213
|
<provider selected="true" editor-type-id="text-editor">
|
1037
|
-
<state vertical-scroll-proportion="
|
1038
|
-
<caret line="
|
1214
|
+
<state vertical-scroll-proportion="0.18036072" vertical-offset="0" max-vertical-offset="1170">
|
1215
|
+
<caret line="6" column="0" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
|
1039
1216
|
<folding />
|
1040
1217
|
</state>
|
1041
1218
|
</provider>
|
1042
1219
|
</entry>
|
1043
|
-
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/
|
1220
|
+
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/zip_writer.rb">
|
1044
1221
|
<provider selected="true" editor-type-id="text-editor">
|
1045
|
-
<state vertical-scroll-proportion="
|
1046
|
-
<caret line="
|
1222
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="1049" max-vertical-offset="2265">
|
1223
|
+
<caret line="81" column="0" selection-start-line="81" selection-start-column="0" selection-end-line="81" selection-end-column="0" />
|
1047
1224
|
<folding />
|
1048
1225
|
</state>
|
1049
1226
|
</provider>
|
1050
1227
|
</entry>
|
1051
1228
|
<entry file="file://$PROJECT_DIR$/lib/zip_dsl/version.rb">
|
1052
1229
|
<provider selected="true" editor-type-id="text-editor">
|
1053
|
-
<state vertical-scroll-proportion="
|
1230
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="135">
|
1054
1231
|
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
1055
1232
|
<folding />
|
1056
1233
|
</state>
|
@@ -1058,8 +1235,8 @@
|
|
1058
1235
|
</entry>
|
1059
1236
|
<entry file="file://$PROJECT_DIR$/CHANGES">
|
1060
1237
|
<provider selected="true" editor-type-id="text-editor">
|
1061
|
-
<state vertical-scroll-proportion="1.
|
1062
|
-
<caret line="
|
1238
|
+
<state vertical-scroll-proportion="1.1135135" vertical-offset="192" max-vertical-offset="945">
|
1239
|
+
<caret line="54" column="16" selection-start-line="54" selection-start-column="16" selection-end-line="54" selection-end-column="16" />
|
1063
1240
|
<folding />
|
1064
1241
|
</state>
|
1065
1242
|
</provider>
|