nano_bot 0.0.1
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 +7 -0
- data/.gitignore +22 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/misc.xml +5 -0
- data/.idea/modules.xml +9 -0
- data/.idea/nano_bot.iml +49 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +302 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +29 -0
- data/Rakefile +2 -0
- data/lib/nano_bot.rb +11 -0
- data/lib/nano_bot/version.rb +3 -0
- data/nano_bot.gemspec +23 -0
- metadata +90 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 2a41e2dee4d3b2d158faf511455f89c0164686a3
|
|
4
|
+
data.tar.gz: 45677afe705921b80034fef8e9007634728b4824
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: fe3ee4bc6ee6f0fb7ecc807f0222c5862f78cfbf756390c144f94732f088199f7ffc915eed2365ff5ef623e4459fa8d13dc5741104a713cfdd04f698b3531bca
|
|
7
|
+
data.tar.gz: 085ee9ca7317852db9a44036c3668b3e2712e28ca7ca4676e6cfd2935e0af01cdaf4d9e54865e6e47f6a5242f4acaad4d3fded98e4ae1cd17c3228c7a1a0ac18
|
data/.gitignore
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
*.gem
|
|
2
|
+
*.rbc
|
|
3
|
+
.bundle
|
|
4
|
+
.config
|
|
5
|
+
.yardoc
|
|
6
|
+
Gemfile.lock
|
|
7
|
+
InstalledFiles
|
|
8
|
+
_yardoc
|
|
9
|
+
coverage
|
|
10
|
+
doc/
|
|
11
|
+
lib/bundler/man
|
|
12
|
+
pkg
|
|
13
|
+
rdoc
|
|
14
|
+
spec/reports
|
|
15
|
+
test/tmp
|
|
16
|
+
test/version_tmp
|
|
17
|
+
tmp
|
|
18
|
+
*.bundle
|
|
19
|
+
*.so
|
|
20
|
+
*.o
|
|
21
|
+
*.a
|
|
22
|
+
mkmf.log
|
data/.idea/.name
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nano_bot
|
data/.idea/.rakeTasks
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
|
3
|
+
You are allowed to:
|
|
4
|
+
1. Remove rake task
|
|
5
|
+
2. Add existing rake tasks
|
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build nano_bot-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install nano_bot-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push nano_bot-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>
|
data/.idea/encodings.xml
ADDED
data/.idea/misc.xml
ADDED
data/.idea/modules.xml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/nano_bot.iml" filepath="$PROJECT_DIR$/.idea/nano_bot.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
9
|
+
|
data/.idea/nano_bot.iml
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
|
3
|
+
<component name="CompassSettings">
|
|
4
|
+
<option name="compassSupportEnabled" value="true" />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="FacetManager">
|
|
7
|
+
<facet type="gem" name="Ruby Gem">
|
|
8
|
+
<configuration>
|
|
9
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
|
10
|
+
<option name="GEM_APP_TEST_PATH" value="$MODULE_DIR$/test" />
|
|
11
|
+
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
|
12
|
+
</configuration>
|
|
13
|
+
</facet>
|
|
14
|
+
</component>
|
|
15
|
+
<component name="ModuleRunConfigurationManager">
|
|
16
|
+
<configuration default="false" name="nano_bot" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
17
|
+
<module name="nano_bot" />
|
|
18
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
19
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
|
20
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
21
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
22
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
23
|
+
<envs />
|
|
24
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
|
25
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
26
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
27
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
28
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
29
|
+
</COVERAGE_PATTERN>
|
|
30
|
+
</EXTENSION>
|
|
31
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
32
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/nano_bot.gemspec" />
|
|
33
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
34
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
35
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
36
|
+
<method />
|
|
37
|
+
</configuration>
|
|
38
|
+
</component>
|
|
39
|
+
<component name="NewModuleRootManager">
|
|
40
|
+
<content url="file://$MODULE_DIR$">
|
|
41
|
+
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
|
42
|
+
</content>
|
|
43
|
+
<orderEntry type="jdk" jdkName="RVM: ruby-2.1.2" jdkType="RUBY_SDK" />
|
|
44
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
45
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.3, RVM: ruby-2.1.2) [gem]" level="application" />
|
|
46
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v0.9.6, RVM: ruby-2.1.2) [gem]" level="application" />
|
|
47
|
+
</component>
|
|
48
|
+
</module>
|
|
49
|
+
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="8247e3d8-bd4e-40e9-8b7f-1c6a462e2e53" name="Default" comment="" />
|
|
5
|
+
<ignored path="nano_bot.iws" />
|
|
6
|
+
<ignored path=".idea/workspace.xml" />
|
|
7
|
+
<option name="TRACKING_ENABLED" 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="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
|
14
|
+
<component name="CoverageDataManager">
|
|
15
|
+
<SUITE FILE_PATH="coverage/nano_bot@nano_bot.coverage" NAME="nano_bot Coverage Results" MODIFIED="1411262690906" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="nano_bot" />
|
|
16
|
+
</component>
|
|
17
|
+
<component name="CreatePatchCommitExecutor">
|
|
18
|
+
<option name="PATCH_PATH" value="" />
|
|
19
|
+
</component>
|
|
20
|
+
<component name="DaemonCodeAnalyzer">
|
|
21
|
+
<disable_hints />
|
|
22
|
+
</component>
|
|
23
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
|
24
|
+
<component name="FavoritesManager">
|
|
25
|
+
<favorites_list name="nano_bot" />
|
|
26
|
+
</component>
|
|
27
|
+
<component name="FileEditorManager">
|
|
28
|
+
<leaf>
|
|
29
|
+
<file leaf-file-name="nano_bot.gemspec" pinned="false" current="false" current-in-tab="false">
|
|
30
|
+
<entry file="file://$PROJECT_DIR$/nano_bot.gemspec">
|
|
31
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
32
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="522">
|
|
33
|
+
<caret line="23" column="0" selection-start-line="23" selection-start-column="0" selection-end-line="23" selection-end-column="0" />
|
|
34
|
+
<folding />
|
|
35
|
+
</state>
|
|
36
|
+
</provider>
|
|
37
|
+
</entry>
|
|
38
|
+
</file>
|
|
39
|
+
<file leaf-file-name="nano_bot.rb" pinned="false" current="true" current-in-tab="true">
|
|
40
|
+
<entry file="file://$PROJECT_DIR$/lib/nano_bot.rb">
|
|
41
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
42
|
+
<state vertical-scroll-proportion="0.24" vertical-offset="0" max-vertical-offset="600">
|
|
43
|
+
<caret line="8" column="0" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="0" />
|
|
44
|
+
<folding />
|
|
45
|
+
</state>
|
|
46
|
+
</provider>
|
|
47
|
+
</entry>
|
|
48
|
+
</file>
|
|
49
|
+
<file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
|
|
50
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
51
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
52
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="180">
|
|
53
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
54
|
+
<folding />
|
|
55
|
+
</state>
|
|
56
|
+
</provider>
|
|
57
|
+
</entry>
|
|
58
|
+
</file>
|
|
59
|
+
</leaf>
|
|
60
|
+
</component>
|
|
61
|
+
<component name="FindManager">
|
|
62
|
+
<FindUsagesManager>
|
|
63
|
+
<setting name="OPEN_NEW_TAB" value="true" />
|
|
64
|
+
</FindUsagesManager>
|
|
65
|
+
</component>
|
|
66
|
+
<component name="IdeDocumentHistory">
|
|
67
|
+
<option name="changedFiles">
|
|
68
|
+
<list>
|
|
69
|
+
<option value="$PROJECT_DIR$/nano_bot.gemspec" />
|
|
70
|
+
<option value="$PROJECT_DIR$/lib/nano_bot.rb" />
|
|
71
|
+
</list>
|
|
72
|
+
</option>
|
|
73
|
+
</component>
|
|
74
|
+
<component name="ProjectFrameBounds">
|
|
75
|
+
<option name="x" value="504" />
|
|
76
|
+
<option name="y" value="61" />
|
|
77
|
+
<option name="width" value="1400" />
|
|
78
|
+
<option name="height" value="1000" />
|
|
79
|
+
</component>
|
|
80
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
|
81
|
+
<OptionsSetting value="true" id="Add" />
|
|
82
|
+
<OptionsSetting value="true" id="Remove" />
|
|
83
|
+
<OptionsSetting value="true" id="Checkout" />
|
|
84
|
+
<OptionsSetting value="true" id="Update" />
|
|
85
|
+
<OptionsSetting value="true" id="Status" />
|
|
86
|
+
<OptionsSetting value="true" id="Edit" />
|
|
87
|
+
<ConfirmationsSetting value="0" id="Add" />
|
|
88
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
|
89
|
+
</component>
|
|
90
|
+
<component name="ProjectReloadState">
|
|
91
|
+
<option name="STATE" value="0" />
|
|
92
|
+
</component>
|
|
93
|
+
<component name="ProjectView">
|
|
94
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
|
95
|
+
<flattenPackages />
|
|
96
|
+
<showMembers />
|
|
97
|
+
<showModules />
|
|
98
|
+
<showLibraryContents />
|
|
99
|
+
<hideEmptyPackages />
|
|
100
|
+
<abbreviatePackageNames />
|
|
101
|
+
<autoscrollToSource />
|
|
102
|
+
<autoscrollFromSource />
|
|
103
|
+
<sortByType />
|
|
104
|
+
</navigator>
|
|
105
|
+
<panes>
|
|
106
|
+
<pane id="ProjectPane">
|
|
107
|
+
<subPane>
|
|
108
|
+
<PATH>
|
|
109
|
+
<PATH_ELEMENT>
|
|
110
|
+
<option name="myItemId" value="nano_bot" />
|
|
111
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
112
|
+
</PATH_ELEMENT>
|
|
113
|
+
</PATH>
|
|
114
|
+
<PATH>
|
|
115
|
+
<PATH_ELEMENT>
|
|
116
|
+
<option name="myItemId" value="nano_bot" />
|
|
117
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
118
|
+
</PATH_ELEMENT>
|
|
119
|
+
<PATH_ELEMENT>
|
|
120
|
+
<option name="myItemId" value="nano_bot" />
|
|
121
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
122
|
+
</PATH_ELEMENT>
|
|
123
|
+
</PATH>
|
|
124
|
+
<PATH>
|
|
125
|
+
<PATH_ELEMENT>
|
|
126
|
+
<option name="myItemId" value="nano_bot" />
|
|
127
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
128
|
+
</PATH_ELEMENT>
|
|
129
|
+
<PATH_ELEMENT>
|
|
130
|
+
<option name="myItemId" value="nano_bot" />
|
|
131
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
132
|
+
</PATH_ELEMENT>
|
|
133
|
+
<PATH_ELEMENT>
|
|
134
|
+
<option name="myItemId" value="lib" />
|
|
135
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
136
|
+
</PATH_ELEMENT>
|
|
137
|
+
</PATH>
|
|
138
|
+
<PATH>
|
|
139
|
+
<PATH_ELEMENT>
|
|
140
|
+
<option name="myItemId" value="nano_bot" />
|
|
141
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
142
|
+
</PATH_ELEMENT>
|
|
143
|
+
<PATH_ELEMENT>
|
|
144
|
+
<option name="myItemId" value="nano_bot" />
|
|
145
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
146
|
+
</PATH_ELEMENT>
|
|
147
|
+
<PATH_ELEMENT>
|
|
148
|
+
<option name="myItemId" value="lib" />
|
|
149
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
150
|
+
</PATH_ELEMENT>
|
|
151
|
+
<PATH_ELEMENT>
|
|
152
|
+
<option name="myItemId" value="nano_bot" />
|
|
153
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
154
|
+
</PATH_ELEMENT>
|
|
155
|
+
</PATH>
|
|
156
|
+
</subPane>
|
|
157
|
+
</pane>
|
|
158
|
+
<pane id="Scope" />
|
|
159
|
+
</panes>
|
|
160
|
+
</component>
|
|
161
|
+
<component name="PropertiesComponent">
|
|
162
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
163
|
+
<property name="recentsLimit" value="5" />
|
|
164
|
+
</component>
|
|
165
|
+
<component name="RunManager" selected="Ruby.nano_bot">
|
|
166
|
+
<configuration default="false" name="nano_bot" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
167
|
+
<module name="nano_bot" />
|
|
168
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
169
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
|
170
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
171
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
172
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
173
|
+
<envs />
|
|
174
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
|
175
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
176
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
177
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
178
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
179
|
+
</COVERAGE_PATTERN>
|
|
180
|
+
</EXTENSION>
|
|
181
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
182
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/nano_bot.gemspec" />
|
|
183
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
184
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
185
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
186
|
+
<method />
|
|
187
|
+
</configuration>
|
|
188
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
|
189
|
+
<module name="" />
|
|
190
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
191
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
|
192
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
193
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
194
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
195
|
+
<envs />
|
|
196
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
197
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
198
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
199
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
200
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
201
|
+
</COVERAGE_PATTERN>
|
|
202
|
+
</EXTENSION>
|
|
203
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
204
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
|
205
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
206
|
+
<method />
|
|
207
|
+
</configuration>
|
|
208
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
|
209
|
+
<method />
|
|
210
|
+
</configuration>
|
|
211
|
+
<list size="1">
|
|
212
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.nano_bot" />
|
|
213
|
+
</list>
|
|
214
|
+
<recent_temporary>
|
|
215
|
+
<list size="1">
|
|
216
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.nano_bot" />
|
|
217
|
+
</list>
|
|
218
|
+
</recent_temporary>
|
|
219
|
+
</component>
|
|
220
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
|
221
|
+
<component name="SvnConfiguration">
|
|
222
|
+
<configuration />
|
|
223
|
+
</component>
|
|
224
|
+
<component name="TaskManager">
|
|
225
|
+
<task active="true" id="Default" summary="Default task">
|
|
226
|
+
<changelist id="8247e3d8-bd4e-40e9-8b7f-1c6a462e2e53" name="Default" comment="" />
|
|
227
|
+
<created>1411262444778</created>
|
|
228
|
+
<updated>1411262444778</updated>
|
|
229
|
+
</task>
|
|
230
|
+
<servers />
|
|
231
|
+
</component>
|
|
232
|
+
<component name="ToolWindowManager">
|
|
233
|
+
<frame x="504" y="61" width="1400" height="1000" extended-state="0" />
|
|
234
|
+
<editor active="true" />
|
|
235
|
+
<layout>
|
|
236
|
+
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
237
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32998884" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
238
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
|
239
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
240
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
241
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.2581361" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
242
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
243
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
|
|
244
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
|
|
245
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32887402" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
246
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
247
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
|
248
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
249
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
250
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
251
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
252
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
|
253
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
|
254
|
+
</layout>
|
|
255
|
+
</component>
|
|
256
|
+
<component name="Vcs.Log.UiProperties">
|
|
257
|
+
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
|
258
|
+
<collection />
|
|
259
|
+
</option>
|
|
260
|
+
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
|
261
|
+
<collection />
|
|
262
|
+
</option>
|
|
263
|
+
</component>
|
|
264
|
+
<component name="VcsContentAnnotationSettings">
|
|
265
|
+
<option name="myLimit" value="2678400000" />
|
|
266
|
+
</component>
|
|
267
|
+
<component name="VcsManagerConfiguration">
|
|
268
|
+
<option name="myTodoPanelSettings">
|
|
269
|
+
<TodoPanelSettings />
|
|
270
|
+
</option>
|
|
271
|
+
</component>
|
|
272
|
+
<component name="XDebuggerManager">
|
|
273
|
+
<breakpoint-manager />
|
|
274
|
+
</component>
|
|
275
|
+
<component name="editorHistoryManager">
|
|
276
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
277
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
278
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="616">
|
|
279
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
280
|
+
<folding />
|
|
281
|
+
</state>
|
|
282
|
+
</provider>
|
|
283
|
+
</entry>
|
|
284
|
+
<entry file="file://$PROJECT_DIR$/nano_bot.gemspec">
|
|
285
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
286
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="522">
|
|
287
|
+
<caret line="23" column="0" selection-start-line="23" selection-start-column="0" selection-end-line="23" selection-end-column="0" />
|
|
288
|
+
<folding />
|
|
289
|
+
</state>
|
|
290
|
+
</provider>
|
|
291
|
+
</entry>
|
|
292
|
+
<entry file="file://$PROJECT_DIR$/lib/nano_bot.rb">
|
|
293
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
294
|
+
<state vertical-scroll-proportion="0.24" vertical-offset="0" max-vertical-offset="600">
|
|
295
|
+
<caret line="8" column="0" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="0" />
|
|
296
|
+
<folding />
|
|
297
|
+
</state>
|
|
298
|
+
</provider>
|
|
299
|
+
</entry>
|
|
300
|
+
</component>
|
|
301
|
+
</project>
|
|
302
|
+
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Copyright (c) 2014 NanoDano
|
|
2
|
+
|
|
3
|
+
MIT License
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
+
a copy of this software and associated documentation files (the
|
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
+
the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be
|
|
14
|
+
included in all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# NanoBot
|
|
2
|
+
|
|
3
|
+
TODO: Write a gem description
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
Add this line to your application's Gemfile:
|
|
8
|
+
|
|
9
|
+
gem 'nano_bot'
|
|
10
|
+
|
|
11
|
+
And then execute:
|
|
12
|
+
|
|
13
|
+
$ bundle
|
|
14
|
+
|
|
15
|
+
Or install it yourself as:
|
|
16
|
+
|
|
17
|
+
$ gem install nano_bot
|
|
18
|
+
|
|
19
|
+
## Usage
|
|
20
|
+
|
|
21
|
+
TODO: Write usage instructions here
|
|
22
|
+
|
|
23
|
+
## Contributing
|
|
24
|
+
|
|
25
|
+
1. Fork it ( https://github.com/[my-github-username]/nano_bot/fork )
|
|
26
|
+
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
27
|
+
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
28
|
+
4. Push to the branch (`git push origin my-new-feature`)
|
|
29
|
+
5. Create a new Pull Request
|
data/Rakefile
ADDED
data/lib/nano_bot.rb
ADDED
data/nano_bot.gemspec
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require 'nano_bot/version'
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = "nano_bot"
|
|
8
|
+
spec.version = NanoBot::VERSION
|
|
9
|
+
spec.authors = ["NanoDano"]
|
|
10
|
+
spec.email = ["nanodano@devdungeon.com"]
|
|
11
|
+
spec.summary = %q{NanoBot Server Kernel}
|
|
12
|
+
spec.description = %q{NanoBot Server Core for listening, processing with modules, returning data}
|
|
13
|
+
spec.homepage = "http://www.devdungeon.com"
|
|
14
|
+
spec.license = "MIT"
|
|
15
|
+
|
|
16
|
+
spec.files = `git ls-files -z`.split("\x0")
|
|
17
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
18
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
|
+
spec.require_paths = ["lib"]
|
|
20
|
+
|
|
21
|
+
spec.add_development_dependency "bundler", "~> 1.6"
|
|
22
|
+
spec.add_development_dependency "rake", "~> 0"
|
|
23
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: nano_bot
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- NanoDano
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2014-09-21 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.6'
|
|
20
|
+
type: :development
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '1.6'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: rake
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - "~>"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
type: :development
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - "~>"
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
description: NanoBot Server Core for listening, processing with modules, returning
|
|
42
|
+
data
|
|
43
|
+
email:
|
|
44
|
+
- nanodano@devdungeon.com
|
|
45
|
+
executables: []
|
|
46
|
+
extensions: []
|
|
47
|
+
extra_rdoc_files: []
|
|
48
|
+
files:
|
|
49
|
+
- ".gitignore"
|
|
50
|
+
- ".idea/.name"
|
|
51
|
+
- ".idea/.rakeTasks"
|
|
52
|
+
- ".idea/encodings.xml"
|
|
53
|
+
- ".idea/misc.xml"
|
|
54
|
+
- ".idea/modules.xml"
|
|
55
|
+
- ".idea/nano_bot.iml"
|
|
56
|
+
- ".idea/scopes/scope_settings.xml"
|
|
57
|
+
- ".idea/vcs.xml"
|
|
58
|
+
- ".idea/workspace.xml"
|
|
59
|
+
- Gemfile
|
|
60
|
+
- LICENSE.txt
|
|
61
|
+
- README.md
|
|
62
|
+
- Rakefile
|
|
63
|
+
- lib/nano_bot.rb
|
|
64
|
+
- lib/nano_bot/version.rb
|
|
65
|
+
- nano_bot.gemspec
|
|
66
|
+
homepage: http://www.devdungeon.com
|
|
67
|
+
licenses:
|
|
68
|
+
- MIT
|
|
69
|
+
metadata: {}
|
|
70
|
+
post_install_message:
|
|
71
|
+
rdoc_options: []
|
|
72
|
+
require_paths:
|
|
73
|
+
- lib
|
|
74
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
75
|
+
requirements:
|
|
76
|
+
- - ">="
|
|
77
|
+
- !ruby/object:Gem::Version
|
|
78
|
+
version: '0'
|
|
79
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
|
+
requirements:
|
|
81
|
+
- - ">="
|
|
82
|
+
- !ruby/object:Gem::Version
|
|
83
|
+
version: '0'
|
|
84
|
+
requirements: []
|
|
85
|
+
rubyforge_project:
|
|
86
|
+
rubygems_version: 2.2.2
|
|
87
|
+
signing_key:
|
|
88
|
+
specification_version: 4
|
|
89
|
+
summary: NanoBot Server Kernel
|
|
90
|
+
test_files: []
|