web_app_builder 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/.idea/misc.xml +3 -0
- data/.idea/web_app_builder.iml +9 -2
- data/.idea/workspace.xml +390 -58
- data/Gemfile +4 -0
- data/Warfile +22 -0
- data/config/templates/META-INF/context.xml +26 -0
- data/config/templates/WEB-INF/jboss-web.xml +9 -0
- data/config/templates/WEB-INF/web.xml +45 -0
- data/config/templates/postgres-ds.xml +37 -0
- data/lib/web_app_builder/version.rb +1 -1
- data/lib/web_app_builder/web_app_builder.rb +63 -74
- data/lib/web_app_builder.rb +1 -0
- data/spec/spec_helper.rb +1 -0
- data/spec/web_app_builder_spec.rb +24 -0
- data/web_app_builder.gemspec +4 -0
- metadata +76 -3
data/.idea/workspace.xml
CHANGED
@@ -1,9 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<project version="4">
|
3
3
|
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="d2b687ec-cc2c-4fad-80ed-a1ad14b97798" name="Default" comment=""
|
5
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/web_app_builder/version.rb" afterPath="$PROJECT_DIR$/lib/web_app_builder/version.rb" />
|
6
|
-
</list>
|
4
|
+
<list default="true" id="d2b687ec-cc2c-4fad-80ed-a1ad14b97798" name="Default" comment="" />
|
7
5
|
<ignored path="web_app_builder.iws" />
|
8
6
|
<ignored path=".idea/workspace.xml" />
|
9
7
|
<option name="TRACKING_ENABLED" value="true" />
|
@@ -24,37 +22,73 @@
|
|
24
22
|
</component>
|
25
23
|
<component name="FileEditorManager">
|
26
24
|
<leaf>
|
27
|
-
<file leaf-file-name="
|
28
|
-
<entry file="file://$PROJECT_DIR$/
|
25
|
+
<file leaf-file-name="web_app_builder_spec.rb" pinned="false" current="false" current-in-tab="false">
|
26
|
+
<entry file="file://$PROJECT_DIR$/spec/web_app_builder_spec.rb">
|
29
27
|
<provider selected="true" editor-type-id="text-editor">
|
30
|
-
<state line="
|
28
|
+
<state line="16" column="19" selection-start="413" selection-end="413" vertical-scroll-proportion="0.0">
|
31
29
|
<folding />
|
32
30
|
</state>
|
33
31
|
</provider>
|
34
32
|
</entry>
|
35
33
|
</file>
|
36
34
|
<file leaf-file-name="web_app_builder.rb" pinned="false" current="false" current-in-tab="false">
|
37
|
-
<entry file="file://$PROJECT_DIR$/lib/web_app_builder.rb">
|
35
|
+
<entry file="file://$PROJECT_DIR$/lib/web_app_builder/web_app_builder.rb">
|
38
36
|
<provider selected="true" editor-type-id="text-editor">
|
39
|
-
<state line="
|
37
|
+
<state line="86" column="0" selection-start="3066" selection-end="3066" vertical-scroll-proportion="0.0">
|
40
38
|
<folding />
|
41
39
|
</state>
|
42
40
|
</provider>
|
43
41
|
</entry>
|
44
42
|
</file>
|
45
|
-
<file leaf-file-name="
|
46
|
-
<entry file="file://$PROJECT_DIR$/lib/web_app_builder/
|
43
|
+
<file leaf-file-name="version.rb" pinned="false" current="false" current-in-tab="false">
|
44
|
+
<entry file="file://$PROJECT_DIR$/lib/web_app_builder/version.rb">
|
47
45
|
<provider selected="true" editor-type-id="text-editor">
|
48
|
-
<state line="
|
46
|
+
<state line="1" column="18" selection-start="39" selection-end="39" vertical-scroll-proportion="0.0">
|
49
47
|
<folding />
|
50
48
|
</state>
|
51
49
|
</provider>
|
52
50
|
</entry>
|
53
51
|
</file>
|
54
|
-
<file leaf-file-name="
|
55
|
-
<entry file="file://$
|
52
|
+
<file leaf-file-name="meta_methods.rb" pinned="false" current="false" current-in-tab="false">
|
53
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-1.9.3-p194@web_app_builder/gems/meta_methods-1.0.5/lib/meta_methods/meta_methods.rb">
|
56
54
|
<provider selected="true" editor-type-id="text-editor">
|
57
|
-
<state line="
|
55
|
+
<state line="46" column="0" selection-start="1144" selection-end="1144" vertical-scroll-proportion="0.0">
|
56
|
+
<folding />
|
57
|
+
</state>
|
58
|
+
</provider>
|
59
|
+
</entry>
|
60
|
+
</file>
|
61
|
+
<file leaf-file-name="rubygems_integration.rb" pinned="false" current="false" current-in-tab="false">
|
62
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib/bundler/rubygems_integration.rb">
|
63
|
+
<provider selected="true" editor-type-id="text-editor">
|
64
|
+
<state line="126" column="0" selection-start="2194" selection-end="2194" vertical-scroll-proportion="0.0">
|
65
|
+
<folding />
|
66
|
+
</state>
|
67
|
+
</provider>
|
68
|
+
</entry>
|
69
|
+
</file>
|
70
|
+
<file leaf-file-name=".rvmrc" pinned="false" current="false" current-in-tab="false">
|
71
|
+
<entry file="file://$PROJECT_DIR$/.rvmrc">
|
72
|
+
<provider selected="true" editor-type-id="text-editor">
|
73
|
+
<state line="3" column="13" selection-start="70" selection-end="70" vertical-scroll-proportion="0.0">
|
74
|
+
<folding />
|
75
|
+
</state>
|
76
|
+
</provider>
|
77
|
+
</entry>
|
78
|
+
</file>
|
79
|
+
<file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
|
80
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
81
|
+
<provider selected="true" editor-type-id="text-editor">
|
82
|
+
<state line="6" column="15" selection-start="107" selection-end="107" vertical-scroll-proportion="0.0">
|
83
|
+
<folding />
|
84
|
+
</state>
|
85
|
+
</provider>
|
86
|
+
</entry>
|
87
|
+
</file>
|
88
|
+
<file leaf-file-name=".gitignore" pinned="false" current="true" current-in-tab="true">
|
89
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
90
|
+
<provider selected="true" editor-type-id="text-editor">
|
91
|
+
<state line="0" column="5" selection-start="5" selection-end="5" vertical-scroll-proportion="0.0">
|
58
92
|
<folding />
|
59
93
|
</state>
|
60
94
|
</provider>
|
@@ -75,15 +109,26 @@
|
|
75
109
|
<list>
|
76
110
|
<option value="$PROJECT_DIR$/web_app_builder.gemspec.erb" />
|
77
111
|
<option value="$PROJECT_DIR$/Rakefile" />
|
112
|
+
<option value="$PROJECT_DIR$/spec/spec_helper.rb" />
|
78
113
|
<option value="$PROJECT_DIR$/lib/web_app_builder.rb" />
|
79
|
-
<option value="$
|
114
|
+
<option value="$USER_HOME$/.rvm/gems/jruby-1.6.7@web_app_builder/gems/zip_dsl-1.0.3/lib/zip_dsl/zip_dsl.rb" />
|
115
|
+
<option value="$PROJECT_DIR$/Warfile" />
|
116
|
+
<option value="$USER_HOME$/.rvm/gems/jruby-1.6.7@web_app_builder/gems/meta_methods-1.0.1/lib/meta_methods/meta_methods.rb" />
|
117
|
+
<option value="$PROJECT_DIR$/spec/web_app_builder_spec.rb" />
|
118
|
+
<option value="$PROJECT_DIR$/Gemfile.lock" />
|
119
|
+
<option value="$USER_HOME$/.rvm/gems/ruby-1.9.3-p194@web_app_builder/gems/meta_methods-1.0.4/lib/meta_methods/meta_methods.rb" />
|
120
|
+
<option value="$USER_HOME$/.rvm/gems/ruby-1.9.3-p194@web_app_builder/gems/zip_dsl-1.0.9/lib/zip_dsl/zip_writer.rb" />
|
121
|
+
<option value="$PROJECT_DIR$/.rvmrc" />
|
122
|
+
<option value="$PROJECT_DIR$/lib/web_app_builder/web_app_builder.rb" />
|
80
123
|
<option value="$PROJECT_DIR$/lib/web_app_builder/version.rb" />
|
124
|
+
<option value="$PROJECT_DIR$/Gemfile" />
|
125
|
+
<option value="$PROJECT_DIR$/.gitignore" />
|
81
126
|
</list>
|
82
127
|
</option>
|
83
128
|
</component>
|
84
129
|
<component name="ProjectFrameBounds">
|
85
|
-
<option name="x" value="
|
86
|
-
<option name="y" value="
|
130
|
+
<option name="x" value="240" />
|
131
|
+
<option name="y" value="142" />
|
87
132
|
<option name="width" value="1588" />
|
88
133
|
<option name="height" value="1058" />
|
89
134
|
</component>
|
@@ -108,12 +153,11 @@
|
|
108
153
|
<showLibraryContents />
|
109
154
|
<hideEmptyPackages />
|
110
155
|
<abbreviatePackageNames />
|
111
|
-
<autoscrollToSource />
|
112
|
-
<autoscrollFromSource />
|
156
|
+
<autoscrollToSource ProjectPane="true" />
|
157
|
+
<autoscrollFromSource ProjectPane="true" />
|
113
158
|
<sortByType />
|
114
159
|
</navigator>
|
115
160
|
<panes>
|
116
|
-
<pane id="Scope" />
|
117
161
|
<pane id="ProjectPane">
|
118
162
|
<subPane>
|
119
163
|
<PATH>
|
@@ -121,14 +165,48 @@
|
|
121
165
|
<option name="myItemId" value="web_app_builder" />
|
122
166
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
123
167
|
</PATH_ELEMENT>
|
168
|
+
<PATH_ELEMENT>
|
169
|
+
<option name="myItemId" value="External Libraries" />
|
170
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
171
|
+
</PATH_ELEMENT>
|
124
172
|
</PATH>
|
125
173
|
<PATH>
|
126
174
|
<PATH_ELEMENT>
|
127
175
|
<option name="myItemId" value="web_app_builder" />
|
128
176
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
129
177
|
</PATH_ELEMENT>
|
178
|
+
<PATH_ELEMENT>
|
179
|
+
<option name="myItemId" value="External Libraries" />
|
180
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
181
|
+
</PATH_ELEMENT>
|
182
|
+
<PATH_ELEMENT>
|
183
|
+
<option name="myItemId" value="meta_methods (v1.0.5, RVM: ruby-1.9.3-p194 [web_app_builder]) [gem]" />
|
184
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.NamedLibraryElementNode" />
|
185
|
+
</PATH_ELEMENT>
|
186
|
+
<PATH_ELEMENT>
|
187
|
+
<option name="myItemId" value="lib" />
|
188
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
189
|
+
</PATH_ELEMENT>
|
190
|
+
</PATH>
|
191
|
+
<PATH>
|
130
192
|
<PATH_ELEMENT>
|
131
193
|
<option name="myItemId" value="web_app_builder" />
|
194
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
195
|
+
</PATH_ELEMENT>
|
196
|
+
<PATH_ELEMENT>
|
197
|
+
<option name="myItemId" value="External Libraries" />
|
198
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
199
|
+
</PATH_ELEMENT>
|
200
|
+
<PATH_ELEMENT>
|
201
|
+
<option name="myItemId" value="meta_methods (v1.0.5, RVM: ruby-1.9.3-p194 [web_app_builder]) [gem]" />
|
202
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.NamedLibraryElementNode" />
|
203
|
+
</PATH_ELEMENT>
|
204
|
+
<PATH_ELEMENT>
|
205
|
+
<option name="myItemId" value="lib" />
|
206
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
207
|
+
</PATH_ELEMENT>
|
208
|
+
<PATH_ELEMENT>
|
209
|
+
<option name="myItemId" value="meta_methods" />
|
132
210
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
133
211
|
</PATH_ELEMENT>
|
134
212
|
</PATH>
|
@@ -137,14 +215,68 @@
|
|
137
215
|
<option name="myItemId" value="web_app_builder" />
|
138
216
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
139
217
|
</PATH_ELEMENT>
|
218
|
+
<PATH_ELEMENT>
|
219
|
+
<option name="myItemId" value="External Libraries" />
|
220
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
221
|
+
</PATH_ELEMENT>
|
222
|
+
<PATH_ELEMENT>
|
223
|
+
<option name="myItemId" value="meta_methods (v1.0.5, RVM: ruby-1.9.3-p194 [web_app_builder]) [gem]" />
|
224
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.NamedLibraryElementNode" />
|
225
|
+
</PATH_ELEMENT>
|
226
|
+
</PATH>
|
227
|
+
<PATH>
|
140
228
|
<PATH_ELEMENT>
|
141
229
|
<option name="myItemId" value="web_app_builder" />
|
230
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
231
|
+
</PATH_ELEMENT>
|
232
|
+
<PATH_ELEMENT>
|
233
|
+
<option name="myItemId" value="External Libraries" />
|
234
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
235
|
+
</PATH_ELEMENT>
|
236
|
+
<PATH_ELEMENT>
|
237
|
+
<option name="myItemId" value="bundler (v1.1.3, RVM: ruby-1.9.3-p194 [web_app_builder]) [gem]" />
|
238
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.NamedLibraryElementNode" />
|
239
|
+
</PATH_ELEMENT>
|
240
|
+
</PATH>
|
241
|
+
<PATH>
|
242
|
+
<PATH_ELEMENT>
|
243
|
+
<option name="myItemId" value="web_app_builder" />
|
244
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
245
|
+
</PATH_ELEMENT>
|
246
|
+
<PATH_ELEMENT>
|
247
|
+
<option name="myItemId" value="External Libraries" />
|
248
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
249
|
+
</PATH_ELEMENT>
|
250
|
+
<PATH_ELEMENT>
|
251
|
+
<option name="myItemId" value="bundler (v1.1.3, RVM: ruby-1.9.3-p194 [web_app_builder]) [gem]" />
|
252
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.NamedLibraryElementNode" />
|
253
|
+
</PATH_ELEMENT>
|
254
|
+
<PATH_ELEMENT>
|
255
|
+
<option name="myItemId" value="lib" />
|
142
256
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
143
257
|
</PATH_ELEMENT>
|
258
|
+
</PATH>
|
259
|
+
<PATH>
|
260
|
+
<PATH_ELEMENT>
|
261
|
+
<option name="myItemId" value="web_app_builder" />
|
262
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
263
|
+
</PATH_ELEMENT>
|
264
|
+
<PATH_ELEMENT>
|
265
|
+
<option name="myItemId" value="External Libraries" />
|
266
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
267
|
+
</PATH_ELEMENT>
|
268
|
+
<PATH_ELEMENT>
|
269
|
+
<option name="myItemId" value="bundler (v1.1.3, RVM: ruby-1.9.3-p194 [web_app_builder]) [gem]" />
|
270
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.NamedLibraryElementNode" />
|
271
|
+
</PATH_ELEMENT>
|
144
272
|
<PATH_ELEMENT>
|
145
273
|
<option name="myItemId" value="lib" />
|
146
274
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
147
275
|
</PATH_ELEMENT>
|
276
|
+
<PATH_ELEMENT>
|
277
|
+
<option name="myItemId" value="bundler" />
|
278
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
279
|
+
</PATH_ELEMENT>
|
148
280
|
</PATH>
|
149
281
|
<PATH>
|
150
282
|
<PATH_ELEMENT>
|
@@ -155,28 +287,152 @@
|
|
155
287
|
<option name="myItemId" value="web_app_builder" />
|
156
288
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
157
289
|
</PATH_ELEMENT>
|
290
|
+
</PATH>
|
291
|
+
<PATH>
|
158
292
|
<PATH_ELEMENT>
|
159
|
-
<option name="myItemId" value="
|
293
|
+
<option name="myItemId" value="web_app_builder" />
|
294
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
295
|
+
</PATH_ELEMENT>
|
296
|
+
<PATH_ELEMENT>
|
297
|
+
<option name="myItemId" value="web_app_builder" />
|
298
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
299
|
+
</PATH_ELEMENT>
|
300
|
+
<PATH_ELEMENT>
|
301
|
+
<option name="myItemId" value="spec" />
|
160
302
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
161
303
|
</PATH_ELEMENT>
|
304
|
+
</PATH>
|
305
|
+
<PATH>
|
306
|
+
<PATH_ELEMENT>
|
307
|
+
<option name="myItemId" value="web_app_builder" />
|
308
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
309
|
+
</PATH_ELEMENT>
|
162
310
|
<PATH_ELEMENT>
|
163
311
|
<option name="myItemId" value="web_app_builder" />
|
164
312
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
165
313
|
</PATH_ELEMENT>
|
314
|
+
<PATH_ELEMENT>
|
315
|
+
<option name="myItemId" value="lib" />
|
316
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
317
|
+
</PATH_ELEMENT>
|
166
318
|
</PATH>
|
167
319
|
</subPane>
|
168
320
|
</pane>
|
321
|
+
<pane id="Scope" />
|
169
322
|
</panes>
|
170
323
|
</component>
|
171
324
|
<component name="PropertiesComponent">
|
325
|
+
<property name="options.splitter.main.proportions" value="0.3" />
|
326
|
+
<property name="recentsLimit" value="5" />
|
327
|
+
<property name="options.lastSelected" value="org.jetbrains.plugins.ruby.settings.RubyIdeSdkConfigurable" />
|
172
328
|
<property name="GoToClass.includeJavaFiles" value="false" />
|
329
|
+
<property name="options.splitter.details.proportions" value="0.2" />
|
330
|
+
<property name="options.searchVisible" value="true" />
|
173
331
|
</component>
|
174
332
|
<component name="RecentsManager">
|
175
333
|
<key name="MoveFile.RECENT_KEYS">
|
176
334
|
<recent name="$PROJECT_DIR$/lib/web_app_builder" />
|
177
335
|
</key>
|
178
336
|
</component>
|
179
|
-
<component name="RunManager">
|
337
|
+
<component name="RunManager" selected="RSpec.WebAppBuilder should create new zip file with files at particular folder">
|
338
|
+
<configuration default="false" name="WebAppBuilder should create new zip file with files at particular folder" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
339
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
340
|
+
<module name="web_app_builder" />
|
341
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
342
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$/spec" />
|
343
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
344
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
345
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
346
|
+
<envs>
|
347
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
348
|
+
</envs>
|
349
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
350
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
351
|
+
<COVERAGE_PATTERN ENABLED="true">
|
352
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
353
|
+
</COVERAGE_PATTERN>
|
354
|
+
</EXTENSION>
|
355
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
356
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$PROJECT_DIR$/spec/web_app_builder_spec.rb" />
|
357
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
358
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
359
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="WebAppBuilder should create new zip file with files at particular folder" />
|
360
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
361
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
362
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
363
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
364
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
365
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
366
|
+
<RunnerSettings RunnerId="RubyDebugRunner" />
|
367
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
368
|
+
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
369
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
370
|
+
<method />
|
371
|
+
</configuration>
|
372
|
+
<configuration default="false" name="WebAppBuilder should create new exploded directory with files" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
373
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
374
|
+
<module name="web_app_builder" />
|
375
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
376
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$/spec" />
|
377
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
378
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
379
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
380
|
+
<envs>
|
381
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
382
|
+
</envs>
|
383
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
384
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
385
|
+
<COVERAGE_PATTERN ENABLED="true">
|
386
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
387
|
+
</COVERAGE_PATTERN>
|
388
|
+
</EXTENSION>
|
389
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
390
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$PROJECT_DIR$/spec/web_app_builder_spec.rb" />
|
391
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
392
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
393
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="WebAppBuilder should create new exploded directory with files" />
|
394
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
395
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
396
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
397
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
398
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
399
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
400
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
401
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
402
|
+
<method />
|
403
|
+
</configuration>
|
404
|
+
<configuration default="false" name="web_app_builder_spec" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
405
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
406
|
+
<module name="web_app_builder" />
|
407
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
408
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$/spec" />
|
409
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
410
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
411
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
412
|
+
<envs>
|
413
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
414
|
+
</envs>
|
415
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
416
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
417
|
+
<COVERAGE_PATTERN ENABLED="true">
|
418
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
419
|
+
</COVERAGE_PATTERN>
|
420
|
+
</EXTENSION>
|
421
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
422
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$PROJECT_DIR$/spec/web_app_builder_spec.rb" />
|
423
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
424
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
425
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
426
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
427
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
428
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
429
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
430
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
431
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
432
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
433
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
434
|
+
<method />
|
435
|
+
</configuration>
|
180
436
|
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
181
437
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
182
438
|
<module name="" />
|
@@ -205,6 +461,24 @@
|
|
205
461
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
206
462
|
<method />
|
207
463
|
</configuration>
|
464
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
465
|
+
<module name="" />
|
466
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
467
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
468
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
469
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
470
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
471
|
+
<envs />
|
472
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
473
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
474
|
+
<COVERAGE_PATTERN ENABLED="true">
|
475
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
476
|
+
</COVERAGE_PATTERN>
|
477
|
+
</EXTENSION>
|
478
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
479
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
480
|
+
<method />
|
481
|
+
</configuration>
|
208
482
|
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
209
483
|
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
210
484
|
<module name="" />
|
@@ -229,28 +503,59 @@
|
|
229
503
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
230
504
|
<method />
|
231
505
|
</configuration>
|
232
|
-
<list size="
|
506
|
+
<list size="3">
|
507
|
+
<item index="0" class="java.lang.String" itemvalue="RSpec.WebAppBuilder should create new zip file with files at particular folder" />
|
508
|
+
<item index="1" class="java.lang.String" itemvalue="RSpec.WebAppBuilder should create new exploded directory with files" />
|
509
|
+
<item index="2" class="java.lang.String" itemvalue="RSpec.web_app_builder_spec" />
|
510
|
+
</list>
|
511
|
+
<recent_temporary>
|
512
|
+
<list size="5">
|
513
|
+
<item index="0" class="java.lang.String" itemvalue="RSpec.WebAppBuilder should create new zip file with files at particular folder" />
|
514
|
+
<item index="1" class="java.lang.String" itemvalue="RSpec.web_app_builder_spec" />
|
515
|
+
<item index="2" class="java.lang.String" itemvalue="RSpec.WebAppBuilder should create new exploded directory with files" />
|
516
|
+
<item index="3" class="java.lang.String" itemvalue="RSpec.web_app_builder_spec" />
|
517
|
+
<item index="4" class="java.lang.String" itemvalue="RSpec.web_app_builder_spec" />
|
518
|
+
</list>
|
519
|
+
</recent_temporary>
|
233
520
|
</component>
|
234
521
|
<component name="ShelveChangesManager" show_recycled="false" />
|
522
|
+
<component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false">
|
523
|
+
<option name="USER" value="" />
|
524
|
+
<option name="PASSWORD" value="" />
|
525
|
+
<option name="mySSHConnectionTimeout" value="30000" />
|
526
|
+
<option name="mySSHReadTimeout" value="30000" />
|
527
|
+
<option name="LAST_MERGED_REVISION" />
|
528
|
+
<option name="MERGE_DRY_RUN" value="false" />
|
529
|
+
<option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
|
530
|
+
<option name="UPDATE_LOCK_ON_DEMAND" value="false" />
|
531
|
+
<option name="IGNORE_SPACES_IN_MERGE" value="false" />
|
532
|
+
<option name="DETECT_NESTED_COPIES" value="true" />
|
533
|
+
<option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
|
534
|
+
<option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
|
535
|
+
<option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
|
536
|
+
<option name="FORCE_UPDATE" value="false" />
|
537
|
+
<option name="IGNORE_EXTERNALS" value="false" />
|
538
|
+
<myIsUseDefaultProxy>false</myIsUseDefaultProxy>
|
539
|
+
</component>
|
235
540
|
<component name="ToolWindowManager">
|
236
|
-
<frame x="
|
237
|
-
<editor active="
|
541
|
+
<frame x="240" y="142" width="1588" height="1058" extended-state="0" />
|
542
|
+
<editor active="false" />
|
238
543
|
<layout>
|
239
|
-
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.
|
544
|
+
<window_info id="Changes" 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" />
|
240
545
|
<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" />
|
241
546
|
<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" />
|
242
547
|
<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" />
|
243
548
|
<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" />
|
244
|
-
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25" sideWeight="0.
|
245
|
-
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.
|
549
|
+
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25" sideWeight="0.60041624" order="0" side_tool="false" content_ui="combo" />
|
550
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.39958376" sideWeight="0.73571426" order="3" side_tool="false" content_ui="tabs" />
|
246
551
|
<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" />
|
247
|
-
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="
|
248
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.
|
552
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.39958376" sideWeight="0.25974026" order="7" side_tool="true" content_ui="tabs" />
|
553
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3298647" sideWeight="0.58506495" order="2" side_tool="false" content_ui="tabs" />
|
249
554
|
<window_info id="Version Control" 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" />
|
250
555
|
<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" />
|
251
556
|
<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" />
|
252
557
|
<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" />
|
253
|
-
<window_info id="Find" active="
|
558
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3298647" sideWeight="0.4974026" order="1" side_tool="false" content_ui="tabs" />
|
254
559
|
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3298647" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
255
560
|
<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" />
|
256
561
|
<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" />
|
@@ -310,81 +615,108 @@
|
|
310
615
|
<option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
|
311
616
|
</component>
|
312
617
|
<component name="XDebuggerManager">
|
313
|
-
<breakpoint-manager
|
618
|
+
<breakpoint-manager>
|
619
|
+
<breakpoints>
|
620
|
+
<line-breakpoint enabled="true" type="ruby-line">
|
621
|
+
<url>file://$USER_HOME$/.rvm/gems/ruby-1.9.3-p194@web_app_builder/gems/meta_methods-1.0.4/lib/meta_methods/meta_methods.rb</url>
|
622
|
+
<line>41</line>
|
623
|
+
</line-breakpoint>
|
624
|
+
</breakpoints>
|
625
|
+
</breakpoint-manager>
|
314
626
|
</component>
|
315
627
|
<component name="editorHistoryManager">
|
316
|
-
<entry file="file://$PROJECT_DIR$/
|
628
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
317
629
|
<provider selected="true" editor-type-id="text-editor">
|
318
|
-
<state line="
|
319
|
-
<folding />
|
320
|
-
</state>
|
630
|
+
<state line="11" column="27" selection-start="240" selection-end="240" vertical-scroll-proportion="0.0" />
|
321
631
|
</provider>
|
322
632
|
</entry>
|
323
|
-
<entry file="file://$PROJECT_DIR$/
|
633
|
+
<entry file="file://$PROJECT_DIR$/LICENSE">
|
324
634
|
<provider selected="true" editor-type-id="text-editor">
|
325
|
-
<state line="
|
326
|
-
<folding />
|
327
|
-
</state>
|
635
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
328
636
|
</provider>
|
329
637
|
</entry>
|
330
|
-
<entry file="file://$PROJECT_DIR$/web_app_builder.gemspec
|
638
|
+
<entry file="file://$PROJECT_DIR$/web_app_builder.gemspec">
|
331
639
|
<provider selected="true" editor-type-id="text-editor">
|
332
|
-
<state line="
|
640
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
333
641
|
</provider>
|
334
642
|
</entry>
|
335
|
-
<entry file="file://$PROJECT_DIR$/
|
643
|
+
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
336
644
|
<provider selected="true" editor-type-id="text-editor">
|
337
|
-
<state line="
|
645
|
+
<state line="1" column="0" selection-start="59" selection-end="59" vertical-scroll-proportion="0.025931928" />
|
646
|
+
</provider>
|
647
|
+
</entry>
|
648
|
+
<entry file="file://$PROJECT_DIR$/config/templates/META-INF/context.xml">
|
649
|
+
<provider selected="true" editor-type-id="text-editor">
|
650
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
651
|
+
</provider>
|
652
|
+
</entry>
|
653
|
+
<entry file="file://$PROJECT_DIR$/Warfile">
|
654
|
+
<provider selected="true" editor-type-id="text-editor">
|
655
|
+
<state line="12" column="26" selection-start="301" selection-end="301" vertical-scroll-proportion="0.31118315" />
|
656
|
+
</provider>
|
657
|
+
</entry>
|
658
|
+
<entry file="file://$USER_HOME$/.rvm/gems/jruby-1.6.7@web_app_builder/gems/meta_methods-1.0.1/lib/meta_methods/meta_methods.rb">
|
659
|
+
<provider selected="true" editor-type-id="text-editor">
|
660
|
+
<state line="55" column="13" selection-start="1357" selection-end="1357" vertical-scroll-proportion="0.1961102" />
|
338
661
|
</provider>
|
339
662
|
</entry>
|
340
|
-
<entry file="file://$PROJECT_DIR$/
|
663
|
+
<entry file="file://$PROJECT_DIR$/Gemfile.lock">
|
341
664
|
<provider selected="true" editor-type-id="text-editor">
|
342
|
-
<state line="0" column="
|
665
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
666
|
+
</provider>
|
667
|
+
</entry>
|
668
|
+
<entry file="file://$PROJECT_DIR$/.rvmrc">
|
669
|
+
<provider selected="true" editor-type-id="text-editor">
|
670
|
+
<state line="3" column="13" selection-start="70" selection-end="70" vertical-scroll-proportion="0.0">
|
343
671
|
<folding />
|
344
672
|
</state>
|
345
673
|
</provider>
|
346
674
|
</entry>
|
347
|
-
<entry file="file://$PROJECT_DIR$/
|
675
|
+
<entry file="file://$PROJECT_DIR$/spec/web_app_builder_spec.rb">
|
348
676
|
<provider selected="true" editor-type-id="text-editor">
|
349
|
-
<state line="
|
677
|
+
<state line="16" column="19" selection-start="413" selection-end="413" vertical-scroll-proportion="0.0">
|
350
678
|
<folding />
|
351
679
|
</state>
|
352
680
|
</provider>
|
353
681
|
</entry>
|
354
|
-
<entry file="file://$
|
682
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib/bundler/rubygems_integration.rb">
|
355
683
|
<provider selected="true" editor-type-id="text-editor">
|
356
|
-
<state line="
|
684
|
+
<state line="126" column="0" selection-start="2194" selection-end="2194" vertical-scroll-proportion="0.0">
|
685
|
+
<folding />
|
686
|
+
</state>
|
357
687
|
</provider>
|
358
688
|
</entry>
|
359
|
-
<entry file="file://$
|
689
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-1.9.3-p194@web_app_builder/gems/meta_methods-1.0.5/lib/meta_methods/meta_methods.rb">
|
360
690
|
<provider selected="true" editor-type-id="text-editor">
|
361
|
-
<state line="
|
691
|
+
<state line="46" column="0" selection-start="1144" selection-end="1144" vertical-scroll-proportion="0.0">
|
692
|
+
<folding />
|
693
|
+
</state>
|
362
694
|
</provider>
|
363
695
|
</entry>
|
364
|
-
<entry file="file://$PROJECT_DIR$/lib/web_app_builder.rb">
|
696
|
+
<entry file="file://$PROJECT_DIR$/lib/web_app_builder/version.rb">
|
365
697
|
<provider selected="true" editor-type-id="text-editor">
|
366
|
-
<state line="
|
698
|
+
<state line="1" column="18" selection-start="39" selection-end="39" vertical-scroll-proportion="0.0">
|
367
699
|
<folding />
|
368
700
|
</state>
|
369
701
|
</provider>
|
370
702
|
</entry>
|
371
703
|
<entry file="file://$PROJECT_DIR$/lib/web_app_builder/web_app_builder.rb">
|
372
704
|
<provider selected="true" editor-type-id="text-editor">
|
373
|
-
<state line="
|
705
|
+
<state line="86" column="0" selection-start="3066" selection-end="3066" vertical-scroll-proportion="0.0">
|
374
706
|
<folding />
|
375
707
|
</state>
|
376
708
|
</provider>
|
377
709
|
</entry>
|
378
710
|
<entry file="file://$PROJECT_DIR$/Gemfile">
|
379
711
|
<provider selected="true" editor-type-id="text-editor">
|
380
|
-
<state line="
|
712
|
+
<state line="6" column="15" selection-start="107" selection-end="107" vertical-scroll-proportion="0.0">
|
381
713
|
<folding />
|
382
714
|
</state>
|
383
715
|
</provider>
|
384
716
|
</entry>
|
385
|
-
<entry file="file://$PROJECT_DIR
|
717
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
386
718
|
<provider selected="true" editor-type-id="text-editor">
|
387
|
-
<state line="
|
719
|
+
<state line="0" column="5" selection-start="5" selection-end="5" vertical-scroll-proportion="0.0">
|
388
720
|
<folding />
|
389
721
|
</state>
|
390
722
|
</provider>
|