qcloudhive 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. checksums.yaml +7 -0
  2. data/.idea/.rakeTasks +7 -0
  3. data/.idea/Hive.iml +54 -0
  4. data/.idea/dictionaries/dongzhao.xml +7 -0
  5. data/.idea/misc.xml +4 -0
  6. data/.idea/modules.xml +8 -0
  7. data/.idea/vcs.xml +6 -0
  8. data/.idea/workspace.xml +699 -0
  9. data/CODE_OF_CONDUCT.md +74 -0
  10. data/Documents/Images/93A5AC58-17D5-4D3F-B5A8-E509CF429BD0.png +0 -0
  11. data/Documents/Images/C702C824-11B1-47A8-BB15-9F6F14F2B649.png +0 -0
  12. data/Gem/qcloudhive/.idea/misc.xml +4 -0
  13. data/Gem/qcloudhive/.idea/modules.xml +8 -0
  14. data/Gem/qcloudhive/.idea/qcloudhive.iml +8 -0
  15. data/Gem/qcloudhive/.idea/workspace.xml +383 -0
  16. data/Gemfile +4 -0
  17. data/Gemfile.lock +122 -0
  18. data/LICENSE.txt +21 -0
  19. data/README.md +273 -0
  20. data/Rakefile +5 -0
  21. data/bin/console +14 -0
  22. data/bin/setup +8 -0
  23. data/exe/Hive +302 -0
  24. data/lib/qcloudhive.rb +16 -0
  25. data/lib/qcloudhive/config.rb +176 -0
  26. data/lib/qcloudhive/feature.rb +92 -0
  27. data/lib/qcloudhive/framework.rb +192 -0
  28. data/lib/qcloudhive/git_helper.rb +75 -0
  29. data/lib/qcloudhive/gitlab.rb +69 -0
  30. data/lib/qcloudhive/manifest.rb +346 -0
  31. data/lib/qcloudhive/module.rb +228 -0
  32. data/lib/qcloudhive/pod_helper.rb +119 -0
  33. data/lib/qcloudhive/product.rb +32 -0
  34. data/lib/qcloudhive/project.rb +108 -0
  35. data/lib/qcloudhive/repo.rb +177 -0
  36. data/lib/qcloudhive/spec_helper.rb +45 -0
  37. data/lib/qcloudhive/utils.rb +46 -0
  38. data/lib/qcloudhive/version.rb +3 -0
  39. data/lib/qcloudhive/xcodeproj.rb +163 -0
  40. data/qcloudhive.gemspec +43 -0
  41. data/resources/shellscriptes/HiveApp.sh +156 -0
  42. data/resources/shellscriptes/HiveFramework +158 -0
  43. data/resources/shellscriptes/build_framework.sh +76 -0
  44. data/resources/templates/AppDefaultTemplate/.gitignore +41 -0
  45. data/resources/templates/AppDefaultTemplate/AppDefaultTemplate.xcodeproj/project.pbxproj +290 -0
  46. data/resources/templates/AppDefaultTemplate/AppDefaultTemplate.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  47. data/resources/templates/AppDefaultTemplate/AppDefaultTemplate/Info.plist +24 -0
  48. data/resources/templates/AppDefaultTemplate/Podfile +9 -0
  49. data/resources/templates/HiveAppTemplate/.gitignore +41 -0
  50. data/resources/templates/HiveAppTemplate/HiveAppTemplate.xcodeproj/project.pbxproj +539 -0
  51. data/resources/templates/HiveAppTemplate/HiveAppTemplate.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  52. data/resources/templates/HiveAppTemplate/HiveAppTemplate/AppDelegate.h +17 -0
  53. data/resources/templates/HiveAppTemplate/HiveAppTemplate/AppDelegate.m +51 -0
  54. data/resources/templates/HiveAppTemplate/HiveAppTemplate/Assets.xcassets/AppIcon.appiconset/Contents.json +68 -0
  55. data/resources/templates/HiveAppTemplate/HiveAppTemplate/Base.lproj/LaunchScreen.storyboard +27 -0
  56. data/resources/templates/HiveAppTemplate/HiveAppTemplate/Base.lproj/Main.storyboard +26 -0
  57. data/resources/templates/HiveAppTemplate/HiveAppTemplate/Info.plist +45 -0
  58. data/resources/templates/HiveAppTemplate/HiveAppTemplate/ViewController.h +15 -0
  59. data/resources/templates/HiveAppTemplate/HiveAppTemplate/ViewController.m +29 -0
  60. data/resources/templates/HiveAppTemplate/HiveAppTemplate/main.m +16 -0
  61. data/resources/templates/HiveAppTemplate/HiveAppTemplateTests/HiveAppTemplateTests.m +39 -0
  62. data/resources/templates/HiveAppTemplate/HiveAppTemplateTests/Info.plist +22 -0
  63. data/resources/templates/HiveAppTemplate/HiveAppTemplateUITests/HiveAppTemplateUITests.m +40 -0
  64. data/resources/templates/HiveAppTemplate/HiveAppTemplateUITests/Info.plist +22 -0
  65. data/resources/templates/HiveAppTemplate/Podfile +20 -0
  66. data/resources/templates/commonConf.sh +9 -0
  67. data/resources/templates/manifests/build.rb +8 -0
  68. data/resources/templates/manifests/default.xml +12 -0
  69. data/resources/templates/template.podspec +37 -0
  70. metadata +321 -0
