rails_qx 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7371118d189cc53ef0882fda82e9b1422a1e6b1
4
- data.tar.gz: d31fb93146c2cab16c89e90a2cf8d653ba0c471e
3
+ metadata.gz: 9c4c188e57f3ad599b07c0520ce26e58f6141ba1
4
+ data.tar.gz: daeab6c2b8c4d92e7e9d7e9fc4f58bd606a67815
5
5
  SHA512:
6
- metadata.gz: 6498c5428ff494255d4407f6f88e395fc4e5bb60e187fd9cec4b298f7b9d3a8001864740d958936469e6e80a3bab9a1e042870f80396b0e43f0ab82e03417122
7
- data.tar.gz: 2af1a01ae87cbefba5b148b473d1249d3656349a86394aebfeb2243a5c63bdefb7fdb1258f545193fb8e00e1963f25e308d287f2a0569ba3a2ae7c52987b9d0e
6
+ metadata.gz: caa124c09f6989454c5f9dc439ad9201d9db368015fecd9268dc0e374de5bf18d7e5fae9661cefcd4d6096a79b4452689925190f7e5797f7837a83d57a2fd580
7
+ data.tar.gz: 4ac6acfb62f0f43a3c0281be24c7fab8e96c2596088a43218fb26493425ea8963cf606aa0610a90fbfbcbfadb4bfee39b9e27470417af13a06405b65814eeea0
data/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
data/.idea/workspace.xml CHANGED
@@ -1,7 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <project version="4">
3
3
  <component name="ChangeListManager">
4
- <list default="true" id="a01ab905-434f-4491-9109-448c456d1469" name="Default" comment="" />
4
+ <list default="true" id="a01ab905-434f-4491-9109-448c456d1469" name="Default" comment="">
5
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
6
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/rails_qx/version.rb" afterPath="$PROJECT_DIR$/lib/rails_qx/version.rb" />
7
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/vendor/assets/javascripts/rails_qx.js" afterPath="$PROJECT_DIR$/vendor/assets/javascripts/rails_qx.js" />
8
+ </list>
5
9
  <ignored path="rails_qx.iws" />
6
10
  <ignored path=".idea/workspace.xml" />
7
11
  <ignored path="$PROJECT_DIR$/.bundle/" />
@@ -22,23 +26,37 @@
22
26
  <favorites_list name="rails_qx" />
23
27
  </component>
24
28
  <component name="FileEditorManager">
25
- <leaf>
26
- <file leaf-file-name="rails_qx.gemspec" pinned="false" current-in-tab="true">
29
+ <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
30
+ <file leaf-file-name="rails_qx.gemspec" pinned="false" current-in-tab="false">
27
31
  <entry file="file://$PROJECT_DIR$/rails_qx.gemspec">
28
32
  <provider selected="true" editor-type-id="text-editor">
29
- <state vertical-scroll-proportion="0.2988048">
33
+ <state vertical-scroll-proportion="0.0">
30
34
  <caret line="10" column="0" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="0" />
31
35
  <folding />
32
36
  </state>
33
37
  </provider>
34
38
  </entry>
35
39
  </file>
40
+ <file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
41
+ <entry file="file://$PROJECT_DIR$/lib/rails_qx/version.rb">
42
+ <provider selected="true" editor-type-id="text-editor">
43
+ <state vertical-scroll-proportion="0.029880479">
44
+ <caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
45
+ <folding />
46
+ </state>
47
+ </provider>
48
+ </entry>
49
+ </file>
36
50
  </leaf>
37
51
  </component>
52
+ <component name="Git.Settings">
53
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
54
+ </component>
38
55
  <component name="IdeDocumentHistory">
39
56
  <option name="CHANGED_PATHS">
40
57
  <list>
41
58
  <option value="$PROJECT_DIR$/rails_qx.gemspec" />
59
+ <option value="$PROJECT_DIR$/lib/rails_qx/version.rb" />
42
60
  </list>
43
61
  </option>
44
62
  </component>
@@ -48,8 +66,8 @@
48
66
  <detection-done>true</detection-done>
49
67
  </component>
