chupakabra_tools 0.0.9 → 0.0.14
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 +15 -0
- data/.idea/.rakeTasks +7 -0
- data/{projectFilesBackup/.idea → .idea}/chupakabra_tools.iml +17 -5
- data/.idea/encodings.xml +5 -0
- data/.idea/misc.xml +5 -0
- data/.idea/modules.xml +9 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +191 -111
- data/Gemfile.lock +7 -1
- data/chupakabra_tools.gemspec +4 -2
- data/lib/chupakabra_tools.rb +11 -3
- data/lib/chupakabra_tools/active_enum_extended.rb +53 -0
- data/lib/chupakabra_tools/class_helper.rb +241 -0
- data/lib/chupakabra_tools/data_type.rb +12 -0
- data/lib/chupakabra_tools/deletion_status.rb +6 -0
- data/lib/chupakabra_tools/education_level.rb +8 -0
- data/lib/chupakabra_tools/internet_file_process_status.rb +9 -0
- data/lib/chupakabra_tools/json_status.rb +11 -0
- data/lib/chupakabra_tools/predefined_time_intervals.rb +18 -18
- data/lib/chupakabra_tools/security.rb +4 -1
- data/lib/chupakabra_tools/set_management_result.rb +9 -0
- data/lib/chupakabra_tools/time_interval.rb +426 -412
- data/lib/chupakabra_tools/{validattions.rb → validations.rb} +9 -1
- data/lib/chupakabra_tools/xml/xml_parser.rb +54 -0
- metadata +49 -18
- data/lib/chupakabra_tools/version.rb +0 -3
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
ZmIyOGM2ZjA5MzM5M2I4NTI1M2NhN2NkZGQwNDE1MDkwNDkyZmNjZA==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
MWRlZjZmZTk5ZmMzNTlkZGRkZjQxZTExMTNjZDBiMWQ1Y2NkYjNkNg==
|
7
|
+
!binary "U0hBNTEy":
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
YTBmNGVlODIxYTI4YzVkNTdlNmE2Yjg3NDA0ZTU3NThhNzhmMTliMjQ0Nzkx
|
10
|
+
MTc4NTc0OTdlMWQ4MDRjODU2M2FhMzlkZmYxMjJmM2RiMmMyYjViY2E5NWNh
|
11
|
+
NDNkMTdlMjNjNjkyNjg5YThjYjlmYWZiMDQwY2MyMmIxNmQzYTY=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
YTZkNTJkM2E5MWQ3YTlmNDNhYTMxYzYwZTIyYzhkNzkyMGRlZmE5MjQxNmI2
|
14
|
+
MTE2MWM2MmJmMDk4MDVmOWJlNjhlMzAxZjM3YmFmZmU2Y2JiYTY5NmUyZjVh
|
15
|
+
MTQxNjhhMWMyMjgxZTQ2MzVhMzQ0OWIzNzQ5YjNmOWY3NDdkMjI=
|
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 chupakabra_tools-0.0.7.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install chupakabra_tools-0.0.7.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.7 and build and push chupakabra_tools-0.0.7.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>
|
@@ -1,20 +1,32 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="FacetManager">
|
4
|
+
<facet type="gem" name="Gem">
|
5
|
+
<configuration>
|
6
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
7
|
+
<option name="GEM_APP_TEST_PATH" value="" />
|
8
|
+
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
9
|
+
</configuration>
|
10
|
+
</facet>
|
11
|
+
</component>
|
3
12
|
<component name="NewModuleRootManager">
|
4
13
|
<content url="file://$MODULE_DIR$" />
|
5
14
|
<orderEntry type="inheritedJdk" />
|
6
15
|
<orderEntry type="sourceFolder" forTests="false" />
|
7
16
|
<orderEntry type="library" scope="PROVIDED" name="active_enum (v0.9.12, RVM: ruby-1.9.3-p327) [gem]" level="application" />
|
8
17
|
<orderEntry type="library" scope="PROVIDED" name="activemodel (v3.2.12, RVM: ruby-1.9.3-p327) [gem]" level="application" />
|
9
|
-
<orderEntry type="library" scope="PROVIDED" name="activerecord (
|
10
|
-
<orderEntry type="library" scope="PROVIDED" name="activesupport (
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="activerecord (v4.0.0.rc1, RVM: ruby-1.9.3-p327) [gem]" level="application" />
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="activesupport (v4.0.0.rc1, RVM: ruby-1.9.3-p327) [gem]" level="application" />
|
11
20
|
<orderEntry type="library" scope="PROVIDED" name="arel (v3.0.2, RVM: ruby-1.9.3-p327) [gem]" level="application" />
|
12
21
|
<orderEntry type="library" scope="PROVIDED" name="builder (v3.0.4, RVM: ruby-1.9.3-p327) [gem]" level="application" />
|
13
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.
|
22
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, RVM: ruby-1.9.3-p327) [gem]" level="application" />
|
14
23
|
<orderEntry type="library" scope="PROVIDED" name="i18n (v0.6.4, RVM: ruby-1.9.3-p327) [gem]" level="application" />
|
15
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
24
|
+
<orderEntry type="library" scope="PROVIDED" name="mini_portile (v0.5.0, RVM: ruby-1.9.3-p327) [gem]" level="application" />
|
25
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.7.7, RVM: ruby-1.9.3-p327) [gem]" level="application" />
|
26
|
+
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.6.0, RVM: ruby-1.9.3-p327) [gem]" level="application" />
|
16
27
|
<orderEntry type="library" scope="PROVIDED" name="russian (v0.6.0, RVM: ruby-1.9.3-p327) [gem]" level="application" />
|
17
|
-
<orderEntry type="library" scope="PROVIDED" name="tzinfo (v0.3.
|
28
|
+
<orderEntry type="library" scope="PROVIDED" name="tzinfo (v0.3.37, RVM: ruby-1.9.3-p327) [gem]" level="application" />
|
29
|
+
<orderEntry type="library" scope="PROVIDED" name="will_paginate (v3.0.4, RVM: ruby-1.9.3-p327) [gem]" level="application" />
|
18
30
|
</component>
|
19
31
|
</module>
|
20
32
|
|
data/.idea/encodings.xml
ADDED
data/.idea/misc.xml
ADDED
data/.idea/modules.xml
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ProjectModuleManager">
|
4
|
+
<modules>
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/chupakabra_tools.iml" filepath="$PROJECT_DIR$/.idea/chupakabra_tools.iml" />
|
6
|
+
</modules>
|
7
|
+
</component>
|
8
|
+
</project>
|
9
|
+
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
CHANGED
@@ -2,19 +2,15 @@
|
|
2
2
|
<project version="4">
|
3
3
|
<component name="ChangeListManager">
|
4
4
|
<list default="true" id="d6aa733e-1913-4274-b172-8caf8ff85836" name="Default" comment="">
|
5
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/chupakabra_tools/logging.rb" />
|
6
5
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile.lock" afterPath="$PROJECT_DIR$/Gemfile.lock" />
|
7
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/
|
8
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR
|
9
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/chupakabra_tools/
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/chupakabra_tools.gemspec" afterPath="$PROJECT_DIR$/chupakabra_tools.gemspec" />
|
7
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/chupakabra_tools.iml" afterPath="$PROJECT_DIR$/.idea/chupakabra_tools.iml" />
|
8
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/chupakabra_tools/security.rb" afterPath="$PROJECT_DIR$/lib/chupakabra_tools/security.rb" />
|
9
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/chupakabra_tools/time_interval.rb" afterPath="$PROJECT_DIR$/lib/chupakabra_tools/time_interval.rb" />
|
10
10
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
11
11
|
</list>
|
12
12
|
<ignored path="chupakabra_tools.iws" />
|
13
13
|
<ignored path=".idea/workspace.xml" />
|
14
|
-
<file path="/Dummy.txt" changelist="d6aa733e-1913-4274-b172-8caf8ff85836" time="1373737012001" ignored="false" />
|
15
|
-
<file path="/active_record.rb" changelist="d6aa733e-1913-4274-b172-8caf8ff85836" time="1367255437093" ignored="false" />
|
16
|
-
<file path="/logging.rb" changelist="d6aa733e-1913-4274-b172-8caf8ff85836" time="1373107681123" ignored="false" />
|
17
|
-
<file path="/chupakabra_tools.rb" changelist="d6aa733e-1913-4274-b172-8caf8ff85836" time="1372075909362" ignored="false" />
|
18
14
|
<option name="TRACKING_ENABLED" value="true" />
|
19
15
|
<option name="SHOW_DIALOG" value="false" />
|
20
16
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
@@ -33,7 +29,17 @@
|
|
33
29
|
<favorites_list name="chupakabra_tools" />
|
34
30
|
</component>
|
35
31
|
<component name="FileEditorManager">
|
36
|
-
<leaf
|
32
|
+
<leaf>
|
33
|
+
<file leaf-file-name="security.rb" pinned="false" current="true" current-in-tab="true">
|
34
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/security.rb">
|
35
|
+
<provider selected="true" editor-type-id="text-editor">
|
36
|
+
<state line="41" column="24" selection-start="776" selection-end="790" vertical-scroll-proportion="0.57000995" vertical-offset="0" max-vertical-offset="1007">
|
37
|
+
<folding />
|
38
|
+
</state>
|
39
|
+
</provider>
|
40
|
+
</entry>
|
41
|
+
</file>
|
42
|
+
</leaf>
|
37
43
|
</component>
|
38
44
|
<component name="FindManager">
|
39
45
|
<FindUsagesManager>
|
@@ -51,29 +57,33 @@
|
|
51
57
|
<component name="IdeDocumentHistory">
|
52
58
|
<option name="changedFiles">
|
53
59
|
<list>
|
54
|
-
<option value="$PROJECT_DIR$/lib/
|
55
|
-
<option value="$PROJECT_DIR$/lib/
|
56
|
-
<option value="$PROJECT_DIR$/
|
57
|
-
<option value="$PROJECT_DIR$/lib/chupakabra_tools/
|
60
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/validations.rb" />
|
61
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/chupakabra_form_builder.rb" />
|
62
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/kirgudu_form_builder.rb" />
|
63
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/education_level.rb" />
|
64
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/json_status.rb" />
|
58
65
|
<option value="$PROJECT_DIR$/lib/chupakabra_tools/predefined_time_intervals.rb" />
|
59
|
-
<option value="$PROJECT_DIR$/lib/chupakabra_tools/
|
60
|
-
<option value="$PROJECT_DIR$/lib/chupakabra_tools/
|
61
|
-
<option value="$PROJECT_DIR$/lib/chupakabra_tools/
|
62
|
-
<option value="$PROJECT_DIR$/lib/chupakabra_tools/
|
63
|
-
<option value="$PROJECT_DIR$/chupakabra_tools.
|
64
|
-
<option value="$PROJECT_DIR$/lib/chupakabra_tools/
|
65
|
-
<option value="$PROJECT_DIR$/lib/chupakabra_tools/
|
66
|
-
<option value="$PROJECT_DIR$/lib/chupakabra_tools/
|
67
|
-
<option value="$PROJECT_DIR$/lib/chupakabra_tools.rb" />
|
68
|
-
<option value="$PROJECT_DIR$/lib/chupakabra_tools/logging.rb" />
|
66
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/extensions/helpers/models/scopes.rb" />
|
67
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/controllers/application_controller.rb" />
|
68
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/extensions/models/data_filter.rb" />
|
69
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/extensions/models/form_property.rb" />
|
70
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/extensions/helpers/models/data_filter.rb" />
|
71
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/extensions/helpers/models/filters.rb" />
|
72
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/extensions/helpers/models/form_properties.rb" />
|
73
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/extensions/helpers/models/form_property.rb" />
|
69
74
|
<option value="$PROJECT_DIR$/lib/chupakabra_tools/version.rb" />
|
75
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools.rb" />
|
76
|
+
<option value="$PROJECT_DIR$/chupakabra_tools.gemspec" />
|
77
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/time_interval.rb" />
|
78
|
+
<option value="$PROJECT_DIR$/lib/chupakabra_tools/security.rb" />
|
70
79
|
</list>
|
71
80
|
</option>
|
72
81
|
</component>
|
73
82
|
<component name="ProjectFrameBounds">
|
74
|
-
<option name="x" value="
|
75
|
-
<option name="
|
76
|
-
<option name="
|
83
|
+
<option name="x" value="-1921" />
|
84
|
+
<option name="y" value="23" />
|
85
|
+
<option name="width" value="1553" />
|
86
|
+
<option name="height" value="1099" />
|
77
87
|
</component>
|
78
88
|
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
79
89
|
<OptionsSetting value="true" id="Add" />
|
@@ -158,9 +168,14 @@
|
|
158
168
|
</component>
|
159
169
|
<component name="PropertiesComponent">
|
160
170
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
171
|
+
<property name="last_opened_file_path" value="$USER_HOME$/Ruby/KirguduBase" />
|
161
172
|
</component>
|
162
173
|
<component name="RecentsManager">
|
163
174
|
<key name="MoveFile.RECENT_KEYS">
|
175
|
+
<recent name="$PROJECT_DIR$/lib/chupakabra_tools/extentions/helpers/models" />
|
176
|
+
<recent name="$PROJECT_DIR$/lib/chupakabra_tools/extentions/helpers/controllers" />
|
177
|
+
<recent name="$PROJECT_DIR$/lib/chupakabra_tools/xml" />
|
178
|
+
<recent name="$PROJECT_DIR$/lib/chupakabra_tools/extentions" />
|
164
179
|
<recent name="$PROJECT_DIR$/lib/chupakabra_tools" />
|
165
180
|
</key>
|
166
181
|
</component>
|
@@ -175,7 +190,7 @@
|
|
175
190
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
176
191
|
<envs />
|
177
192
|
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
178
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
193
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
179
194
|
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
180
195
|
<COVERAGE_PATTERN ENABLED="true">
|
181
196
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
@@ -192,6 +207,7 @@
|
|
192
207
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
193
208
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
194
209
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
210
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
195
211
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
196
212
|
<method />
|
197
213
|
</configuration>
|
@@ -204,7 +220,7 @@
|
|
204
220
|
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
205
221
|
<envs />
|
206
222
|
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
207
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
223
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
208
224
|
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
209
225
|
<COVERAGE_PATTERN ENABLED="true">
|
210
226
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
@@ -215,6 +231,9 @@
|
|
215
231
|
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
216
232
|
<method />
|
217
233
|
</configuration>
|
234
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug" singleton="true">
|
235
|
+
<method />
|
236
|
+
</configuration>
|
218
237
|
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
219
238
|
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
220
239
|
<module name="" />
|
@@ -225,7 +244,7 @@
|
|
225
244
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
226
245
|
<envs />
|
227
246
|
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
228
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
247
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
229
248
|
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
230
249
|
<COVERAGE_PATTERN ENABLED="true">
|
231
250
|
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
@@ -238,6 +257,7 @@
|
|
238
257
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
239
258
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
240
259
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
260
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
241
261
|
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
242
262
|
<method />
|
243
263
|
</configuration>
|
@@ -253,14 +273,16 @@
|
|
253
273
|
<servers />
|
254
274
|
</component>
|
255
275
|
<component name="ToolWindowManager">
|
256
|
-
<frame x="
|
257
|
-
<editor active="
|
276
|
+
<frame x="-1921" y="23" width="1553" height="1099" extended-state="6" />
|
277
|
+
<editor active="true" />
|
258
278
|
<layout>
|
259
279
|
<window_info id="Changes" 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" />
|
280
|
+
<window_info id="Terminal" 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" />
|
260
281
|
<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" />
|
282
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.12400793" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
261
283
|
<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="0" side_tool="false" content_ui="tabs" />
|
262
284
|
<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" />
|
263
|
-
<window_info id="Project" active="
|
285
|
+
<window_info id="Project" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.38466623" sideWeight="0.87599206" order="4" side_tool="false" content_ui="combo" />
|
264
286
|
<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" />
|
265
287
|
<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="0" side_tool="true" content_ui="tabs" />
|
266
288
|
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
@@ -269,161 +291,219 @@
|
|
269
291
|
<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" />
|
270
292
|
<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" />
|
271
293
|
<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="2" side_tool="false" content_ui="tabs" />
|
272
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32960325" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
273
294
|
<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="1" side_tool="false" content_ui="tabs" />
|
274
|
-
<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="3" side_tool="false" content_ui="combo" />
|
275
295
|
<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" />
|
296
|
+
<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="3" side_tool="false" content_ui="combo" />
|
276
297
|
</layout>
|
277
298
|
</component>
|
299
|
+
<component name="Vcs.Log.UiProperties">
|
300
|
+
<option name="RECENTLY_FILTERED_USERS">
|
301
|
+
<collection />
|
302
|
+
</option>
|
303
|
+
</component>
|
278
304
|
<component name="VcsContentAnnotationSettings">
|
279
305
|
<option name="myLimit" value="2678400000" />
|
280
306
|
</component>
|
281
307
|
<component name="VcsManagerConfiguration">
|
282
|
-
<option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
|
283
308
|
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="true" />
|
284
|
-
<option name="CHECK_NEW_TODO" value="true" />
|
285
309
|
<option name="myTodoPanelSettings">
|
286
|
-
<
|
287
|
-
<are-packages-shown value="false" />
|
288
|
-
<are-modules-shown value="false" />
|
289
|
-
<flatten-packages value="false" />
|
290
|
-
<is-autoscroll-to-source value="false" />
|
291
|
-
</value>
|
310
|
+
<TodoPanelSettings />
|
292
311
|
</option>
|
293
|
-
<option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
|
294
|
-
<option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
|
295
|
-
<option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
|
296
|
-
<option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
|
297
|
-
<option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
|
298
|
-
<option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
|
299
|
-
<option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
|
300
|
-
<option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
|
301
|
-
<option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
|
302
|
-
<option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
|
303
|
-
<option name="DEFAULT_PATCH_EXTENSION" value="patch" />
|
304
|
-
<option name="SHORT_DIFF_HORIZONTALLY" value="true" />
|
305
|
-
<option name="SHORT_DIFF_EXTRA_LINES" value="2" />
|
306
|
-
<option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
|
307
|
-
<option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
|
308
|
-
<option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
|
309
|
-
<option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
|
310
|
-
<option name="SHOW_VCS_ERROR_NOTIFICATIONS" value="true" />
|
311
|
-
<option name="SHOW_DIRTY_RECURSIVELY" value="false" />
|
312
|
-
<option name="LIMIT_HISTORY" value="true" />
|
313
|
-
<option name="MAXIMUM_HISTORY_ROWS" value="1000" />
|
314
|
-
<option name="UPDATE_FILTER_SCOPE_NAME" />
|
315
|
-
<option name="USE_COMMIT_MESSAGE_MARGIN" value="false" />
|
316
|
-
<option name="COMMIT_MESSAGE_MARGIN_SIZE" value="72" />
|
317
|
-
<option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="false" />
|
318
|
-
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
|
319
|
-
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="false" />
|
320
|
-
<option name="LAST_COMMIT_MESSAGE" />
|
321
|
-
<option name="MAKE_NEW_CHANGELIST_ACTIVE" value="false" />
|
322
|
-
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
|
323
|
-
<option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
|
324
|
-
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
|
325
|
-
<option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
|
326
|
-
<option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
|
327
|
-
<option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
|
328
|
-
<option name="ACTIVE_VCS_NAME" />
|
329
|
-
<option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
|
330
|
-
<option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
|
331
|
-
<option name="UPDATE_FILTER_BY_SCOPE" value="false" />
|
332
|
-
<option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
|
333
|
-
<option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
|
334
312
|
</component>
|
335
313
|
<component name="XDebuggerManager">
|
336
314
|
<breakpoint-manager />
|
337
315
|
</component>
|
338
316
|
<component name="editorHistoryManager">
|
339
|
-
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools
|
317
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools.rb">
|
318
|
+
<provider selected="true" editor-type-id="text-editor">
|
319
|
+
<state line="20" column="0" selection-start="745" selection-end="745" vertical-scroll-proportion="0.0" vertical-offset="280" max-vertical-offset="434">
|
320
|
+
<folding />
|
321
|
+
</state>
|
322
|
+
</provider>
|
323
|
+
</entry>
|
324
|
+
<entry file="file://$PROJECT_DIR$/chupakabra_tools.gemspec">
|
340
325
|
<provider selected="true" editor-type-id="text-editor">
|
341
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0"
|
326
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="462">
|
327
|
+
<folding />
|
328
|
+
</state>
|
329
|
+
</provider>
|
330
|
+
</entry>
|
331
|
+
<entry file="file://$PROJECT_DIR$/chupakabra_tools.gemspec">
|
332
|
+
<provider selected="true" editor-type-id="text-editor">
|
333
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="0">
|
334
|
+
<folding />
|
335
|
+
</state>
|
336
|
+
</provider>
|
337
|
+
</entry>
|
338
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools.rb">
|
339
|
+
<provider selected="true" editor-type-id="text-editor">
|
340
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="0">
|
341
|
+
<folding />
|
342
|
+
</state>
|
342
343
|
</provider>
|
343
344
|
</entry>
|
344
345
|
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools.rb">
|
345
346
|
<provider selected="true" editor-type-id="text-editor">
|
346
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0"
|
347
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="0">
|
348
|
+
<folding />
|
349
|
+
</state>
|
350
|
+
</provider>
|
351
|
+
</entry>
|
352
|
+
<entry file="file://$USER_HOME$/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/bigdecimal/jacobian.rb">
|
353
|
+
<provider selected="true" editor-type-id="text-editor">
|
354
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="0" />
|
347
355
|
</provider>
|
348
356
|
</entry>
|
349
357
|
<entry file="file://$PROJECT_DIR$/Gemfile">
|
350
358
|
<provider selected="true" editor-type-id="text-editor">
|
351
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
359
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="0">
|
352
360
|
<folding />
|
353
361
|
</state>
|
354
362
|
</provider>
|
355
363
|
</entry>
|
356
|
-
<entry file="file://$PROJECT_DIR$/chupakabra_tools.
|
364
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/data_type.rb">
|
357
365
|
<provider selected="true" editor-type-id="text-editor">
|
358
|
-
<state line="
|
366
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="252">
|
367
|
+
<folding />
|
368
|
+
</state>
|
359
369
|
</provider>
|
360
370
|
</entry>
|
361
|
-
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/
|
371
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/deletion_status.rb">
|
362
372
|
<provider selected="true" editor-type-id="text-editor">
|
363
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0"
|
373
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="168">
|
374
|
+
<folding />
|
375
|
+
</state>
|
364
376
|
</provider>
|
365
377
|
</entry>
|
366
|
-
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/
|
378
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/education_level.rb">
|
367
379
|
<provider selected="true" editor-type-id="text-editor">
|
368
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0"
|
380
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="196">
|
381
|
+
<folding />
|
382
|
+
</state>
|
369
383
|
</provider>
|
370
384
|
</entry>
|
371
|
-
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/
|
385
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/http.rb">
|
386
|
+
<provider selected="true" editor-type-id="text-editor">
|
387
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1007">
|
388
|
+
<folding />
|
389
|
+
</state>
|
390
|
+
</provider>
|
391
|
+
</entry>
|
392
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/internet_file_process_status.rb">
|
393
|
+
<provider selected="true" editor-type-id="text-editor">
|
394
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="196">
|
395
|
+
<folding />
|
396
|
+
</state>
|
397
|
+
</provider>
|
398
|
+
</entry>
|
399
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/json_status.rb">
|
400
|
+
<provider selected="true" editor-type-id="text-editor">
|
401
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="238">
|
402
|
+
<folding />
|
403
|
+
</state>
|
404
|
+
</provider>
|
405
|
+
</entry>
|
406
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/logging.rb">
|
407
|
+
<provider selected="true" editor-type-id="text-editor">
|
408
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="-0.18309858" vertical-offset="182" max-vertical-offset="1974">
|
409
|
+
<folding />
|
410
|
+
</state>
|
411
|
+
</provider>
|
412
|
+
</entry>
|
413
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/number_as_text.rb">
|
372
414
|
<provider selected="true" editor-type-id="text-editor">
|
373
|
-
<state line="
|
415
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="966">
|
416
|
+
<folding />
|
417
|
+
</state>
|
374
418
|
</provider>
|
375
419
|
</entry>
|
376
|
-
<entry file="file://$PROJECT_DIR$/
|
420
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/xml/xml_parser.rb">
|
377
421
|
<provider selected="true" editor-type-id="text-editor">
|
378
|
-
<state line="
|
422
|
+
<state line="15" column="93" selection-start="244" selection-end="244" vertical-scroll-proportion="0.20854022" vertical-offset="0" max-vertical-offset="1007">
|
423
|
+
<folding />
|
424
|
+
</state>
|
379
425
|
</provider>
|
380
426
|
</entry>
|
381
427
|
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/active_record.rb">
|
382
428
|
<provider selected="true" editor-type-id="text-editor">
|
383
|
-
<state line="
|
429
|
+
<state line="19" column="64" selection-start="519" selection-end="519" vertical-scroll-proportion="0.26415095" vertical-offset="0" max-vertical-offset="1007">
|
430
|
+
<folding />
|
431
|
+
</state>
|
384
432
|
</provider>
|
385
433
|
</entry>
|
386
|
-
<entry file="file://$PROJECT_DIR$/
|
434
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/class_helper.rb">
|
387
435
|
<provider selected="true" editor-type-id="text-editor">
|
388
|
-
<state line="
|
436
|
+
<state line="28" column="42" selection-start="805" selection-end="805" vertical-scroll-proportion="-2.0307846" vertical-offset="2437" max-vertical-offset="3444">
|
389
437
|
<folding />
|
390
438
|
</state>
|
391
439
|
</provider>
|
392
440
|
</entry>
|
393
|
-
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/
|
441
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/convert.rb">
|
394
442
|
<provider selected="true" editor-type-id="text-editor">
|
395
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="
|
443
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="-9.930487E-4" vertical-offset="1" max-vertical-offset="1008">
|
444
|
+
<folding />
|
445
|
+
</state>
|
396
446
|
</provider>
|
397
447
|
</entry>
|
398
|
-
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/
|
448
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/validations.rb">
|
399
449
|
<provider selected="true" editor-type-id="text-editor">
|
400
|
-
<state line="
|
450
|
+
<state line="61" column="101" selection-start="1527" selection-end="1527" vertical-scroll-proportion="0.8480635" vertical-offset="0" max-vertical-offset="1302">
|
451
|
+
<folding />
|
452
|
+
</state>
|
401
453
|
</provider>
|
402
454
|
</entry>
|
403
|
-
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/
|
455
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/active_enum_extended.rb">
|
404
456
|
<provider selected="true" editor-type-id="text-editor">
|
405
|
-
<state line="
|
457
|
+
<state line="16" column="73" selection-start="320" selection-end="320" vertical-scroll-proportion="0.2224429" vertical-offset="0" max-vertical-offset="1007">
|
406
458
|
<folding />
|
407
459
|
</state>
|
408
460
|
</provider>
|
409
461
|
</entry>
|
410
|
-
<entry file="file://$PROJECT_DIR$/chupakabra_tools.
|
462
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/transliterator.rb">
|
411
463
|
<provider selected="true" editor-type-id="text-editor">
|
412
|
-
<state line="
|
464
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1007">
|
413
465
|
<folding />
|
414
466
|
</state>
|
415
467
|
</provider>
|
416
468
|
</entry>
|
417
469
|
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools.rb">
|
418
470
|
<provider selected="true" editor-type-id="text-editor">
|
419
|
-
<state line="
|
471
|
+
<state line="18" column="9" selection-start="718" selection-end="718" vertical-scroll-proportion="0.25024825" vertical-offset="0" max-vertical-offset="1007">
|
472
|
+
<folding />
|
473
|
+
</state>
|
474
|
+
</provider>
|
475
|
+
</entry>
|
476
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/predefined_time_intervals.rb">
|
477
|
+
<provider selected="true" editor-type-id="text-editor">
|
478
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="392">
|
479
|
+
<folding />
|
480
|
+
</state>
|
481
|
+
</provider>
|
482
|
+
</entry>
|
483
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/set_management_result.rb">
|
484
|
+
<provider selected="true" editor-type-id="text-editor">
|
485
|
+
<state line="3" column="15" selection-start="82" selection-end="97" vertical-scroll-proportion="0.041708045" vertical-offset="0" max-vertical-offset="1007">
|
486
|
+
<folding />
|
487
|
+
</state>
|
488
|
+
</provider>
|
489
|
+
</entry>
|
490
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/time_interval.rb">
|
491
|
+
<provider selected="true" editor-type-id="text-editor">
|
492
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="7658">
|
493
|
+
<folding />
|
494
|
+
</state>
|
495
|
+
</provider>
|
496
|
+
</entry>
|
497
|
+
<entry file="file://$PROJECT_DIR$/chupakabra_tools.gemspec">
|
498
|
+
<provider selected="true" editor-type-id="text-editor">
|
499
|
+
<state line="7" column="25" selection-start="212" selection-end="212" vertical-scroll-proportion="0.09731877" vertical-offset="0" max-vertical-offset="1007">
|
420
500
|
<folding />
|
421
501
|
</state>
|
422
502
|
</provider>
|
423
503
|
</entry>
|
424
|
-
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/
|
504
|
+
<entry file="file://$PROJECT_DIR$/lib/chupakabra_tools/security.rb">
|
425
505
|
<provider selected="true" editor-type-id="text-editor">
|
426
|
-
<state line="
|
506
|
+
<state line="41" column="24" selection-start="776" selection-end="790" vertical-scroll-proportion="0.57000995" vertical-offset="0" max-vertical-offset="1007">
|
427
507
|
<folding />
|
428
508
|
</state>
|
429
509
|
</provider>
|