shmatgem 0.0.9 → 0.4.0
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 +4 -4
- data/.idea/workspace.xml +27 -177
- data/README.md +15 -13
- data/lib/shmatgem/version.rb +1 -1
- data/lib/shmatgem.rb +22 -9
- data/shmatgem.gemspec +3 -3
- metadata +3 -5
- data/lib/shmatgem/Colorize.rb +0 -25
- data/lib/shmatgem/Pics.rb +0 -163
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6fab963769321bc54af716cf7cc66711e402558
|
|
4
|
+
data.tar.gz: 2bf5619aa6ae52a7726f92079ab6df4797a10c26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5809d6322e80b342422566e7be8b48ac64c5df71363fb705e71d53955a759fd1ab39ce1c4e329fcb8703deadd6768e3bd750aeee22d4cb37e3acf49bb2ae13ea
|
|
7
|
+
data.tar.gz: 9abc715507158b91683cda69340a81e8ef8bf6adac7c1b66025a20d008aaeb0de2187c15c815397630f6c151ce77ed198f886f2f677c209224c6c24319487706
|
data/.idea/workspace.xml
CHANGED
|
@@ -1,16 +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="ddde81cd-f18e-4e13-a436-8856520a666e" name="Default" comment=""
|
|
5
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/shmatgem/Colorize.rb" />
|
|
6
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/shmatgem/Pics.rb" />
|
|
7
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/shmatgem-0.1.0.gem" afterPath="$PROJECT_DIR$/shmatgem-0.1.0.gem" />
|
|
8
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
9
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/README.md" afterPath="$PROJECT_DIR$/README.md" />
|
|
10
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/shmatgem.rb" afterPath="$PROJECT_DIR$/lib/shmatgem.rb" />
|
|
11
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/shmatgem/version.rb" afterPath="$PROJECT_DIR$/lib/shmatgem/version.rb" />
|
|
12
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/shmatgem.gemspec" afterPath="$PROJECT_DIR$/shmatgem.gemspec" />
|
|
13
|
-
</list>
|
|
4
|
+
<list default="true" id="ddde81cd-f18e-4e13-a436-8856520a666e" name="Default" comment="" />
|
|
14
5
|
<ignored path="shmatgem.iws" />
|
|
15
6
|
<ignored path=".idea/workspace.xml" />
|
|
16
7
|
<ignored path=".idea/dataSources.local.xml" />
|
|
@@ -23,7 +14,7 @@
|
|
|
23
14
|
</component>
|
|
24
15
|
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
|
25
16
|
<component name="CoverageDataManager">
|
|
26
|
-
<SUITE FILE_PATH="coverage/shmatgem@shmatgem.coverage" NAME="shmatgem Coverage Results" MODIFIED="
|
|
17
|
+
<SUITE FILE_PATH="coverage/shmatgem@shmatgem.coverage" NAME="shmatgem Coverage Results" MODIFIED="1456311358869" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib" MODULE_NAME="shmatgem" />
|
|
27
18
|
</component>
|
|
28
19
|
<component name="CreatePatchCommitExecutor">
|
|
29
20
|
<option name="PATCH_PATH" value="" />
|
|
@@ -33,62 +24,32 @@
|
|
|
33
24
|
<favorites_list name="shmatgem" />
|
|
34
25
|
</component>
|
|
35
26
|
<component name="FileEditorManager">
|
|
36
|
-
<leaf
|
|
27
|
+
<leaf>
|
|
37
28
|
<file leaf-file-name="shmatgem.rb" pinned="false" current-in-tab="false">
|
|
38
29
|
<entry file="file://$PROJECT_DIR$/lib/shmatgem.rb">
|
|
39
30
|
<provider selected="true" editor-type-id="text-editor">
|
|
40
31
|
<state vertical-scroll-proportion="0.0">
|
|
41
|
-
<caret line="
|
|
32
|
+
<caret line="10" column="19" selection-start-line="10" selection-start-column="19" selection-end-line="10" selection-end-column="19" />
|
|
42
33
|
<folding />
|
|
43
34
|
</state>
|
|
44
35
|
</provider>
|
|
45
36
|
</entry>
|
|
46
37
|
</file>
|
|
47
|
-
<file leaf-file-name="shmatgem.gemspec" pinned="false" current-in-tab="
|
|
38
|
+
<file leaf-file-name="shmatgem.gemspec" pinned="false" current-in-tab="true">
|
|
48
39
|
<entry file="file://$PROJECT_DIR$/shmatgem.gemspec">
|
|
49
40
|
<provider selected="true" editor-type-id="text-editor">
|
|
50
|
-
<state vertical-scroll-proportion="0.
|
|
51
|
-
<caret line="
|
|
52
|
-
<folding />
|
|
53
|
-
</state>
|
|
54
|
-
</provider>
|
|
55
|
-
</entry>
|
|
56
|
-
</file>
|
|
57
|
-
<file leaf-file-name="README.md" pinned="false" current-in-tab="false">
|
|
58
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
|
59
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
60
|
-
<state vertical-scroll-proportion="-14.275862">
|
|
61
|
-
<caret line="23" column="19" selection-start-line="23" selection-start-column="19" selection-end-line="23" selection-end-column="19" />
|
|
62
|
-
<folding />
|
|
63
|
-
</state>
|
|
64
|
-
</provider>
|
|
65
|
-
</entry>
|
|
66
|
-
</file>
|
|
67
|
-
<file leaf-file-name="Pics.rb" pinned="false" current-in-tab="false">
|
|
68
|
-
<entry file="file://$PROJECT_DIR$/lib/shmatgem/Pics.rb">
|
|
69
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
70
|
-
<state vertical-scroll-proportion="0.0">
|
|
71
|
-
<caret line="155" column="1" selection-start-line="155" selection-start-column="1" selection-end-line="155" selection-end-column="1" />
|
|
72
|
-
<folding />
|
|
73
|
-
</state>
|
|
74
|
-
</provider>
|
|
75
|
-
</entry>
|
|
76
|
-
</file>
|
|
77
|
-
<file leaf-file-name="Colorize.rb" pinned="false" current-in-tab="false">
|
|
78
|
-
<entry file="file://$PROJECT_DIR$/lib/shmatgem/Colorize.rb">
|
|
79
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
80
|
-
<state vertical-scroll-proportion="0.0">
|
|
81
|
-
<caret line="16" column="46" selection-start-line="16" selection-start-column="46" selection-end-line="16" selection-end-column="46" />
|
|
41
|
+
<state vertical-scroll-proportion="0.32244468">
|
|
42
|
+
<caret line="17" column="64" selection-start-line="17" selection-start-column="64" selection-end-line="17" selection-end-column="64" />
|
|
82
43
|
<folding />
|
|
83
44
|
</state>
|
|
84
45
|
</provider>
|
|
85
46
|
</entry>
|
|
86
47
|
</file>
|
|
87
|
-
<file leaf-file-name="version.rb" pinned="false" current-in-tab="
|
|
48
|
+
<file leaf-file-name="version.rb" pinned="false" current-in-tab="false">
|
|
88
49
|
<entry file="file://$PROJECT_DIR$/lib/shmatgem/version.rb">
|
|
89
50
|
<provider selected="true" editor-type-id="text-editor">
|
|
90
|
-
<state vertical-scroll-proportion="0.
|
|
91
|
-
<caret line="1" column="
|
|
51
|
+
<state vertical-scroll-proportion="0.0">
|
|
52
|
+
<caret line="1" column="16" selection-start-line="1" selection-start-column="16" selection-end-line="1" selection-end-column="16" />
|
|
92
53
|
<folding />
|
|
93
54
|
</state>
|
|
94
55
|
</provider>
|
|
@@ -96,18 +57,12 @@
|
|
|
96
57
|
</file>
|
|
97
58
|
</leaf>
|
|
98
59
|
</component>
|
|
99
|
-
<component name="Git.Settings">
|
|
100
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
101
|
-
</component>
|
|
102
60
|
<component name="IdeDocumentHistory">
|
|
103
61
|
<option name="CHANGED_PATHS">
|
|
104
62
|
<list>
|
|
105
|
-
<option value="$PROJECT_DIR$/lib/shmatgem/Colorize.rb" />
|
|
106
|
-
<option value="$PROJECT_DIR$/lib/shmatgem/Pics.rb" />
|
|
107
|
-
<option value="$PROJECT_DIR$/shmatgem.gemspec" />
|
|
108
|
-
<option value="$PROJECT_DIR$/README.md" />
|
|
109
63
|
<option value="$PROJECT_DIR$/lib/shmatgem.rb" />
|
|
110
64
|
<option value="$PROJECT_DIR$/lib/shmatgem/version.rb" />
|
|
65
|
+
<option value="$PROJECT_DIR$/shmatgem.gemspec" />
|
|
111
66
|
</list>
|
|
112
67
|
</option>
|
|
113
68
|
</component>
|
|
@@ -118,9 +73,9 @@
|
|
|
118
73
|
</component>
|
|
119
74
|
<component name="ProjectFrameBounds">
|
|
120
75
|
<option name="x" value="49" />
|
|
121
|
-
<option name="y" value="
|
|
76
|
+
<option name="y" value="24" />
|
|
122
77
|
<option name="width" value="1631" />
|
|
123
|
-
<option name="height" value="
|
|
78
|
+
<option name="height" value="1026" />
|
|
124
79
|
</component>
|
|
125
80
|
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
|
126
81
|
<OptionsSetting value="true" id="Add" />
|
|
@@ -147,6 +102,7 @@
|
|
|
147
102
|
<foldersAlwaysOnTop value="true" />
|
|
148
103
|
</navigator>
|
|
149
104
|
<panes>
|
|
105
|
+
<pane id="Scope" />
|
|
150
106
|
<pane id="ProjectPane">
|
|
151
107
|
<subPane>
|
|
152
108
|
<PATH>
|
|
@@ -200,13 +156,10 @@
|
|
|
200
156
|
</subPane>
|
|
201
157
|
</pane>
|
|
202
158
|
<pane id="Scratches" />
|
|
203
|
-
<pane id="Scope" />
|
|
204
159
|
</panes>
|
|
205
160
|
</component>
|
|
206
161
|
<component name="PropertiesComponent">
|
|
207
162
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
208
|
-
<property name="js-jscs-nodeInterpreter" value="/usr/bin/node" />
|
|
209
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$/../../ror proj/railscast_livestream" />
|
|
210
163
|
</component>
|
|
211
164
|
<component name="RunManager" selected="Ruby.shmatgem">
|
|
212
165
|
<configuration default="false" name="shmatgem" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
@@ -265,37 +218,6 @@
|
|
|
265
218
|
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
|
266
219
|
<method />
|
|
267
220
|
</configuration>
|
|
268
|
-
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
|
269
|
-
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
270
|
-
<module name="" />
|
|
271
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
272
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
273
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
274
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
275
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
276
|
-
<envs />
|
|
277
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
278
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
279
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
280
|
-
<COVERAGE_PATTERN ENABLED="true">
|
|
281
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
282
|
-
</COVERAGE_PATTERN>
|
|
283
|
-
</EXTENSION>
|
|
284
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
285
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
286
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
287
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
288
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
289
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
290
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
291
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
292
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
293
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
294
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
295
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
296
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
297
|
-
<method />
|
|
298
|
-
</configuration>
|
|
299
221
|
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
|
300
222
|
<module name="" />
|
|
301
223
|
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
@@ -315,39 +237,7 @@
|
|
|
315
237
|
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
316
238
|
<method />
|
|
317
239
|
</configuration>
|
|
318
|
-
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
|
319
|
-
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
|
320
|
-
<module name="" />
|
|
321
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
322
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
323
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
324
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
325
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
326
|
-
<envs />
|
|
327
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
328
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
329
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
330
|
-
<COVERAGE_PATTERN ENABLED="true">
|
|
331
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
332
|
-
</COVERAGE_PATTERN>
|
|
333
|
-
</EXTENSION>
|
|
334
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
335
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
336
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
|
337
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
|
338
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
339
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
340
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
341
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
342
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
|
343
|
-
<method />
|
|
344
|
-
</configuration>
|
|
345
240
|
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
|
346
|
-
<node-options />
|
|
347
|
-
<gulpfile />
|
|
348
|
-
<tasks />
|
|
349
|
-
<arguments />
|
|
350
|
-
<envs />
|
|
351
241
|
<method />
|
|
352
242
|
</configuration>
|
|
353
243
|
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
|
@@ -376,25 +266,25 @@
|
|
|
376
266
|
<servers />
|
|
377
267
|
</component>
|
|
378
268
|
<component name="ToolWindowManager">
|
|
379
|
-
<frame x="49" y="
|
|
269
|
+
<frame x="49" y="24" width="1631" height="1026" extended-state="6" />
|
|
380
270
|
<editor active="true" />
|
|
381
271
|
<layout>
|
|
382
272
|
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24954017" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
383
273
|
<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" />
|
|
384
|
-
<window_info id="
|
|
385
|
-
<window_info id="
|
|
386
|
-
<window_info id="
|
|
387
|
-
<window_info id="
|
|
388
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32277834" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
274
|
+
<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" />
|
|
275
|
+
<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" />
|
|
276
|
+
<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" />
|
|
277
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3299285" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
389
278
|
<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" />
|
|
390
|
-
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="
|
|
391
|
-
<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="
|
|
279
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
280
|
+
<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" />
|
|
392
281
|
<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" />
|
|
393
282
|
<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" />
|
|
283
|
+
<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" />
|
|
394
284
|
<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" />
|
|
395
285
|
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
396
|
-
<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" />
|
|
397
286
|
<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" />
|
|
287
|
+
<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" />
|
|
398
288
|
<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" />
|
|
399
289
|
</layout>
|
|
400
290
|
</component>
|
|
@@ -406,14 +296,6 @@
|
|
|
406
296
|
<watches-manager />
|
|
407
297
|
</component>
|
|
408
298
|
<component name="editorHistoryManager">
|
|
409
|
-
<entry file="file://$PROJECT_DIR$/lib/shmatgem.rb">
|
|
410
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
411
|
-
<state vertical-scroll-proportion="0.0">
|
|
412
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
413
|
-
<folding />
|
|
414
|
-
</state>
|
|
415
|
-
</provider>
|
|
416
|
-
</entry>
|
|
417
299
|
<entry file="file://$PROJECT_DIR$/lib/shmatgem/version.rb">
|
|
418
300
|
<provider selected="true" editor-type-id="text-editor">
|
|
419
301
|
<state vertical-scroll-proportion="0.0">
|
|
@@ -422,50 +304,18 @@
|
|
|
422
304
|
</state>
|
|
423
305
|
</provider>
|
|
424
306
|
</entry>
|
|
425
|
-
<entry file="file://$PROJECT_DIR$/lib/shmatgem/Pics.rb">
|
|
426
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
427
|
-
<state vertical-scroll-proportion="0.0">
|
|
428
|
-
<caret line="155" column="1" selection-start-line="155" selection-start-column="1" selection-end-line="155" selection-end-column="1" />
|
|
429
|
-
<folding />
|
|
430
|
-
</state>
|
|
431
|
-
</provider>
|
|
432
|
-
</entry>
|
|
433
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
|
434
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
435
|
-
<state vertical-scroll-proportion="-14.275862">
|
|
436
|
-
<caret line="23" column="19" selection-start-line="23" selection-start-column="19" selection-end-line="23" selection-end-column="19" />
|
|
437
|
-
<folding />
|
|
438
|
-
</state>
|
|
439
|
-
</provider>
|
|
440
|
-
</entry>
|
|
441
|
-
<entry file="file://$PROJECT_DIR$/shmatgem.gemspec">
|
|
442
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
443
|
-
<state vertical-scroll-proportion="0.0">
|
|
444
|
-
<caret line="15" column="49" selection-start-line="15" selection-start-column="49" selection-end-line="15" selection-end-column="49" />
|
|
445
|
-
<folding />
|
|
446
|
-
</state>
|
|
447
|
-
</provider>
|
|
448
|
-
</entry>
|
|
449
|
-
<entry file="file://$PROJECT_DIR$/lib/shmatgem/Colorize.rb">
|
|
450
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
451
|
-
<state vertical-scroll-proportion="0.0">
|
|
452
|
-
<caret line="16" column="46" selection-start-line="16" selection-start-column="46" selection-end-line="16" selection-end-column="46" />
|
|
453
|
-
<folding />
|
|
454
|
-
</state>
|
|
455
|
-
</provider>
|
|
456
|
-
</entry>
|
|
457
307
|
<entry file="file://$PROJECT_DIR$/lib/shmatgem.rb">
|
|
458
308
|
<provider selected="true" editor-type-id="text-editor">
|
|
459
309
|
<state vertical-scroll-proportion="0.0">
|
|
460
|
-
<caret line="
|
|
310
|
+
<caret line="10" column="19" selection-start-line="10" selection-start-column="19" selection-end-line="10" selection-end-column="19" />
|
|
461
311
|
<folding />
|
|
462
312
|
</state>
|
|
463
313
|
</provider>
|
|
464
314
|
</entry>
|
|
465
|
-
<entry file="file://$PROJECT_DIR$/
|
|
315
|
+
<entry file="file://$PROJECT_DIR$/shmatgem.gemspec">
|
|
466
316
|
<provider selected="true" editor-type-id="text-editor">
|
|
467
|
-
<state vertical-scroll-proportion="0.
|
|
468
|
-
<caret line="
|
|
317
|
+
<state vertical-scroll-proportion="0.32244468">
|
|
318
|
+
<caret line="17" column="64" selection-start-line="17" selection-start-column="64" selection-end-line="17" selection-end-column="64" />
|
|
469
319
|
<folding />
|
|
470
320
|
</state>
|
|
471
321
|
</provider>
|
data/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Shmatgem
|
|
2
2
|
|
|
3
|
+
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/shmatgem`. To experiment with that code, run `bin/console` for an interactive prompt.
|
|
4
|
+
|
|
5
|
+
TODO: Delete this and the text above, and describe your gem
|
|
6
|
+
|
|
3
7
|
## Installation
|
|
4
8
|
|
|
5
9
|
Add this line to your application's Gemfile:
|
|
@@ -10,7 +14,7 @@ gem 'shmatgem'
|
|
|
10
14
|
|
|
11
15
|
And then execute:
|
|
12
16
|
|
|
13
|
-
$ bundle
|
|
17
|
+
$ bundle
|
|
14
18
|
|
|
15
19
|
Or install it yourself as:
|
|
16
20
|
|
|
@@ -18,20 +22,18 @@ Or install it yourself as:
|
|
|
18
22
|
|
|
19
23
|
## Usage
|
|
20
24
|
|
|
21
|
-
|
|
22
|
-
puts 'Hello'.red # for colorize text
|
|
23
|
-
puts 'Hello'.bg_green # for colorize background
|
|
24
|
-
puts 'Hello'.bold # for text style
|
|
25
|
-
```
|
|
26
|
-
and
|
|
27
|
-
|
|
28
|
-
```ruby
|
|
29
|
-
puts 'Hello'.blue.bg_green.bold
|
|
30
|
-
puts foo.bar .blue
|
|
31
|
-
```
|
|
25
|
+
TODO: Write usage instructions here
|
|
32
26
|
|
|
33
27
|
## Development
|
|
34
28
|
|
|
35
29
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
36
30
|
|
|
37
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
31
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
32
|
+
|
|
33
|
+
## Contributing
|
|
34
|
+
|
|
35
|
+
1. Fork it ( https://github.com/[my-github-username]/shmatgem/fork )
|
|
36
|
+
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
37
|
+
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
38
|
+
4. Push to the branch (`git push origin my-new-feature`)
|
|
39
|
+
5. Create a new Pull Request
|
data/lib/shmatgem/version.rb
CHANGED
data/lib/shmatgem.rb
CHANGED
|
@@ -1,12 +1,25 @@
|
|
|
1
|
-
require
|
|
2
|
-
require 'shmatgem/Pics'
|
|
3
|
-
require 'shmatgem/Colorize'
|
|
4
|
-
|
|
5
|
-
# gem build shmatgem.gemspec
|
|
6
|
-
# gem push shmatgem-0.7.0.gem
|
|
1
|
+
require "shmatgem/version"
|
|
7
2
|
|
|
8
3
|
module Shmatgem
|
|
9
|
-
|
|
10
|
-
puts
|
|
11
|
-
|
|
4
|
+
puts 'Hello'
|
|
5
|
+
puts '
|
|
6
|
+
───────────████████
|
|
7
|
+
──────────███▄███████
|
|
8
|
+
──────────███████████
|
|
9
|
+
──────────███████████
|
|
10
|
+
──────────██████
|
|
11
|
+
──────────█████████
|
|
12
|
+
█───────███████
|
|
13
|
+
██────████████████
|
|
14
|
+
███──██████████──█
|
|
15
|
+
███████████████
|
|
16
|
+
███████████████
|
|
17
|
+
─█████████████
|
|
18
|
+
──███████████
|
|
19
|
+
────████████
|
|
20
|
+
─────███──██
|
|
21
|
+
─────██────█
|
|
22
|
+
─────█─────█
|
|
23
|
+
─────██────██
|
|
24
|
+
'
|
|
12
25
|
end
|
data/shmatgem.gemspec
CHANGED
|
@@ -10,11 +10,11 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["shmatuan@gmail.com"]
|
|
11
11
|
|
|
12
12
|
# if spec.respond_to?(:metadata)
|
|
13
|
-
# spec.metadata['allowed_push_host'] = 'https://rubygems.
|
|
13
|
+
# spec.metadata['allowed_push_host'] = 'https://rubygems.orgZz'
|
|
14
14
|
# end
|
|
15
15
|
|
|
16
|
-
spec.summary = %q{
|
|
17
|
-
spec.description = %q{
|
|
16
|
+
spec.summary = %q{Write a short summary}
|
|
17
|
+
spec.description = %q{Write a longer description or delete this line.}
|
|
18
18
|
spec.homepage = "https://github.com/ShmatkoAndrey/smatgem"
|
|
19
19
|
spec.license = "MIT"
|
|
20
20
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shmatgem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrey Shmatko
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
|
-
description:
|
|
41
|
+
description: Write a longer description or delete this line.
|
|
42
42
|
email:
|
|
43
43
|
- shmatuan@gmail.com
|
|
44
44
|
executables: []
|
|
@@ -59,8 +59,6 @@ files:
|
|
|
59
59
|
- bin/console
|
|
60
60
|
- bin/setup
|
|
61
61
|
- lib/shmatgem.rb
|
|
62
|
-
- lib/shmatgem/Colorize.rb
|
|
63
|
-
- lib/shmatgem/Pics.rb
|
|
64
62
|
- lib/shmatgem/version.rb
|
|
65
63
|
- shmatgem-0.1.0.gem
|
|
66
64
|
- shmatgem-0.3.0.gem
|
|
@@ -88,5 +86,5 @@ rubyforge_project:
|
|
|
88
86
|
rubygems_version: 2.4.8
|
|
89
87
|
signing_key:
|
|
90
88
|
specification_version: 4
|
|
91
|
-
summary:
|
|
89
|
+
summary: Write a short summary
|
|
92
90
|
test_files: []
|
data/lib/shmatgem/Colorize.rb
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
class String
|
|
2
|
-
def black; "\e[30m#{self}\e[0m" end
|
|
3
|
-
def red; "\e[31m#{self}\e[0m" end
|
|
4
|
-
def green; "\e[32m#{self}\e[0m" end
|
|
5
|
-
def brown; "\e[33m#{self}\e[0m" end
|
|
6
|
-
def blue; "\e[34m#{self}\e[0m" end
|
|
7
|
-
def magenta; "\e[35m#{self}\e[0m" end
|
|
8
|
-
def cyan; "\e[36m#{self}\e[0m" end
|
|
9
|
-
def gray; "\e[37m#{self}\e[0m" end
|
|
10
|
-
|
|
11
|
-
def bg_black; "\e[40m#{self}\e[0m" end
|
|
12
|
-
def bg_red; "\e[41m#{self}\e[0m" end
|
|
13
|
-
def bg_green; "\e[42m#{self}\e[0m" end
|
|
14
|
-
def bg_brown; "\e[43m#{self}\e[0m" end
|
|
15
|
-
def bg_blue; "\e[44m#{self}\e[0m" end
|
|
16
|
-
def bg_magenta; "\e[45m#{self}\e[0m" end
|
|
17
|
-
def bg_cyan; "\e[46m#{self}\e[0m" end
|
|
18
|
-
def bg_gray; "\e[47m#{self}\e[0m" end
|
|
19
|
-
|
|
20
|
-
def bold; "\e[1m#{self}\e[22m" end
|
|
21
|
-
def italic; "\e[3m#{self}\e[23m" end
|
|
22
|
-
def underline; "\e[4m#{self}\e[24m" end
|
|
23
|
-
def blink; "\e[5m#{self}\e[25m" end
|
|
24
|
-
def reverse_color; "\e[7m#{self}\e[27m" end
|
|
25
|
-
end
|
data/lib/shmatgem/Pics.rb
DELETED
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
class Pics
|
|
2
|
-
|
|
3
|
-
def initialize
|
|
4
|
-
@symb_pic = Array.new
|
|
5
|
-
|
|
6
|
-
@symb_pic << '
|
|
7
|
-
───────────████████
|
|
8
|
-
──────────███▄███████
|
|
9
|
-
──────────███████████
|
|
10
|
-
──────────███████████
|
|
11
|
-
──────────██████
|
|
12
|
-
──────────█████████
|
|
13
|
-
█───────███████
|
|
14
|
-
██────████████████
|
|
15
|
-
███──██████████──█
|
|
16
|
-
███████████████
|
|
17
|
-
███████████████
|
|
18
|
-
─█████████████
|
|
19
|
-
──███████████
|
|
20
|
-
────████████
|
|
21
|
-
─────███──██
|
|
22
|
-
─────██────█
|
|
23
|
-
─────█─────█
|
|
24
|
-
─────██────██
|
|
25
|
-
'
|
|
26
|
-
@symb_pic << '
|
|
27
|
-
░░░░░░░░░▄▄▄▄▄▄▄▄▄▄▄▄░░░
|
|
28
|
-
░░░░░░░▄██████████████▄░
|
|
29
|
-
░░░░░▄█▀▀▀▀▀▀▀▀▀████████
|
|
30
|
-
░░░░▄█▄▄░░░░▄▄▄▄░▀██████
|
|
31
|
-
░░░█░░███░░█░░███░░█████
|
|
32
|
-
░░▄██████▄▄▀████▀░░█████
|
|
33
|
-
░▀▄▄▄▄▄▄▄▄█░░░░░░░░█████
|
|
34
|
-
░░░░░█░░░░░░░░░░░░░█████
|
|
35
|
-
░░░▄██░░░░░░░░░░░▄██████
|
|
36
|
-
░▄████░░░░░░░░░▄████████
|
|
37
|
-
██████░░░░░░░░██████████
|
|
38
|
-
▀██▀░█░░░░░░░░░▀▀▀░█████
|
|
39
|
-
░░░░░█░░░░░░░░░░░░░█████
|
|
40
|
-
░░░░░█░░░░░░░░░░░░░█████
|
|
41
|
-
░░░░░█░░░░░░░░░░░░░█████
|
|
42
|
-
░░░░░▀▄▄▄▄▄▄▄▄▄▄▄▄▄████▀
|
|
43
|
-
'
|
|
44
|
-
@symb_pic << '
|
|
45
|
-
░░░░░░░░░░░░▄▄▄██████████▄▄▄░░░░░░░░░░░░
|
|
46
|
-
░░░░░░░░░▄████████████████████▄░░░░░░░░░
|
|
47
|
-
░░░░░░▄███████████▀██████████▀███▄░░░░░░
|
|
48
|
-
░░░░▄███████████▀░░████████▀▀░█████▄░░░░
|
|
49
|
-
░░░▄█████████▀▀░░░░█████▀▀░░░░██████▄░░░
|
|
50
|
-
░░█████████▀▀▀▀█▄▄░███▄▄▄▄▄░░░████████░░
|
|
51
|
-
░████████▀░░░░░░░▀▄█▀░░░░░░▀▄░█████████░
|
|
52
|
-
▄████████░░░░██░░░█░░░░░░░░░█░█████████▄
|
|
53
|
-
███████▀█▄░░░░░░▄██░░░██░░░░█░██████████
|
|
54
|
-
██████▀░░▀▀▄▄▄▄▀▀█▀█▄░░░░░▄█▀░██████████
|
|
55
|
-
██████░░░░░░░░░▄██▄░▀▀▀▀▀▀▀░░░░█████████
|
|
56
|
-
██████░░░░░░░░▀▀▀▀▀▀░░░░░░░░░░░▀████████
|
|
57
|
-
▀█████░░░░░░░░░░░░░░░░░░░░░░░░░░▀██████▀
|
|
58
|
-
░█████░░░░░░░░░░░░░░░░░░░░░░░░░░░░█████░
|
|
59
|
-
░░████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███░░
|
|
60
|
-
░░░▀██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▄█▀░░░
|
|
61
|
-
░░░░▀█▄░░░░░░░░░░░░░░░░░░░░░░░░░░▄█▀░░░░
|
|
62
|
-
░░░░░░▀██▄░░░░░░░░░░░░░░░░░░░░▄██▀░░░░░░
|
|
63
|
-
░░░░░░░░░▀██▄▄░░░░░░░░░░░░▄▄██▀░░░░░░░░░
|
|
64
|
-
░░░░░░░░░░░▀▀▀████████████▀▀▀░░░░░░░░░░░
|
|
65
|
-
╔══════════════════════════════════════╗
|
|
66
|
-
║░░░█▀▀▀█░░▀░░█▀▄▀█░█▀▀█░█▀▀▄░█░█▀▀░░░░║
|
|
67
|
-
║░░░▀▀▀▄▄░▀█▀░█░▀░█░█░░█░█░░█░░░▀▀█░░░░║
|
|
68
|
-
║░░░█▄▄▄█░▀▀▀░▀░░░▀░▀▀▀▀░▀░░▀░░░▀▀▀░░░░║
|
|
69
|
-
║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
|
|
70
|
-
║░░░░░░░░░░░░░█▀▀█░█▀▀█░▀▀█▀▀░░░░░░░░░░║
|
|
71
|
-
║░░░░░░░░░░░░░█░░░░█▄▄█░░░█░░░░░░░░░░░░║
|
|
72
|
-
║░░░░░░░░░░░░░█▄▄█░█░░█░░░█░░░░░░░░░░░░║
|
|
73
|
-
╚══════════════════════════════════════╝
|
|
74
|
-
'
|
|
75
|
-
@symb_pic << '
|
|
76
|
-
──────────────────────────────────────
|
|
77
|
-
─▄▄▄───────────▄▄▄▄▄▄▄────────────────
|
|
78
|
-
█▀░▀█──────▄▀▀▀░░░░░░░▀▀▄▄────────────
|
|
79
|
-
█░░░░█───▄▀░░░░░░░░░░░░░░░▀▄───────▄▄▄
|
|
80
|
-
█▄░░░▀▄▄▀░░██░░░░░░░░░░░░░░▀█────█▀▀░█
|
|
81
|
-
─█░░░░█▀░░░▀░░░░░░░░██░░░░░░▀█─▄█░░░░█
|
|
82
|
-
─▀█░░▄█░░░░░░░▄▄▄░░░░▀░░░░░░░███░░░░█▀
|
|
83
|
-
──█▄░█░░░░░▄███████▄░░░░░░░░░█▀░░░░▄▀─
|
|
84
|
-
──▀█░█░░░░▄██████████░░░░░░░▄█░░░░▄▀──
|
|
85
|
-
───███░░░░███████████░░░░░░▄█░░░░█▀───
|
|
86
|
-
────█░░░░░██████████▀░░░░░░█░░░░█▀────
|
|
87
|
-
────█░░░░░░▀███████▀░░░░░░░█▄▄▄▀──────
|
|
88
|
-
────█░░░░░░░░▀▀▀▀░░░░░░░░░░░▀█────────
|
|
89
|
-
────█░░░░░░░░░░░░░░░░░░░░░░░░█────────
|
|
90
|
-
────█░░░░░░░░░░░░░░░░░░░░░░░░█────────
|
|
91
|
-
────█░░░░░░░░░░░░░░░░░░░░░░░░█────────
|
|
92
|
-
──────────────────────────────────────
|
|
93
|
-
───█──█─█──█─█──█─█▀▀▀█─█▀▀█─█──█─────
|
|
94
|
-
───█▀▀█─█──█─█▄▄█─█───█─█────█──█─────
|
|
95
|
-
───█──█─█▄▄█────█─█▄▄▄█─█▄▄█─█▄▄█─────
|
|
96
|
-
──────────────────────────────────────
|
|
97
|
-
'
|
|
98
|
-
@symb_pic << '
|
|
99
|
-
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓██
|
|
100
|
-
▓▓░░░░░░░░░░░░░░░░░░██
|
|
101
|
-
▓▓░██░░░▓▓▓▓▓░░░░██░██
|
|
102
|
-
▓▓░░░░▓▓████▓▓▓░░░░░██
|
|
103
|
-
▓▓░░░░▓▓█░░░▓▓▓█░░░░██
|
|
104
|
-
▓▓░░░░░██░░▓▓▓▓█░░░░██
|
|
105
|
-
▓▓░░░░░░░▓▓▓████░░░░██
|
|
106
|
-
▓▓░░░░░░░▓▓▓█░░░░░░░██
|
|
107
|
-
▓▓░░░░░░░░███░░░░░░░██
|
|
108
|
-
▓▓░░░░░░░▓▓▓░░░░░░░░██
|
|
109
|
-
▓▓░░░░░░░▓▓▓█░░░░░░░██
|
|
110
|
-
▓▓░██░░░░░███░░░░██░██
|
|
111
|
-
▓▓░░░░░░░░░░░░░░░░░░██
|
|
112
|
-
██████████████████████
|
|
113
|
-
'
|
|
114
|
-
@symb_pic << '
|
|
115
|
-
████████████████████████████████████████████
|
|
116
|
-
████████████████████████████████████████████
|
|
117
|
-
████████████████████████████████████████████
|
|
118
|
-
████████████████████████████████████████████
|
|
119
|
-
███████──────────────────────────────███████
|
|
120
|
-
███████──────────────────────────────███████
|
|
121
|
-
███████───────────▄██████▄───────────███████
|
|
122
|
-
███████────────▄████████████▄────────███████
|
|
123
|
-
███████───────████████████████───────███████
|
|
124
|
-
███████──────██████████████████──────███████
|
|
125
|
-
███████──────██████████████████──────███████
|
|
126
|
-
███████──────▌▀▀████████████▀▀▐──────███████
|
|
127
|
-
███████──────▐────▀██████▀────▌──────███████
|
|
128
|
-
███████───────█▄────▀██▀────▄█───────███████
|
|
129
|
-
███████────────███▄▄████▄▄███────────███████
|
|
130
|
-
███████─────────▀██████████▀─────────███████
|
|
131
|
-
███████───────────▀██████▀───────────███████
|
|
132
|
-
███████────────▄█───▀██▀───█▄────────███████
|
|
133
|
-
███████──────▄████────────████▄──────███████
|
|
134
|
-
███████─────███████──────███████─────███████
|
|
135
|
-
███████────█████████────█████████────███████
|
|
136
|
-
███████───██████████▄──▄██████████───███████
|
|
137
|
-
███████───███████████──███████████───███████
|
|
138
|
-
▀▀▀▀▀▀▀▀▀▀██████▀▀▀▀▀▀▀▀▀▀▀▀██████▀▀▀▀▀▀▀▀▀▀
|
|
139
|
-
───────────▀█████▄────────▄█████▀───────────
|
|
140
|
-
─────────────▀██████▄──▄██████▀─────────────
|
|
141
|
-
────────────────▀██████████▀────────────────
|
|
142
|
-
───────────────────▀████▀▀──────────────────
|
|
143
|
-
───────────────────▄▄▀▀▀▀▀──────────────────
|
|
144
|
-
────────────────────────────────────────────
|
|
145
|
-
────────────────────▄▄▄▄▄───────────────────
|
|
146
|
-
──────────────────▄▀─────▀▄─────────────────
|
|
147
|
-
──────────────────█▄─────▄█▄────────────────
|
|
148
|
-
──────────────────███████████───────────────
|
|
149
|
-
──────────────────█████████─█───────────────
|
|
150
|
-
──────────────────███████████───────────────
|
|
151
|
-
───────────────────▀█████▀──────────────────
|
|
152
|
-
────────────────────────────────────────────
|
|
153
|
-
────────────────────────────────────────────
|
|
154
|
-
────────────────────────────────────────────
|
|
155
|
-
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
|
|
156
|
-
'
|
|
157
|
-
end
|
|
158
|
-
|
|
159
|
-
def random
|
|
160
|
-
@symb_pic.sample
|
|
161
|
-
end
|
|
162
|
-
|
|
163
|
-
end
|