istox 0.1.71 → 0.1.72
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/.rakeTasks +7 -0
- data/.idea/encodings.xml +4 -0
- data/.idea/inspectionProfiles/Project_Default.xml +6 -0
- data/.idea/istox-gem.iml +12 -0
- data/.idea/misc.xml +7 -0
- data/.idea/modules.xml +8 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +221 -0
- data/lib/istox/version.rb +1 -1
- metadata +9 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1754d4f2b792153cb31449061104585e4e96b93656c927e63dd11eb4b31bcdb
|
|
4
|
+
data.tar.gz: 14f569831d048bad367f02e146c77945d15fc27c5cbc5225893b8354e67eb810
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 631fad637e9be2b9641fc581b43c4422273b6382cab364d7a7e979d730a8e4c0b14575a74f469753bd31e47b41a34da89adf451b88e3c6ab241c5d2ca37b8d7b
|
|
7
|
+
data.tar.gz: af4cfb638ea51d663d04668aa6b13559cc43d97e1333446acc71911eaf5b349aab00adccf9f9870a89b86f5cdafc05650432a0a6e622e4d7afe591eae5aae508
|
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" /></Settings>
|
data/.idea/encodings.xml
ADDED
data/.idea/istox-gem.iml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
|
4
|
+
<shared />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="NewModuleRootManager">
|
|
7
|
+
<content url="file://$MODULE_DIR$" />
|
|
8
|
+
<orderEntry type="inheritedJdk" />
|
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.16.6, RVM: ruby-2.5.3 [global]) [gem]" level="application" />
|
|
11
|
+
</component>
|
|
12
|
+
</module>
|
data/.idea/misc.xml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="JavaScriptSettings">
|
|
4
|
+
<option name="languageLevel" value="ES6" />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.5.3 [global]" project-jdk-type="RUBY_SDK" />
|
|
7
|
+
</project>
|
data/.idea/modules.xml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
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/istox-gem.iml" filepath="$PROJECT_DIR$/.idea/istox-gem.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="f70e0449-76c0-44d8-bcb9-7991f2a7e0f8" name="Default Changelist" comment="">
|
|
5
|
+
<change beforePath="$PROJECT_DIR$/lib/istox/version.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/istox/version.rb" afterDir="false" />
|
|
6
|
+
</list>
|
|
7
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
8
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
9
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
11
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
12
|
+
</component>
|
|
13
|
+
<component name="FileEditorManager">
|
|
14
|
+
<leaf>
|
|
15
|
+
<file pinned="false" current-in-tab="false">
|
|
16
|
+
<entry file="file://$PROJECT_DIR$/lib/istox/helpers/bunny_boot.rb">
|
|
17
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
18
|
+
<state relative-caret-position="165">
|
|
19
|
+
<caret line="13" column="24" selection-start-line="13" selection-start-column="24" selection-end-line="13" selection-end-column="24" />
|
|
20
|
+
</state>
|
|
21
|
+
</provider>
|
|
22
|
+
</entry>
|
|
23
|
+
</file>
|
|
24
|
+
<file pinned="false" current-in-tab="false">
|
|
25
|
+
<entry file="file://$PROJECT_DIR$/lib/istox/helpers/publisher.rb">
|
|
26
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
27
|
+
<state relative-caret-position="130">
|
|
28
|
+
<caret line="13" column="18" lean-forward="true" selection-start-line="13" selection-start-column="18" selection-end-line="13" selection-end-column="18" />
|
|
29
|
+
</state>
|
|
30
|
+
</provider>
|
|
31
|
+
</entry>
|
|
32
|
+
</file>
|
|
33
|
+
<file pinned="false" current-in-tab="false">
|
|
34
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
35
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
36
|
+
<state split_layout="SPLIT">
|
|
37
|
+
<first_editor relative-caret-position="90">
|
|
38
|
+
<caret line="6" column="32" selection-start-line="6" selection-start-column="4" selection-end-line="6" selection-end-column="32" />
|
|
39
|
+
</first_editor>
|
|
40
|
+
<second_editor />
|
|
41
|
+
</state>
|
|
42
|
+
</provider>
|
|
43
|
+
</entry>
|
|
44
|
+
</file>
|
|
45
|
+
<file pinned="false" current-in-tab="true">
|
|
46
|
+
<entry file="file://$PROJECT_DIR$/lib/istox/version.rb">
|
|
47
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
48
|
+
<state relative-caret-position="15">
|
|
49
|
+
<caret line="1" column="19" selection-start-line="1" selection-start-column="19" selection-end-line="1" selection-end-column="19" />
|
|
50
|
+
</state>
|
|
51
|
+
</provider>
|
|
52
|
+
</entry>
|
|
53
|
+
</file>
|
|
54
|
+
</leaf>
|
|
55
|
+
</component>
|
|
56
|
+
<component name="Git.Settings">
|
|
57
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
58
|
+
</component>
|
|
59
|
+
<component name="IdeDocumentHistory">
|
|
60
|
+
<option name="CHANGED_PATHS">
|
|
61
|
+
<list>
|
|
62
|
+
<option value="$PROJECT_DIR$/lib/istox/helpers/publisher.rb" />
|
|
63
|
+
<option value="$PROJECT_DIR$/lib/istox/version.rb" />
|
|
64
|
+
</list>
|
|
65
|
+
</option>
|
|
66
|
+
</component>
|
|
67
|
+
<component name="ProjectFrameBounds" extendedState="6">
|
|
68
|
+
<option name="y" value="23" />
|
|
69
|
+
<option name="width" value="1440" />
|
|
70
|
+
<option name="height" value="852" />
|
|
71
|
+
</component>
|
|
72
|
+
<component name="ProjectView">
|
|
73
|
+
<navigator proportions="" version="1">
|
|
74
|
+
<foldersAlwaysOnTop value="true" />
|
|
75
|
+
</navigator>
|
|
76
|
+
<panes>
|
|
77
|
+
<pane id="ProjectPane">
|
|
78
|
+
<subPane>
|
|
79
|
+
<expand>
|
|
80
|
+
<path>
|
|
81
|
+
<item name="istox-gem" type="b2602c69:ProjectViewProjectNode" />
|
|
82
|
+
<item name="istox-gem" type="462c0819:PsiDirectoryNode" />
|
|
83
|
+
</path>
|
|
84
|
+
<path>
|
|
85
|
+
<item name="istox-gem" type="b2602c69:ProjectViewProjectNode" />
|
|
86
|
+
<item name="istox-gem" type="462c0819:PsiDirectoryNode" />
|
|
87
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
88
|
+
</path>
|
|
89
|
+
<path>
|
|
90
|
+
<item name="istox-gem" type="b2602c69:ProjectViewProjectNode" />
|
|
91
|
+
<item name="istox-gem" type="462c0819:PsiDirectoryNode" />
|
|
92
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
93
|
+
<item name="istox" type="462c0819:PsiDirectoryNode" />
|
|
94
|
+
</path>
|
|
95
|
+
<path>
|
|
96
|
+
<item name="istox-gem" type="b2602c69:ProjectViewProjectNode" />
|
|
97
|
+
<item name="istox-gem" type="462c0819:PsiDirectoryNode" />
|
|
98
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
99
|
+
<item name="istox" type="462c0819:PsiDirectoryNode" />
|
|
100
|
+
<item name="helpers" type="462c0819:PsiDirectoryNode" />
|
|
101
|
+
</path>
|
|
102
|
+
<path>
|
|
103
|
+
<item name="istox-gem" type="b2602c69:ProjectViewProjectNode" />
|
|
104
|
+
<item name="istox-gem" type="462c0819:PsiDirectoryNode" />
|
|
105
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
106
|
+
<item name="istox" type="462c0819:PsiDirectoryNode" />
|
|
107
|
+
<item name="interfaces" type="462c0819:PsiDirectoryNode" />
|
|
108
|
+
</path>
|
|
109
|
+
<path>
|
|
110
|
+
<item name="istox-gem" type="b2602c69:ProjectViewProjectNode" />
|
|
111
|
+
<item name="istox-gem" type="462c0819:PsiDirectoryNode" />
|
|
112
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
113
|
+
<item name="istox" type="462c0819:PsiDirectoryNode" />
|
|
114
|
+
<item name="models" type="462c0819:PsiDirectoryNode" />
|
|
115
|
+
</path>
|
|
116
|
+
</expand>
|
|
117
|
+
<select />
|
|
118
|
+
</subPane>
|
|
119
|
+
</pane>
|
|
120
|
+
<pane id="Scope" />
|
|
121
|
+
</panes>
|
|
122
|
+
</component>
|
|
123
|
+
<component name="PropertiesComponent">
|
|
124
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
125
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
126
|
+
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
|
127
|
+
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
|
128
|
+
</component>
|
|
129
|
+
<component name="RunDashboard">
|
|
130
|
+
<option name="ruleStates">
|
|
131
|
+
<list>
|
|
132
|
+
<RuleState>
|
|
133
|
+
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
134
|
+
</RuleState>
|
|
135
|
+
<RuleState>
|
|
136
|
+
<option name="name" value="StatusDashboardGroupingRule" />
|
|
137
|
+
</RuleState>
|
|
138
|
+
</list>
|
|
139
|
+
</option>
|
|
140
|
+
</component>
|
|
141
|
+
<component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
|
|
142
|
+
<component name="SvnConfiguration">
|
|
143
|
+
<configuration />
|
|
144
|
+
</component>
|
|
145
|
+
<component name="TaskManager">
|
|
146
|
+
<task active="true" id="Default" summary="Default task">
|
|
147
|
+
<changelist id="f70e0449-76c0-44d8-bcb9-7991f2a7e0f8" name="Default Changelist" comment="" />
|
|
148
|
+
<created>1566200631090</created>
|
|
149
|
+
<option name="number" value="Default" />
|
|
150
|
+
<option name="presentableId" value="Default" />
|
|
151
|
+
<updated>1566200631090</updated>
|
|
152
|
+
<workItem from="1566200632743" duration="997000" />
|
|
153
|
+
</task>
|
|
154
|
+
<servers />
|
|
155
|
+
</component>
|
|
156
|
+
<component name="TimeTrackingManager">
|
|
157
|
+
<option name="totallyTimeSpent" value="997000" />
|
|
158
|
+
</component>
|
|
159
|
+
<component name="ToolWindowManager">
|
|
160
|
+
<frame x="0" y="23" width="1440" height="852" extended-state="6" />
|
|
161
|
+
<editor active="true" />
|
|
162
|
+
<layout>
|
|
163
|
+
<window_info id="Favorites" side_tool="true" />
|
|
164
|
+
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.33547926" />
|
|
165
|
+
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
166
|
+
<window_info anchor="bottom" id="Docker" show_stripe_button="false" />
|
|
167
|
+
<window_info anchor="bottom" id="Database Changes" />
|
|
168
|
+
<window_info anchor="bottom" id="Version Control" />
|
|
169
|
+
<window_info anchor="bottom" id="Messages" visible="true" weight="0.42062417" />
|
|
170
|
+
<window_info anchor="bottom" id="Terminal" />
|
|
171
|
+
<window_info anchor="bottom" id="Event Log" side_tool="true" />
|
|
172
|
+
<window_info anchor="bottom" id="Message" order="0" />
|
|
173
|
+
<window_info anchor="bottom" id="Find" order="1" />
|
|
174
|
+
<window_info anchor="bottom" id="Run" order="2" />
|
|
175
|
+
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
|
176
|
+
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
177
|
+
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
178
|
+
<window_info anchor="bottom" id="TODO" order="6" />
|
|
179
|
+
<window_info anchor="right" id="Database" />
|
|
180
|
+
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
181
|
+
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
182
|
+
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
183
|
+
</layout>
|
|
184
|
+
</component>
|
|
185
|
+
<component name="TypeScriptGeneratedFilesManager">
|
|
186
|
+
<option name="version" value="1" />
|
|
187
|
+
</component>
|
|
188
|
+
<component name="editorHistoryManager">
|
|
189
|
+
<entry file="file://$PROJECT_DIR$/lib/istox/helpers/bunny_boot.rb">
|
|
190
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
191
|
+
<state relative-caret-position="165">
|
|
192
|
+
<caret line="13" column="24" selection-start-line="13" selection-start-column="24" selection-end-line="13" selection-end-column="24" />
|
|
193
|
+
</state>
|
|
194
|
+
</provider>
|
|
195
|
+
</entry>
|
|
196
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
197
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
198
|
+
<state split_layout="SPLIT">
|
|
199
|
+
<first_editor relative-caret-position="90">
|
|
200
|
+
<caret line="6" column="32" selection-start-line="6" selection-start-column="4" selection-end-line="6" selection-end-column="32" />
|
|
201
|
+
</first_editor>
|
|
202
|
+
<second_editor />
|
|
203
|
+
</state>
|
|
204
|
+
</provider>
|
|
205
|
+
</entry>
|
|
206
|
+
<entry file="file://$PROJECT_DIR$/lib/istox/helpers/publisher.rb">
|
|
207
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
208
|
+
<state relative-caret-position="130">
|
|
209
|
+
<caret line="13" column="18" lean-forward="true" selection-start-line="13" selection-start-column="18" selection-end-line="13" selection-end-column="18" />
|
|
210
|
+
</state>
|
|
211
|
+
</provider>
|
|
212
|
+
</entry>
|
|
213
|
+
<entry file="file://$PROJECT_DIR$/lib/istox/version.rb">
|
|
214
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
215
|
+
<state relative-caret-position="15">
|
|
216
|
+
<caret line="1" column="19" selection-start-line="1" selection-start-column="19" selection-end-line="1" selection-end-column="19" />
|
|
217
|
+
</state>
|
|
218
|
+
</provider>
|
|
219
|
+
</entry>
|
|
220
|
+
</component>
|
|
221
|
+
</project>
|
data/lib/istox/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: istox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.72
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Siong Leng
|
|
@@ -270,6 +270,14 @@ extensions: []
|
|
|
270
270
|
extra_rdoc_files: []
|
|
271
271
|
files:
|
|
272
272
|
- ".gitignore"
|
|
273
|
+
- ".idea/.rakeTasks"
|
|
274
|
+
- ".idea/encodings.xml"
|
|
275
|
+
- ".idea/inspectionProfiles/Project_Default.xml"
|
|
276
|
+
- ".idea/istox-gem.iml"
|
|
277
|
+
- ".idea/misc.xml"
|
|
278
|
+
- ".idea/modules.xml"
|
|
279
|
+
- ".idea/vcs.xml"
|
|
280
|
+
- ".idea/workspace.xml"
|
|
273
281
|
- CODE_OF_CONDUCT.md
|
|
274
282
|
- Gemfile
|
|
275
283
|
- Gemfile.lock
|