tmptest 0.1.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 +9 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/misc.xml +4 -0
- data/.idea/modules.xml +8 -0
- data/.idea/tmptest.iml +32 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +508 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +41 -0
- data/Rakefile +2 -0
- data/bin/console +14 -0
- data/bin/flappy +14 -0
- data/bin/setup +8 -0
- data/lib/tmptest.rb +23 -0
- data/lib/tmptest/version.rb +3 -0
- data/tmptest.gemspec +40 -0
- metadata +104 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 5c3de6be9d62bc03a36ee236e3eec4d59cd1097a
|
4
|
+
data.tar.gz: c38c6e04d0fe37c8b926d7ba611ea0a9b692ab55
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ec78b5c5d44429ad9a01bc252af4c30afecb81fd80d388e671d2be2f316e471f8d17e82a2241a5f3a2e2b8fb4b367518428a0ad5ed45188a1d5da0fafa4bfd62
|
7
|
+
data.tar.gz: 5e40eb504dd91c8a0fdf0277a3b618b9d7e56156714d030f88d113570a5b21fd4ff2ae912352bce11e8fd63846d724e3c0fb8cc37f6c3cb6f8888cd75bd5d1ae
|
data/.gitignore
ADDED
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 tmptest-0.1.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install tmptest-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install tmptest-0.1.0.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.0 and build and push tmptest-0.1.0.gem to Rubygems" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
|
data/.idea/misc.xml
ADDED
data/.idea/modules.xml
ADDED
data/.idea/tmptest.iml
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="flappy" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
5
|
+
<module name="tmptest" />
|
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$/bin" />
|
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="true" />
|
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$/bin/flappy" />
|
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="inheritedJdk" />
|
27
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
28
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.13.6, RVM: ruby-2.3.0) [gem]" level="application" />
|
29
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, RVM: ruby-2.3.0) [gem]" level="application" />
|
30
|
+
<orderEntry type="library" scope="PROVIDED" name="thor (v0.19.4, RVM: ruby-2.3.0) [gem]" level="application" />
|
31
|
+
</component>
|
32
|
+
</module>
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,508 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="3f9fdf06-4dbb-4c13-93f6-3c01ee087ac0" name="Default" comment="">
|
5
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/.rakeTasks" />
|
6
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/vcs.xml" />
|
7
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/tmptest.iml" afterPath="$PROJECT_DIR$/.idea/tmptest.iml" />
|
8
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
9
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/tmptest/version.rb" afterPath="$PROJECT_DIR$/lib/tmptest/version.rb" />
|
10
|
+
</list>
|
11
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
12
|
+
<option name="TRACKING_ENABLED" value="true" />
|
13
|
+
<option name="SHOW_DIALOG" value="false" />
|
14
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
15
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
16
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
17
|
+
</component>
|
18
|
+
<component name="CoverageDataManager">
|
19
|
+
<SUITE FILE_PATH="coverage/tmptest@flappy.coverage" NAME="flappy Coverage Results" MODIFIED="1481782511699" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/bin" MODULE_NAME="tmptest" />
|
20
|
+
</component>
|
21
|
+
<component name="CreatePatchCommitExecutor">
|
22
|
+
<option name="PATCH_PATH" value="" />
|
23
|
+
</component>
|
24
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
25
|
+
<component name="FavoritesManager">
|
26
|
+
<favorites_list name="tmptest" />
|
27
|
+
</component>
|
28
|
+
<component name="FileEditorManager">
|
29
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
30
|
+
<file leaf-file-name="tmptest.gemspec" pinned="false" current-in-tab="false">
|
31
|
+
<entry file="file://$PROJECT_DIR$/tmptest.gemspec">
|
32
|
+
<provider selected="true" editor-type-id="text-editor">
|
33
|
+
<state relative-caret-position="480">
|
34
|
+
<caret line="32" column="47" lean-forward="false" selection-start-line="32" selection-start-column="47" selection-end-line="32" selection-end-column="47" />
|
35
|
+
<folding />
|
36
|
+
</state>
|
37
|
+
</provider>
|
38
|
+
</entry>
|
39
|
+
</file>
|
40
|
+
<file leaf-file-name="tmptest.rb" pinned="false" current-in-tab="false">
|
41
|
+
<entry file="file://$PROJECT_DIR$/lib/tmptest.rb">
|
42
|
+
<provider selected="true" editor-type-id="text-editor">
|
43
|
+
<state relative-caret-position="60">
|
44
|
+
<caret line="4" column="14" lean-forward="false" selection-start-line="4" selection-start-column="7" selection-end-line="4" selection-end-column="14" />
|
45
|
+
<folding />
|
46
|
+
</state>
|
47
|
+
</provider>
|
48
|
+
</entry>
|
49
|
+
</file>
|
50
|
+
<file leaf-file-name="flappy" pinned="false" current-in-tab="false">
|
51
|
+
<entry file="file://$PROJECT_DIR$/bin/flappy">
|
52
|
+
<provider selected="true" editor-type-id="text-editor">
|
53
|
+
<state relative-caret-position="105">
|
54
|
+
<caret line="7" column="7" lean-forward="false" selection-start-line="7" selection-start-column="7" selection-end-line="7" selection-end-column="7" />
|
55
|
+
<folding />
|
56
|
+
</state>
|
57
|
+
</provider>
|
58
|
+
</entry>
|
59
|
+
</file>
|
60
|
+
<file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
|
61
|
+
<entry file="file://$PROJECT_DIR$/lib/tmptest/version.rb">
|
62
|
+
<provider selected="true" editor-type-id="text-editor">
|
63
|
+
<state relative-caret-position="15">
|
64
|
+
<caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
65
|
+
<folding />
|
66
|
+
</state>
|
67
|
+
</provider>
|
68
|
+
</entry>
|
69
|
+
</file>
|
70
|
+
<file leaf-file-name="base.rb" pinned="false" current-in-tab="false">
|
71
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.3.0/gems/thor-0.19.4/lib/thor/base.rb">
|
72
|
+
<provider selected="true" editor-type-id="text-editor">
|
73
|
+
<state relative-caret-position="6615">
|
74
|
+
<caret line="441" column="33" lean-forward="false" selection-start-line="441" selection-start-column="29" selection-end-line="441" selection-end-column="33" />
|
75
|
+
<folding />
|
76
|
+
</state>
|
77
|
+
</provider>
|
78
|
+
</entry>
|
79
|
+
</file>
|
80
|
+
</leaf>
|
81
|
+
</component>
|
82
|
+
<component name="Git.Settings">
|
83
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
84
|
+
</component>
|
85
|
+
<component name="IdeDocumentHistory">
|
86
|
+
<option name="CHANGED_PATHS">
|
87
|
+
<list>
|
88
|
+
<option value="$PROJECT_DIR$/tmptest.gemspec" />
|
89
|
+
<option value="$PROJECT_DIR$/lib/tmptest.rb" />
|
90
|
+
<option value="$PROJECT_DIR$/bin/flappy" />
|
91
|
+
<option value="$PROJECT_DIR$/lib/tmptest/version.rb" />
|
92
|
+
</list>
|
93
|
+
</option>
|
94
|
+
</component>
|
95
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
96
|
+
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
97
|
+
<component name="JsGulpfileManager">
|
98
|
+
<detection-done>true</detection-done>
|
99
|
+
<sorting>DEFINITION_ORDER</sorting>
|
100
|
+
</component>
|
101
|
+
<component name="ProjectFrameBounds">
|
102
|
+
<option name="x" value="20" />
|
103
|
+
<option name="y" value="27" />
|
104
|
+
<option name="width" value="1260" />
|
105
|
+
<option name="height" value="712" />
|
106
|
+
</component>
|
107
|
+
<component name="ProjectView">
|
108
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
109
|
+
<flattenPackages />
|
110
|
+
<showMembers />
|
111
|
+
<showModules />
|
112
|
+
<showLibraryContents />
|
113
|
+
<hideEmptyPackages />
|
114
|
+
<abbreviatePackageNames />
|
115
|
+
<autoscrollToSource />
|
116
|
+
<autoscrollFromSource />
|
117
|
+
<sortByType />
|
118
|
+
<manualOrder />
|
119
|
+
<foldersAlwaysOnTop value="true" />
|
120
|
+
</navigator>
|
121
|
+
<panes>
|
122
|
+
<pane id="Scratches" />
|
123
|
+
<pane id="ProjectPane">
|
124
|
+
<subPane>
|
125
|
+
<PATH>
|
126
|
+
<PATH_ELEMENT>
|
127
|
+
<option name="myItemId" value="tmptest" />
|
128
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
129
|
+
</PATH_ELEMENT>
|
130
|
+
<PATH_ELEMENT>
|
131
|
+
<option name="myItemId" value="tmptest" />
|
132
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
133
|
+
</PATH_ELEMENT>
|
134
|
+
</PATH>
|
135
|
+
<PATH>
|
136
|
+
<PATH_ELEMENT>
|
137
|
+
<option name="myItemId" value="tmptest" />
|
138
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
139
|
+
</PATH_ELEMENT>
|
140
|
+
<PATH_ELEMENT>
|
141
|
+
<option name="myItemId" value="tmptest" />
|
142
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
143
|
+
</PATH_ELEMENT>
|
144
|
+
<PATH_ELEMENT>
|
145
|
+
<option name="myItemId" value="lib" />
|
146
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
147
|
+
</PATH_ELEMENT>
|
148
|
+
</PATH>
|
149
|
+
<PATH>
|
150
|
+
<PATH_ELEMENT>
|
151
|
+
<option name="myItemId" value="tmptest" />
|
152
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
153
|
+
</PATH_ELEMENT>
|
154
|
+
<PATH_ELEMENT>
|
155
|
+
<option name="myItemId" value="tmptest" />
|
156
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
157
|
+
</PATH_ELEMENT>
|
158
|
+
<PATH_ELEMENT>
|
159
|
+
<option name="myItemId" value="lib" />
|
160
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
161
|
+
</PATH_ELEMENT>
|
162
|
+
<PATH_ELEMENT>
|
163
|
+
<option name="myItemId" value="tmptest" />
|
164
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
165
|
+
</PATH_ELEMENT>
|
166
|
+
</PATH>
|
167
|
+
<PATH>
|
168
|
+
<PATH_ELEMENT>
|
169
|
+
<option name="myItemId" value="tmptest" />
|
170
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
171
|
+
</PATH_ELEMENT>
|
172
|
+
<PATH_ELEMENT>
|
173
|
+
<option name="myItemId" value="tmptest" />
|
174
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
175
|
+
</PATH_ELEMENT>
|
176
|
+
<PATH_ELEMENT>
|
177
|
+
<option name="myItemId" value="bin" />
|
178
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
179
|
+
</PATH_ELEMENT>
|
180
|
+
</PATH>
|
181
|
+
</subPane>
|
182
|
+
</pane>
|
183
|
+
<pane id="Scope" />
|
184
|
+
</panes>
|
185
|
+
</component>
|
186
|
+
<component name="PropertiesComponent">
|
187
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
188
|
+
<property name="js.eslint.eslintPackage" value="" />
|
189
|
+
</component>
|
190
|
+
<component name="RecentsManager">
|
191
|
+
<key name="CopyFile.RECENT_KEYS">
|
192
|
+
<recent name="$PROJECT_DIR$/bin" />
|
193
|
+
</key>
|
194
|
+
</component>
|
195
|
+
<component name="RunManager" selected="Ruby.flappy">
|
196
|
+
<configuration default="false" name="flappy" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
197
|
+
<module name="tmptest" />
|
198
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
199
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/bin" />
|
200
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
201
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
202
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
203
|
+
<envs />
|
204
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
205
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
206
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
207
|
+
<COVERAGE_PATTERN ENABLED="true">
|
208
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
209
|
+
</COVERAGE_PATTERN>
|
210
|
+
</EXTENSION>
|
211
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/bin/flappy" />
|
212
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
213
|
+
<method />
|
214
|
+
</configuration>
|
215
|
+
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
216
|
+
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
217
|
+
<module name="" />
|
218
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
219
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
220
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
221
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
222
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
223
|
+
<envs />
|
224
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
225
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
226
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
227
|
+
<COVERAGE_PATTERN ENABLED="true">
|
228
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
229
|
+
</COVERAGE_PATTERN>
|
230
|
+
</EXTENSION>
|
231
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
232
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
233
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
234
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
235
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
236
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
237
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
238
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
239
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
240
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
241
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
242
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
243
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
244
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
245
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
246
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
247
|
+
<method />
|
248
|
+
</configuration>
|
249
|
+
<configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
|
250
|
+
<config-file value="" />
|
251
|
+
<node-interpreter value="project" />
|
252
|
+
<envs />
|
253
|
+
<method />
|
254
|
+
</configuration>
|
255
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
256
|
+
<method />
|
257
|
+
</configuration>
|
258
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
259
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
260
|
+
<module name="" />
|
261
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
262
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
263
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
264
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
265
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
266
|
+
<envs />
|
267
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
268
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
269
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
270
|
+
<COVERAGE_PATTERN ENABLED="true">
|
271
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
272
|
+
</COVERAGE_PATTERN>
|
273
|
+
</EXTENSION>
|
274
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
275
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
276
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
277
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
278
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
279
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
280
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
281
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
282
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
283
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
284
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
285
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
286
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
287
|
+
<method />
|
288
|
+
</configuration>
|
289
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
290
|
+
<module name="" />
|
291
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
292
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
293
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
294
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
295
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
296
|
+
<envs />
|
297
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
298
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
299
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
300
|
+
<COVERAGE_PATTERN ENABLED="true">
|
301
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
302
|
+
</COVERAGE_PATTERN>
|
303
|
+
</EXTENSION>
|
304
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
305
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
306
|
+
<method />
|
307
|
+
</configuration>
|
308
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
309
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
310
|
+
<module name="" />
|
311
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
312
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
313
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
314
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
315
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
316
|
+
<envs />
|
317
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
318
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
319
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
320
|
+
<COVERAGE_PATTERN ENABLED="true">
|
321
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
322
|
+
</COVERAGE_PATTERN>
|
323
|
+
</EXTENSION>
|
324
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
325
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
326
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
327
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
328
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
329
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
330
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
331
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
332
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
333
|
+
<method />
|
334
|
+
</configuration>
|
335
|
+
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
336
|
+
<node-interpreter>project</node-interpreter>
|
337
|
+
<node-options />
|
338
|
+
<gulpfile />
|
339
|
+
<tasks />
|
340
|
+
<arguments />
|
341
|
+
<envs />
|
342
|
+
<method />
|
343
|
+
</configuration>
|
344
|
+
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
345
|
+
<command value="run-script" />
|
346
|
+
<scripts />
|
347
|
+
<node-interpreter value="project" />
|
348
|
+
<envs />
|
349
|
+
<method />
|
350
|
+
</configuration>
|
351
|
+
<list size="1">
|
352
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.flappy" />
|
353
|
+
</list>
|
354
|
+
<recent_temporary>
|
355
|
+
<list size="1">
|
356
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.flappy" />
|
357
|
+
</list>
|
358
|
+
</recent_temporary>
|
359
|
+
</component>
|
360
|
+
<component name="ShelveChangesManager" show_recycled="false">
|
361
|
+
<option name="remove_strategy" value="false" />
|
362
|
+
</component>
|
363
|
+
<component name="TaskManager">
|
364
|
+
<task active="true" id="Default" summary="Default task">
|
365
|
+
<changelist id="3f9fdf06-4dbb-4c13-93f6-3c01ee087ac0" name="Default" comment="" />
|
366
|
+
<created>1481779955095</created>
|
367
|
+
<option name="number" value="Default" />
|
368
|
+
<option name="presentableId" value="Default" />
|
369
|
+
<updated>1481779955095</updated>
|
370
|
+
<workItem from="1481779956542" duration="2512000" />
|
371
|
+
<workItem from="1481782559889" duration="302000" />
|
372
|
+
</task>
|
373
|
+
<task id="LOCAL-00001" summary="modify gemspec">
|
374
|
+
<created>1481782710558</created>
|
375
|
+
<option name="number" value="00001" />
|
376
|
+
<option name="presentableId" value="LOCAL-00001" />
|
377
|
+
<option name="project" value="LOCAL" />
|
378
|
+
<updated>1481782710558</updated>
|
379
|
+
</task>
|
380
|
+
<option name="localTasksCounter" value="2" />
|
381
|
+
<servers />
|
382
|
+
</component>
|
383
|
+
<component name="TimeTrackingManager">
|
384
|
+
<option name="totallyTimeSpent" value="2814000" />
|
385
|
+
</component>
|
386
|
+
<component name="TodoView">
|
387
|
+
<todo-panel id="selected-file">
|
388
|
+
<is-autoscroll-to-source value="true" />
|
389
|
+
</todo-panel>
|
390
|
+
<todo-panel id="all">
|
391
|
+
<are-packages-shown value="true" />
|
392
|
+
<is-autoscroll-to-source value="true" />
|
393
|
+
</todo-panel>
|
394
|
+
</component>
|
395
|
+
<component name="ToolWindowManager">
|
396
|
+
<frame x="20" y="27" width="1260" height="712" extended-state="0" />
|
397
|
+
<editor active="true" />
|
398
|
+
<layout>
|
399
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25287357" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
400
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32972136" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
401
|
+
<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="7" side_tool="true" content_ui="tabs" />
|
402
|
+
<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="3" side_tool="false" content_ui="tabs" />
|
403
|
+
<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="7" side_tool="false" content_ui="tabs" />
|
404
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4473684" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
405
|
+
<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" />
|
406
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.48916408" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
407
|
+
<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="2" side_tool="true" content_ui="tabs" />
|
408
|
+
<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" />
|
409
|
+
<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" />
|
410
|
+
<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" />
|
411
|
+
<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" />
|
412
|
+
<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" />
|
413
|
+
<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" />
|
414
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32972136" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
415
|
+
<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" />
|
416
|
+
</layout>
|
417
|
+
</component>
|
418
|
+
<component name="TypeScriptGeneratedFilesManager">
|
419
|
+
<option name="processedProjectFiles" value="true" />
|
420
|
+
</component>
|
421
|
+
<component name="VcsContentAnnotationSettings">
|
422
|
+
<option name="myLimit" value="2678400000" />
|
423
|
+
</component>
|
424
|
+
<component name="VcsManagerConfiguration">
|
425
|
+
<option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="false" />
|
426
|
+
<MESSAGE value="modify gemspec" />
|
427
|
+
<option name="LAST_COMMIT_MESSAGE" value="modify gemspec" />
|
428
|
+
</component>
|
429
|
+
<component name="XDebuggerManager">
|
430
|
+
<breakpoint-manager />
|
431
|
+
<watches-manager />
|
432
|
+
</component>
|
433
|
+
<component name="editorHistoryManager">
|
434
|
+
<entry file="file://$PROJECT_DIR$/tmptest.gemspec">
|
435
|
+
<provider selected="true" editor-type-id="text-editor">
|
436
|
+
<state relative-caret-position="480">
|
437
|
+
<caret line="32" column="47" lean-forward="false" selection-start-line="32" selection-start-column="47" selection-end-line="32" selection-end-column="47" />
|
438
|
+
<folding />
|
439
|
+
</state>
|
440
|
+
</provider>
|
441
|
+
</entry>
|
442
|
+
<entry file="file://$PROJECT_DIR$/lib/tmptest.rb">
|
443
|
+
<provider selected="true" editor-type-id="text-editor">
|
444
|
+
<state relative-caret-position="60">
|
445
|
+
<caret line="4" column="14" lean-forward="false" selection-start-line="4" selection-start-column="7" selection-end-line="4" selection-end-column="14" />
|
446
|
+
<folding />
|
447
|
+
</state>
|
448
|
+
</provider>
|
449
|
+
</entry>
|
450
|
+
<entry file="file://$PROJECT_DIR$/bin/flappy">
|
451
|
+
<provider selected="true" editor-type-id="text-editor">
|
452
|
+
<state relative-caret-position="0">
|
453
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
454
|
+
<folding />
|
455
|
+
</state>
|
456
|
+
</provider>
|
457
|
+
</entry>
|
458
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.3.0/gems/thor-0.19.4/lib/thor/base.rb">
|
459
|
+
<provider selected="true" editor-type-id="text-editor">
|
460
|
+
<state relative-caret-position="6615">
|
461
|
+
<caret line="441" column="33" lean-forward="false" selection-start-line="441" selection-start-column="29" selection-end-line="441" selection-end-column="33" />
|
462
|
+
<folding />
|
463
|
+
</state>
|
464
|
+
</provider>
|
465
|
+
</entry>
|
466
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.3.0/gems/thor-0.19.4/lib/thor/base.rb">
|
467
|
+
<provider selected="true" editor-type-id="text-editor">
|
468
|
+
<state relative-caret-position="6615">
|
469
|
+
<caret line="441" column="33" lean-forward="false" selection-start-line="441" selection-start-column="29" selection-end-line="441" selection-end-column="33" />
|
470
|
+
<folding />
|
471
|
+
</state>
|
472
|
+
</provider>
|
473
|
+
</entry>
|
474
|
+
<entry file="file://$PROJECT_DIR$/bin/tmptest" />
|
475
|
+
<entry file="file://$PROJECT_DIR$/tmptest.gemspec">
|
476
|
+
<provider selected="true" editor-type-id="text-editor">
|
477
|
+
<state relative-caret-position="480">
|
478
|
+
<caret line="32" column="47" lean-forward="false" selection-start-line="32" selection-start-column="47" selection-end-line="32" selection-end-column="47" />
|
479
|
+
<folding />
|
480
|
+
</state>
|
481
|
+
</provider>
|
482
|
+
</entry>
|
483
|
+
<entry file="file://$PROJECT_DIR$/lib/tmptest.rb">
|
484
|
+
<provider selected="true" editor-type-id="text-editor">
|
485
|
+
<state relative-caret-position="60">
|
486
|
+
<caret line="4" column="14" lean-forward="false" selection-start-line="4" selection-start-column="7" selection-end-line="4" selection-end-column="14" />
|
487
|
+
<folding />
|
488
|
+
</state>
|
489
|
+
</provider>
|
490
|
+
</entry>
|
491
|
+
<entry file="file://$PROJECT_DIR$/bin/flappy">
|
492
|
+
<provider selected="true" editor-type-id="text-editor">
|
493
|
+
<state relative-caret-position="105">
|
494
|
+
<caret line="7" column="7" lean-forward="false" selection-start-line="7" selection-start-column="7" selection-end-line="7" selection-end-column="7" />
|
495
|
+
<folding />
|
496
|
+
</state>
|
497
|
+
</provider>
|
498
|
+
</entry>
|
499
|
+
<entry file="file://$PROJECT_DIR$/lib/tmptest/version.rb">
|
500
|
+
<provider selected="true" editor-type-id="text-editor">
|
501
|
+
<state relative-caret-position="15">
|
502
|
+
<caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
503
|
+
<folding />
|
504
|
+
</state>
|
505
|
+
</provider>
|
506
|
+
</entry>
|
507
|
+
</component>
|
508
|
+
</project>
|
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 545025590@qq.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 [http://contributor-covenant.org/version/1/4][version]
|
72
|
+
|
73
|
+
[homepage]: http://contributor-covenant.org
|
74
|
+
[version]: http://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) 2016 warmwei818
|
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,41 @@
|
|
1
|
+
# Tmptest
|
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/tmptest`. 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 'tmptest'
|
13
|
+
```
|
14
|
+
|
15
|
+
And then execute:
|
16
|
+
|
17
|
+
$ bundle
|
18
|
+
|
19
|
+
Or install it yourself as:
|
20
|
+
|
21
|
+
$ gem install tmptest
|
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. 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]/tmptest. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
36
|
+
|
37
|
+
|
38
|
+
## License
|
39
|
+
|
40
|
+
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
41
|
+
|
data/Rakefile
ADDED
data/bin/console
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require "bundler/setup"
|
4
|
+
require "tmptest"
|
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
|
data/bin/flappy
ADDED
data/bin/setup
ADDED
data/lib/tmptest.rb
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
# require 'tmptest/version'
|
2
|
+
|
3
|
+
require 'thor'
|
4
|
+
|
5
|
+
module Tmptest
|
6
|
+
|
7
|
+
class MyCLI < Thor
|
8
|
+
desc "build_apk", "hahaha"
|
9
|
+
|
10
|
+
def action1
|
11
|
+
puts "hahaha"
|
12
|
+
end
|
13
|
+
|
14
|
+
desc "publish", "hehehe"
|
15
|
+
|
16
|
+
def action2
|
17
|
+
puts "hehehe"
|
18
|
+
end
|
19
|
+
end
|
20
|
+
|
21
|
+
end
|
22
|
+
|
23
|
+
Tmptest::MyCLI.start ARGV
|
data/tmptest.gemspec
ADDED
@@ -0,0 +1,40 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require 'tmptest/version'
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = "tmptest"
|
8
|
+
spec.version = Tmptest::VERSION
|
9
|
+
spec.authors = ["warmwei818"]
|
10
|
+
spec.email = ["545025590@qq.com"]
|
11
|
+
|
12
|
+
spec.summary = %q{Write a short summary, because Rubygems requires one.}
|
13
|
+
spec.description = %q{Write a longer description or delete this line.}
|
14
|
+
spec.homepage = "https://github.com/warmwei818/tmptest"
|
15
|
+
spec.license = "MIT"
|
16
|
+
|
17
|
+
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
18
|
+
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
19
|
+
# if spec.respond_to?(:metadata)
|
20
|
+
# spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
|
21
|
+
# else
|
22
|
+
# raise "RubyGems 2.0 or newer is required to protect against " \
|
23
|
+
# "public gem pushes."
|
24
|
+
# end
|
25
|
+
|
26
|
+
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
27
|
+
f.match(%r{^(test|spec|features)/})
|
28
|
+
end
|
29
|
+
spec.bindir = "exe"
|
30
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
31
|
+
spec.require_paths = ["lib"]
|
32
|
+
|
33
|
+
spec.post_install_message = %q(-----> tmptest<-----)
|
34
|
+
|
35
|
+
|
36
|
+
spec.add_development_dependency "bundler", "~> 1.13"
|
37
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
38
|
+
|
39
|
+
spec.add_dependency 'thor', '~> 0.19'
|
40
|
+
end
|
metadata
ADDED
@@ -0,0 +1,104 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: tmptest
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- warmwei818
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-12-15 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.13'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.13'
|
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: thor
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0.19'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0.19'
|
55
|
+
description: Write a longer description or delete this line.
|
56
|
+
email:
|
57
|
+
- 545025590@qq.com
|
58
|
+
executables: []
|
59
|
+
extensions: []
|
60
|
+
extra_rdoc_files: []
|
61
|
+
files:
|
62
|
+
- ".gitignore"
|
63
|
+
- ".idea/.rakeTasks"
|
64
|
+
- ".idea/misc.xml"
|
65
|
+
- ".idea/modules.xml"
|
66
|
+
- ".idea/tmptest.iml"
|
67
|
+
- ".idea/vcs.xml"
|
68
|
+
- ".idea/workspace.xml"
|
69
|
+
- CODE_OF_CONDUCT.md
|
70
|
+
- Gemfile
|
71
|
+
- LICENSE.txt
|
72
|
+
- README.md
|
73
|
+
- Rakefile
|
74
|
+
- bin/console
|
75
|
+
- bin/flappy
|
76
|
+
- bin/setup
|
77
|
+
- lib/tmptest.rb
|
78
|
+
- lib/tmptest/version.rb
|
79
|
+
- tmptest.gemspec
|
80
|
+
homepage: https://github.com/warmwei818/tmptest
|
81
|
+
licenses:
|
82
|
+
- MIT
|
83
|
+
metadata: {}
|
84
|
+
post_install_message: "-----> tmptest<-----"
|
85
|
+
rdoc_options: []
|
86
|
+
require_paths:
|
87
|
+
- lib
|
88
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
89
|
+
requirements:
|
90
|
+
- - ">="
|
91
|
+
- !ruby/object:Gem::Version
|
92
|
+
version: '0'
|
93
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
94
|
+
requirements:
|
95
|
+
- - ">="
|
96
|
+
- !ruby/object:Gem::Version
|
97
|
+
version: '0'
|
98
|
+
requirements: []
|
99
|
+
rubyforge_project:
|
100
|
+
rubygems_version: 2.5.1
|
101
|
+
signing_key:
|
102
|
+
specification_version: 4
|
103
|
+
summary: Write a short summary, because Rubygems requires one.
|
104
|
+
test_files: []
|