50
68
  <component name="ProjectFrameBounds">
51
- <option name="x" value="127" />
52
- <option name="y" value="137" />
69
+ <option name="x" value="133" />
70
+ <option name="y" value="134" />
53
71
  <option name="width" value="1153" />
54
72
  <option name="height" value="856" />
55
73
  </component>
@@ -78,7 +96,6 @@
78
96
  <foldersAlwaysOnTop value="true" />
79
97
  </navigator>
80
98
  <panes>
81
- <pane id="Scratches" />
82
99
  <pane id="ProjectPane">
83
100
  <subPane>
84
101
  <PATH>
@@ -97,9 +114,64 @@
97
114
  <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
98
115
  </PATH_ELEMENT>
99
116
  </PATH>
117
+ <PATH>
118
+ <PATH_ELEMENT>
119
+ <option name="myItemId" value="rails_qx" />
120
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
121
+ </PATH_ELEMENT>
122
+ <PATH_ELEMENT>
123
+ <option name="myItemId" value="rails_qx" />
124
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
125
+ </PATH_ELEMENT>
126
+ <PATH_ELEMENT>
127
+ <option name="myItemId" value="vendor" />
128
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
129
+ </PATH_ELEMENT>
130
+ <PATH_ELEMENT>
131
+ <option name="myItemId" value="assets" />
132
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
133
+ </PATH_ELEMENT>
134
+ <PATH_ELEMENT>
135
+ <option name="myItemId" value="javascripts" />
136
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
137
+ </PATH_ELEMENT>
138
+ </PATH>
139
+ <PATH>
140
+ <PATH_ELEMENT>
141
+ <option name="myItemId" value="rails_qx" />
142
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
143
+ </PATH_ELEMENT>
144
+ <PATH_ELEMENT>
145
+ <option name="myItemId" value="rails_qx" />
146
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
147
+ </PATH_ELEMENT>
148
+ <PATH_ELEMENT>
149
+ <option name="myItemId" value="lib" />
150
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
151
+ </PATH_ELEMENT>
152
+ </PATH>
153
+ <PATH>
154
+ <PATH_ELEMENT>
155
+ <option name="myItemId" value="rails_qx" />
156
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
157
+ </PATH_ELEMENT>
158
+ <PATH_ELEMENT>
159
+ <option name="myItemId" value="rails_qx" />
160
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
161
+ </PATH_ELEMENT>
162
+ <PATH_ELEMENT>
163
+ <option name="myItemId" value="lib" />
164
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
165
+ </PATH_ELEMENT>
166
+ <PATH_ELEMENT>
167
+ <option name="myItemId" value="rails_qx" />
168
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
169
+ </PATH_ELEMENT>
170
+ </PATH>
100
171
  </subPane>
101
172
  </pane>
102
173
  <pane id="Scope" />
174
+ <pane id="Scratches" />
103
175
  </panes>
104
176
  </component>
105
177
  <component name="PropertiesComponent">
@@ -107,6 +179,65 @@
107
179
  <property name="settings.editor.splitter.proportion" value="0.22876447" />
108
180
  <property name="last_opened_file_path" value="$PROJECT_DIR$" />
109
181
  <property name="WebServerToolWindowFactoryState" value="false" />
182
+ <property name="js-jscs-nodeInterpreter" value="/usr/local/bin/node" />
183
+ </component>
184
+ <component name="RecentsManager">
185
+ <key name="CopyFile.RECENT_KEYS">
186
+ <recent name="$PROJECT_DIR$/vendor/assets/javascripts" />
187
+ </key>
188
+ </component>
189
+ <component name="RunManager">
190
+ <configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
191
+ <predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
192
+ <module name="" />
193
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
194
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
195
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
196
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
197
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
198
+ <envs />
199
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
200
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
201
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
202
+ <COVERAGE_PATTERN ENABLED="true">
203
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
204
+ </COVERAGE_PATTERN>
205
+ </EXTENSION>
206
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
207
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
208
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
209
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
210
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
211
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
212
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
213
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
214
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
215
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
216
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
217
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
218
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
219
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
220
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
221
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
222
+ <method />
223
+ </configuration>
224
+ <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
225
+ <method />
226
+ </configuration>
227
+ <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
228
+ <node-options />
229
+ <gulpfile />
230
+ <tasks />
231
+ <arguments />
232
+ <envs />
233
+ <method />
234
+ </configuration>
235
+ <configuration default="true" type="js.build_tools.npm" factoryName="npm">
236
+ <command value="run-script" />
237
+ <scripts />
238
+ <envs />
239
+ <method />
240
+ </configuration>
110
241
  </component>
