vam 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/lib/vam/vam.rb +2 -1
- data/lib/vam/version.rb +1 -1
- metadata +2 -9
- data/.idea/encodings.xml +0 -5
- data/.idea/misc.xml +0 -5
- data/.idea/modules.xml +0 -9
- data/.idea/scopes/scope_settings.xml +0 -5
- data/.idea/vam.iml +0 -61
- data/.idea/vcs.xml +0 -7
- data/.idea/workspace.xml +0 -379
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0ef282db64db1480b5306095be7f3fcd4f97ca4
|
|
4
|
+
data.tar.gz: 990d452c9c4f3507f80e74da99adeb78ab32286e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b55738a72d477fd413f26d8a1051b7c53c72bf9f6d1f1a1bdbaa9f430e1ce96e8871526c221a2ef0e82d57b485be67da75d672a70b5b6e103f6cf891852d35a
|
|
7
|
+
data.tar.gz: 183aa34da9e5bbc78b1d19551b70cf0d77ca72b59df8ea866f73a76e7f88b43b90ff18d42770cb98926368280ad9ee08f8da2212247549a875f476f35ab48659
|
data/.gitignore
CHANGED
data/lib/vam/vam.rb
CHANGED
|
@@ -43,6 +43,7 @@ module Vam
|
|
|
43
43
|
puts "===Install #{@name}===".colorize(:blue)
|
|
44
44
|
|
|
45
45
|
@dest = dest
|
|
46
|
+
puts @dest
|
|
46
47
|
|
|
47
48
|
dest = File.join dest, @name
|
|
48
49
|
FileUtils.mkdir_p dest unless File.exist? dest
|
|
@@ -93,7 +94,7 @@ module Vam
|
|
|
93
94
|
|
|
94
95
|
def install_url(dest, url)
|
|
95
96
|
of = File.join dest, url[:filename]
|
|
96
|
-
`wget #{url[:url]} -O #{of}`
|
|
97
|
+
`wget --no-check-certificate #{url[:url]} -O #{of}`
|
|
97
98
|
patch of
|
|
98
99
|
end
|
|
99
100
|
|
data/lib/vam/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vam
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Xingjian Xu
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-11-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -61,13 +61,6 @@ extensions: []
|
|
|
61
61
|
extra_rdoc_files: []
|
|
62
62
|
files:
|
|
63
63
|
- ".gitignore"
|
|
64
|
-
- ".idea/encodings.xml"
|
|
65
|
-
- ".idea/misc.xml"
|
|
66
|
-
- ".idea/modules.xml"
|
|
67
|
-
- ".idea/scopes/scope_settings.xml"
|
|
68
|
-
- ".idea/vam.iml"
|
|
69
|
-
- ".idea/vcs.xml"
|
|
70
|
-
- ".idea/workspace.xml"
|
|
71
64
|
- Gemfile
|
|
72
65
|
- LICENSE.txt
|
|
73
66
|
- README.md
|
data/.idea/encodings.xml
DELETED
data/.idea/misc.xml
DELETED
data/.idea/modules.xml
DELETED
data/.idea/vam.iml
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="RUBY_MODULE" version="4">
|
|
3
|
-
<component name="FacetManager">
|
|
4
|
-
<facet type="gem" name="Ruby Gem">
|
|
5
|
-
<configuration>
|
|
6
|
-
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
|
7
|
-
<option name="GEM_APP_TEST_PATH" value="$MODULE_DIR$/test" />
|
|
8
|
-
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
|
9
|
-
</configuration>
|
|
10
|
-
</facet>
|
|
11
|
-
</component>
|
|
12
|
-
<component name="ModuleRunConfigurationManager">
|
|
13
|
-
<configuration default="false" name="test" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
14
|
-
<module name="vam" />
|
|
15
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
16
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/test" />
|
|
17
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
18
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
19
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
20
|
-
<envs />
|
|
21
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
|
22
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
23
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
24
|
-
<COVERAGE_PATTERN ENABLED="true">
|
|
25
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
26
|
-
</COVERAGE_PATTERN>
|
|
27
|
-
</EXTENSION>
|
|
28
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
29
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/test/test.rb" />
|
|
30
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
31
|
-
<RunnerSettings RunnerId="RubyRunner" />
|
|
32
|
-
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
33
|
-
<method />
|
|
34
|
-
</configuration>
|
|
35
|
-
</component>
|
|
36
|
-
<component name="NewModuleRootManager">
|
|
37
|
-
<content url="file://$MODULE_DIR$">
|
|
38
|
-
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
|
39
|
-
</content>
|
|
40
|
-
<orderEntry type="jdk" jdkName="rbenv: 2.1.1" jdkType="RUBY_SDK" />
|
|
41
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
42
|
-
<orderEntry type="module-library">
|
|
43
|
-
<library name="vam (v0.0.2, /wrd/prj/vam) [path][gem]">
|
|
44
|
-
<CLASSES>
|
|
45
|
-
<root url="file://$MODULE_DIR$/bin" />
|
|
46
|
-
<root url="file://$MODULE_DIR$/lib" />
|
|
47
|
-
<root url="file://$MODULE_DIR$/.idea" />
|
|
48
|
-
</CLASSES>
|
|
49
|
-
<SOURCES>
|
|
50
|
-
<root url="file://$MODULE_DIR$/bin" />
|
|
51
|
-
<root url="file://$MODULE_DIR$/lib" />
|
|
52
|
-
<root url="file://$MODULE_DIR$/.idea" />
|
|
53
|
-
</SOURCES>
|
|
54
|
-
</library>
|
|
55
|
-
</orderEntry>
|
|
56
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.2, rbenv: 2.1.1) [gem]" level="application" />
|
|
57
|
-
<orderEntry type="library" scope="PROVIDED" name="colorize (v0.7.3, rbenv: 2.1.1) [gem]" level="application" />
|
|
58
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v10.3.1, rbenv: 2.1.1) [gem]" level="application" />
|
|
59
|
-
</component>
|
|
60
|
-
</module>
|
|
61
|
-
|
data/.idea/vcs.xml
DELETED
data/.idea/workspace.xml
DELETED
|
@@ -1,379 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ChangeListManager">
|
|
4
|
-
<list default="true" id="c861b24b-c769-4b19-beef-e84d719951e5" name="Default" comment="" />
|
|
5
|
-
<ignored path="vam.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/vam@test.coverage" NAME="test Coverage Results" MODIFIED="1401874178806" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/test" MODULE_NAME="vam" />
|
|
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="vam" />
|
|
26
|
-
</component>
|
|
27
|
-
<component name="FileEditorManager">
|
|
28
|
-
<leaf />
|
|
29
|
-
</component>
|
|
30
|
-
<component name="FindManager">
|
|
31
|
-
<FindUsagesManager>
|
|
32
|
-
<setting name="OPEN_NEW_TAB" value="true" />
|
|
33
|
-
</FindUsagesManager>
|
|
34
|
-
</component>
|
|
35
|
-
<component name="IdeDocumentHistory">
|
|
36
|
-
<option name="changedFiles">
|
|
37
|
-
<list>
|
|
38
|
-
<option value="$PROJECT_DIR$/lib/vam/version.rb" />
|
|
39
|
-
<option value="$PROJECT_DIR$/vam.gemspec" />
|
|
40
|
-
<option value="$PROJECT_DIR$/lib/vam/cli.rb" />
|
|
41
|
-
<option value="$PROJECT_DIR$/test/test.rb" />
|
|
42
|
-
<option value="$PROJECT_DIR$/lib/vam/vam.rb" />
|
|
43
|
-
</list>
|
|
44
|
-
</option>
|
|
45
|
-
</component>
|
|
46
|
-
<component name="ProjectFrameBounds">
|
|
47
|
-
<option name="x" value="4" />
|
|
48
|
-
<option name="y" value="22" />
|
|
49
|
-
<option name="width" value="1916" />
|
|
50
|
-
<option name="height" value="1058" />
|
|
51
|
-
</component>
|
|
52
|
-
<component name="ProjectInspectionProfilesVisibleTreeState">
|
|
53
|
-
<entry key="Project Default">
|
|
54
|
-
<profile-state>
|
|
55
|
-
<expanded-state>
|
|
56
|
-
<State>
|
|
57
|
-
<id />
|
|
58
|
-
</State>
|
|
59
|
-
<State>
|
|
60
|
-
<id>Spelling</id>
|
|
61
|
-
</State>
|
|
62
|
-
</expanded-state>
|
|
63
|
-
<selected-state>
|
|
64
|
-
<State>
|
|
65
|
-
<id>Spelling</id>
|
|
66
|
-
</State>
|
|
67
|
-
</selected-state>
|
|
68
|
-
</profile-state>
|
|
69
|
-
</entry>
|
|
70
|
-
</component>
|
|
71
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
|
72
|
-
<OptionsSetting value="true" id="Add" />
|
|
73
|
-
<OptionsSetting value="true" id="Remove" />
|
|
74
|
-
<OptionsSetting value="true" id="Checkout" />
|
|
75
|
-
<OptionsSetting value="true" id="Update" />
|
|
76
|
-
<OptionsSetting value="true" id="Status" />
|
|
77
|
-
<OptionsSetting value="true" id="Edit" />
|
|
78
|
-
<ConfirmationsSetting value="0" id="Add" />
|
|
79
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
|
80
|
-
</component>
|
|
81
|
-
<component name="ProjectReloadState">
|
|
82
|
-
<option name="STATE" value="0" />
|
|
83
|
-
</component>
|
|
84
|
-
<component name="ProjectView">
|
|
85
|
-
<navigator currentView="ProjectPane" proportions="" version="1">
|
|
86
|
-
<flattenPackages />
|
|
87
|
-
<showMembers />
|
|
88
|
-
<showModules />
|
|
89
|
-
<showLibraryContents />
|
|
90
|
-
<hideEmptyPackages />
|
|
91
|
-
<abbreviatePackageNames />
|
|
92
|
-
<autoscrollToSource />
|
|
93
|
-
<autoscrollFromSource />
|
|
94
|
-
<sortByType />
|
|
95
|
-
</navigator>
|
|
96
|
-
<panes>
|
|
97
|
-
<pane id="ProjectPane">
|
|
98
|
-
<subPane>
|
|
99
|
-
<PATH>
|
|
100
|
-
<PATH_ELEMENT>
|
|
101
|
-
<option name="myItemId" value="vam" />
|
|
102
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
103
|
-
</PATH_ELEMENT>
|
|
104
|
-
</PATH>
|
|
105
|
-
<PATH>
|
|
106
|
-
<PATH_ELEMENT>
|
|
107
|
-
<option name="myItemId" value="vam" />
|
|
108
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
109
|
-
</PATH_ELEMENT>
|
|
110
|
-
<PATH_ELEMENT>
|
|
111
|
-
<option name="myItemId" value="vam" />
|
|
112
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
113
|
-
</PATH_ELEMENT>
|
|
114
|
-
</PATH>
|
|
115
|
-
<PATH>
|
|
116
|
-
<PATH_ELEMENT>
|
|
117
|
-
<option name="myItemId" value="vam" />
|
|
118
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
119
|
-
</PATH_ELEMENT>
|
|
120
|
-
<PATH_ELEMENT>
|
|
121
|
-
<option name="myItemId" value="vam" />
|
|
122
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
123
|
-
</PATH_ELEMENT>
|
|
124
|
-
<PATH_ELEMENT>
|
|
125
|
-
<option name="myItemId" value="lib" />
|
|
126
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
127
|
-
</PATH_ELEMENT>
|
|
128
|
-
</PATH>
|
|
129
|
-
<PATH>
|
|
130
|
-
<PATH_ELEMENT>
|
|
131
|
-
<option name="myItemId" value="vam" />
|
|
132
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
133
|
-
</PATH_ELEMENT>
|
|
134
|
-
<PATH_ELEMENT>
|
|
135
|
-
<option name="myItemId" value="vam" />
|
|
136
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
137
|
-
</PATH_ELEMENT>
|
|
138
|
-
<PATH_ELEMENT>
|
|
139
|
-
<option name="myItemId" value="lib" />
|
|
140
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
141
|
-
</PATH_ELEMENT>
|
|
142
|
-
<PATH_ELEMENT>
|
|
143
|
-
<option name="myItemId" value="vam" />
|
|
144
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
145
|
-
</PATH_ELEMENT>
|
|
146
|
-
</PATH>
|
|
147
|
-
</subPane>
|
|
148
|
-
</pane>
|
|
149
|
-
<pane id="Scope" />
|
|
150
|
-
</panes>
|
|
151
|
-
</component>
|
|
152
|
-
<component name="PropertiesComponent">
|
|
153
|
-
<property name="options.lastSelected" value="Errors" />
|
|
154
|
-
<property name="options.splitter.main.proportions" value="0.3" />
|
|
155
|
-
<property name="options.splitter.details.proportions" value="0.42737094" />
|
|
156
|
-
<property name="options.searchVisible" value="true" />
|
|
157
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
158
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
159
|
-
<property name="recentsLimit" value="5" />
|
|
160
|
-
</component>
|
|
161
|
-
<component name="RunManager" selected="Ruby.test">
|
|
162
|
-
<configuration default="false" name="test" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
163
|
-
<module name="vam" />
|
|
164
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
165
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/test" />
|
|
166
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
167
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
168
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
169
|
-
<envs />
|
|
170
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
|
171
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
172
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
173
|
-
<COVERAGE_PATTERN ENABLED="true">
|
|
174
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
175
|
-
</COVERAGE_PATTERN>
|
|
176
|
-
</EXTENSION>
|
|
177
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
178
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/test/test.rb" />
|
|
179
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
180
|
-
<RunnerSettings RunnerId="RubyRunner" />
|
|
181
|
-
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
182
|
-
<method />
|
|
183
|
-
</configuration>
|
|
184
|
-
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
|
185
|
-
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
186
|
-
<module name="" />
|
|
187
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
188
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
189
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
190
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
191
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
192
|
-
<envs />
|
|
193
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
194
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
195
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
196
|
-
<COVERAGE_PATTERN ENABLED="true">
|
|
197
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
198
|
-
</COVERAGE_PATTERN>
|
|
199
|
-
</EXTENSION>
|
|
200
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
201
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
202
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
203
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
204
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
205
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
206
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
207
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
208
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
209
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
210
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
211
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
212
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
213
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
214
|
-
<method />
|
|
215
|
-
</configuration>
|
|
216
|
-
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
|
217
|
-
<module name="" />
|
|
218
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
219
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
|
220
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
221
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
222
|
-
<RUBY_RUN_CONFIG 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
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
232
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
|
233
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
234
|
-
<method />
|
|
235
|
-
</configuration>
|
|
236
|
-
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
|
237
|
-
<method />
|
|
238
|
-
</configuration>
|
|
239
|
-
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
|
240
|
-
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
|
241
|
-
<module name="" />
|
|
242
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
243
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
244
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
245
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
246
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
247
|
-
<envs />
|
|
248
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
249
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
250
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
251
|
-
<COVERAGE_PATTERN ENABLED="true">
|
|
252
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
253
|
-
</COVERAGE_PATTERN>
|
|
254
|
-
</EXTENSION>
|
|
255
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
256
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
257
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
258
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
|
259
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
|
260
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
261
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
262
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
263
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
264
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
|
265
|
-
<method />
|
|
266
|
-
</configuration>
|
|
267
|
-
<list size="1">
|
|
268
|
-
<item index="0" class="java.lang.String" itemvalue="Ruby.test" />
|
|
269
|
-
</list>
|
|
270
|
-
<recent_temporary>
|
|
271
|
-
<list size="1">
|
|
272
|
-
<item index="0" class="java.lang.String" itemvalue="Ruby.test" />
|
|
273
|
-
</list>
|
|
274
|
-
</recent_temporary>
|
|
275
|
-
</component>
|
|
276
|
-
<component name="ShelveChangesManager" show_recycled="false" />
|
|
277
|
-
<component name="TaskManager">
|
|
278
|
-
<task active="true" id="Default" summary="Default task">
|
|
279
|
-
<changelist id="c861b24b-c769-4b19-beef-e84d719951e5" name="Default" comment="" />
|
|
280
|
-
<created>1401868864610</created>
|
|
281
|
-
<updated>1401868864610</updated>
|
|
282
|
-
</task>
|
|
283
|
-
<servers />
|
|
284
|
-
</component>
|
|
285
|
-
<component name="ToolWindowManager">
|
|
286
|
-
<frame x="4" y="22" width="1916" height="1058" extended-state="6" />
|
|
287
|
-
<editor active="false" />
|
|
288
|
-
<layout>
|
|
289
|
-
<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" />
|
|
290
|
-
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32954547" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
291
|
-
<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" />
|
|
292
|
-
<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" />
|
|
293
|
-
<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" />
|
|
294
|
-
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.2497332" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
295
|
-
<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" />
|
|
296
|
-
<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" />
|
|
297
|
-
<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" />
|
|
298
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32954547" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
299
|
-
<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" />
|
|
300
|
-
<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" />
|
|
301
|
-
<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" />
|
|
302
|
-
<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" />
|
|
303
|
-
<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" />
|
|
304
|
-
<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" />
|
|
305
|
-
<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" />
|
|
306
|
-
<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" />
|
|
307
|
-
</layout>
|
|
308
|
-
</component>
|
|
309
|
-
<component name="Vcs.Log.UiProperties">
|
|
310
|
-
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
|
311
|
-
<collection />
|
|
312
|
-
</option>
|
|
313
|
-
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
|
314
|
-
<collection />
|
|
315
|
-
</option>
|
|
316
|
-
</component>
|
|
317
|
-
<component name="VcsContentAnnotationSettings">
|
|
318
|
-
<option name="myLimit" value="2678400000" />
|
|
319
|
-
</component>
|
|
320
|
-
<component name="VcsManagerConfiguration">
|
|
321
|
-
<option name="myTodoPanelSettings">
|
|
322
|
-
<TodoPanelSettings />
|
|
323
|
-
</option>
|
|
324
|
-
</component>
|
|
325
|
-
<component name="XDebuggerManager">
|
|
326
|
-
<breakpoint-manager />
|
|
327
|
-
</component>
|
|
328
|
-
<component name="editorHistoryManager">
|
|
329
|
-
<entry file="file://$PROJECT_DIR$/lib/vam/version.rb">
|
|
330
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
331
|
-
<state vertical-scroll-proportion="0.021276595" vertical-offset="0" max-vertical-offset="940">
|
|
332
|
-
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
|
333
|
-
<folding />
|
|
334
|
-
</state>
|
|
335
|
-
</provider>
|
|
336
|
-
</entry>
|
|
337
|
-
<entry file="file://$PROJECT_DIR$/lib/vam/dsl.rb">
|
|
338
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
339
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="940">
|
|
340
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
341
|
-
<folding />
|
|
342
|
-
</state>
|
|
343
|
-
</provider>
|
|
344
|
-
</entry>
|
|
345
|
-
<entry file="file://$PROJECT_DIR$/lib/vam/constants.rb">
|
|
346
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
347
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="940">
|
|
348
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
349
|
-
<folding />
|
|
350
|
-
</state>
|
|
351
|
-
</provider>
|
|
352
|
-
</entry>
|
|
353
|
-
<entry file="file://$PROJECT_DIR$/vam.gemspec">
|
|
354
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
355
|
-
<state vertical-scroll-proportion="0.40425533" vertical-offset="0" max-vertical-offset="940">
|
|
356
|
-
<caret line="19" column="0" selection-start-line="19" selection-start-column="0" selection-end-line="19" selection-end-column="0" />
|
|
357
|
-
<folding />
|
|
358
|
-
</state>
|
|
359
|
-
</provider>
|
|
360
|
-
</entry>
|
|
361
|
-
<entry file="file://$PROJECT_DIR$/lib/vam/vam.rb">
|
|
362
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
363
|
-
<state vertical-scroll-proportion="0.14893617" vertical-offset="1460" max-vertical-offset="2700">
|
|
364
|
-
<caret line="80" column="7" selection-start-line="80" selection-start-column="7" selection-end-line="80" selection-end-column="7" />
|
|
365
|
-
<folding />
|
|
366
|
-
</state>
|
|
367
|
-
</provider>
|
|
368
|
-
</entry>
|
|
369
|
-
<entry file="file://$PROJECT_DIR$/lib/vam/cli.rb">
|
|
370
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
371
|
-
<state vertical-scroll-proportion="0.40425533" vertical-offset="0" max-vertical-offset="940">
|
|
372
|
-
<caret line="19" column="66" selection-start-line="19" selection-start-column="66" selection-end-line="19" selection-end-column="66" />
|
|
373
|
-
<folding />
|
|
374
|
-
</state>
|
|
375
|
-
</provider>
|
|
376
|
-
</entry>
|
|
377
|
-
</component>
|
|
378
|
-
</project>
|
|
379
|
-
|