script_executor 1.5.6 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.idea/atlassian-ide-plugin.xml +5 -0
- data/.idea/encodings.xml +4 -3
- data/.idea/script_executor.iml +16 -6
- data/.idea/workspace.xml +169 -112
- data/.ruby-version +1 -1
- data/CHANGES +4 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +5 -2
- data/lib/script_executor/remote_command.rb +1 -1
- data/lib/script_executor/version.rb +1 -1
- data/script_executor.gemspec +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2bf8fae10d71e528ea5fdc3a821b9b12c391824
|
4
|
+
data.tar.gz: 0ed43dd5fecf383aff1b8daf1bb52bfacd806f65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3acd78b882f74f5a563016e9bfe5c69525269a118d95b41d0462a0437bc600f11d4b2ebb7c894bd16be7a5dbc39ba718e3c8b6c7029b5fda606f68cd1547cf0
|
7
|
+
data.tar.gz: 04aac34420ce0c5b50b0c68345ebc2baeec17e8eb8c461444fd22d670c7d99bc9689298f11c91fca53ab94a83570957ffc2803499dfbd3e1b62e1dd292307c06
|
data/.idea/encodings.xml
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<project version="4">
|
3
|
-
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false"
|
4
|
-
|
5
|
-
|
3
|
+
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false">
|
4
|
+
<file url="PROJECT" charset="UTF-8" />
|
5
|
+
</component>
|
6
|
+
</project>
|
data/.idea/script_executor.iml
CHANGED
@@ -28,7 +28,6 @@
|
|
28
28
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
29
29
|
</COVERAGE_PATTERN>
|
30
30
|
</EXTENSION>
|
31
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
32
31
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
33
32
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/executable_spec.rb" />
|
34
33
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
@@ -64,7 +63,6 @@
|
|
64
63
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
65
64
|
</COVERAGE_PATTERN>
|
66
65
|
</EXTENSION>
|
67
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
68
66
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
69
67
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/executable_spec.rb" />
|
70
68
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
@@ -100,7 +98,6 @@
|
|
100
98
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
101
99
|
</COVERAGE_PATTERN>
|
102
100
|
</EXTENSION>
|
103
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
104
101
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
105
102
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/executable_spec.rb" />
|
106
103
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
@@ -136,7 +133,6 @@
|
|
136
133
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
137
134
|
</COVERAGE_PATTERN>
|
138
135
|
</EXTENSION>
|
139
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
140
136
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
141
137
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/script_locator_spec.rb" />
|
142
138
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
@@ -172,7 +168,6 @@
|
|
172
168
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
173
169
|
</COVERAGE_PATTERN>
|
174
170
|
</EXTENSION>
|
175
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
176
171
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
177
172
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/executable_spec.rb" />
|
178
173
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
@@ -193,7 +188,22 @@
|
|
193
188
|
</component>
|
194
189
|
<component name="NewModuleRootManager">
|
195
190
|
<content url="file://$MODULE_DIR$" />
|
196
|
-
<orderEntry type="jdk" jdkName="
|
191
|
+
<orderEntry type="jdk" jdkName="RVM: ruby-2.2.2 [script_executor]" jdkType="RUBY_SDK" />
|
197
192
|
<orderEntry type="sourceFolder" forTests="false" />
|
193
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.9.8, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
194
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.1.3, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
195
|
+
<orderEntry type="library" scope="PROVIDED" name="file_utils (v1.0.7, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
196
|
+
<orderEntry type="library" scope="PROVIDED" name="gemcutter (v0.7.1, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
197
|
+
<orderEntry type="library" scope="PROVIDED" name="gemspec_deps_gen (v1.1.2, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
198
|
+
<orderEntry type="library" scope="PROVIDED" name="highline (v1.6.15, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
199
|
+
<orderEntry type="library" scope="PROVIDED" name="json_pure (v1.8.1, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
200
|
+
<orderEntry type="library" scope="PROVIDED" name="metaclass (v0.0.1, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
201
|
+
<orderEntry type="library" scope="PROVIDED" name="mocha (v0.13.1, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
202
|
+
<orderEntry type="library" scope="PROVIDED" name="net-ssh (v2.8.0, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
203
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.12.0, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
204
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.12.2, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
205
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.12.1, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
206
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.12.0, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
207
|
+
<orderEntry type="library" scope="PROVIDED" name="text-interpolator (v1.0.0, RVM: ruby-2.2.2 [script_executor]) [gem]" level="application" />
|
198
208
|
</component>
|
199
209
|
</module>
|
data/.idea/workspace.xml
CHANGED
@@ -2,12 +2,15 @@
|
|
2
2
|
<project version="4">
|
3
3
|
<component name="ChangeListManager">
|
4
4
|
<list default="true" id="6995392e-f204-4557-be32-fd20f300d877" name="Default" comment="">
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/encodings.xml" afterPath="$PROJECT_DIR$/.idea/encodings.xml" />
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/script_executor.iml" afterPath="$PROJECT_DIR$/.idea/script_executor.iml" />
|
7
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
5
8
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.ruby-version" afterPath="$PROJECT_DIR$/.ruby-version" />
|
6
9
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/CHANGES" afterPath="$PROJECT_DIR$/CHANGES" />
|
10
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile" afterPath="$PROJECT_DIR$/Gemfile" />
|
11
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile.lock" afterPath="$PROJECT_DIR$/Gemfile.lock" />
|
7
12
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/script_executor/remote_command.rb" afterPath="$PROJECT_DIR$/lib/script_executor/remote_command.rb" />
|
8
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/script_executor.iml" afterPath="$PROJECT_DIR$/.idea/script_executor.iml" />
|
9
13
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/script_executor/version.rb" afterPath="$PROJECT_DIR$/lib/script_executor/version.rb" />
|
10
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
11
14
|
</list>
|
12
15
|
<ignored path="script_executor.iws" />
|
13
16
|
<ignored path=".idea/workspace.xml" />
|
@@ -22,12 +25,12 @@
|
|
22
25
|
</component>
|
23
26
|
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
24
27
|
<component name="CoverageDataManager">
|
25
|
-
<SUITE FILE_PATH="coverage/script_executor@
|
28
|
+
<SUITE FILE_PATH="coverage/script_executor@executable_spec.coverage" NAME="executable_spec Coverage Results" MODIFIED="1407439589640" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="script_executor" />
|
26
29
|
<SUITE FILE_PATH="coverage/script_executor@MyScriptLocator_evaluate_script_body_locates_script_inside_current_file__script_executor.coverage" NAME="MyScriptLocator#evaluate_script_body locates script inside current file: script_executor Coverage Results" MODIFIED="1402110491955" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="script_executor" />
|
30
|
+
<SUITE FILE_PATH="coverage/script_executor@MyExecutable_remote_execution_should_execute_commands_from__script_parameter.coverage" NAME="MyExecutable remote execution should execute commands from :script parameter Coverage Results" MODIFIED="1385833810234" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="script_executor" />
|
31
|
+
<SUITE FILE_PATH="coverage/script_executor@MyExecutable_local_execution_should_execute_commands_locally_from__script_parameter__script_executor.coverage" NAME="MyExecutable local execution should execute commands locally from :script parameter: script_executor Coverage Results" MODIFIED="1385833654466" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="script_executor" />
|
27
32
|
<SUITE FILE_PATH="coverage/script_executor@MyExecutable_vagrant_should_execute_commands_from__script_parameter__script_executor.coverage" NAME="MyExecutable vagrant should execute commands from :script parameter: script_executor Coverage Results" MODIFIED="1402343358557" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="script_executor" />
|
28
33
|
<SUITE FILE_PATH="coverage/script_executor@script_locator_spec.coverage" NAME="script_locator_spec Coverage Results" MODIFIED="1402147217968" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="script_executor" />
|
29
|
-
<SUITE FILE_PATH="coverage/script_executor@executable_spec.coverage" NAME="executable_spec Coverage Results" MODIFIED="1407439589640" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="script_executor" />
|
30
|
-
<SUITE FILE_PATH="coverage/script_executor@MyExecutable_remote_execution_should_execute_commands_from__script_parameter.coverage" NAME="MyExecutable remote execution should execute commands from :script parameter Coverage Results" MODIFIED="1385833810234" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="script_executor" />
|
31
34
|
</component>
|
32
35
|
<component name="CreatePatchCommitExecutor">
|
33
36
|
<option name="PATCH_PATH" value="" />
|
@@ -37,28 +40,57 @@
|
|
37
40
|
<favorites_list name="script_executor" />
|
38
41
|
</component>
|
39
42
|
<component name="FileEditorManager">
|
40
|
-
<leaf>
|
43
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
41
44
|
<file leaf-file-name="version.rb" pinned="false" current-in-tab="false">
|
42
45
|
<entry file="file://$PROJECT_DIR$/lib/script_executor/version.rb">
|
43
46
|
<provider selected="true" editor-type-id="text-editor">
|
44
|
-
<state vertical-scroll-proportion="-0.
|
47
|
+
<state vertical-scroll-proportion="-0.5555556">
|
45
48
|
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
46
49
|
<folding />
|
47
50
|
</state>
|
48
51
|
</provider>
|
49
52
|
</entry>
|
50
53
|
</file>
|
51
|
-
<file leaf-file-name="
|
54
|
+
<file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
|
55
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
56
|
+
<provider selected="true" editor-type-id="text-editor">
|
57
|
+
<state vertical-scroll-proportion="-2.2222223">
|
58
|
+
<caret line="4" column="23" selection-start-line="4" selection-start-column="23" selection-end-line="4" selection-end-column="23" />
|
59
|
+
<folding />
|
60
|
+
</state>
|
61
|
+
</provider>
|
62
|
+
</entry>
|
63
|
+
</file>
|
64
|
+
<file leaf-file-name="CHANGES" pinned="false" current-in-tab="true">
|
52
65
|
<entry file="file://$PROJECT_DIR$/CHANGES">
|
53
66
|
<provider selected="true" editor-type-id="text-editor">
|
54
|
-
<state vertical-scroll-proportion="0.
|
55
|
-
<caret line="
|
67
|
+
<state vertical-scroll-proportion="0.95238096">
|
68
|
+
<caret line="90" column="2" selection-start-line="90" selection-start-column="2" selection-end-line="90" selection-end-column="41" />
|
56
69
|
<folding />
|
57
70
|
</state>
|
58
71
|
</provider>
|
59
72
|
</entry>
|
60
73
|
</file>
|
61
|
-
<file leaf-file-name=".
|
74
|
+
<file leaf-file-name="README.md" pinned="false" current-in-tab="false">
|
75
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
76
|
+
<provider selected="true" editor-type-id="text-editor">
|
77
|
+
<state vertical-scroll-proportion="2.9655173">
|
78
|
+
<caret line="93" column="24" selection-start-line="93" selection-start-column="24" selection-end-line="93" selection-end-column="24" />
|
79
|
+
<folding />
|
80
|
+
</state>
|
81
|
+
</provider>
|
82
|
+
<provider editor-type-id="MultiMarkdownFxPreviewEditor">
|
83
|
+
<state />
|
84
|
+
</provider>
|
85
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
86
|
+
<state />
|
87
|
+
</provider>
|
88
|
+
<provider editor-type-id="MultiMarkdownFxHtmlEditor">
|
89
|
+
<state />
|
90
|
+
</provider>
|
91
|
+
</entry>
|
92
|
+
</file>
|
93
|
+
<file leaf-file-name=".ruby-version" pinned="false" current-in-tab="false">
|
62
94
|
<entry file="file://$PROJECT_DIR$/.ruby-version">
|
63
95
|
<provider selected="true" editor-type-id="text-editor">
|
64
96
|
<state vertical-scroll-proportion="0.0">
|
@@ -68,11 +100,31 @@
|
|
68
100
|
</provider>
|
69
101
|
</entry>
|
70
102
|
</file>
|
103
|
+
<file leaf-file-name=".ruby-gemset" pinned="false" current-in-tab="false">
|
104
|
+
<entry file="file://$PROJECT_DIR$/.ruby-gemset">
|
105
|
+
<provider selected="true" editor-type-id="text-editor">
|
106
|
+
<state vertical-scroll-proportion="0.0">
|
107
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="15" />
|
108
|
+
<folding />
|
109
|
+
</state>
|
110
|
+
</provider>
|
111
|
+
</entry>
|
112
|
+
</file>
|
113
|
+
<file leaf-file-name="local_command.rb" pinned="false" current-in-tab="false">
|
114
|
+
<entry file="file://$PROJECT_DIR$/lib/script_executor/local_command.rb">
|
115
|
+
<provider selected="true" editor-type-id="text-editor">
|
116
|
+
<state vertical-scroll-proportion="0.0">
|
117
|
+
<caret line="36" column="13" selection-start-line="36" selection-start-column="13" selection-end-line="36" selection-end-column="13" />
|
118
|
+
<folding />
|
119
|
+
</state>
|
120
|
+
</provider>
|
121
|
+
</entry>
|
122
|
+
</file>
|
71
123
|
<file leaf-file-name="remote_command.rb" pinned="false" current-in-tab="false">
|
72
124
|
<entry file="file://$PROJECT_DIR$/lib/script_executor/remote_command.rb">
|
73
125
|
<provider selected="true" editor-type-id="text-editor">
|
74
|
-
<state vertical-scroll-proportion="-
|
75
|
-
<caret line="
|
126
|
+
<state vertical-scroll-proportion="-6.851852">
|
127
|
+
<caret line="97" column="5" selection-start-line="97" selection-start-column="5" selection-end-line="97" selection-end-column="5" />
|
76
128
|
<folding />
|
77
129
|
</state>
|
78
130
|
</provider>
|
@@ -97,25 +149,24 @@
|
|
97
149
|
<option name="CHANGED_PATHS">
|
98
150
|
<list>
|
99
151
|
<option value="$PROJECT_DIR$/lib/script_executor/local_command.rb" />
|
100
|
-
<option value="$PROJECT_DIR
|
152
|
+
<option value="$PROJECT_DIR$/.ruby-version" />
|
153
|
+
<option value="$PROJECT_DIR$/Gemfile" />
|
101
154
|
<option value="$PROJECT_DIR$/lib/script_executor/version.rb" />
|
155
|
+
<option value="$PROJECT_DIR$/lib/script_executor/remote_command.rb" />
|
102
156
|
<option value="$PROJECT_DIR$/CHANGES" />
|
103
|
-
<option value="$PROJECT_DIR$/.ruby-version" />
|
104
157
|
</list>
|
105
158
|
</option>
|
106
159
|
</component>
|
107
160
|
<component name="JsBuildToolGruntFileManager" detection-done="true" />
|
161
|
+
<component name="JsBuildToolPackageJson" detection-done="true" />
|
108
162
|
<component name="JsGulpfileManager">
|
109
163
|
<detection-done>true</detection-done>
|
110
164
|
</component>
|
111
|
-
<component name="NamedScopeManager">
|
112
|
-
<order />
|
113
|
-
</component>
|
114
165
|
<component name="ProjectFrameBounds">
|
115
|
-
<option name="x" value="
|
166
|
+
<option name="x" value="39" />
|
116
167
|
<option name="y" value="23" />
|
117
|
-
<option name="width" value="
|
118
|
-
<option name="height" value="
|
168
|
+
<option name="width" value="1401" />
|
169
|
+
<option name="height" value="877" />
|
119
170
|
</component>
|
120
171
|
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
121
172
|
<OptionsSetting value="true" id="Add" />
|
@@ -141,9 +192,10 @@
|
|
141
192
|
<autoscrollToSource />
|
142
193
|
<autoscrollFromSource ProjectPane="true" />
|
143
194
|
<sortByType />
|
195
|
+
<manualOrder />
|
196
|
+
<foldersAlwaysOnTop value="true" />
|
144
197
|
</navigator>
|
145
198
|
<panes>
|
146
|
-
<pane id="Scope" />
|
147
199
|
<pane id="Scratches" />
|
148
200
|
<pane id="ProjectPane">
|
149
201
|
<subPane>
|
@@ -197,6 +249,7 @@
|
|
197
249
|
</PATH>
|
198
250
|
</subPane>
|
199
251
|
</pane>
|
252
|
+
<pane id="Scope" />
|
200
253
|
</panes>
|
201
254
|
</component>
|
202
255
|
<component name="PropertiesComponent">
|
@@ -245,7 +298,6 @@
|
|
245
298
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
246
299
|
</COVERAGE_PATTERN>
|
247
300
|
</EXTENSION>
|
248
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
249
301
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
250
302
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/executable_spec.rb" />
|
251
303
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
@@ -281,7 +333,6 @@
|
|
281
333
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
282
334
|
</COVERAGE_PATTERN>
|
283
335
|
</EXTENSION>
|
284
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
285
336
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
286
337
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/executable_spec.rb" />
|
287
338
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
@@ -317,7 +368,6 @@
|
|
317
368
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
318
369
|
</COVERAGE_PATTERN>
|
319
370
|
</EXTENSION>
|
320
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
321
371
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
322
372
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/executable_spec.rb" />
|
323
373
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
@@ -353,7 +403,6 @@
|
|
353
403
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
354
404
|
</COVERAGE_PATTERN>
|
355
405
|
</EXTENSION>
|
356
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
357
406
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
358
407
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/script_locator_spec.rb" />
|
359
408
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
@@ -389,7 +438,6 @@
|
|
389
438
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
390
439
|
</COVERAGE_PATTERN>
|
391
440
|
</EXTENSION>
|
392
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
393
441
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
394
442
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/executable_spec.rb" />
|
395
443
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
@@ -444,7 +492,6 @@
|
|
444
492
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
445
493
|
</COVERAGE_PATTERN>
|
446
494
|
</EXTENSION>
|
447
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
448
495
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
449
496
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
450
497
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
@@ -483,7 +530,6 @@
|
|
483
530
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
484
531
|
</COVERAGE_PATTERN>
|
485
532
|
</EXTENSION>
|
486
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
487
533
|
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
488
534
|
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
489
535
|
<method />
|
@@ -504,7 +550,6 @@
|
|
504
550
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
505
551
|
</COVERAGE_PATTERN>
|
506
552
|
</EXTENSION>
|
507
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
508
553
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
509
554
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
510
555
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
@@ -516,12 +561,6 @@
|
|
516
561
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
517
562
|
<method />
|
518
563
|
</configuration>
|
519
|
-
<configuration default="true" type="cucumber.js" factoryName="Cucumber.js">
|
520
|
-
<option name="cucumberJsArguments" value="" />
|
521
|
-
<option name="executablePath" />
|
522
|
-
<option name="filePath" />
|
523
|
-
<method />
|
524
|
-
</configuration>
|
525
564
|
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
526
565
|
<node-options />
|
527
566
|
<gulpfile />
|
@@ -667,63 +706,69 @@
|
|
667
706
|
<option name="project" value="LOCAL" />
|
668
707
|
<updated>1430105890349</updated>
|
669
708
|
</task>
|
670
|
-
<
|
709
|
+
<task id="LOCAL-00017" summary="bug fix">
|
710
|
+
<created>1431630275676</created>
|
711
|
+
<option name="number" value="00017" />
|
712
|
+
<option name="project" value="LOCAL" />
|
713
|
+
<updated>1431630275676</updated>
|
714
|
+
</task>
|
715
|
+
<option name="localTasksCounter" value="18" />
|
671
716
|
<servers />
|
672
717
|
</component>
|
673
718
|
<component name="ToolWindowManager">
|
674
|
-
<frame x="
|
675
|
-
<editor active="
|
719
|
+
<frame x="39" y="23" width="1401" height="877" extended-state="0" />
|
720
|
+
<editor active="true" />
|
676
721
|
<layout>
|
677
|
-
<window_info id="
|
678
|
-
<window_info id="
|
679
|
-
<window_info id="
|
680
|
-
<window_info id="
|
681
|
-
<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" />
|
682
|
-
<window_info id="
|
683
|
-
<window_info id="
|
684
|
-
<window_info id="
|
685
|
-
<window_info id="
|
686
|
-
<window_info id="
|
687
|
-
<window_info id="
|
688
|
-
<window_info id="
|
689
|
-
<window_info id="
|
690
|
-
<window_info id="
|
691
|
-
<window_info id="
|
692
|
-
<window_info id="
|
693
|
-
<window_info id="
|
694
|
-
<window_info id="
|
695
|
-
<window_info id="
|
696
|
-
<window_info id="
|
697
|
-
<window_info id="
|
698
|
-
<window_info id="
|
699
|
-
<window_info id="
|
700
|
-
<window_info id="
|
701
|
-
<window_info id="
|
702
|
-
<window_info id="
|
722
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.28182486" sideWeight="0.64040405" order="0" side_tool="false" content_ui="combo" />
|
723
|
+
<window_info id="TODO" 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="6" side_tool="false" content_ui="tabs" />
|
724
|
+
<window_info id="Event Log" 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="7" side_tool="true" content_ui="tabs" />
|
725
|
+
<window_info id="Dilbert" 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="0" side_tool="false" content_ui="tabs" />
|
726
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
727
|
+
<window_info id="Copy/Paste" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
728
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32585752" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
729
|
+
<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="true" content_ui="tabs" />
|
730
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.26781002" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
731
|
+
<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="2" side_tool="true" content_ui="tabs" />
|
732
|
+
<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" />
|
733
|
+
<window_info id="Message" 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="0" side_tool="false" content_ui="tabs" />
|
734
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
735
|
+
<window_info id="Application Servers" 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="9" side_tool="false" content_ui="tabs" />
|
736
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
737
|
+
<window_info id="Atlassian " 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="7" side_tool="false" content_ui="tabs" />
|
738
|
+
<window_info id="LuaJ" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
739
|
+
<window_info id="Tail" 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="10" side_tool="false" content_ui="tabs" />
|
740
|
+
<window_info id="Ant Build" active="false" anchor="right" 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" />
|
741
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3971903" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
742
|
+
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.34827146" sideWeight="0.9955329" order="7" side_tool="false" content_ui="tabs" />
|
743
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32822478" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
744
|
+
<window_info id="Heroku" 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="8" side_tool="false" content_ui="tabs" />
|
745
|
+
<window_info id="Inspection" 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="5" side_tool="false" content_ui="tabs" />
|
746
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32056195" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
747
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.43482906" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
703
748
|
</layout>
|
704
749
|
<layout-to-restore>
|
705
|
-
<window_info id="
|
706
|
-
<window_info id="
|
707
|
-
<window_info id="
|
708
|
-
<window_info id="
|
709
|
-
<window_info id="
|
710
|
-
<window_info id="
|
711
|
-
<window_info id="
|
712
|
-
<window_info id="
|
713
|
-
<window_info id="
|
714
|
-
<window_info id="
|
715
|
-
<window_info id="
|
716
|
-
<window_info id="
|
717
|
-
<window_info id="
|
718
|
-
<window_info id="
|
719
|
-
<window_info id="
|
720
|
-
<window_info id="
|
721
|
-
<window_info id="
|
722
|
-
<window_info id="
|
723
|
-
<window_info id="
|
724
|
-
<window_info id="
|
725
|
-
<window_info id="
|
726
|
-
<window_info id="
|
750
|
+
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.357985" sideWeight="0.9955329" order="8" side_tool="false" content_ui="tabs" />
|
751
|
+
<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="5" side_tool="false" content_ui="tabs" />
|
752
|
+
<window_info id="TODO" 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="7" side_tool="false" content_ui="tabs" />
|
753
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32925683" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
754
|
+
<window_info id="Message" 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" />
|
755
|
+
<window_info id="Heroku" 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="13" side_tool="false" content_ui="tabs" />
|
756
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
757
|
+
<window_info id="Event Log" 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="9" side_tool="true" content_ui="tabs" />
|
758
|
+
<window_info id="Inspection" 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="6" side_tool="false" content_ui="tabs" />
|
759
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3290461" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
|
760
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3226152" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
761
|
+
<window_info id="Terminal" 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="12" side_tool="false" content_ui="tabs" />
|
762
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3199498" sideWeight="0.64040405" order="0" side_tool="false" content_ui="combo" />
|
763
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
764
|
+
<window_info id="LuaJ" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
765
|
+
<window_info id="Dilbert" 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="0" side_tool="false" content_ui="tabs" />
|
766
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32929292" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
767
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
768
|
+
<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="true" content_ui="tabs" />
|
769
|
+
<window_info id="Ant Build" active="false" anchor="right" 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" />
|
770
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3979798" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
771
|
+
<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="2" side_tool="true" content_ui="tabs" />
|
727
772
|
</layout-to-restore>
|
728
773
|
</component>
|
729
774
|
<component name="Vcs.Log.UiProperties">
|
@@ -749,7 +794,8 @@
|
|
749
794
|
<MESSAGE value="Bug fix" />
|
750
795
|
<MESSAGE value="Print errors in case of existing errors." />
|
751
796
|
<MESSAGE value="Adding new input parameter: output_stream" />
|
752
|
-
<
|
797
|
+
<MESSAGE value="bug fix" />
|
798
|
+
<option name="LAST_COMMIT_MESSAGE" value="bug fix" />
|
753
799
|
</component>
|
754
800
|
<component name="XDebuggerManager">
|
755
801
|
<breakpoint-manager>
|
@@ -992,13 +1038,6 @@
|
|
992
1038
|
</state>
|
993
1039
|
</provider>
|
994
1040
|
</entry>
|
995
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
996
|
-
<provider selected="true" editor-type-id="text-editor">
|
997
|
-
<state vertical-scroll-proportion="0.15934066">
|
998
|
-
<caret line="93" column="24" selection-start-line="93" selection-start-column="24" selection-end-line="93" selection-end-column="24" />
|
999
|
-
</state>
|
1000
|
-
</provider>
|
1001
|
-
</entry>
|
1002
1041
|
<entry file="file://$PROJECT_DIR$/spec/test.conf">
|
1003
1042
|
<provider selected="true" editor-type-id="text-editor">
|
1004
1043
|
<state vertical-scroll-proportion="0.0">
|
@@ -1081,7 +1120,6 @@
|
|
1081
1120
|
<provider selected="true" editor-type-id="text-editor">
|
1082
1121
|
<state vertical-scroll-proportion="0.085365854">
|
1083
1122
|
<caret line="59" column="13" selection-start-line="59" selection-start-column="13" selection-end-line="59" selection-end-column="13" />
|
1084
|
-
<folding />
|
1085
1123
|
</state>
|
1086
1124
|
</provider>
|
1087
1125
|
</entry>
|
@@ -1093,10 +1131,10 @@
|
|
1093
1131
|
</state>
|
1094
1132
|
</provider>
|
1095
1133
|
</entry>
|
1096
|
-
<entry file="file://$PROJECT_DIR$/
|
1134
|
+
<entry file="file://$PROJECT_DIR$/lib/script_executor/local_command.rb">
|
1097
1135
|
<provider selected="true" editor-type-id="text-editor">
|
1098
1136
|
<state vertical-scroll-proportion="0.0">
|
1099
|
-
<caret line="
|
1137
|
+
<caret line="36" column="13" selection-start-line="36" selection-start-column="13" selection-end-line="36" selection-end-column="13" />
|
1100
1138
|
<folding />
|
1101
1139
|
</state>
|
1102
1140
|
</provider>
|
@@ -1104,45 +1142,64 @@
|
|
1104
1142
|
<entry file="file://$PROJECT_DIR$/.ruby-gemset">
|
1105
1143
|
<provider selected="true" editor-type-id="text-editor">
|
1106
1144
|
<state vertical-scroll-proportion="0.0">
|
1107
|
-
<caret line="0" column="
|
1145
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="15" />
|
1146
|
+
<folding />
|
1108
1147
|
</state>
|
1109
1148
|
</provider>
|
1110
1149
|
</entry>
|
1111
|
-
<entry file="file://$PROJECT_DIR
|
1150
|
+
<entry file="file://$PROJECT_DIR$/.ruby-version">
|
1112
1151
|
<provider selected="true" editor-type-id="text-editor">
|
1113
|
-
<state vertical-scroll-proportion="0.
|
1114
|
-
<caret line="
|
1152
|
+
<state vertical-scroll-proportion="0.0">
|
1153
|
+
<caret line="0" column="5" selection-start-line="0" selection-start-column="5" selection-end-line="0" selection-end-column="5" />
|
1154
|
+
<folding />
|
1115
1155
|
</state>
|
1116
1156
|
</provider>
|
1117
1157
|
</entry>
|
1118
|
-
<entry file="file://$PROJECT_DIR$/
|
1158
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
1119
1159
|
<provider selected="true" editor-type-id="text-editor">
|
1120
|
-
<state vertical-scroll-proportion="-
|
1121
|
-
<caret line="
|
1160
|
+
<state vertical-scroll-proportion="-2.2222223">
|
1161
|
+
<caret line="4" column="23" selection-start-line="4" selection-start-column="23" selection-end-line="4" selection-end-column="23" />
|
1122
1162
|
<folding />
|
1123
1163
|
</state>
|
1124
1164
|
</provider>
|
1125
1165
|
</entry>
|
1126
1166
|
<entry file="file://$PROJECT_DIR$/lib/script_executor/version.rb">
|
1127
1167
|
<provider selected="true" editor-type-id="text-editor">
|
1128
|
-
<state vertical-scroll-proportion="-0.
|
1168
|
+
<state vertical-scroll-proportion="-0.5555556">
|
1129
1169
|
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
1130
1170
|
<folding />
|
1131
1171
|
</state>
|
1132
1172
|
</provider>
|
1133
1173
|
</entry>
|
1134
|
-
<entry file="file://$PROJECT_DIR$/
|
1174
|
+
<entry file="file://$PROJECT_DIR$/lib/script_executor/remote_command.rb">
|
1135
1175
|
<provider selected="true" editor-type-id="text-editor">
|
1136
|
-
<state vertical-scroll-proportion="
|
1137
|
-
<caret line="
|
1176
|
+
<state vertical-scroll-proportion="-6.851852">
|
1177
|
+
<caret line="97" column="5" selection-start-line="97" selection-start-column="5" selection-end-line="97" selection-end-column="5" />
|
1138
1178
|
<folding />
|
1139
1179
|
</state>
|
1140
1180
|
</provider>
|
1141
1181
|
</entry>
|
1142
|
-
<entry file="file://$PROJECT_DIR
|
1182
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
1143
1183
|
<provider selected="true" editor-type-id="text-editor">
|
1144
|
-
<state vertical-scroll-proportion="
|
1145
|
-
<caret line="
|
1184
|
+
<state vertical-scroll-proportion="2.9655173">
|
1185
|
+
<caret line="93" column="24" selection-start-line="93" selection-start-column="24" selection-end-line="93" selection-end-column="24" />
|
1186
|
+
<folding />
|
1187
|
+
</state>
|
1188
|
+
</provider>
|
1189
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1190
|
+
<state />
|
1191
|
+
</provider>
|
1192
|
+
<provider editor-type-id="MultiMarkdownFxPreviewEditor">
|
1193
|
+
<state />
|
1194
|
+
</provider>
|
1195
|
+
<provider editor-type-id="MultiMarkdownFxHtmlEditor">
|
1196
|
+
<state />
|
1197
|
+
</provider>
|
1198
|
+
</entry>
|
1199
|
+
<entry file="file://$PROJECT_DIR$/CHANGES">
|
1200
|
+
<provider selected="true" editor-type-id="text-editor">
|
1201
|
+
<state vertical-scroll-proportion="0.95238096">
|
1202
|
+
<caret line="90" column="2" selection-start-line="90" selection-start-column="2" selection-end-line="90" selection-end-column="41" />
|
1146
1203
|
<folding />
|
1147
1204
|
</state>
|
1148
1205
|
</provider>
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.2.
|
1
|
+
2.2.3
|
data/CHANGES
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -12,7 +12,7 @@ GEM
|
|
12
12
|
metaclass (0.0.1)
|
13
13
|
mocha (0.13.1)
|
14
14
|
metaclass (~> 0.0.1)
|
15
|
-
net-ssh (2.
|
15
|
+
net-ssh (2.9.2)
|
16
16
|
rspec (2.12.0)
|
17
17
|
rspec-core (~> 2.12.0)
|
18
18
|
rspec-expectations (~> 2.12.0)
|
@@ -32,6 +32,9 @@ DEPENDENCIES
|
|
32
32
|
highline (~> 1.6)
|
33
33
|
json_pure (~> 1.8)
|
34
34
|
mocha
|
35
|
-
net-ssh (~> 2.
|
35
|
+
net-ssh (~> 2.9)
|
36
36
|
rspec
|
37
37
|
text-interpolator (~> 1.0)
|
38
|
+
|
39
|
+
BUNDLED WITH
|
40
|
+
1.10.6
|
data/script_executor.gemspec
CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
|
19
19
|
|
20
20
|
spec.add_runtime_dependency "highline", ["~> 1.6"]
|
21
|
-
spec.add_runtime_dependency "net-ssh", ["~> 2.
|
21
|
+
spec.add_runtime_dependency "net-ssh", ["~> 2.9"]
|
22
22
|
spec.add_runtime_dependency "text-interpolator", ["~> 1.0"]
|
23
23
|
spec.add_runtime_dependency "json_pure", ["~> 1.8"]
|
24
24
|
spec.add_development_dependency "gemspec_deps_gen", ["~> 1.1"]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: script_executor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Shvets
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: highline
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '2.
|
33
|
+
version: '2.9'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '2.
|
40
|
+
version: '2.9'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: text-interpolator
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -103,6 +103,7 @@ files:
|
|
103
103
|
- ".gitignore"
|
104
104
|
- ".idea/.name"
|
105
105
|
- ".idea/.rakeTasks"
|
106
|
+
- ".idea/atlassian-ide-plugin.xml"
|
106
107
|
- ".idea/codeStyleSettings.xml"
|
107
108
|
- ".idea/encodings.xml"
|
108
109
|
- ".idea/misc.xml"
|
@@ -156,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
156
157
|
version: '0'
|
157
158
|
requirements: []
|
158
159
|
rubyforge_project:
|
159
|
-
rubygems_version: 2.4.
|
160
|
+
rubygems_version: 2.4.8
|
160
161
|
signing_key:
|
161
162
|
specification_version: 4
|
162
163
|
summary: This library helps to execute code, locally or remote over ssh
|