vor 0.1.1 → 0.1.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: 254826e126f03dc50f3758b78eea7a9956ccaece
4
- data.tar.gz: d034d0cf45896dbef4d3fa09c248bfbcc09afb2c
3
+ metadata.gz: 92abfef958f1ff53260313d977a14f97c8517195
4
+ data.tar.gz: bbac07c6135bfd7d435dc1d9687e2812a1e4f19f
5
5
  SHA512:
6
- metadata.gz: 064ca3cf27e19535d86b94ba883725468268a4cf324ec7c3b638c01674c9f22903197f9d18c2895d045078324ea3e0dc800a17cb132304ff7eed137e11482b06
7
- data.tar.gz: 60fccebd4733ac2df6a081c88283b2079c82406f1b82fde9bd06068e873fd8ca585b0a21c8c29297693647b35263e5731a80c44a18be0f2068c77bbaa728e3a1
6
+ metadata.gz: d7b5b13cc0611f2a72ff136ebaf8c8ee58b4d98738998cdc93fd5a266609f77a09e26035fea87c8616bfd247c9496ba6fa9e8dd0e061033b01f9d8360912b01b
7
+ data.tar.gz: c2c2ad1b5b736c2047703f0df5aa8dddef0b923c1ef6f6f41d46a61b7468a2c451c4c3d2c05e64ed79903f8e2e92a97d8c134c1316ebd6dbe580a66e49cbafd2
data/.idea/.rakeTasks ADDED
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Settings><!--This file was automatically generated by Ruby plugin.
3
+ You are allowed to:
4
+ 1. Remove rake task
5
+ 2. Add existing rake tasks
6
+ To add existing rake tasks automatically delete this file and reload the project.
7
+ --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build vor-0.1.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install vor-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install vor-0.1.0.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.0 and build and push vor-0.1.0.gem to Rubygems" fullCmd="release" taksId="release" /><RakeTask description="Run tests" fullCmd="test" taksId="test" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
@@ -0,0 +1,407 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="319f225c-03aa-4d1c-b230-25c5dba20532" name="Default" comment="">
5
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/.rakeTasks" />
6
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/vor-0.1.1.gem" />
7
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
8
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile" afterPath="$PROJECT_DIR$/Gemfile" />
9
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/vor/version.rb" afterPath="$PROJECT_DIR$/lib/vor/version.rb" />
10
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/vor-0.1.0.gem" afterPath="$PROJECT_DIR$/vor-0.1.0.gem" />
11
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/vor.rb" afterPath="$PROJECT_DIR$/lib/vor.rb" />
12
+ </list>
13
+ <ignored path="vor.iws" />
14
+ <ignored path=".idea/workspace.xml" />
15
+ <ignored path=".idea/dataSources.local.xml" />
16
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
17
+ <option name="TRACKING_ENABLED" value="true" />
18
+ <option name="SHOW_DIALOG" value="false" />
19
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
20
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
21
+ <option name="LAST_RESOLUTION" value="IGNORE" />
22
+ </component>
23
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
24
+ <component name="CreatePatchCommitExecutor">
25
+ <option name="PATCH_PATH" value="" />
26
+ </component>
27
+ <component name="FavoritesManager">
28
+ <favorites_list name="vor" />
29
+ </component>
30
+ <component name="FileEditorManager">
31
+ <leaf>
32
+ <file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
33
+ <entry file="file://$PROJECT_DIR$/Gemfile">
34
+ <provider selected="true" editor-type-id="text-editor">
35
+ <state vertical-scroll-proportion="0.0">
36
+ <caret line="1" column="9" selection-start-line="1" selection-start-column="9" selection-end-line="1" selection-end-column="9" />
37
+ <folding />
38
+ </state>
39
+ </provider>
40
+ </entry>
41
+ </file>
42
+ <file leaf-file-name="Rakefile" pinned="false" current-in-tab="false">
43
+ <entry file="file://$PROJECT_DIR$/Rakefile">
44
+ <provider selected="true" editor-type-id="text-editor">
45
+ <state vertical-scroll-proportion="0.0">
46
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
47
+ <folding />
48
+ </state>
49
+ </provider>
50
+ </entry>
51
+ </file>
52
+ <file leaf-file-name="vor.rb" pinned="false" current-in-tab="false">
53
+ <entry file="file://$PROJECT_DIR$/lib/vor.rb">
54
+ <provider selected="true" editor-type-id="text-editor">
55
+ <state vertical-scroll-proportion="0.0">
56
+ <caret line="3" column="9" selection-start-line="3" selection-start-column="9" selection-end-line="3" selection-end-column="9" />
57
+ <folding />
58
+ </state>
59
+ </provider>
60
+ </entry>
61
+ </file>
62
+ <file leaf-file-name="vor.gemspec" pinned="false" current-in-tab="false">
63
+ <entry file="file://$PROJECT_DIR$/vor.gemspec">
64
+ <provider selected="true" editor-type-id="text-editor">
65
+ <state vertical-scroll-proportion="0.0">
66
+ <caret line="7" column="32" selection-start-line="7" selection-start-column="32" selection-end-line="7" selection-end-column="32" />
67
+ <folding />
68
+ </state>
69
+ </provider>
70
+ </entry>
71
+ </file>
72
+ <file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
73
+ <entry file="file://$PROJECT_DIR$/lib/vor/version.rb">
74
+ <provider selected="true" editor-type-id="text-editor">
75
+ <state vertical-scroll-proportion="0.026737968">
76
+ <caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
77
+ <folding />
78
+ </state>
79
+ </provider>
80
+ </entry>
81
+ </file>
82
+ </leaf>
83
+ </component>
84
+ <component name="Git.Settings">
85
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
86
+ </component>
87
+ <component name="IdeDocumentHistory">
88
+ <option name="CHANGED_PATHS">
89
+ <list>
90
+ <option value="$PROJECT_DIR$/vor.gemspec" />
91
+ <option value="$PROJECT_DIR$/Gemfile" />
92
+ <option value="$PROJECT_DIR$/lib/vor.rb" />
93
+ <option value="$PROJECT_DIR$/lib/vor/version.rb" />
94
+ </list>
95
+ </option>
96
+ </component>
97
+ <component name="JsBuildToolGruntFileManager" detection-done="true" />
98
+ <component name="JsGulpfileManager">
99
+ <detection-done>true</detection-done>
100
+ </component>
101
+ <component name="NamedScopeManager">
102
+ <order />
103
+ </component>
104
+ <component name="ProjectFrameBounds">
105
+ <option name="width" value="1440" />
106
+ <option name="height" value="900" />
107
+ </component>
108
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
109
+ <OptionsSetting value="true" id="Add" />
110
+ <OptionsSetting value="true" id="Remove" />
111
+ <OptionsSetting value="true" id="Checkout" />
112
+ <OptionsSetting value="true" id="Update" />
113
+ <OptionsSetting value="true" id="Status" />
114
+ <OptionsSetting value="true" id="Edit" />
115
+ <ConfirmationsSetting value="0" id="Add" />
116
+ <ConfirmationsSetting value="0" id="Remove" />
117
+ </component>
118
+ <component name="ProjectView">
119
+ <navigator currentView="ProjectPane" proportions="" version="1">
120
+ <flattenPackages />
121
+ <showMembers />
122
+ <showModules />
123
+ <showLibraryContents />
124
+ <hideEmptyPackages />
125
+ <abbreviatePackageNames />
126
+ <autoscrollToSource />
127
+ <autoscrollFromSource />
128
+ <sortByType />
129
+ </navigator>
130
+ <panes>
131
+ <pane id="Scratches" />
132
+ <pane id="Scope" />
133
+ <pane id="ProjectPane">
134
+ <subPane>
135
+ <PATH>
136
+ <PATH_ELEMENT>
137
+ <option name="myItemId" value="vor" />
138
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
139
+ </PATH_ELEMENT>
140
+ </PATH>
141
+ <PATH>
142
+ <PATH_ELEMENT>
143
+ <option name="myItemId" value="vor" />
144
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
145
+ </PATH_ELEMENT>
146
+ <PATH_ELEMENT>
147
+ <option name="myItemId" value="vor" />
148
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
149
+ </PATH_ELEMENT>
150
+ </PATH>
151
+ <PATH>
152
+ <PATH_ELEMENT>
153
+ <option name="myItemId" value="vor" />
154
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
155
+ </PATH_ELEMENT>
156
+ <PATH_ELEMENT>
157
+ <option name="myItemId" value="vor" />
158
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
159
+ </PATH_ELEMENT>
160
+ <PATH_ELEMENT>
161
+ <option name="myItemId" value="lib" />
162
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
163
+ </PATH_ELEMENT>
164
+ </PATH>
165
+ <PATH>
166
+ <PATH_ELEMENT>
167
+ <option name="myItemId" value="vor" />
168
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
169
+ </PATH_ELEMENT>
170
+ <PATH_ELEMENT>
171
+ <option name="myItemId" value="vor" />
172
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
173
+ </PATH_ELEMENT>
174
+ <PATH_ELEMENT>
175
+ <option name="myItemId" value="bin" />
176
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
177
+ </PATH_ELEMENT>
178
+ </PATH>
179
+ </subPane>
180
+ </pane>
181
+ </panes>
182
+ </component>
183
+ <component name="PropertiesComponent">
184
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
185
+ <property name="WebServerToolWindowFactoryState" value="false" />
186
+ </component>
187
+ <component name="RunManager">
188
+ <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
189
+ <method />
190
+ </configuration>
191
+ <configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
192
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
193
+ <module name="" />
194
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
195
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
196
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
197
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
198
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
199
+ <envs />
200
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
201
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
202
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
203
+ <COVERAGE_PATTERN ENABLED="true">
204
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
205
+ </COVERAGE_PATTERN>
206
+ </EXTENSION>
207
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
208
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
209
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
210
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
211
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
212
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
213
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
214
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
215
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
216
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
217
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
218
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
219
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
220
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
221
+ <method />
222
+ </configuration>
223
+ <configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
224
+ <module name="" />
225
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
226
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
227
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
228
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
229
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
230
+ <envs />
231
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
232
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
233
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
234
+ <COVERAGE_PATTERN ENABLED="true">
235
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
236
+ </COVERAGE_PATTERN>
237
+ </EXTENSION>
238
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
239
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
240
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
241
+ <method />
242
+ </configuration>
243
+ <configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
244
+ <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
245
+ <module name="" />
246
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
247
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
248
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
249
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
250
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
251
+ <envs />
252
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
253
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
254
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
255
+ <COVERAGE_PATTERN ENABLED="true">
256
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
257
+ </COVERAGE_PATTERN>
258
+ </EXTENSION>
259
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
260
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
261
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
262
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
263
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
264
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
265
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
266
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
267
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
268
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
269
+ <method />
270
+ </configuration>
271
+ <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
272
+ <method />
273
+ </configuration>
274
+ </component>
275
+ <component name="ShelveChangesManager" show_recycled="false" />
276
+ <component name="TaskManager">
277
+ <task active="true" id="Default" summary="Default task">
278
+ <changelist id="319f225c-03aa-4d1c-b230-25c5dba20532" name="Default" comment="" />
279
+ <created>1445182607290</created>
280
+ <option name="number" value="Default" />
281
+ <updated>1445182607290</updated>
282
+ </task>
283
+ <task id="LOCAL-00001" summary="Skleton files comitted&#10;">
284
+ <created>1445182678981</created>
285
+ <option name="number" value="00001" />
286
+ <option name="project" value="LOCAL" />
287
+ <updated>1445182678981</updated>
288
+ </task>
289
+ <task id="LOCAL-00002" summary="Skleton files comitted&#10;">
290
+ <created>1445183392999</created>
291
+ <option name="number" value="00002" />
292
+ <option name="project" value="LOCAL" />
293
+ <updated>1445183392999</updated>
294
+ </task>
295
+ <task id="LOCAL-00003" summary="Gem file added">
296
+ <created>1445184363971</created>
297
+ <option name="number" value="00003" />
298
+ <option name="project" value="LOCAL" />
299
+ <updated>1445184363971</updated>
300
+ </task>
301
+ <option name="localTasksCounter" value="4" />
302
+ <servers />
303
+ </component>
304
+ <component name="ToolWindowManager">
305
+ <frame x="0" y="0" width="1440" height="900" extended-state="0" />
306
+ <editor active="true" />
307
+ <layout>
308
+ <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
309
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32992035" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
310
+ <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" />
311
+ <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="-1" side_tool="false" content_ui="tabs" />
312
+ <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="false" content_ui="tabs" />
313
+ <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
314
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
315
+ <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
316
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32992035" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
317
+ <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="-1" side_tool="true" content_ui="tabs" />
318
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32992035" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
319
+ <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="-1" side_tool="false" content_ui="tabs" />
320
+ <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" />
321
+ <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" />
322
+ <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" />
323
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
324
+ <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
325
+ <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" />
326
+ <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
327
+ </layout>
328
+ </component>
329
+ <component name="VcsContentAnnotationSettings">
330
+ <option name="myLimit" value="2678400000" />
331
+ </component>
332
+ <component name="VcsManagerConfiguration">
333
+ <MESSAGE value="Skleton files comitted&#10;" />
334
+ <MESSAGE value="Gem file added" />
335
+ <option name="LAST_COMMIT_MESSAGE" value="Gem file added" />
336
+ </component>
337
+ <component name="XDebuggerManager">
338
+ <breakpoint-manager />
339
+ <watches-manager />
340
+ </component>
341
+ <component name="editorHistoryManager">
342
+ <entry file="file://$PROJECT_DIR$/.gitignore">
343
+ <provider selected="true" editor-type-id="text-editor">
344
+ <state vertical-scroll-proportion="0.0">
345
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
346
+ <folding />
347
+ </state>
348
+ </provider>
349
+ </entry>
350
+ <entry file="file://$PROJECT_DIR$/Gemfile">
351
+ <provider selected="true" editor-type-id="text-editor">
352
+ <state vertical-scroll-proportion="0.0">
353
+ <caret line="1" column="9" selection-start-line="1" selection-start-column="9" selection-end-line="1" selection-end-column="9" />
354
+ <folding />
355
+ </state>
356
+ </provider>
357
+ </entry>
358
+ <entry file="file://$PROJECT_DIR$/vor-0.1.0.gem">
359
+ <provider selected="true" editor-type-id="text-editor">
360
+ <state vertical-scroll-proportion="0.5080214">
361
+ <caret line="19" column="12" selection-start-line="19" selection-start-column="12" selection-end-line="19" selection-end-column="12" />
362
+ <folding />
363
+ </state>
364
+ </provider>
365
+ </entry>
366
+ <entry file="file://$PROJECT_DIR$/Rakefile">
367
+ <provider selected="true" editor-type-id="text-editor">
368
+ <state vertical-scroll-proportion="0.0">
369
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
370
+ <folding />
371
+ </state>
372
+ </provider>
373
+ </entry>
374
+ <entry file="file://$PROJECT_DIR$/bin/console">
375
+ <provider selected="true" editor-type-id="text-editor">
376
+ <state vertical-scroll-proportion="0.0">
377
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
378
+ <folding />
379
+ </state>
380
+ </provider>
381
+ </entry>
382
+ <entry file="file://$PROJECT_DIR$/vor.gemspec">
383
+ <provider selected="true" editor-type-id="text-editor">
384
+ <state vertical-scroll-proportion="0.0">
385
+ <caret line="7" column="32" selection-start-line="7" selection-start-column="32" selection-end-line="7" selection-end-column="32" />
386
+ <folding />
387
+ </state>
388
+ </provider>
389
+ </entry>
390
+ <entry file="file://$PROJECT_DIR$/lib/vor.rb">
391
+ <provider selected="true" editor-type-id="text-editor">
392
+ <state vertical-scroll-proportion="0.0">
393
+ <caret line="3" column="9" selection-start-line="3" selection-start-column="9" selection-end-line="3" selection-end-column="9" />
394
+ <folding />
395
+ </state>
396
+ </provider>
397
+ </entry>
398
+ <entry file="file://$PROJECT_DIR$/lib/vor/version.rb">
399
+ <provider selected="true" editor-type-id="text-editor">
400
+ <state vertical-scroll-proportion="0.026737968">
401
+ <caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
402
+ <folding />
403
+ </state>
404
+ </provider>
405
+ </entry>
406
+ </component>
407
+ </project>
data/lib/vor/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vor
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/vor.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require "vor/version"
2
2
 
3
3
  module Vor
4
- def ƒ
4
+ def fol
5
5
  puts 'hey'
6
6
  end
7
7
  end
data/vor-0.1.1.gem ADDED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - tolgabulca
@@ -61,10 +61,12 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - .gitignore
63
63
  - .idea/.name
64
+ - .idea/.rakeTasks
64
65
  - .idea/misc.xml
65
66
  - .idea/modules.xml
66
67
  - .idea/vcs.xml
67
68
  - .idea/vor.iml
69
+ - .idea/workspace.xml
68
70
  - .travis.yml
69
71
  - CODE_OF_CONDUCT.md
70
72
  - Gemfile
@@ -76,6 +78,7 @@ files:
76
78
  - lib/vor.rb
77
79
  - lib/vor/version.rb
78
80
  - vor-0.1.0.gem
81
+ - vor-0.1.1.gem
79
82
  - vor.gemspec
80
83
  homepage: https://github.com/tolgabulca/vor.git
81
84
  licenses: