imperituroard 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +8 -0
- data/.idea/imperituroard.iml +32 -0
- data/.idea/misc.xml +4 -0
- data/.idea/modules.xml +9 -0
- data/.idea/workspace.xml +568 -0
- data/.ruby-gemset +1 -0
- data/.ruby-version +1 -0
- data/.travis.yml +6 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +44 -0
- data/Rakefile +10 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/imperituroard.gemspec +33 -0
- data/lib/imperituroard.rb +12 -0
- data/lib/imperituroard/version.rb +3 -0
- metadata +108 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 562fa2326afc566e1ee3ff371e75824fffe48c86
|
4
|
+
data.tar.gz: 1c3c5ed961ec2c91b28459af5c8550004c7e7b3e
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ce4686ecbf589e40f44a56eb73253d2c72d2f0a95b0bf9be249938dc27665d7f92d2acb17ec23ece156843ec5b9dd63e367c7a1f47b2de226d2443002295badc
|
7
|
+
data.tar.gz: dae6e1553018a467d5e78d9411ff4d520f6f2098cb9b136acec84eb009deb2cfc07c128d448ed1257ec08b13a0fe443e666e664802c58f9a14eee78837f45e9e
|
data/.gitignore
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<configuration default="false" name="imperituroard" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
5
|
+
<module name="imperituroard" />
|
6
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
7
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
8
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
9
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
10
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
11
|
+
<envs />
|
12
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
13
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
14
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
15
|
+
<COVERAGE_PATTERN ENABLED="true">
|
16
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
17
|
+
</COVERAGE_PATTERN>
|
18
|
+
</EXTENSION>
|
19
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/imperituroard.gemspec" />
|
20
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
21
|
+
<method />
|
22
|
+
</configuration>
|
23
|
+
</component>
|
24
|
+
<component name="NewModuleRootManager">
|
25
|
+
<content url="file://$MODULE_DIR$" />
|
26
|
+
<orderEntry type="jdk" jdkName="RVM: ruby-2.4.1 [imperituroard]" jdkType="RUBY_SDK" />
|
27
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
28
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.16.1, RVM: ruby-2.4.1 [imperituroard]) [gem]" level="application" />
|
29
|
+
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.10.1, RVM: ruby-2.4.1 [imperituroard]) [gem]" level="application" />
|
30
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v12.0.0, RVM: ruby-2.4.1 [imperituroard]) [gem]" level="application" />
|
31
|
+
</component>
|
32
|
+
</module>
|
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$/../../freewifi/.idea/freewifi.iml" filepath="$PROJECT_DIR$/../../freewifi/.idea/freewifi.iml" />
|
6
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/imperituroard.iml" filepath="$PROJECT_DIR$/.idea/imperituroard.iml" />
|
7
|
+
</modules>
|
8
|
+
</component>
|
9
|
+
</project>
|
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,568 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="d030cfca-550f-4f88-a1bc-d95097150977" name="Default" comment="">
|
5
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/.gitignore" />
|
6
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/.idea/freewifi.iml" />
|
7
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/.idea/inspectionProfiles/Project_Default.xml" />
|
8
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/.idea/misc.xml" />
|
9
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/.idea/modules.xml" />
|
10
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/.idea/vcs.xml" />
|
11
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/.idea/workspace.xml" />
|
12
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/.travis.yml" />
|
13
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/CODE_OF_CONDUCT.md" />
|
14
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/Gemfile" />
|
15
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/LICENSE.txt" />
|
16
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/README.md" />
|
17
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/Rakefile" />
|
18
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/bin/console" />
|
19
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/bin/setup" />
|
20
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/freewifi.gemspec" />
|
21
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/lib/freewifi.rb" />
|
22
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/lib/freewifi/getsubscribermikrotik.rb" />
|
23
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/lib/freewifi/hewhub_mtik.rb" />
|
24
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/lib/freewifi/version.rb" />
|
25
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/test/freewifi_test.rb" />
|
26
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/../../freewifi/test/test_helper.rb" />
|
27
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.gitignore" />
|
28
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/imperituroard.iml" />
|
29
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
|
30
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/modules.xml" />
|
31
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
32
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.ruby-gemset" />
|
33
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.ruby-version" />
|
34
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.travis.yml" />
|
35
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/CODE_OF_CONDUCT.md" />
|
36
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Gemfile" />
|
37
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/LICENSE.txt" />
|
38
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/README.md" />
|
39
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Rakefile" />
|
40
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/console" />
|
41
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/setup" />
|
42
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/imperituroard.gemspec" />
|
43
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/imperituroard.rb" />
|
44
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/imperituroard/version.rb" />
|
45
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/test/imperituroard_test.rb" />
|
46
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/test/test_helper.rb" />
|
47
|
+
</list>
|
48
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
49
|
+
<option name="TRACKING_ENABLED" value="true" />
|
50
|
+
<option name="SHOW_DIALOG" value="false" />
|
51
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
52
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
53
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
54
|
+
</component>
|
55
|
+
<component name="ChangesViewManager" flattened_view="false" />
|
56
|
+
<component name="CoverageDataManager">
|
57
|
+
<SUITE FILE_PATH="coverage/imperituroard@imperituroard.coverage" NAME="imperituroard Coverage Results" MODIFIED="1583948173057" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="imperituroard" />
|
58
|
+
</component>
|
59
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
60
|
+
<component name="FileEditorManager">
|
61
|
+
<leaf>
|
62
|
+
<file leaf-file-name="freewifi.gemspec" pinned="false" current-in-tab="false">
|
63
|
+
<entry file="file://$PROJECT_DIR$/../../freewifi/freewifi.gemspec">
|
64
|
+
<provider selected="true" editor-type-id="text-editor">
|
65
|
+
<state relative-caret-position="285">
|
66
|
+
<caret line="19" column="63" lean-forward="false" selection-start-line="19" selection-start-column="42" selection-end-line="19" selection-end-column="63" />
|
67
|
+
<folding />
|
68
|
+
</state>
|
69
|
+
</provider>
|
70
|
+
</entry>
|
71
|
+
</file>
|
72
|
+
<file leaf-file-name="freewifi.rb" pinned="false" current-in-tab="false">
|
73
|
+
<entry file="file://$PROJECT_DIR$/../../freewifi/lib/freewifi.rb">
|
74
|
+
<provider selected="true" editor-type-id="text-editor">
|
75
|
+
<state relative-caret-position="165">
|
76
|
+
<caret line="11" column="0" lean-forward="true" selection-start-line="11" selection-start-column="0" selection-end-line="11" selection-end-column="0" />
|
77
|
+
<folding />
|
78
|
+
</state>
|
79
|
+
</provider>
|
80
|
+
</entry>
|
81
|
+
</file>
|
82
|
+
<file leaf-file-name="imperituroard.rb" pinned="false" current-in-tab="false">
|
83
|
+
<entry file="file://$PROJECT_DIR$/lib/imperituroard.rb">
|
84
|
+
<provider selected="true" editor-type-id="text-editor">
|
85
|
+
<state relative-caret-position="90">
|
86
|
+
<caret line="6" column="0" lean-forward="true" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
|
87
|
+
<folding />
|
88
|
+
</state>
|
89
|
+
</provider>
|
90
|
+
</entry>
|
91
|
+
</file>
|
92
|
+
<file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
|
93
|
+
<entry file="file://$PROJECT_DIR$/../../freewifi/Gemfile">
|
94
|
+
<provider selected="true" editor-type-id="text-editor">
|
95
|
+
<state relative-caret-position="0">
|
96
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
97
|
+
<folding />
|
98
|
+
</state>
|
99
|
+
</provider>
|
100
|
+
</entry>
|
101
|
+
</file>
|
102
|
+
<file leaf-file-name="Rakefile" pinned="false" current-in-tab="false">
|
103
|
+
<entry file="file://$PROJECT_DIR$/../../freewifi/Rakefile">
|
104
|
+
<provider selected="true" editor-type-id="text-editor">
|
105
|
+
<state relative-caret-position="0">
|
106
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
107
|
+
<folding />
|
108
|
+
</state>
|
109
|
+
</provider>
|
110
|
+
</entry>
|
111
|
+
</file>
|
112
|
+
<file leaf-file-name=".gitignore" pinned="false" current-in-tab="false">
|
113
|
+
<entry file="file://$PROJECT_DIR$/../../freewifi/.gitignore">
|
114
|
+
<provider selected="true" editor-type-id="text-editor">
|
115
|
+
<state relative-caret-position="0">
|
116
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
117
|
+
<folding />
|
118
|
+
</state>
|
119
|
+
</provider>
|
120
|
+
</entry>
|
121
|
+
</file>
|
122
|
+
<file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
|
123
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
124
|
+
<provider selected="true" editor-type-id="text-editor">
|
125
|
+
<state relative-caret-position="0">
|
126
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
127
|
+
<folding />
|
128
|
+
</state>
|
129
|
+
</provider>
|
130
|
+
</entry>
|
131
|
+
</file>
|
132
|
+
<file leaf-file-name="imperituroard.gemspec" pinned="false" current-in-tab="true">
|
133
|
+
<entry file="file://$PROJECT_DIR$/imperituroard.gemspec">
|
134
|
+
<provider selected="true" editor-type-id="text-editor">
|
135
|
+
<state relative-caret-position="255">
|
136
|
+
<caret line="17" column="22" lean-forward="true" selection-start-line="17" selection-start-column="22" selection-end-line="17" selection-end-column="22" />
|
137
|
+
<folding />
|
138
|
+
</state>
|
139
|
+
</provider>
|
140
|
+
</entry>
|
141
|
+
</file>
|
142
|
+
</leaf>
|
143
|
+
</component>
|
144
|
+
<component name="Git.Settings">
|
145
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
146
|
+
</component>
|
147
|
+
<component name="IdeDocumentHistory">
|
148
|
+
<option name="CHANGED_PATHS">
|
149
|
+
<list>
|
150
|
+
<option value="$PROJECT_DIR$/imperituroard.gemspec" />
|
151
|
+
<option value="$PROJECT_DIR$/lib/imperituroard.rb" />
|
152
|
+
</list>
|
153
|
+
</option>
|
154
|
+
</component>
|
155
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
156
|
+
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
157
|
+
<component name="JsGulpfileManager">
|
158
|
+
<detection-done>true</detection-done>
|
159
|
+
<sorting>DEFINITION_ORDER</sorting>
|
160
|
+
</component>
|
161
|
+
<component name="ProjectFrameBounds">
|
162
|
+
<option name="x" value="125" />
|
163
|
+
<option name="y" value="88" />
|
164
|
+
<option name="width" value="1313" />
|
165
|
+
<option name="height" value="718" />
|
166
|
+
</component>
|
167
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
168
|
+
<component name="ProjectView">
|
169
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
170
|
+
<flattenPackages />
|
171
|
+
<showMembers />
|
172
|
+
<showModules />
|
173
|
+
<showLibraryContents />
|
174
|
+
<hideEmptyPackages />
|
175
|
+
<abbreviatePackageNames />
|
176
|
+
<autoscrollToSource />
|
177
|
+
<autoscrollFromSource />
|
178
|
+
<sortByType />
|
179
|
+
<manualOrder />
|
180
|
+
<foldersAlwaysOnTop value="true" />
|
181
|
+
</navigator>
|
182
|
+
<panes>
|
183
|
+
<pane id="ProjectPane">
|
184
|
+
<subPane>
|
185
|
+
<PATH>
|
186
|
+
<PATH_ELEMENT>
|
187
|
+
<option name="myItemId" value="imperituroard" />
|
188
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
189
|
+
</PATH_ELEMENT>
|
190
|
+
<PATH_ELEMENT>
|
191
|
+
<option name="myItemId" value="freewifi" />
|
192
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
193
|
+
</PATH_ELEMENT>
|
194
|
+
</PATH>
|
195
|
+
<PATH>
|
196
|
+
<PATH_ELEMENT>
|
197
|
+
<option name="myItemId" value="imperituroard" />
|
198
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
199
|
+
</PATH_ELEMENT>
|
200
|
+
<PATH_ELEMENT>
|
201
|
+
<option name="myItemId" value="freewifi" />
|
202
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
203
|
+
</PATH_ELEMENT>
|
204
|
+
<PATH_ELEMENT>
|
205
|
+
<option name="myItemId" value="test" />
|
206
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
207
|
+
</PATH_ELEMENT>
|
208
|
+
</PATH>
|
209
|
+
<PATH>
|
210
|
+
<PATH_ELEMENT>
|
211
|
+
<option name="myItemId" value="imperituroard" />
|
212
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
213
|
+
</PATH_ELEMENT>
|
214
|
+
<PATH_ELEMENT>
|
215
|
+
<option name="myItemId" value="freewifi" />
|
216
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
217
|
+
</PATH_ELEMENT>
|
218
|
+
<PATH_ELEMENT>
|
219
|
+
<option name="myItemId" value="lib" />
|
220
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
221
|
+
</PATH_ELEMENT>
|
222
|
+
</PATH>
|
223
|
+
<PATH>
|
224
|
+
<PATH_ELEMENT>
|
225
|
+
<option name="myItemId" value="imperituroard" />
|
226
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
227
|
+
</PATH_ELEMENT>
|
228
|
+
<PATH_ELEMENT>
|
229
|
+
<option name="myItemId" value="freewifi" />
|
230
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
231
|
+
</PATH_ELEMENT>
|
232
|
+
<PATH_ELEMENT>
|
233
|
+
<option name="myItemId" value="bin" />
|
234
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
235
|
+
</PATH_ELEMENT>
|
236
|
+
</PATH>
|
237
|
+
<PATH>
|
238
|
+
<PATH_ELEMENT>
|
239
|
+
<option name="myItemId" value="imperituroard" />
|
240
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
241
|
+
</PATH_ELEMENT>
|
242
|
+
<PATH_ELEMENT>
|
243
|
+
<option name="myItemId" value="imperituroard" />
|
244
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
245
|
+
</PATH_ELEMENT>
|
246
|
+
</PATH>
|
247
|
+
<PATH>
|
248
|
+
<PATH_ELEMENT>
|
249
|
+
<option name="myItemId" value="imperituroard" />
|
250
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
251
|
+
</PATH_ELEMENT>
|
252
|
+
<PATH_ELEMENT>
|
253
|
+
<option name="myItemId" value="imperituroard" />
|
254
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
255
|
+
</PATH_ELEMENT>
|
256
|
+
<PATH_ELEMENT>
|
257
|
+
<option name="myItemId" value="lib" />
|
258
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
259
|
+
</PATH_ELEMENT>
|
260
|
+
</PATH>
|
261
|
+
</subPane>
|
262
|
+
</pane>
|
263
|
+
<pane id="Scratches" />
|
264
|
+
<pane id="Scope" />
|
265
|
+
</panes>
|
266
|
+
</component>
|
267
|
+
<component name="PropertiesComponent">
|
268
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
269
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
270
|
+
<property name="project.settings.patched" value="true" />
|
271
|
+
</component>
|
272
|
+
<component name="RunDashboard">
|
273
|
+
<option name="ruleStates">
|
274
|
+
<list>
|
275
|
+
<RuleState>
|
276
|
+
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
277
|
+
</RuleState>
|
278
|
+
<RuleState>
|
279
|
+
<option name="name" value="StatusDashboardGroupingRule" />
|
280
|
+
</RuleState>
|
281
|
+
</list>
|
282
|
+
</option>
|
283
|
+
</component>
|
284
|
+
<component name="RunManager" selected="Ruby.imperituroard">
|
285
|
+
<configuration default="false" name="imperituroard" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
286
|
+
<module name="imperituroard" />
|
287
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
288
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
289
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
290
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
291
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
292
|
+
<envs />
|
293
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
294
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
295
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
296
|
+
<COVERAGE_PATTERN ENABLED="true">
|
297
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
298
|
+
</COVERAGE_PATTERN>
|
299
|
+
</EXTENSION>
|
300
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/imperituroard.gemspec" />
|
301
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
302
|
+
<method />
|
303
|
+
</configuration>
|
304
|
+
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
305
|
+
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
306
|
+
<module name="" />
|
307
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
308
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
309
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
310
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
311
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
312
|
+
<envs />
|
313
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
314
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
315
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
316
|
+
<COVERAGE_PATTERN ENABLED="true">
|
317
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
318
|
+
</COVERAGE_PATTERN>
|
319
|
+
</EXTENSION>
|
320
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
321
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
322
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
323
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
324
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
325
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
326
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
327
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
328
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
329
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
330
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
331
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
332
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
333
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
334
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
335
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
336
|
+
<method />
|
337
|
+
</configuration>
|
338
|
+
<configuration default="true" type="JavaScriptTestRunnerJest" factoryName="Jest">
|
339
|
+
<node-interpreter value="project" />
|
340
|
+
<working-dir value="" />
|
341
|
+
<envs />
|
342
|
+
<scope-kind value="ALL" />
|
343
|
+
<method />
|
344
|
+
</configuration>
|
345
|
+
<configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
|
346
|
+
<config-file value="" />
|
347
|
+
<node-interpreter value="project" />
|
348
|
+
<envs />
|
349
|
+
<method />
|
350
|
+
</configuration>
|
351
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
352
|
+
<method />
|
353
|
+
</configuration>
|
354
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
355
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
356
|
+
<module name="" />
|
357
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
358
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
359
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
360
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
361
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
362
|
+
<envs />
|
363
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
364
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
365
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
366
|
+
<COVERAGE_PATTERN ENABLED="true">
|
367
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
368
|
+
</COVERAGE_PATTERN>
|
369
|
+
</EXTENSION>
|
370
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
371
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
372
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
373
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
374
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
375
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
376
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
377
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
378
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
379
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
380
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
381
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
382
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
383
|
+
<method />
|
384
|
+
</configuration>
|
385
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
386
|
+
<module name="" />
|
387
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
388
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
389
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
390
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
391
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
392
|
+
<envs />
|
393
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
394
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
395
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
396
|
+
<COVERAGE_PATTERN ENABLED="true">
|
397
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
398
|
+
</COVERAGE_PATTERN>
|
399
|
+
</EXTENSION>
|
400
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
401
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
402
|
+
<method />
|
403
|
+
</configuration>
|
404
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
405
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
406
|
+
<module name="" />
|
407
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
408
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
409
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
410
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
411
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
412
|
+
<envs />
|
413
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
414
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
415
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
416
|
+
<COVERAGE_PATTERN ENABLED="true">
|
417
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
418
|
+
</COVERAGE_PATTERN>
|
419
|
+
</EXTENSION>
|
420
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
421
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
422
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
423
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
424
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
425
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
426
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
427
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
428
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
429
|
+
<method />
|
430
|
+
</configuration>
|
431
|
+
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
432
|
+
<method />
|
433
|
+
</configuration>
|
434
|
+
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
435
|
+
<command value="run" />
|
436
|
+
<scripts />
|
437
|
+
<node-interpreter value="project" />
|
438
|
+
<envs />
|
439
|
+
<method />
|
440
|
+
</configuration>
|
441
|
+
<list size="2">
|
442
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.test_helper" />
|
443
|
+
<item index="1" class="java.lang.String" itemvalue="Ruby.imperituroard" />
|
444
|
+
</list>
|
445
|
+
<recent_temporary>
|
446
|
+
<list size="1">
|
447
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.imperituroard" />
|
448
|
+
</list>
|
449
|
+
</recent_temporary>
|
450
|
+
</component>
|
451
|
+
<component name="ShelveChangesManager" show_recycled="false">
|
452
|
+
<option name="remove_strategy" value="false" />
|
453
|
+
</component>
|
454
|
+
<component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
|
455
|
+
<component name="TaskManager">
|
456
|
+
<task active="true" id="Default" summary="Default task">
|
457
|
+
<changelist id="d030cfca-550f-4f88-a1bc-d95097150977" name="Default" comment="" />
|
458
|
+
<created>1583947339097</created>
|
459
|
+
<option name="number" value="Default" />
|
460
|
+
<option name="presentableId" value="Default" />
|
461
|
+
<updated>1583947339097</updated>
|
462
|
+
<workItem from="1583947642761" duration="560000" />
|
463
|
+
</task>
|
464
|
+
<servers />
|
465
|
+
</component>
|
466
|
+
<component name="TimeTrackingManager">
|
467
|
+
<option name="totallyTimeSpent" value="560000" />
|
468
|
+
</component>
|
469
|
+
<component name="ToolWindowManager">
|
470
|
+
<frame x="125" y="88" width="1313" height="718" extended-state="0" />
|
471
|
+
<editor active="true" />
|
472
|
+
<layout>
|
473
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24940991" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
474
|
+
<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" />
|
475
|
+
<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" />
|
476
|
+
<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" />
|
477
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
478
|
+
<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" />
|
479
|
+
<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" />
|
480
|
+
<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" />
|
481
|
+
<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" />
|
482
|
+
<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" />
|
483
|
+
<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" />
|
484
|
+
<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" />
|
485
|
+
<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" />
|
486
|
+
<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" />
|
487
|
+
<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" />
|
488
|
+
<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" />
|
489
|
+
<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" />
|
490
|
+
</layout>
|
491
|
+
</component>
|
492
|
+
<component name="TypeScriptGeneratedFilesManager">
|
493
|
+
<option name="processedProjectFiles" value="true" />
|
494
|
+
</component>
|
495
|
+
<component name="VcsContentAnnotationSettings">
|
496
|
+
<option name="myLimit" value="2678400000" />
|
497
|
+
</component>
|
498
|
+
<component name="XDebuggerManager">
|
499
|
+
<breakpoint-manager />
|
500
|
+
<watches-manager />
|
501
|
+
</component>
|
502
|
+
<component name="editorHistoryManager">
|
503
|
+
<entry file="file://$PROJECT_DIR$/../../freewifi/lib/freewifi.rb">
|
504
|
+
<provider selected="true" editor-type-id="text-editor">
|
505
|
+
<state relative-caret-position="165">
|
506
|
+
<caret line="11" column="0" lean-forward="true" selection-start-line="11" selection-start-column="0" selection-end-line="11" selection-end-column="0" />
|
507
|
+
<folding />
|
508
|
+
</state>
|
509
|
+
</provider>
|
510
|
+
</entry>
|
511
|
+
<entry file="file://$PROJECT_DIR$/lib/imperituroard.rb">
|
512
|
+
<provider selected="true" editor-type-id="text-editor">
|
513
|
+
<state relative-caret-position="90">
|
514
|
+
<caret line="6" column="0" lean-forward="true" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
|
515
|
+
<folding />
|
516
|
+
</state>
|
517
|
+
</provider>
|
518
|
+
</entry>
|
519
|
+
<entry file="file://$PROJECT_DIR$/../../freewifi/Rakefile">
|
520
|
+
<provider selected="true" editor-type-id="text-editor">
|
521
|
+
<state relative-caret-position="0">
|
522
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
523
|
+
<folding />
|
524
|
+
</state>
|
525
|
+
</provider>
|
526
|
+
</entry>
|
527
|
+
<entry file="file://$PROJECT_DIR$/../../freewifi/freewifi.gemspec">
|
528
|
+
<provider selected="true" editor-type-id="text-editor">
|
529
|
+
<state relative-caret-position="285">
|
530
|
+
<caret line="19" column="63" lean-forward="false" selection-start-line="19" selection-start-column="42" selection-end-line="19" selection-end-column="63" />
|
531
|
+
<folding />
|
532
|
+
</state>
|
533
|
+
</provider>
|
534
|
+
</entry>
|
535
|
+
<entry file="file://$PROJECT_DIR$/../../freewifi/Gemfile">
|
536
|
+
<provider selected="true" editor-type-id="text-editor">
|
537
|
+
<state relative-caret-position="0">
|
538
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
539
|
+
<folding />
|
540
|
+
</state>
|
541
|
+
</provider>
|
542
|
+
</entry>
|
543
|
+
<entry file="file://$PROJECT_DIR$/../../freewifi/.gitignore">
|
544
|
+
<provider selected="true" editor-type-id="text-editor">
|
545
|
+
<state relative-caret-position="0">
|
546
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
547
|
+
<folding />
|
548
|
+
</state>
|
549
|
+
</provider>
|
550
|
+
</entry>
|
551
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
552
|
+
<provider selected="true" editor-type-id="text-editor">
|
553
|
+
<state relative-caret-position="0">
|
554
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
555
|
+
<folding />
|
556
|
+
</state>
|
557
|
+
</provider>
|
558
|
+
</entry>
|
559
|
+
<entry file="file://$PROJECT_DIR$/imperituroard.gemspec">
|
560
|
+
<provider selected="true" editor-type-id="text-editor">
|
561
|
+
<state relative-caret-position="255">
|
562
|
+
<caret line="17" column="22" lean-forward="true" selection-start-line="17" selection-start-column="22" selection-end-line="17" selection-end-column="22" />
|
563
|
+
<folding />
|
564
|
+
</state>
|
565
|
+
</provider>
|
566
|
+
</entry>
|
567
|
+
</component>
|
568
|
+
</project>
|
data/.ruby-gemset
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
imperituroard
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
ruby-2.4.1
|
data/.travis.yml
ADDED
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,74 @@
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
2
|
+
|
3
|
+
## Our Pledge
|
4
|
+
|
5
|
+
In the interest of fostering an open and welcoming environment, we as
|
6
|
+
contributors and maintainers pledge to making participation in our project and
|
7
|
+
our community a harassment-free experience for everyone, regardless of age, body
|
8
|
+
size, disability, ethnicity, gender identity and expression, level of experience,
|
9
|
+
nationality, personal appearance, race, religion, or sexual identity and
|
10
|
+
orientation.
|
11
|
+
|
12
|
+
## Our Standards
|
13
|
+
|
14
|
+
Examples of behavior that contributes to creating a positive environment
|
15
|
+
include:
|
16
|
+
|
17
|
+
* Using welcoming and inclusive language
|
18
|
+
* Being respectful of differing viewpoints and experiences
|
19
|
+
* Gracefully accepting constructive criticism
|
20
|
+
* Focusing on what is best for the community
|
21
|
+
* Showing empathy towards other community members
|
22
|
+
|
23
|
+
Examples of unacceptable behavior by participants include:
|
24
|
+
|
25
|
+
* The use of sexualized language or imagery and unwelcome sexual attention or
|
26
|
+
advances
|
27
|
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
28
|
+
* Public or private harassment
|
29
|
+
* Publishing others' private information, such as a physical or electronic
|
30
|
+
address, without explicit permission
|
31
|
+
* Other conduct which could reasonably be considered inappropriate in a
|
32
|
+
professional setting
|
33
|
+
|
34
|
+
## Our Responsibilities
|
35
|
+
|
36
|
+
Project maintainers are responsible for clarifying the standards of acceptable
|
37
|
+
behavior and are expected to take appropriate and fair corrective action in
|
38
|
+
response to any instances of unacceptable behavior.
|
39
|
+
|
40
|
+
Project maintainers have the right and responsibility to remove, edit, or
|
41
|
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
42
|
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
43
|
+
permanently any contributor for other behaviors that they deem inappropriate,
|
44
|
+
threatening, offensive, or harmful.
|
45
|
+
|
46
|
+
## Scope
|
47
|
+
|
48
|
+
This Code of Conduct applies both within project spaces and in public spaces
|
49
|
+
when an individual is representing the project or its community. Examples of
|
50
|
+
representing a project or community include using an official project e-mail
|
51
|
+
address, posting via an official social media account, or acting as an appointed
|
52
|
+
representative at an online or offline event. Representation of a project may be
|
53
|
+
further defined and clarified by project maintainers.
|
54
|
+
|
55
|
+
## Enforcement
|
56
|
+
|
57
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
+
reported by contacting the project team at imperituro.ard@gmail.com. All
|
59
|
+
complaints will be reviewed and investigated and will result in a response that
|
60
|
+
is deemed necessary and appropriate to the circumstances. The project team is
|
61
|
+
obligated to maintain confidentiality with regard to the reporter of an incident.
|
62
|
+
Further details of specific enforcement policies may be posted separately.
|
63
|
+
|
64
|
+
Project maintainers who do not follow or enforce the Code of Conduct in good
|
65
|
+
faith may face temporary or permanent repercussions as determined by other
|
66
|
+
members of the project's leadership.
|
67
|
+
|
68
|
+
## Attribution
|
69
|
+
|
70
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
71
|
+
available at [https://contributor-covenant.org/version/1/4][version]
|
72
|
+
|
73
|
+
[homepage]: https://contributor-covenant.org
|
74
|
+
[version]: https://contributor-covenant.org/version/1/4/
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2020 Dzmitry Buynovskiy
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
# Imperituroard
|
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/imperituroard`. 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
|
+
|
7
|
+
## Installation
|
8
|
+
|
9
|
+
Add this line to your application's Gemfile:
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
gem 'imperituroard'
|
13
|
+
```
|
14
|
+
|
15
|
+
And then execute:
|
16
|
+
|
17
|
+
$ bundle install
|
18
|
+
|
19
|
+
Or install it yourself as:
|
20
|
+
|
21
|
+
$ gem install imperituroard
|
22
|
+
|
23
|
+
## Usage
|
24
|
+
|
25
|
+
TODO: Write usage instructions here
|
26
|
+
|
27
|
+
## Development
|
28
|
+
|
29
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
30
|
+
|
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`, which will 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
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/imperituroard. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/imperituroard/blob/master/CODE_OF_CONDUCT.md).
|
36
|
+
|
37
|
+
|
38
|
+
## License
|
39
|
+
|
40
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
41
|
+
|
42
|
+
## Code of Conduct
|
43
|
+
|
44
|
+
Everyone interacting in the Imperituroard project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/imperituroard/blob/master/CODE_OF_CONDUCT.md).
|
data/Rakefile
ADDED
data/bin/console
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require "bundler/setup"
|
4
|
+
require "imperituroard"
|
5
|
+
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
8
|
+
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
+
# require "pry"
|
11
|
+
# Pry.start
|
12
|
+
|
13
|
+
require "irb"
|
14
|
+
IRB.start(__FILE__)
|
data/bin/setup
ADDED
@@ -0,0 +1,33 @@
|
|
1
|
+
require_relative 'lib/imperituroard/version'
|
2
|
+
|
3
|
+
Gem::Specification.new do |spec|
|
4
|
+
spec.name = "imperituroard"
|
5
|
+
spec.version = Imperituroard::VERSION
|
6
|
+
spec.authors = ["Dzmitry Buynovskiy"]
|
7
|
+
spec.email = ["imperituro.ard@gmail.com"]
|
8
|
+
|
9
|
+
spec.summary = %q{https://rubygems.org/.}
|
10
|
+
spec.description = %q{https://rubygems.org/ ertr.}
|
11
|
+
spec.homepage = "https://rubygems.org/"
|
12
|
+
spec.license = "MIT"
|
13
|
+
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
14
|
+
|
15
|
+
spec.metadata["allowed_push_host"] = "https://rubygems.org/"
|
16
|
+
|
17
|
+
spec.metadata["homepage_uri"] = spec.homepage
|
18
|
+
spec.metadata["source_code_uri"] = "https://rubygems.org/"
|
19
|
+
spec.metadata["changelog_uri"] = "https://rubygems.org/"
|
20
|
+
|
21
|
+
# Specify which files should be added to the gem when it is released.
|
22
|
+
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
23
|
+
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
24
|
+
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
25
|
+
end
|
26
|
+
spec.bindir = "exe"
|
27
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
28
|
+
spec.require_paths = ["lib"]
|
29
|
+
|
30
|
+
spec.add_development_dependency "bundler", "~> 1.16"
|
31
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
32
|
+
spec.add_development_dependency "net-ssh", '~> 4.0.0'
|
33
|
+
end
|
metadata
ADDED
@@ -0,0 +1,108 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: imperituroard
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Dzmitry Buynovskiy
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2020-03-11 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: bundler
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.16'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.16'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rake
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '10.0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '10.0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: net-ssh
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 4.0.0
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 4.0.0
|
55
|
+
description: https://rubygems.org/ ertr.
|
56
|
+
email:
|
57
|
+
- imperituro.ard@gmail.com
|
58
|
+
executables: []
|
59
|
+
extensions: []
|
60
|
+
extra_rdoc_files: []
|
61
|
+
files:
|
62
|
+
- ".gitignore"
|
63
|
+
- ".idea/imperituroard.iml"
|
64
|
+
- ".idea/misc.xml"
|
65
|
+
- ".idea/modules.xml"
|
66
|
+
- ".idea/workspace.xml"
|
67
|
+
- ".ruby-gemset"
|
68
|
+
- ".ruby-version"
|
69
|
+
- ".travis.yml"
|
70
|
+
- CODE_OF_CONDUCT.md
|
71
|
+
- Gemfile
|
72
|
+
- LICENSE.txt
|
73
|
+
- README.md
|
74
|
+
- Rakefile
|
75
|
+
- bin/console
|
76
|
+
- bin/setup
|
77
|
+
- imperituroard.gemspec
|
78
|
+
- lib/imperituroard.rb
|
79
|
+
- lib/imperituroard/version.rb
|
80
|
+
homepage: https://rubygems.org/
|
81
|
+
licenses:
|
82
|
+
- MIT
|
83
|
+
metadata:
|
84
|
+
allowed_push_host: https://rubygems.org/
|
85
|
+
homepage_uri: https://rubygems.org/
|
86
|
+
source_code_uri: https://rubygems.org/
|
87
|
+
changelog_uri: https://rubygems.org/
|
88
|
+
post_install_message:
|
89
|
+
rdoc_options: []
|
90
|
+
require_paths:
|
91
|
+
- lib
|
92
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ">="
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: 2.3.0
|
97
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
98
|
+
requirements:
|
99
|
+
- - ">="
|
100
|
+
- !ruby/object:Gem::Version
|
101
|
+
version: '0'
|
102
|
+
requirements: []
|
103
|
+
rubyforge_project:
|
104
|
+
rubygems_version: 2.6.14
|
105
|
+
signing_key:
|
106
|
+
specification_version: 4
|
107
|
+
summary: https://rubygems.org/.
|
108
|
+
test_files: []
|