@@ -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 stonedong@tencent.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/
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.4.0" project-jdk-type="RUBY_SDK" />
4
+ </project>
@@ -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/qcloudhive.iml" filepath="$PROJECT_DIR$/.idea/qcloudhive.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="inheritedJdk" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ </component>
8
+ </module>
@@ -0,0 +1,383 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="43668793-acf1-461b-8f25-e49590eeeda6" name="Default" comment="" />
5
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
6
+ <option name="TRACKING_ENABLED" value="true" />
7
+ <option name="SHOW_DIALOG" value="false" />
8
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
9
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
10
+ <option name="LAST_RESOLUTION" value="IGNORE" />
11
+ </component>
12
+ <component name="CreatePatchCommitExecutor">
13
+ <option name="PATCH_PATH" value="" />
14
+ </component>
15
+ <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
16
+ <component name="FileEditorManager">
17
+ <leaf />
18
+ </component>
19
+ <component name="FindInProjectRecents">
20
+ <findStrings>
21
+ <find>corePath</find>
22
+ <find>Libs</find>
23
+ <find>addModuleByCreate</find>
24
+ </findStrings>
25
+ </component>
26
+ <component name="Git.Settings">
27
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." />
28
+ </component>
29
+ <component name="IdeDocumentHistory">
30
+ <option name="CHANGED_PATHS">
31
+ <list>
32
+ <option value="$PROJECT_DIR$/lib/qcloudhive/framework.rb" />
33
+ <option value="$PROJECT_DIR$/lib/qcloudhive/config.rb" />
34
+ <option value="$PROJECT_DIR$/exe/Hive" />
35
+ <option value="$PROJECT_DIR$/lib/qcloudhive/project.rb" />
36
+ <option value="$PROJECT_DIR$/lib/qcloudhive/product.rb" />
37
+ <option value="$PROJECT_DIR$/lib/qcloudhive/module.rb" />
38
+ <option value="$PROJECT_DIR$/lib/qcloudhive/manifest.rb" />
39
+ <option value="$PROJECT_DIR$/qcloudhive.gemspec" />
40
+ </list>
41
+ </option>
42
+ </component>
43
+ <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
44
+ <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
45
+ <component name="JsGulpfileManager">
46
+ <detection-done>true</detection-done>
47
+ <sorting>DEFINITION_ORDER</sorting>
48
+ </component>
49
+ <component name="ProjectFrameBounds">
50
+ <option name="x" value="320" />
51
+ <option name="y" value="191" />
52
+ <option name="width" value="1920" />
53
+ <option name="height" value="1015" />
54
+ </component>
55
+ <component name="ProjectLevelVcsManager">
56
+ <ConfirmationsSetting value="1" id="Add" />
57
+ </component>
58
+ <component name="ProjectView">
59
+ <navigator currentView="ProjectPane" proportions="" version="1">
60
+ <flattenPackages />
61
+ <showMembers />
62
+ <showModules />
63
+ <showLibraryContents />
64
+ <hideEmptyPackages />
65
+ <abbreviatePackageNames />
66
+ <autoscrollToSource />
67
+ <autoscrollFromSource />
68
+ <sortByType />
69
+ <manualOrder />
70
+ <foldersAlwaysOnTop value="true" />
71
+ </navigator>
72
+ <panes>
73
+ <pane id="Scratches" />
74
+ <pane id="Scope" />
75
+ <pane id="ProjectPane">
76
+ <subPane>
77
+ <PATH>
78
+ <PATH_ELEMENT>
79
+ <option name="myItemId" value="qcloudhive" />
80
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
81
+ </PATH_ELEMENT>
82
+ <PATH_ELEMENT>
83
+ <option name="myItemId" value="qcloudhive" />
84
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
85
+ </PATH_ELEMENT>
86
+ </PATH>
87
+ <PATH>
88
+ <PATH_ELEMENT>
89
+ <option name="myItemId" value="qcloudhive" />
90
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
91
+ </PATH_ELEMENT>
92
+ <PATH_ELEMENT>
93
+ <option name="myItemId" value="qcloudhive" />
94
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
95
+ </PATH_ELEMENT>
96
+ <PATH_ELEMENT>
97
+ <option name="myItemId" value="spec" />
98
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
99
+ </PATH_ELEMENT>
100
+ </PATH>
101
+ <PATH>
102
+ <PATH_ELEMENT>
103
+ <option name="myItemId" value="qcloudhive" />
104
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
105
+ </PATH_ELEMENT>
106
+ <PATH_ELEMENT>
107
+ <option name="myItemId" value="qcloudhive" />
108
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
109
+ </PATH_ELEMENT>
110
+ <PATH_ELEMENT>
111
+ <option name="myItemId" value="resources" />
112
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
113
+ </PATH_ELEMENT>
114
+ <PATH_ELEMENT>
115
+ <option name="myItemId" value="templates" />
116
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
117
+ </PATH_ELEMENT>
118
+ </PATH>
119
+ <PATH>
120
+ <PATH_ELEMENT>
121
+ <option name="myItemId" value="qcloudhive" />
122
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
123
+ </PATH_ELEMENT>
124
+ <PATH_ELEMENT>
125
+ <option name="myItemId" value="qcloudhive" />
126
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
127
+ </PATH_ELEMENT>
128
+ <PATH_ELEMENT>
129
+ <option name="myItemId" value="resources" />
130
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
131
+ </PATH_ELEMENT>
132
+ <PATH_ELEMENT>
133
+ <option name="myItemId" value="shellscriptes" />
134
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
135
+ </PATH_ELEMENT>
136
+ </PATH>
137
+ <PATH>
138
+ <PATH_ELEMENT>
139
+ <option name="myItemId" value="qcloudhive" />
140
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
141
+ </PATH_ELEMENT>
142
+ <PATH_ELEMENT>
143
+ <option name="myItemId" value="qcloudhive" />
144
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
145
+ </PATH_ELEMENT>
146
+ <PATH_ELEMENT>
147
+ <option name="myItemId" value="lib" />
148
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
149
+ </PATH_ELEMENT>
150
+ </PATH>
151
+ <PATH>
152
+ <PATH_ELEMENT>
153
+ <option name="myItemId" value="qcloudhive" />
154
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
155
+ </PATH_ELEMENT>
156
+ <PATH_ELEMENT>
157
+ <option name="myItemId" value="qcloudhive" />
158
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
159
+ </PATH_ELEMENT>
160
+ <PATH_ELEMENT>
161
+ <option name="myItemId" value="lib" />
162
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
163
+ </PATH_ELEMENT>
164
+ <PATH_ELEMENT>
165
+ <option name="myItemId" value="qcloudhive" />
166
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
167
+ </PATH_ELEMENT>
168
+ </PATH>
169
+ <PATH>
170
+ <PATH_ELEMENT>
171
+ <option name="myItemId" value="qcloudhive" />
172
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
173
+ </PATH_ELEMENT>
174
+ <PATH_ELEMENT>
175
+ <option name="myItemId" value="qcloudhive" />
176
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
177
+ </PATH_ELEMENT>
178
+ <PATH_ELEMENT>
179
+ <option name="myItemId" value="exe" />
180
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
181
+ </PATH_ELEMENT>
182
+ </PATH>
183
+ </subPane>
184
+ </pane>
185
+ </panes>
186
+ </component>
187
+ <component name="PropertiesComponent">
188
+ <property name="WebServerToolWindowFactoryState" value="false" />
189
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
190
+ <property name="SearchEverywhereHistoryKey" value="deleteProject&#9;null&#9;null" />
191
+ <property name="nodejs_interpreter_path" value="/usr/local/bin/node" />
192
+ <property name="js.eslint.eslintPackage" value="" />
193
+ <property name="js-jscs-nodeInterpreter" value="/usr/local/bin/node" />
194
+ </component>
195
+ <component name="RunManager">
196
+ <configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
197
+ <predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
198
+ <module name="" />
199
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
200
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
201
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
202
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
203
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
204
+ <envs />
205
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
206
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
207
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
208
+ <COVERAGE_PATTERN ENABLED="true">
209
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
210
+ </COVERAGE_PATTERN>
211
+ </EXTENSION>
212
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
213
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
214
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
215
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
216
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
217
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
218
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
219
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
220
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
221
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
222
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
223
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
224
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
225
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
226
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
227
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
228
+ <method />
229
+ </configuration>
230
+ <configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
231
+ <config-file value="" />
232
+ <node-interpreter value="project" />
233
+ <envs />
234
+ <method />
235
+ </configuration>
236
+ <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
237
+ <method />
238
+ </configuration>
239
+ <configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
240
+ <module name="" />
241
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
242
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
243
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
244
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
245
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
246
+ <envs />
247
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
248
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
249
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
250
+ <COVERAGE_PATTERN ENABLED="true">
251
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
252
+ </COVERAGE_PATTERN>
253
+ </EXTENSION>
254
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
255
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
256
+ <method />
257
+ </configuration>
258
+ <configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
259
+ <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
260
+ <module name="" />
261
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
262
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
263
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
264
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
265
+ <RTEST_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
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
275
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
276
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
277
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
278
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
279
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
280
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
281
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
282
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
283
+ <method />
284
+ </configuration>
285
+ <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
286
+ <node-interpreter>project</node-interpreter>
287
+ <node-options />
288
+ <gulpfile />
289
+ <tasks />
290
+ <arguments />
291
+ <envs />
292
+ <method />
293
+ </configuration>
294
+ <configuration default="true" type="js.build_tools.npm" factoryName="npm">
295
+ <command value="run" />
296
+ <scripts />
297
+ <node-interpreter value="project" />
298
+ <envs />
299
+ <method />
300
+ </configuration>
301
+ </component>
302
+ <component name="ShelveChangesManager" show_recycled="false">
303
+ <option name="remove_strategy" value="false" />
304
+ </component>
305
+ <component name="SvnConfiguration">
306
+ <configuration />
307
+ </component>
308
+ <component name="TaskManager">
309
+ <task active="true" id="Default" summary="Default task">
310
+ <changelist id="43668793-acf1-461b-8f25-e49590eeeda6" name="Default" comment="" />
311
+ <created>1489912923252</created>
312
+ <option name="number" value="Default" />
313
+ <option name="presentableId" value="Default" />
314
+ <updated>1489912923252</updated>
315
+ <workItem from="1489912924706" duration="5810000" />
316
+ <workItem from="1489992160688" duration="3000" />
317
+ </task>
318
+ <servers />
319
+ </component>
320
+ <component name="TimeTrackingManager">
321
+ <option name="totallyTimeSpent" value="5813000" />
322
+ </component>
323
+ <component name="ToolWindowManager">
324
+ <frame x="320" y="191" width="1920" height="1015" extended-state="0" />
325
+ <editor active="false" />
326
+ <layout>
327
+ <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.18229167" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
328
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
329
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32979852" sideWeight="0.50625" order="7" side_tool="true" content_ui="tabs" />
330
+ <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" />
331
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
332
+ <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" />
333
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
334
+ <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" />
335
+ <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" />
336
+ <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3106599" sideWeight="0.49791667" order="7" side_tool="false" content_ui="tabs" />
337
+ <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" />
338
+ <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" />
339
+ <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" />
340
+ <window_info id="Run" 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="2" side_tool="false" content_ui="tabs" />
341
+ <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" />
342
+ <window_info id="Find" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32994923" sideWeight="0.49375" order="1" side_tool="false" content_ui="tabs" />
343
+ <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" />
344
+ <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" />
345
+ </layout>
346
+ </component>
347
+ <component name="TypeScriptGeneratedFilesManager">
348
+ <option name="processedProjectFiles" value="true" />
349
+ </component>
350
+ <component name="VcsContentAnnotationSettings">
351
+ <option name="myLimit" value="2678400000" />
352
+ </component>
353
+ <component name="XDebuggerManager">
354
+ <breakpoint-manager />
355
+ <watches-manager />
356
+ </component>
357
+ <component name="editorHistoryManager">
358
+ <entry file="file://$USER_HOME$/.rvm/gems/ruby-2.4.0/bin/rake">
359
+ <provider selected="true" editor-type-id="text-editor">
360
+ <state relative-caret-position="285">
361
+ <caret line="19" column="3" lean-forward="false" selection-start-line="19" selection-start-column="3" selection-end-line="19" selection-end-column="3" />
362
+ </state>
363
+ </provider>
364
+ </entry>
365
+ <entry file="file://$PROJECT_DIR$/lib/qcloudhive/git_helper.rb" />
366
+ <entry file="file://$PROJECT_DIR$/lib/qcloudhive/version.rb" />
367
+ <entry file="file://$PROJECT_DIR$/lib/qcloudhive/utils.rb" />
368
+ <entry file="file://$PROJECT_DIR$/lib/qcloudhive/framework.rb" />
369
+ <entry file="file://$PROJECT_DIR$/lib/qcloudhive/pod_helper.rb" />
370
+ <entry file="file://$PROJECT_DIR$/lib/qcloudhive/config.rb" />
371
+ <entry file="file://$PROJECT_DIR$/lib/qcloudhive/project.rb" />
372
+ <entry file="file://$PROJECT_DIR$/lib/qcloudhive/product.rb" />
373
+ <entry file="file://$PROJECT_DIR$/exe/Hive" />
374
+ <entry file="file://$PROJECT_DIR$/lib/qcloudhive/module.rb" />
375
+ <entry file="file://$PROJECT_DIR$/lib/qcloudhive/manifest.rb" />
376
+ <entry file="file://$PROJECT_DIR$/resources/shellscriptes/build_framework.sh" />
377
+ <entry file="file://$PROJECT_DIR$/resources/shellscriptes/HiveApp.sh" />
378
+ <entry file="file://$PROJECT_DIR$/Rakefile" />
379
+ <entry file="file://$PROJECT_DIR$/qcloudhive.gemspec" />
380
+ <entry file="file://$PROJECT_DIR$/lib/qcloudhive/repo.rb" />
381
+ <entry file="file://$PROJECT_DIR$/resources/shellscriptes/HiveFramework" />
382
+ </component>
383
+ </project>