111
242
  <component name="ShelveChangesManager" show_recycled="false" />
112
243
  <component name="TaskManager">
@@ -119,25 +250,25 @@
119
250
  <servers />
120
251
  </component>
121
252
  <component name="ToolWindowManager">
122
- <frame x="127" y="137" width="1153" height="856" extended-state="0" />
123
- <editor active="true" />
253
+ <frame x="133" y="134" width="1153" height="856" extended-state="0" />
254
+ <editor active="false" />
124
255
  <layout>
125
- <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2547255" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
256
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.26822683" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
126
257
  <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" />
127
- <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32911393" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
128
- <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="-1" side_tool="true" content_ui="tabs" />
129
- <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="-1" side_tool="false" content_ui="tabs" />
130
- <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
258
+ <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" />
259
+ <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" />
260
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
131
261
  <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
132
- <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32911393" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
133
- <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
262
+ <window_info id="Terminal" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32911393" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
263
+ <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" />
134
264
  <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" />
135
- <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" />
265
+ <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32911393" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
136
266
  <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" />
137
267
  <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" />
138
- <window_info id="Find" 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" />
139
268
  <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" />
140
269
  <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
270
+ <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" />
271
+ <window_info id="Find" 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" />
141
272
  <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" />
142
273
  <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
143
274
  </layout>
@@ -152,11 +283,51 @@
152
283
  <component name="editorHistoryManager">
153
284
  <entry file="file://$PROJECT_DIR$/rails_qx.gemspec">
154
285
  <provider selected="true" editor-type-id="text-editor">
155
- <state vertical-scroll-proportion="0.2988048">
286
+ <state vertical-scroll-proportion="0.0">
287
+ <caret line="10" column="0" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="0" />
288
+ <folding />
289
+ </state>
290
+ </provider>
291
+ </entry>
292
+ <entry file="file://$PROJECT_DIR$/lib/rails_qx/version.rb">
293
+ <provider selected="true" editor-type-id="text-editor">
294
+ <state vertical-scroll-proportion="0.0">
295
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
296
+ <folding />
297
+ </state>
298
+ </provider>
299
+ </entry>
300
+ <entry file="file://$PROJECT_DIR$/rails_qx.gemspec">
301
+ <provider selected="true" editor-type-id="text-editor">
302
+ <state vertical-scroll-proportion="0.0">
303
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
304
+ <folding />
305
+ </state>
306
+ </provider>
307
+ </entry>
308
+ <entry file="file://$PROJECT_DIR$/rails_qx.gemspec">
309
+ <provider selected="true" editor-type-id="text-editor">
310
+ <state vertical-scroll-proportion="0.0">
311
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
312
+ <folding />
313
+ </state>
314
+ </provider>
315
+ </entry>
316
+ <entry file="file://$PROJECT_DIR$/rails_qx.gemspec">
317
+ <provider selected="true" editor-type-id="text-editor">
318
+ <state vertical-scroll-proportion="0.0">
156
319
  <caret line="10" column="0" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="0" />
157
320
  <folding />
158
321
  </state>
159
322
  </provider>
160
323
  </entry>
324
+ <entry file="file://$PROJECT_DIR$/lib/rails_qx/version.rb">
325
+ <provider selected="true" editor-type-id="text-editor">
326
+ <state vertical-scroll-proportion="0.029880479">
327
+ <caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
328
+ <folding />
329
+ </state>
330
+ </provider>
331
+ </entry>
161
332
  </component>
162
333
  </project>
@@ -1,3 +1,3 @@
1
1
  module RailsQx
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end