comprodls-sdk-ruby 0.1.0 → 0.2.0
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/.idea/.rakeTasks +7 -0
- data/.idea/comprodls-sdk-ruby.iml +83 -0
- data/.idea/misc.xml +14 -0
- data/.idea/modules.xml +8 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +751 -0
- data/bin/console +16 -14
- data/comprodls-sdk-ruby.gemspec +1 -0
- data/lib/comprodls/sdk/my_script.rb +9 -0
- data/lib/comprodls/sdk/requestutil.rb +20 -0
- data/lib/comprodls/sdk/ruby.rb +13 -13
- data/lib/comprodls/sdk/ruby/hail.rb +5 -0
- data/lib/comprodls/sdk/ruby/version.rb +1 -1
- metadata +25 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7fe3b24f1da8689bcbe6e94b7d3ae8094694814
|
4
|
+
data.tar.gz: 136b478e18bacff8cf3a346ead5a6f8a1514e63d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be0ed0fb306f357e728213180f889a255d0d15e0a512ddd253fe92987dad8e128cb5ebb79cb7363dd512cf4cdf258e9176fb18cc18be84562eed5150477cc311
|
7
|
+
data.tar.gz: b9a98781ef60b52f4bb1d915950cebbf58cecfa0cbe6d8b4faeb49e6b715ee702f54ca0c9b0e5e67ef5fa3512fed829c44e125765291ff04798e242ab4dd1944
|
data/.idea/.rakeTasks
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
3
|
+
You are allowed to:
|
4
|
+
1. Remove rake task
|
5
|
+
2. Add existing rake tasks
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build comprodls-sdk-ruby-0.1.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated file" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install comprodls-sdk-ruby-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install comprodls-sdk-ruby-0.1.0.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.0 and build and push comprodls-sdk-ruby-0.1.0.gem to Rubygems" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
|
@@ -0,0 +1,83 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="FacetManager">
|
4
|
+
<facet type="gem" name="New Gem">
|
5
|
+
<configuration>
|
6
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
7
|
+
<option name="GEM_APP_TEST_PATH" value="" />
|
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="ruby" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
14
|
+
<module name="comprodls-sdk-ruby" />
|
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$/lib/comprodls/sdk" />
|
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
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/comprodls/sdk/ruby.rb" />
|
25
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
26
|
+
<method />
|
27
|
+
</configuration>
|
28
|
+
<configuration default="false" name="requestutil" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
29
|
+
<module name="comprodls-sdk-ruby" />
|
30
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
31
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib/comprodls/sdk" />
|
32
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
33
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
34
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
35
|
+
<envs />
|
36
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
37
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
38
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
|
39
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/comprodls/sdk/requestutil.rb" />
|
40
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
41
|
+
<method />
|
42
|
+
</configuration>
|
43
|
+
<configuration default="false" name="comprodls-sdk-ruby" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
44
|
+
<module name="comprodls-sdk-ruby" />
|
45
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
46
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
47
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
48
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
49
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
50
|
+
<envs />
|
51
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
52
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
53
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
|
54
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/comprodls-sdk-ruby.gemspec" />
|
55
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
56
|
+
<method />
|
57
|
+
</configuration>
|
58
|
+
</component>
|
59
|
+
<component name="NewModuleRootManager">
|
60
|
+
<content url="file://$MODULE_DIR$">
|
61
|
+
<excludeFolder url="file://$MODULE_DIR$/.bundle" />
|
62
|
+
<excludeFolder url="file://$MODULE_DIR$/vendor/bundle" />
|
63
|
+
</content>
|
64
|
+
<orderEntry type="inheritedJdk" />
|
65
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
66
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.12.5, ruby-2.3.0-p0) [gem]" level="application" />
|
67
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.5, ruby-2.3.0-p0) [gem]" level="application" />
|
68
|
+
<orderEntry type="library" scope="PROVIDED" name="domain_name (v0.5.20160615, ruby-2.3.0-p0) [gem]" level="application" />
|
69
|
+
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.9.10, ruby-2.3.0-p0) [gem]" level="application" />
|
70
|
+
<orderEntry type="library" scope="PROVIDED" name="http-cookie (v1.0.2, ruby-2.3.0-p0) [gem]" level="application" />
|
71
|
+
<orderEntry type="library" scope="PROVIDED" name="mime-types (v2.99.2, ruby-2.3.0-p0) [gem]" level="application" />
|
72
|
+
<orderEntry type="library" scope="PROVIDED" name="netrc (v0.11.0, ruby-2.3.0-p0) [gem]" level="application" />
|
73
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, ruby-2.3.0-p0) [gem]" level="application" />
|
74
|
+
<orderEntry type="library" scope="PROVIDED" name="rest-client (v1.8.0, ruby-2.3.0-p0) [gem]" level="application" />
|
75
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.4.0, ruby-2.3.0-p0) [gem]" level="application" />
|
76
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.4.4, ruby-2.3.0-p0) [gem]" level="application" />
|
77
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.4.0, ruby-2.3.0-p0) [gem]" level="application" />
|
78
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.4.1, ruby-2.3.0-p0) [gem]" level="application" />
|
79
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.4.1, ruby-2.3.0-p0) [gem]" level="application" />
|
80
|
+
<orderEntry type="library" scope="PROVIDED" name="unf (v0.1.4, ruby-2.3.0-p0) [gem]" level="application" />
|
81
|
+
<orderEntry type="library" scope="PROVIDED" name="unf_ext (v0.0.7.2, ruby-2.3.0-p0) [gem]" level="application" />
|
82
|
+
</component>
|
83
|
+
</module>
|
data/.idea/misc.xml
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
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
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="ruby-2.3.0-p0" project-jdk-type="RUBY_SDK" />
|
14
|
+
</project>
|
data/.idea/modules.xml
ADDED
@@ -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/comprodls-sdk-ruby.iml" filepath="$PROJECT_DIR$/.idea/comprodls-sdk-ruby.iml" />
|
6
|
+
</modules>
|
7
|
+
</component>
|
8
|
+
</project>
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,751 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="d01fd4e4-10d3-4a0f-9ccb-55accce28b55" name="Default" comment="">
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
6
|
+
</list>
|
7
|
+
<ignored path="comprodls-sdk-ruby.iws" />
|
8
|
+
<ignored path=".idea/workspace.xml" />
|
9
|
+
<ignored path="$PROJECT_DIR$/.bundle/" />
|
10
|
+
<ignored path="$PROJECT_DIR$/vendor/bundle/" />
|
11
|
+
<ignored path=".idea/dataSources.local.xml" />
|
12
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
13
|
+
<option name="TRACKING_ENABLED" value="true" />
|
14
|
+
<option name="SHOW_DIALOG" value="false" />
|
15
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
16
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
17
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
18
|
+
</component>
|
19
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
20
|
+
<component name="CoverageDataManager">
|
21
|
+
<SUITE FILE_PATH="coverage/comprodls-sdk-ruby@ruby.coverage" NAME="ruby Coverage Results" MODIFIED="1467028120838" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib/comprodls/sdk" MODULE_NAME="comprodls-sdk-ruby" />
|
22
|
+
<SUITE FILE_PATH="coverage/comprodls-sdk-ruby@requestutil.coverage" NAME="requestutil Coverage Results" MODIFIED="1467109651618" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib/comprodls/sdk" MODULE_NAME="comprodls-sdk-ruby" />
|
23
|
+
<SUITE FILE_PATH="coverage/comprodls-sdk-ruby@comprodls_sdk_ruby.coverage" NAME="comprodls-sdk-ruby Coverage Results" MODIFIED="1467100196041" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="comprodls-sdk-ruby" />
|
24
|
+
</component>
|
25
|
+
<component name="CreatePatchCommitExecutor">
|
26
|
+
<option name="PATCH_PATH" value="" />
|
27
|
+
</component>
|
28
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
29
|
+
<component name="FavoritesManager">
|
30
|
+
<favorites_list name="comprodls-sdk-ruby" />
|
31
|
+
</component>
|
32
|
+
<component name="FileEditorManager">
|
33
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="375">
|
34
|
+
<file leaf-file-name="ruby.rb" pinned="false" current-in-tab="false">
|
35
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/ruby.rb">
|
36
|
+
<provider selected="true" editor-type-id="text-editor">
|
37
|
+
<state relative-caret-position="176">
|
38
|
+
<caret line="8" column="20" selection-start-line="8" selection-start-column="8" selection-end-line="8" selection-end-column="20" />
|
39
|
+
<folding />
|
40
|
+
</state>
|
41
|
+
</provider>
|
42
|
+
</entry>
|
43
|
+
</file>
|
44
|
+
<file leaf-file-name="requestutil.rb" pinned="false" current-in-tab="false">
|
45
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/requestutil.rb">
|
46
|
+
<provider selected="true" editor-type-id="text-editor">
|
47
|
+
<state relative-caret-position="330">
|
48
|
+
<caret line="15" column="16" selection-start-line="15" selection-start-column="16" selection-end-line="15" selection-end-column="16" />
|
49
|
+
<folding />
|
50
|
+
</state>
|
51
|
+
</provider>
|
52
|
+
</entry>
|
53
|
+
</file>
|
54
|
+
<file leaf-file-name="my_script.rb" pinned="false" current-in-tab="false">
|
55
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/my_script.rb">
|
56
|
+
<provider selected="true" editor-type-id="text-editor">
|
57
|
+
<state relative-caret-position="0">
|
58
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
59
|
+
<folding />
|
60
|
+
</state>
|
61
|
+
</provider>
|
62
|
+
</entry>
|
63
|
+
</file>
|
64
|
+
<file leaf-file-name="hail.rb" pinned="false" current-in-tab="false">
|
65
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/ruby/hail.rb">
|
66
|
+
<provider selected="true" editor-type-id="text-editor">
|
67
|
+
<state relative-caret-position="0">
|
68
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
69
|
+
<folding />
|
70
|
+
</state>
|
71
|
+
</provider>
|
72
|
+
</entry>
|
73
|
+
</file>
|
74
|
+
<file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
|
75
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/ruby/version.rb">
|
76
|
+
<provider selected="true" editor-type-id="text-editor">
|
77
|
+
<state relative-caret-position="66">
|
78
|
+
<caret line="3" column="20" selection-start-line="3" selection-start-column="20" selection-end-line="3" selection-end-column="20" />
|
79
|
+
<folding />
|
80
|
+
</state>
|
81
|
+
</provider>
|
82
|
+
</entry>
|
83
|
+
</file>
|
84
|
+
<file leaf-file-name="ruby_spec.rb" pinned="false" current-in-tab="false">
|
85
|
+
<entry file="file://$PROJECT_DIR$/spec/comprodls/sdk/ruby_spec.rb">
|
86
|
+
<provider selected="true" editor-type-id="text-editor">
|
87
|
+
<state relative-caret-position="0">
|
88
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
89
|
+
<folding />
|
90
|
+
</state>
|
91
|
+
</provider>
|
92
|
+
</entry>
|
93
|
+
</file>
|
94
|
+
<file leaf-file-name="console" pinned="false" current-in-tab="false">
|
95
|
+
<entry file="file://$PROJECT_DIR$/bin/console">
|
96
|
+
<provider selected="true" editor-type-id="text-editor">
|
97
|
+
<state relative-caret-position="110">
|
98
|
+
<caret line="5" column="35" selection-start-line="5" selection-start-column="35" selection-end-line="5" selection-end-column="35" />
|
99
|
+
<folding />
|
100
|
+
</state>
|
101
|
+
</provider>
|
102
|
+
</entry>
|
103
|
+
</file>
|
104
|
+
<file leaf-file-name="setup" pinned="false" current-in-tab="false">
|
105
|
+
<entry file="file://$PROJECT_DIR$/bin/setup">
|
106
|
+
<provider selected="true" editor-type-id="text-editor">
|
107
|
+
<state relative-caret-position="0">
|
108
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
109
|
+
<folding />
|
110
|
+
</state>
|
111
|
+
</provider>
|
112
|
+
</entry>
|
113
|
+
</file>
|
114
|
+
</leaf>
|
115
|
+
</component>
|
116
|
+
<component name="FileTemplateManagerImpl">
|
117
|
+
<option name="RECENT_TEMPLATES">
|
118
|
+
<list>
|
119
|
+
<option value="Ruby Class Template" />
|
120
|
+
</list>
|
121
|
+
</option>
|
122
|
+
</component>
|
123
|
+
<component name="Git.Settings">
|
124
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
125
|
+
</component>
|
126
|
+
<component name="IdeDocumentHistory">
|
127
|
+
<option name="CHANGED_PATHS">
|
128
|
+
<list>
|
129
|
+
<option value="$PROJECT_DIR$/comprodls-sdk-ruby.gemspec" />
|
130
|
+
<option value="$PROJECT_DIR$/bin/console" />
|
131
|
+
<option value="$PROJECT_DIR$/lib/comprodls/sdk/my_script.rb" />
|
132
|
+
<option value="$PROJECT_DIR$/lib/comprodls/sdk/requestutil.rb" />
|
133
|
+
<option value="$PROJECT_DIR$/lib/comprodls/sdk/ruby/version.rb" />
|
134
|
+
</list>
|
135
|
+
</option>
|
136
|
+
</component>
|
137
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
138
|
+
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
139
|
+
<component name="JsGulpfileManager">
|
140
|
+
<detection-done>true</detection-done>
|
141
|
+
<sorting>DEFINITION_ORDER</sorting>
|
142
|
+
</component>
|
143
|
+
<component name="ProjectFrameBounds">
|
144
|
+
<option name="x" value="-9" />
|
145
|
+
<option name="y" value="-9" />
|
146
|
+
<option name="width" value="1618" />
|
147
|
+
<option name="height" value="870" />
|
148
|
+
</component>
|
149
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
150
|
+
<OptionsSetting value="true" id="Add" />
|
151
|
+
<OptionsSetting value="true" id="Remove" />
|
152
|
+
<OptionsSetting value="true" id="Checkout" />
|
153
|
+
<OptionsSetting value="true" id="Update" />
|
154
|
+
<OptionsSetting value="true" id="Status" />
|
155
|
+
<OptionsSetting value="true" id="Edit" />
|
156
|
+
<ConfirmationsSetting value="0" id="Add" />
|
157
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
158
|
+
</component>
|
159
|
+
<component name="ProjectView">
|
160
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
161
|
+
<flattenPackages />
|
162
|
+
<showMembers />
|
163
|
+
<showModules />
|
164
|
+
<showLibraryContents />
|
165
|
+
<hideEmptyPackages />
|
166
|
+
<abbreviatePackageNames />
|
167
|
+
<autoscrollToSource />
|
168
|
+
<autoscrollFromSource />
|
169
|
+
<sortByType />
|
170
|
+
<manualOrder />
|
171
|
+
<foldersAlwaysOnTop value="true" />
|
172
|
+
</navigator>
|
173
|
+
<panes>
|
174
|
+
<pane id="Scope" />
|
175
|
+
<pane id="Scratches" />
|
176
|
+
<pane id="ProjectPane">
|
177
|
+
<subPane>
|
178
|
+
<PATH>
|
179
|
+
<PATH_ELEMENT>
|
180
|
+
<option name="myItemId" value="comprodls-sdk-ruby" />
|
181
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
182
|
+
</PATH_ELEMENT>
|
183
|
+
<PATH_ELEMENT>
|
184
|
+
<option name="myItemId" value="External Libraries" />
|
185
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
186
|
+
</PATH_ELEMENT>
|
187
|
+
</PATH>
|
188
|
+
<PATH>
|
189
|
+
<PATH_ELEMENT>
|
190
|
+
<option name="myItemId" value="comprodls-sdk-ruby" />
|
191
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
192
|
+
</PATH_ELEMENT>
|
193
|
+
<PATH_ELEMENT>
|
194
|
+
<option name="myItemId" value="comprodls-sdk-ruby" />
|
195
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
196
|
+
</PATH_ELEMENT>
|
197
|
+
</PATH>
|
198
|
+
<PATH>
|
199
|
+
<PATH_ELEMENT>
|
200
|
+
<option name="myItemId" value="comprodls-sdk-ruby" />
|
201
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
202
|
+
</PATH_ELEMENT>
|
203
|
+
<PATH_ELEMENT>
|
204
|
+
<option name="myItemId" value="comprodls-sdk-ruby" />
|
205
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
206
|
+
</PATH_ELEMENT>
|
207
|
+
<PATH_ELEMENT>
|
208
|
+
<option name="myItemId" value="spec" />
|
209
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
210
|
+
</PATH_ELEMENT>
|
211
|
+
</PATH>
|
212
|
+
<PATH>
|
213
|
+
<PATH_ELEMENT>
|
214
|
+
<option name="myItemId" value="comprodls-sdk-ruby" />
|
215
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
216
|
+
</PATH_ELEMENT>
|
217
|
+
<PATH_ELEMENT>
|
218
|
+
<option name="myItemId" value="comprodls-sdk-ruby" />
|
219
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
220
|
+
</PATH_ELEMENT>
|
221
|
+
<PATH_ELEMENT>
|
222
|
+
<option name="myItemId" value="spec" />
|
223
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
224
|
+
</PATH_ELEMENT>
|
225
|
+
<PATH_ELEMENT>
|
226
|
+
<option name="myItemId" value="comprodls" />
|
227
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
228
|
+
</PATH_ELEMENT>
|
229
|
+
<PATH_ELEMENT>
|
230
|
+
<option name="myItemId" value="sdk" />
|
231
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
232
|
+
</PATH_ELEMENT>
|
233
|
+
</PATH>
|
234
|
+
<PATH>
|
235
|
+
<PATH_ELEMENT>
|
236
|
+
<option name="myItemId" value="comprodls-sdk-ruby" />
|
237
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
238
|
+
</PATH_ELEMENT>
|
239
|
+
<PATH_ELEMENT>
|
240
|
+
<option name="myItemId" value="comprodls-sdk-ruby" />
|
241
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
242
|
+
</PATH_ELEMENT>
|
243
|
+
<PATH_ELEMENT>
|
244
|
+
<option name="myItemId" value="lib" />
|
245
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
246
|
+
</PATH_ELEMENT>
|
247
|
+
<PATH_ELEMENT>
|
248
|
+
<option name="myItemId" value="comprodls" />
|
249
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
250
|
+
</PATH_ELEMENT>
|
251
|
+
<PATH_ELEMENT>
|
252
|
+
<option name="myItemId" value="sdk" />
|
253
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
254
|
+
</PATH_ELEMENT>
|
255
|
+
</PATH>
|
256
|
+
<PATH>
|
257
|
+
<PATH_ELEMENT>
|
258
|
+
<option name="myItemId" value="comprodls-sdk-ruby" />
|
259
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
260
|
+
</PATH_ELEMENT>
|
261
|
+
<PATH_ELEMENT>
|
262
|
+
<option name="myItemId" value="comprodls-sdk-ruby" />
|
263
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
264
|
+
</PATH_ELEMENT>
|
265
|
+
<PATH_ELEMENT>
|
266
|
+
<option name="myItemId" value="lib" />
|
267
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
268
|
+
</PATH_ELEMENT>
|
269
|
+
<PATH_ELEMENT>
|
270
|
+
<option name="myItemId" value="comprodls" />
|
271
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
272
|
+
</PATH_ELEMENT>
|
273
|
+
<PATH_ELEMENT>
|
274
|
+
<option name="myItemId" value="sdk" />
|
275
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
276
|
+
</PATH_ELEMENT>
|
277
|
+
<PATH_ELEMENT>
|
278
|
+
<option name="myItemId" value="ruby" />
|
279
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
280
|
+
</PATH_ELEMENT>
|
281
|
+
</PATH>
|
282
|
+
<PATH>
|
283
|
+
<PATH_ELEMENT>
|
284
|
+
<option name="myItemId" value="comprodls-sdk-ruby" />
|
285
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
286
|
+
</PATH_ELEMENT>
|
287
|
+
<PATH_ELEMENT>
|
288
|
+
<option name="myItemId" value="comprodls-sdk-ruby" />
|
289
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
290
|
+
</PATH_ELEMENT>
|
291
|
+
<PATH_ELEMENT>
|
292
|
+
<option name="myItemId" value="bin" />
|
293
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
294
|
+
</PATH_ELEMENT>
|
295
|
+
</PATH>
|
296
|
+
</subPane>
|
297
|
+
</pane>
|
298
|
+
</panes>
|
299
|
+
</component>
|
300
|
+
<component name="PropertiesComponent">
|
301
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
302
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
303
|
+
<property name="js-jscs-nodeInterpreter" value="C:\Program Files\nodejs\node.exe" />
|
304
|
+
</component>
|
305
|
+
<component name="RunManager" selected="Ruby.requestutil">
|
306
|
+
<configuration default="false" name="ruby" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
307
|
+
<module name="comprodls-sdk-ruby" />
|
308
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
309
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib/comprodls/sdk" />
|
310
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
311
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
312
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
313
|
+
<envs />
|
314
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
315
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
316
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
|
317
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/comprodls/sdk/ruby.rb" />
|
318
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
319
|
+
<method />
|
320
|
+
</configuration>
|
321
|
+
<configuration default="false" name="requestutil" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
322
|
+
<module name="comprodls-sdk-ruby" />
|
323
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
324
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib/comprodls/sdk" />
|
325
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
326
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
327
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
328
|
+
<envs />
|
329
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
330
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
331
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
|
332
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/comprodls/sdk/requestutil.rb" />
|
333
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
334
|
+
<method />
|
335
|
+
</configuration>
|
336
|
+
<configuration default="false" name="comprodls-sdk-ruby" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
337
|
+
<module name="comprodls-sdk-ruby" />
|
338
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
339
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
340
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
341
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
342
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
343
|
+
<envs />
|
344
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
345
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
346
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
|
347
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/comprodls-sdk-ruby.gemspec" />
|
348
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
349
|
+
<method />
|
350
|
+
</configuration>
|
351
|
+
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
352
|
+
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
353
|
+
<module name="" />
|
354
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
355
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
356
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
357
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
358
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
359
|
+
<envs />
|
360
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
361
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
362
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
|
363
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
364
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
365
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
366
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
367
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
368
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
369
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
370
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
371
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
372
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
373
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
374
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
375
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
376
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
377
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
378
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
379
|
+
<method />
|
380
|
+
</configuration>
|
381
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
382
|
+
<method />
|
383
|
+
</configuration>
|
384
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
385
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
386
|
+
<module name="" />
|
387
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
388
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
389
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
390
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
391
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
392
|
+
<envs />
|
393
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
394
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
395
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
|
396
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
397
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
398
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
399
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
400
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
401
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
402
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
403
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
404
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
405
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
406
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
407
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
408
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
409
|
+
<method />
|
410
|
+
</configuration>
|
411
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
412
|
+
<module name="" />
|
413
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
414
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
415
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
416
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
417
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
418
|
+
<envs />
|
419
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
420
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
421
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
|
422
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
423
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
424
|
+
<method />
|
425
|
+
</configuration>
|
426
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
427
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
428
|
+
<module name="" />
|
429
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
430
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
431
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
432
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
433
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
434
|
+
<envs />
|
435
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
436
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
437
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
|
438
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
439
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
440
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
441
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
442
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
443
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
444
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
445
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
446
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
447
|
+
<method />
|
448
|
+
</configuration>
|
449
|
+
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
450
|
+
<node-interpreter>project</node-interpreter>
|
451
|
+
<node-options />
|
452
|
+
<gulpfile />
|
453
|
+
<tasks />
|
454
|
+
<arguments />
|
455
|
+
<envs />
|
456
|
+
<method />
|
457
|
+
</configuration>
|
458
|
+
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
459
|
+
<command value="run-script" />
|
460
|
+
<scripts />
|
461
|
+
<node-interpreter value="project" />
|
462
|
+
<envs />
|
463
|
+
<method />
|
464
|
+
</configuration>
|
465
|
+
<list size="3">
|
466
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.ruby" />
|
467
|
+
<item index="1" class="java.lang.String" itemvalue="Ruby.requestutil" />
|
468
|
+
<item index="2" class="java.lang.String" itemvalue="Ruby.comprodls-sdk-ruby" />
|
469
|
+
</list>
|
470
|
+
<recent_temporary>
|
471
|
+
<list size="3">
|
472
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.comprodls-sdk-ruby" />
|
473
|
+
<item index="1" class="java.lang.String" itemvalue="Ruby.requestutil" />
|
474
|
+
<item index="2" class="java.lang.String" itemvalue="Ruby.ruby" />
|
475
|
+
</list>
|
476
|
+
</recent_temporary>
|
477
|
+
</component>
|
478
|
+
<component name="ShelveChangesManager" show_recycled="false">
|
479
|
+
<option name="remove_strategy" value="false" />
|
480
|
+
</component>
|
481
|
+
<component name="SvnConfiguration">
|
482
|
+
<configuration />
|
483
|
+
</component>
|
484
|
+
<component name="TaskManager">
|
485
|
+
<task active="true" id="Default" summary="Default task">
|
486
|
+
<changelist id="d01fd4e4-10d3-4a0f-9ccb-55accce28b55" name="Default" comment="" />
|
487
|
+
<created>1467027975612</created>
|
488
|
+
<option name="number" value="Default" />
|
489
|
+
<option name="presentableId" value="Default" />
|
490
|
+
<updated>1467027975612</updated>
|
491
|
+
<workItem from="1467027988197" duration="1846000" />
|
492
|
+
<workItem from="1467029879997" duration="1082000" />
|
493
|
+
<workItem from="1467032632475" duration="599000" />
|
494
|
+
<workItem from="1467097954812" duration="2988000" />
|
495
|
+
<workItem from="1467101576699" duration="1190000" />
|
496
|
+
<workItem from="1467109749998" duration="7001000" />
|
497
|
+
<workItem from="1467195134875" duration="2844000" />
|
498
|
+
</task>
|
499
|
+
<servers />
|
500
|
+
</component>
|
501
|
+
<component name="TimeTrackingManager">
|
502
|
+
<option name="totallyTimeSpent" value="17550000" />
|
503
|
+
</component>
|
504
|
+
<component name="ToolWindowManager">
|
505
|
+
<frame x="-9" y="-9" width="1618" height="870" extended-state="0" />
|
506
|
+
<editor active="true" />
|
507
|
+
<layout>
|
508
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.215625" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
509
|
+
<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" />
|
510
|
+
<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.32987013" sideWeight="0.5225" order="7" side_tool="true" content_ui="tabs" />
|
511
|
+
<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" />
|
512
|
+
<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="9" side_tool="false" content_ui="tabs" />
|
513
|
+
<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" />
|
514
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32987013" sideWeight="0.4975" order="8" side_tool="false" content_ui="tabs" />
|
515
|
+
<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" />
|
516
|
+
<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" />
|
517
|
+
<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" />
|
518
|
+
<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" />
|
519
|
+
<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" />
|
520
|
+
<window_info id="REST Client" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.4038961" sideWeight="0.4975" order="10" side_tool="false" content_ui="tabs" />
|
521
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32987013" sideWeight="0.4775" order="2" side_tool="false" content_ui="tabs" />
|
522
|
+
<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" />
|
523
|
+
<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" />
|
524
|
+
<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" />
|
525
|
+
<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" />
|
526
|
+
</layout>
|
527
|
+
</component>
|
528
|
+
<component name="Vcs.Log.UiProperties">
|
529
|
+
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
530
|
+
<collection />
|
531
|
+
</option>
|
532
|
+
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
533
|
+
<collection />
|
534
|
+
</option>
|
535
|
+
</component>
|
536
|
+
<component name="VcsContentAnnotationSettings">
|
537
|
+
<option name="myLimit" value="2678400000" />
|
538
|
+
</component>
|
539
|
+
<component name="XDebuggerManager">
|
540
|
+
<breakpoint-manager />
|
541
|
+
<watches-manager />
|
542
|
+
</component>
|
543
|
+
<component name="editorHistoryManager">
|
544
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/ruby.rb">
|
545
|
+
<provider selected="true" editor-type-id="text-editor">
|
546
|
+
<state relative-caret-position="176">
|
547
|
+
<caret line="8" column="20" selection-start-line="8" selection-start-column="8" selection-end-line="8" selection-end-column="20" />
|
548
|
+
<folding />
|
549
|
+
</state>
|
550
|
+
</provider>
|
551
|
+
</entry>
|
552
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/requestutil.rb">
|
553
|
+
<provider selected="true" editor-type-id="text-editor">
|
554
|
+
<state relative-caret-position="0">
|
555
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
556
|
+
<folding />
|
557
|
+
</state>
|
558
|
+
</provider>
|
559
|
+
</entry>
|
560
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/my_script.rb">
|
561
|
+
<provider selected="true" editor-type-id="text-editor">
|
562
|
+
<state relative-caret-position="0">
|
563
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
564
|
+
<folding />
|
565
|
+
</state>
|
566
|
+
</provider>
|
567
|
+
</entry>
|
568
|
+
<entry file="file://$PROJECT_DIR$/spec/comprodls/sdk/ruby_spec.rb">
|
569
|
+
<provider selected="true" editor-type-id="text-editor">
|
570
|
+
<state relative-caret-position="0">
|
571
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
572
|
+
<folding />
|
573
|
+
</state>
|
574
|
+
</provider>
|
575
|
+
</entry>
|
576
|
+
<entry file="file://$PROJECT_DIR$/bin/console">
|
577
|
+
<provider selected="true" editor-type-id="text-editor">
|
578
|
+
<state relative-caret-position="110">
|
579
|
+
<caret line="5" column="35" selection-start-line="5" selection-start-column="35" selection-end-line="5" selection-end-column="35" />
|
580
|
+
<folding />
|
581
|
+
</state>
|
582
|
+
</provider>
|
583
|
+
</entry>
|
584
|
+
<entry file="file://$PROJECT_DIR$/bin/setup">
|
585
|
+
<provider selected="true" editor-type-id="text-editor">
|
586
|
+
<state relative-caret-position="0">
|
587
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
588
|
+
<folding />
|
589
|
+
</state>
|
590
|
+
</provider>
|
591
|
+
</entry>
|
592
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/ruby.rb">
|
593
|
+
<provider selected="true" editor-type-id="text-editor">
|
594
|
+
<state relative-caret-position="176">
|
595
|
+
<caret line="8" column="20" selection-start-line="8" selection-start-column="8" selection-end-line="8" selection-end-column="20" />
|
596
|
+
<folding />
|
597
|
+
</state>
|
598
|
+
</provider>
|
599
|
+
</entry>
|
600
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/requestutil.rb">
|
601
|
+
<provider selected="true" editor-type-id="text-editor">
|
602
|
+
<state relative-caret-position="0">
|
603
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
604
|
+
<folding />
|
605
|
+
</state>
|
606
|
+
</provider>
|
607
|
+
</entry>
|
608
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/ruby.rb">
|
609
|
+
<provider selected="true" editor-type-id="text-editor">
|
610
|
+
<state relative-caret-position="176">
|
611
|
+
<caret line="8" column="20" selection-start-line="8" selection-start-column="8" selection-end-line="8" selection-end-column="20" />
|
612
|
+
<folding />
|
613
|
+
</state>
|
614
|
+
</provider>
|
615
|
+
</entry>
|
616
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/requestutil.rb">
|
617
|
+
<provider selected="true" editor-type-id="text-editor">
|
618
|
+
<state relative-caret-position="0">
|
619
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
620
|
+
<folding />
|
621
|
+
</state>
|
622
|
+
</provider>
|
623
|
+
</entry>
|
624
|
+
<entry file="file://$PROJECT_DIR$/comprodls-sdk-ruby.gemspec">
|
625
|
+
<provider selected="true" editor-type-id="text-editor">
|
626
|
+
<state relative-caret-position="770">
|
627
|
+
<caret line="35" column="3" selection-start-line="35" selection-start-column="3" selection-end-line="35" selection-end-column="3" />
|
628
|
+
</state>
|
629
|
+
</provider>
|
630
|
+
</entry>
|
631
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/ruby.rb">
|
632
|
+
<provider selected="true" editor-type-id="text-editor">
|
633
|
+
<state relative-caret-position="176">
|
634
|
+
<caret line="8" column="20" selection-start-line="8" selection-start-column="8" selection-end-line="8" selection-end-column="20" />
|
635
|
+
<folding />
|
636
|
+
</state>
|
637
|
+
</provider>
|
638
|
+
</entry>
|
639
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/requestutil.rb">
|
640
|
+
<provider selected="true" editor-type-id="text-editor">
|
641
|
+
<state relative-caret-position="0">
|
642
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
643
|
+
<folding />
|
644
|
+
</state>
|
645
|
+
</provider>
|
646
|
+
</entry>
|
647
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/ruby.rb">
|
648
|
+
<provider selected="true" editor-type-id="text-editor">
|
649
|
+
<state relative-caret-position="176">
|
650
|
+
<caret line="8" column="20" selection-start-line="8" selection-start-column="8" selection-end-line="8" selection-end-column="20" />
|
651
|
+
<folding />
|
652
|
+
</state>
|
653
|
+
</provider>
|
654
|
+
</entry>
|
655
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/requestutil.rb">
|
656
|
+
<provider selected="true" editor-type-id="text-editor">
|
657
|
+
<state relative-caret-position="0">
|
658
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
659
|
+
<folding />
|
660
|
+
</state>
|
661
|
+
</provider>
|
662
|
+
</entry>
|
663
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/ruby.rb">
|
664
|
+
<provider selected="true" editor-type-id="text-editor">
|
665
|
+
<state relative-caret-position="176">
|
666
|
+
<caret line="8" column="20" selection-start-line="8" selection-start-column="8" selection-end-line="8" selection-end-column="20" />
|
667
|
+
<folding />
|
668
|
+
</state>
|
669
|
+
</provider>
|
670
|
+
</entry>
|
671
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/requestutil.rb">
|
672
|
+
<provider selected="true" editor-type-id="text-editor">
|
673
|
+
<state relative-caret-position="0">
|
674
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
675
|
+
<folding />
|
676
|
+
</state>
|
677
|
+
</provider>
|
678
|
+
</entry>
|
679
|
+
<entry file="file://$PROJECT_DIR$/comprodls-sdk-ruby.gemspec">
|
680
|
+
<provider selected="true" editor-type-id="text-editor">
|
681
|
+
<state relative-caret-position="770">
|
682
|
+
<caret line="35" column="3" selection-start-line="35" selection-start-column="3" selection-end-line="35" selection-end-column="3" />
|
683
|
+
</state>
|
684
|
+
</provider>
|
685
|
+
</entry>
|
686
|
+
<entry file="file://$PROJECT_DIR$/spec/comprodls/sdk/ruby_spec.rb">
|
687
|
+
<provider selected="true" editor-type-id="text-editor">
|
688
|
+
<state relative-caret-position="0">
|
689
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
690
|
+
<folding />
|
691
|
+
</state>
|
692
|
+
</provider>
|
693
|
+
</entry>
|
694
|
+
<entry file="file://$PROJECT_DIR$/bin/setup">
|
695
|
+
<provider selected="true" editor-type-id="text-editor">
|
696
|
+
<state relative-caret-position="0">
|
697
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
698
|
+
<folding />
|
699
|
+
</state>
|
700
|
+
</provider>
|
701
|
+
</entry>
|
702
|
+
<entry file="file://$PROJECT_DIR$/bin/console">
|
703
|
+
<provider selected="true" editor-type-id="text-editor">
|
704
|
+
<state relative-caret-position="110">
|
705
|
+
<caret line="5" column="35" selection-start-line="5" selection-start-column="35" selection-end-line="5" selection-end-column="35" />
|
706
|
+
<folding />
|
707
|
+
</state>
|
708
|
+
</provider>
|
709
|
+
</entry>
|
710
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/ruby.rb">
|
711
|
+
<provider selected="true" editor-type-id="text-editor">
|
712
|
+
<state relative-caret-position="176">
|
713
|
+
<caret line="8" column="20" selection-start-line="8" selection-start-column="8" selection-end-line="8" selection-end-column="20" />
|
714
|
+
<folding />
|
715
|
+
</state>
|
716
|
+
</provider>
|
717
|
+
</entry>
|
718
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/my_script.rb">
|
719
|
+
<provider selected="true" editor-type-id="text-editor">
|
720
|
+
<state relative-caret-position="0">
|
721
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
722
|
+
<folding />
|
723
|
+
</state>
|
724
|
+
</provider>
|
725
|
+
</entry>
|
726
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/ruby/hail.rb">
|
727
|
+
<provider selected="true" editor-type-id="text-editor">
|
728
|
+
<state relative-caret-position="0">
|
729
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
730
|
+
<folding />
|
731
|
+
</state>
|
732
|
+
</provider>
|
733
|
+
</entry>
|
734
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/requestutil.rb">
|
735
|
+
<provider selected="true" editor-type-id="text-editor">
|
736
|
+
<state relative-caret-position="330">
|
737
|
+
<caret line="15" column="16" selection-start-line="15" selection-start-column="16" selection-end-line="15" selection-end-column="16" />
|
738
|
+
<folding />
|
739
|
+
</state>
|
740
|
+
</provider>
|
741
|
+
</entry>
|
742
|
+
<entry file="file://$PROJECT_DIR$/lib/comprodls/sdk/ruby/version.rb">
|
743
|
+
<provider selected="true" editor-type-id="text-editor">
|
744
|
+
<state relative-caret-position="66">
|
745
|
+
<caret line="3" column="20" selection-start-line="3" selection-start-column="20" selection-end-line="3" selection-end-column="20" />
|
746
|
+
<folding />
|
747
|
+
</state>
|
748
|
+
</provider>
|
749
|
+
</entry>
|
750
|
+
</component>
|
751
|
+
</project>
|
data/bin/console
CHANGED
@@ -1,14 +1,16 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "comprodls/sdk/ruby"
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
#
|
10
|
-
|
11
|
-
#
|
12
|
-
|
13
|
-
|
14
|
-
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require "bundler/setup"
|
4
|
+
require "comprodls/sdk/ruby"
|
5
|
+
require "comprodls/sdk/my_script"
|
6
|
+
require "comprodls/sdk/requestutil"
|
7
|
+
|
8
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
9
|
+
# with your gem easier. You can also use a different console, if you like.
|
10
|
+
|
11
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
12
|
+
# require "pry"
|
13
|
+
# Pry.start
|
14
|
+
|
15
|
+
require "irb"
|
16
|
+
IRB.start
|
data/comprodls-sdk-ruby.gemspec
CHANGED
@@ -29,6 +29,7 @@ Gem::Specification.new do |spec|
|
|
29
29
|
spec.add_development_dependency "bundler", "~> 1.12"
|
30
30
|
spec.add_development_dependency "rake", "~> 10.0"
|
31
31
|
spec.add_development_dependency "rspec", "~> 3.0"
|
32
|
+
spec.add_development_dependency "rest-client", "~> 1.8"
|
32
33
|
# Declare that the Gem is compatible with
|
33
34
|
# version 2.0 or greater
|
34
35
|
spec.required_ruby_version = ">= 2.0"
|
@@ -0,0 +1,20 @@
|
|
1
|
+
require 'comprodls/sdk/ruby/version'
|
2
|
+
require 'net/http'
|
3
|
+
require 'uri'
|
4
|
+
require 'json'
|
5
|
+
|
6
|
+
module Comprodls
|
7
|
+
module Sdk
|
8
|
+
module RequestUtil
|
9
|
+
def self.postRequest(url, path)
|
10
|
+
uri = URI.parse(url)
|
11
|
+
http = Net::HTTP.new(uri.host, uri.port)
|
12
|
+
request = Net::HTTP::Post.new(path)
|
13
|
+
request.add_field('Content-Type', 'application/json')
|
14
|
+
request.body = {username: 'student11', password: 'Compro11'}.to_json
|
15
|
+
response = http.request(request)
|
16
|
+
response
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
data/lib/comprodls/sdk/ruby.rb
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
require "comprodls/sdk/ruby/version"
|
2
|
-
require "comprodls/sdk/ruby/hail"
|
3
|
-
|
4
|
-
module Comprodls
|
5
|
-
module Sdk
|
6
|
-
module Ruby
|
7
|
-
def self.hi(n = "Default Name")
|
8
|
-
hail = Hail
|
9
|
-
Hail.name(n)
|
10
|
-
end
|
11
|
-
end
|
12
|
-
end
|
13
|
-
end
|
1
|
+
require "comprodls/sdk/ruby/version"
|
2
|
+
require "comprodls/sdk/ruby/hail"
|
3
|
+
|
4
|
+
module Comprodls
|
5
|
+
module Sdk
|
6
|
+
module Ruby
|
7
|
+
def self.hi(n = "Default Name")
|
8
|
+
hail = Hail
|
9
|
+
Hail.name(n)
|
10
|
+
end
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: comprodls-sdk-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Saurabh
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -52,6 +52,20 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: rest-client
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '1.8'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '1.8'
|
55
69
|
description: Comprodls SDK for ruby.
|
56
70
|
email:
|
57
71
|
- saurabh.shashank@comprotechnologies.com
|
@@ -60,6 +74,12 @@ extensions: []
|
|
60
74
|
extra_rdoc_files: []
|
61
75
|
files:
|
62
76
|
- ".gitignore"
|
77
|
+
- ".idea/.rakeTasks"
|
78
|
+
- ".idea/comprodls-sdk-ruby.iml"
|
79
|
+
- ".idea/misc.xml"
|
80
|
+
- ".idea/modules.xml"
|
81
|
+
- ".idea/vcs.xml"
|
82
|
+
- ".idea/workspace.xml"
|
63
83
|
- ".rspec"
|
64
84
|
- ".travis.yml"
|
65
85
|
- CODE_OF_CONDUCT.md
|
@@ -69,7 +89,10 @@ files:
|
|
69
89
|
- bin/console
|
70
90
|
- bin/setup
|
71
91
|
- comprodls-sdk-ruby.gemspec
|
92
|
+
- lib/comprodls/sdk/my_script.rb
|
93
|
+
- lib/comprodls/sdk/requestutil.rb
|
72
94
|
- lib/comprodls/sdk/ruby.rb
|
95
|
+
- lib/comprodls/sdk/ruby/hail.rb
|
73
96
|
- lib/comprodls/sdk/ruby/version.rb
|
74
97
|
homepage: https://github.com/comprodls/comprodls-sdk-ruby
|
75
98
|
licenses: []
|