testgemp 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -7
- data/.idea/misc.xml +0 -10
- data/.idea/testgemp.iml +3 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +286 -33
- data/.ruby-gemset +1 -0
- data/.ruby-version +1 -0
- data/Gemfile +0 -1
- data/lib/testgemp/version.rb +1 -1
- data/testgemp.gemspec +5 -3
- metadata +74 -65
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
5
|
-
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 5c7a07c63d6fcc1115df43934c536e1ae1f5f264
|
4
|
+
data.tar.gz: d59bb96b1792fe8e681db5a7bb0eeae4af77f755
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 461df72258067d95ede3882bfce14ae705e39749e64b3dc26027eb98a9dda1a7b83d680619ed880e580cc86050a8fa6de723ca9e219eb39a23068c0383540d95
|
7
|
+
data.tar.gz: 848f80b112847653eb8bd170f51fbb409dba31f97a76611e1b4df81bc881cf2b14f48db21d97c4694e4c29dce84f2ae677899d12bc5f65ce80757c58f6611eb4
|
data/.idea/misc.xml
CHANGED
@@ -1,14 +1,4 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<project version="4">
|
3
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
4
|
-
<OptionsSetting value="true" id="Add" />
|
5
|
-
<OptionsSetting value="true" id="Remove" />
|
6
|
-
<OptionsSetting value="true" id="Checkout" />
|
7
|
-
<OptionsSetting value="true" id="Update" />
|
8
|
-
<OptionsSetting value="true" id="Status" />
|
9
|
-
<OptionsSetting value="true" id="Edit" />
|
10
|
-
<ConfirmationsSetting value="0" id="Add" />
|
11
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
12
|
-
</component>
|
13
3
|
<component name="ProjectRootManager" version="2" project-jdk-name="ruby-2.0.0-p648" project-jdk-type="RUBY_SDK" />
|
14
4
|
</project>
|
data/.idea/testgemp.iml
CHANGED
@@ -4,8 +4,11 @@
|
|
4
4
|
<content url="file://$MODULE_DIR$" />
|
5
5
|
<orderEntry type="jdk" jdkName="RVM: ruby-2.1.5" jdkType="RUBY_SDK" />
|
6
6
|
<orderEntry type="sourceFolder" forTests="false" />
|
7
|
+
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.3.8, RVM: ruby-2.1.5) [gem]" level="application" />
|
7
8
|
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.13.6, RVM: ruby-2.1.5) [gem]" level="application" />
|
8
9
|
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.5, RVM: ruby-2.1.5) [gem]" level="application" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="json (v2.0.2, RVM: ruby-2.1.5) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="multipart-post (v2.0.0, RVM: ruby-2.1.5) [gem]" level="application" />
|
9
12
|
<orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, RVM: ruby-2.1.5) [gem]" level="application" />
|
10
13
|
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.5.0, RVM: ruby-2.1.5) [gem]" level="application" />
|
11
14
|
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.5.4, RVM: ruby-2.1.5) [gem]" level="application" />
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
CHANGED
@@ -1,7 +1,30 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<project version="4">
|
3
3
|
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="b8f260a7-9d23-47a2-80dc-cc6647a0da06" name="Default" comment=""
|
4
|
+
<list default="true" id="b8f260a7-9d23-47a2-80dc-cc6647a0da06" name="Default" comment="">
|
5
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.gitignore" />
|
6
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
|
7
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/modules.xml" />
|
8
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/testgemp.iml" />
|
9
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/vcs.xml" />
|
10
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
11
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.rspec" />
|
12
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.ruby-gemset" />
|
13
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.ruby-version" />
|
14
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.travis.yml" />
|
15
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/CODE_OF_CONDUCT.md" />
|
16
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Gemfile" />
|
17
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/LICENSE.txt" />
|
18
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/README.md" />
|
19
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Rakefile" />
|
20
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/console" />
|
21
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/setup" />
|
22
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/testgemp.rb" />
|
23
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/testgemp/version.rb" />
|
24
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/spec/spec_helper.rb" />
|
25
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/spec/testgemp_spec.rb" />
|
26
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/testgemp.gemspec" />
|
27
|
+
</list>
|
5
28
|
<ignored path="testgemp.iws" />
|
6
29
|
<ignored path=".idea/workspace.xml" />
|
7
30
|
<ignored path=".idea/dataSources.local.xml" />
|
@@ -20,12 +43,52 @@
|
|
20
43
|
<favorites_list name="testgemp" />
|
21
44
|
</component>
|
22
45
|
<component name="FileEditorManager">
|
23
|
-
<leaf>
|
46
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
24
47
|
<file leaf-file-name="testgemp.gemspec" pinned="false" current-in-tab="true">
|
25
48
|
<entry file="file://$PROJECT_DIR$/testgemp.gemspec">
|
26
49
|
<provider selected="true" editor-type-id="text-editor">
|
27
|
-
<state relative-caret-position="
|
28
|
-
<caret line="
|
50
|
+
<state relative-caret-position="435">
|
51
|
+
<caret line="36" column="39" lean-forward="false" selection-start-line="36" selection-start-column="39" selection-end-line="36" selection-end-column="39" />
|
52
|
+
<folding />
|
53
|
+
</state>
|
54
|
+
</provider>
|
55
|
+
</entry>
|
56
|
+
</file>
|
57
|
+
<file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
|
58
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
59
|
+
<provider selected="true" editor-type-id="text-editor">
|
60
|
+
<state relative-caret-position="36">
|
61
|
+
<caret line="2" column="0" lean-forward="false" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="0" />
|
62
|
+
<folding />
|
63
|
+
</state>
|
64
|
+
</provider>
|
65
|
+
</entry>
|
66
|
+
</file>
|
67
|
+
<file leaf-file-name=".ruby-version" pinned="false" current-in-tab="false">
|
68
|
+
<entry file="file://$PROJECT_DIR$/.ruby-version">
|
69
|
+
<provider selected="true" editor-type-id="text-editor">
|
70
|
+
<state relative-caret-position="0">
|
71
|
+
<caret line="0" column="10" lean-forward="false" selection-start-line="0" selection-start-column="10" selection-end-line="0" selection-end-column="10" />
|
72
|
+
<folding />
|
73
|
+
</state>
|
74
|
+
</provider>
|
75
|
+
</entry>
|
76
|
+
</file>
|
77
|
+
<file leaf-file-name=".ruby-gemset" pinned="false" current-in-tab="false">
|
78
|
+
<entry file="file://$PROJECT_DIR$/.ruby-gemset">
|
79
|
+
<provider selected="true" editor-type-id="text-editor">
|
80
|
+
<state relative-caret-position="0">
|
81
|
+
<caret line="0" column="8" lean-forward="false" selection-start-line="0" selection-start-column="8" selection-end-line="0" selection-end-column="8" />
|
82
|
+
<folding />
|
83
|
+
</state>
|
84
|
+
</provider>
|
85
|
+
</entry>
|
86
|
+
</file>
|
87
|
+
<file leaf-file-name="version.rb" pinned="false" current-in-tab="false">
|
88
|
+
<entry file="file://$PROJECT_DIR$/lib/testgemp/version.rb">
|
89
|
+
<provider selected="true" editor-type-id="text-editor">
|
90
|
+
<state relative-caret-position="18">
|
91
|
+
<caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
29
92
|
<folding />
|
30
93
|
</state>
|
31
94
|
</provider>
|
@@ -33,9 +96,16 @@
|
|
33
96
|
</file>
|
34
97
|
</leaf>
|
35
98
|
</component>
|
99
|
+
<component name="Git.Settings">
|
100
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
101
|
+
</component>
|
36
102
|
<component name="IdeDocumentHistory">
|
37
103
|
<option name="CHANGED_PATHS">
|
38
104
|
<list>
|
105
|
+
<option value="$PROJECT_DIR$/lib/testgemp/version.rb" />
|
106
|
+
<option value="$PROJECT_DIR$/.ruby-gemset" />
|
107
|
+
<option value="$PROJECT_DIR$/.ruby-version" />
|
108
|
+
<option value="$PROJECT_DIR$/Gemfile" />
|
39
109
|
<option value="$PROJECT_DIR$/testgemp.gemspec" />
|
40
110
|
</list>
|
41
111
|
</option>
|
@@ -47,21 +117,11 @@
|
|
47
117
|
<sorting>DEFINITION_ORDER</sorting>
|
48
118
|
</component>
|
49
119
|
<component name="ProjectFrameBounds">
|
50
|
-
<option name="x" value="
|
51
|
-
<option name="y" value="
|
120
|
+
<option name="x" value="366" />
|
121
|
+
<option name="y" value="129" />
|
52
122
|
<option name="width" value="1400" />
|
53
123
|
<option name="height" value="1000" />
|
54
124
|
</component>
|
55
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
56
|
-
<OptionsSetting value="true" id="Add" />
|
57
|
-
<OptionsSetting value="true" id="Remove" />
|
58
|
-
<OptionsSetting value="true" id="Checkout" />
|
59
|
-
<OptionsSetting value="true" id="Update" />
|
60
|
-
<OptionsSetting value="true" id="Status" />
|
61
|
-
<OptionsSetting value="true" id="Edit" />
|
62
|
-
<ConfirmationsSetting value="0" id="Add" />
|
63
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
64
|
-
</component>
|
65
125
|
<component name="ProjectView">
|
66
126
|
<navigator currentView="ProjectPane" proportions="" version="1">
|
67
127
|
<flattenPackages />
|
@@ -77,6 +137,8 @@
|
|
77
137
|
<foldersAlwaysOnTop value="true" />
|
78
138
|
</navigator>
|
79
139
|
<panes>
|
140
|
+
<pane id="Scratches" />
|
141
|
+
<pane id="Scope" />
|
80
142
|
<pane id="ProjectPane">
|
81
143
|
<subPane>
|
82
144
|
<PATH>
|
@@ -84,6 +146,38 @@
|
|
84
146
|
<option name="myItemId" value="testgemp" />
|
85
147
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
86
148
|
</PATH_ELEMENT>
|
149
|
+
<PATH_ELEMENT>
|
150
|
+
<option name="myItemId" value="testgemp" />
|
151
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
152
|
+
</PATH_ELEMENT>
|
153
|
+
</PATH>
|
154
|
+
<PATH>
|
155
|
+
<PATH_ELEMENT>
|
156
|
+
<option name="myItemId" value="testgemp" />
|
157
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
158
|
+
</PATH_ELEMENT>
|
159
|
+
<PATH_ELEMENT>
|
160
|
+
<option name="myItemId" value="testgemp" />
|
161
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
162
|
+
</PATH_ELEMENT>
|
163
|
+
<PATH_ELEMENT>
|
164
|
+
<option name="myItemId" value="spec" />
|
165
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
166
|
+
</PATH_ELEMENT>
|
167
|
+
</PATH>
|
168
|
+
<PATH>
|
169
|
+
<PATH_ELEMENT>
|
170
|
+
<option name="myItemId" value="testgemp" />
|
171
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
172
|
+
</PATH_ELEMENT>
|
173
|
+
<PATH_ELEMENT>
|
174
|
+
<option name="myItemId" value="testgemp" />
|
175
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
176
|
+
</PATH_ELEMENT>
|
177
|
+
<PATH_ELEMENT>
|
178
|
+
<option name="myItemId" value="lib" />
|
179
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
180
|
+
</PATH_ELEMENT>
|
87
181
|
</PATH>
|
88
182
|
<PATH>
|
89
183
|
<PATH_ELEMENT>
|
@@ -94,15 +188,130 @@
|
|
94
188
|
<option name="myItemId" value="testgemp" />
|
95
189
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
96
190
|
</PATH_ELEMENT>
|
191
|
+
<PATH_ELEMENT>
|
192
|
+
<option name="myItemId" value="lib" />
|
193
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
194
|
+
</PATH_ELEMENT>
|
195
|
+
<PATH_ELEMENT>
|
196
|
+
<option name="myItemId" value="testgemp" />
|
197
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
198
|
+
</PATH_ELEMENT>
|
97
199
|
</PATH>
|
98
200
|
</subPane>
|
99
201
|
</pane>
|
100
|
-
<pane id="Scratches" />
|
101
|
-
<pane id="Scope" />
|
102
202
|
</panes>
|
103
203
|
</component>
|
104
204
|
<component name="PropertiesComponent">
|
105
205
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
206
|
+
<property name="nodejs_interpreter_path" value="/usr/local/bin/node" />
|
207
|
+
<property name="js.eslint.eslintPackage" value="" />
|
208
|
+
<property name="js-jscs-nodeInterpreter" value="/usr/local/bin/node" />
|
209
|
+
</component>
|
210
|
+
<component name="RecentsManager">
|
211
|
+
<key name="CopyFile.RECENT_KEYS">
|
212
|
+
<recent name="$PROJECT_DIR$" />
|
213
|
+
</key>
|
214
|
+
</component>
|
215
|
+
<component name="RunManager">
|
216
|
+
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
217
|
+
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
218
|
+
<module name="" />
|
219
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
220
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
221
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
222
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
223
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
224
|
+
<envs />
|
225
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
226
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
227
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
228
|
+
<COVERAGE_PATTERN ENABLED="true">
|
229
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
230
|
+
</COVERAGE_PATTERN>
|
231
|
+
</EXTENSION>
|
232
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
233
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
234
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
235
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
236
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
237
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
238
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
239
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
240
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
241
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
242
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
243
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
244
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
245
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
246
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
247
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
248
|
+
<method />
|
249
|
+
</configuration>
|
250
|
+
<configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
|
251
|
+
<config-file value="" />
|
252
|
+
<node-interpreter value="project" />
|
253
|
+
<envs />
|
254
|
+
<method />
|
255
|
+
</configuration>
|
256
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
257
|
+
<method />
|
258
|
+
</configuration>
|
259
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
260
|
+
<module name="" />
|
261
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
262
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
263
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
264
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
265
|
+
<RUBY_RUN_CONFIG 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
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
275
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
276
|
+
<method />
|
277
|
+
</configuration>
|
278
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
279
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
280
|
+
<module name="" />
|
281
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
282
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
283
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
284
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
285
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
286
|
+
<envs />
|
287
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
288
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
289
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
290
|
+
<COVERAGE_PATTERN ENABLED="true">
|
291
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
292
|
+
</COVERAGE_PATTERN>
|
293
|
+
</EXTENSION>
|
294
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
295
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
296
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
297
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
298
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
299
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
300
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
301
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
302
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
303
|
+
<method />
|
304
|
+
</configuration>
|
305
|
+
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
306
|
+
<method />
|
307
|
+
</configuration>
|
308
|
+
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
309
|
+
<command value="run-script" />
|
310
|
+
<scripts />
|
311
|
+
<node-interpreter value="project" />
|
312
|
+
<envs />
|
313
|
+
<method />
|
314
|
+
</configuration>
|
106
315
|
</component>
|
107
316
|
<component name="ShelveChangesManager" show_recycled="false">
|
108
317
|
<option name="remove_strategy" value="false" />
|
@@ -114,36 +323,40 @@
|
|
114
323
|
<option name="number" value="Default" />
|
115
324
|
<option name="presentableId" value="Default" />
|
116
325
|
<updated>1480533236791</updated>
|
117
|
-
<workItem from="1480533237963" duration="
|
326
|
+
<workItem from="1480533237963" duration="748000" />
|
327
|
+
<workItem from="1481002572760" duration="1166000" />
|
118
328
|
</task>
|
119
329
|
<servers />
|
120
330
|
</component>
|
121
331
|
<component name="TimeTrackingManager">
|
122
|
-
<option name="totallyTimeSpent" value="
|
332
|
+
<option name="totallyTimeSpent" value="1914000" />
|
123
333
|
</component>
|
124
334
|
<component name="ToolWindowManager">
|
125
|
-
<frame x="
|
335
|
+
<frame x="366" y="129" width="1400" height="1000" extended-state="0" />
|
126
336
|
<editor active="true" />
|
127
337
|
<layout>
|
128
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.
|
338
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2525773" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
129
339
|
<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" />
|
130
|
-
<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="
|
131
|
-
<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="
|
132
|
-
<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="
|
133
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33038673" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
340
|
+
<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" />
|
341
|
+
<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" />
|
342
|
+
<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" />
|
134
343
|
<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" />
|
135
|
-
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32928178" sideWeight="0.5" order="
|
136
|
-
<window_info id="
|
137
|
-
<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="-1" side_tool="true" content_ui="tabs" />
|
344
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32928178" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
345
|
+
<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" />
|
138
346
|
<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" />
|
139
|
-
<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" />
|
140
347
|
<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" />
|
141
348
|
<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" />
|
142
|
-
<window_info id="Find" 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="1" side_tool="false" content_ui="tabs" />
|
143
349
|
<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" />
|
350
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33038673" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
351
|
+
<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" />
|
352
|
+
<window_info id="Find" 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="1" side_tool="false" content_ui="tabs" />
|
144
353
|
<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" />
|
354
|
+
<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" />
|
145
355
|
</layout>
|
146
356
|
</component>
|
357
|
+
<component name="TypeScriptGeneratedFilesManager">
|
358
|
+
<option name="processedProjectFiles" value="true" />
|
359
|
+
</component>
|
147
360
|
<component name="Vcs.Log.UiProperties">
|
148
361
|
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
149
362
|
<collection />
|
@@ -162,8 +375,48 @@
|
|
162
375
|
<component name="editorHistoryManager">
|
163
376
|
<entry file="file://$PROJECT_DIR$/testgemp.gemspec">
|
164
377
|
<provider selected="true" editor-type-id="text-editor">
|
165
|
-
<state relative-caret-position="
|
166
|
-
<caret line="
|
378
|
+
<state relative-caret-position="0">
|
379
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
380
|
+
<folding />
|
381
|
+
</state>
|
382
|
+
</provider>
|
383
|
+
</entry>
|
384
|
+
<entry file="file://$PROJECT_DIR$/.ruby-version">
|
385
|
+
<provider selected="true" editor-type-id="text-editor">
|
386
|
+
<state relative-caret-position="0">
|
387
|
+
<caret line="0" column="10" lean-forward="false" selection-start-line="0" selection-start-column="10" selection-end-line="0" selection-end-column="10" />
|
388
|
+
<folding />
|
389
|
+
</state>
|
390
|
+
</provider>
|
391
|
+
</entry>
|
392
|
+
<entry file="file://$PROJECT_DIR$/.ruby-gemset">
|
393
|
+
<provider selected="true" editor-type-id="text-editor">
|
394
|
+
<state relative-caret-position="0">
|
395
|
+
<caret line="0" column="8" lean-forward="false" selection-start-line="0" selection-start-column="8" selection-end-line="0" selection-end-column="8" />
|
396
|
+
<folding />
|
397
|
+
</state>
|
398
|
+
</provider>
|
399
|
+
</entry>
|
400
|
+
<entry file="file://$PROJECT_DIR$/lib/testgemp/version.rb">
|
401
|
+
<provider selected="true" editor-type-id="text-editor">
|
402
|
+
<state relative-caret-position="18">
|
403
|
+
<caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
404
|
+
<folding />
|
405
|
+
</state>
|
406
|
+
</provider>
|
407
|
+
</entry>
|
408
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
409
|
+
<provider selected="true" editor-type-id="text-editor">
|
410
|
+
<state relative-caret-position="36">
|
411
|
+
<caret line="2" column="0" lean-forward="false" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="0" />
|
412
|
+
<folding />
|
413
|
+
</state>
|
414
|
+
</provider>
|
415
|
+
</entry>
|
416
|
+
<entry file="file://$PROJECT_DIR$/testgemp.gemspec">
|
417
|
+
<provider selected="true" editor-type-id="text-editor">
|
418
|
+
<state relative-caret-position="435">
|
419
|
+
<caret line="36" column="39" lean-forward="false" selection-start-line="36" selection-start-column="39" selection-end-line="36" selection-end-column="39" />
|
167
420
|
<folding />
|
168
421
|
</state>
|
169
422
|
</provider>
|
data/.ruby-gemset
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
testgemp
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
ruby-1.8.7
|
data/Gemfile
CHANGED
data/lib/testgemp/version.rb
CHANGED
data/testgemp.gemspec
CHANGED
@@ -5,6 +5,7 @@ require 'testgemp/version'
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "testgemp"
|
8
|
+
spec.required_ruby_version = '>= 1.8'
|
8
9
|
spec.version = Testgemp::VERSION
|
9
10
|
spec.authors = ["phuonghqh"]
|
10
11
|
spec.email = ["phuonghqh@gmail.com"]
|
@@ -30,7 +31,8 @@ Gem::Specification.new do |spec|
|
|
30
31
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
31
32
|
spec.require_paths = ["lib"]
|
32
33
|
|
33
|
-
spec.
|
34
|
-
spec.
|
35
|
-
spec.
|
34
|
+
spec.add_dependency('faraday', '~> 0.9.2')
|
35
|
+
spec.add_dependency('faraday_middleware', '~> 0.10.1')
|
36
|
+
spec.add_dependency('addressable', '~> 2.3.8')
|
37
|
+
spec.add_dependency('json', '~> 1.8.3')
|
36
38
|
end
|
metadata
CHANGED
@@ -1,71 +1,76 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: testgemp
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
|
-
authors:
|
6
|
+
authors:
|
7
7
|
- phuonghqh
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '1.13'
|
20
|
-
type: :development
|
11
|
+
|
12
|
+
date: 2016-12-06 00:00:00 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: faraday
|
21
16
|
prerelease: false
|
22
|
-
|
23
|
-
requirements:
|
24
|
-
- -
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version:
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
- - "~>"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '10.0'
|
34
|
-
type: :development
|
17
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
18
|
+
requirements:
|
19
|
+
- - ~>
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: 0.9.2
|
22
|
+
type: :runtime
|
23
|
+
version_requirements: *id001
|
24
|
+
- !ruby/object:Gem::Dependency
|
25
|
+
name: faraday_middleware
|
35
26
|
prerelease: false
|
36
|
-
|
37
|
-
requirements:
|
38
|
-
- -
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version:
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
- - "~>"
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: '3.0'
|
48
|
-
type: :development
|
27
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
28
|
+
requirements:
|
29
|
+
- - ~>
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
version: 0.10.1
|
32
|
+
type: :runtime
|
33
|
+
version_requirements: *id002
|
34
|
+
- !ruby/object:Gem::Dependency
|
35
|
+
name: addressable
|
49
36
|
prerelease: false
|
50
|
-
|
51
|
-
requirements:
|
52
|
-
- -
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version:
|
37
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ~>
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: 2.3.8
|
42
|
+
type: :runtime
|
43
|
+
version_requirements: *id003
|
44
|
+
- !ruby/object:Gem::Dependency
|
45
|
+
name: json
|
46
|
+
prerelease: false
|
47
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
48
|
+
requirements:
|
49
|
+
- - ~>
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
version: 1.8.3
|
52
|
+
type: :runtime
|
53
|
+
version_requirements: *id004
|
55
54
|
description: " Write a longer description or delete this line."
|
56
|
-
email:
|
55
|
+
email:
|
57
56
|
- phuonghqh@gmail.com
|
58
57
|
executables: []
|
58
|
+
|
59
59
|
extensions: []
|
60
|
+
|
60
61
|
extra_rdoc_files: []
|
61
|
-
|
62
|
-
|
63
|
-
-
|
64
|
-
-
|
65
|
-
-
|
66
|
-
-
|
67
|
-
-
|
68
|
-
-
|
62
|
+
|
63
|
+
files:
|
64
|
+
- .gitignore
|
65
|
+
- .idea/misc.xml
|
66
|
+
- .idea/modules.xml
|
67
|
+
- .idea/testgemp.iml
|
68
|
+
- .idea/vcs.xml
|
69
|
+
- .idea/workspace.xml
|
70
|
+
- .rspec
|
71
|
+
- .ruby-gemset
|
72
|
+
- .ruby-version
|
73
|
+
- .travis.yml
|
69
74
|
- CODE_OF_CONDUCT.md
|
70
75
|
- Gemfile
|
71
76
|
- LICENSE.txt
|
@@ -77,27 +82,31 @@ files:
|
|
77
82
|
- lib/testgemp/version.rb
|
78
83
|
- testgemp.gemspec
|
79
84
|
homepage: http://phuonghqh.io
|
80
|
-
licenses:
|
85
|
+
licenses:
|
81
86
|
- MIT
|
82
87
|
metadata: {}
|
88
|
+
|
83
89
|
post_install_message:
|
84
90
|
rdoc_options: []
|
85
|
-
|
91
|
+
|
92
|
+
require_paths:
|
86
93
|
- lib
|
87
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
88
|
-
requirements:
|
94
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
95
|
+
requirements:
|
89
96
|
- - ">="
|
90
|
-
- !ruby/object:Gem::Version
|
91
|
-
version:
|
92
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
93
|
-
requirements:
|
97
|
+
- !ruby/object:Gem::Version
|
98
|
+
version: "1.8"
|
99
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
94
101
|
- - ">="
|
95
|
-
- !ruby/object:Gem::Version
|
96
|
-
version:
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: "0"
|
97
104
|
requirements: []
|
105
|
+
|
98
106
|
rubyforge_project:
|
99
|
-
rubygems_version: 2.
|
107
|
+
rubygems_version: 2.0.17
|
100
108
|
signing_key:
|
101
109
|
specification_version: 4
|
102
110
|
summary: Write a short summary, because Rubygems requires one.
|
103
111
|
test_files: []
|
112
|
+
|