conquiro 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +22 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/itunes_search.iml +45 -0
- data/.idea/misc.xml +5 -0
- data/.idea/modules.xml +9 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +384 -0
- data/.rspec +3 -0
- data/.ruby-version +1 -0
- data/.travis.yml +6 -0
- data/Gemfile +4 -0
- data/LICENSE +21 -0
- data/LICENSE.txt +22 -0
- data/README.md +94 -0
- data/Rakefile +10 -0
- data/conquiro.gemspec +29 -0
- data/lib/conquiro.rb +6 -0
- data/lib/conquiro/criteria.rb +24 -0
- data/lib/conquiro/search_api/adapter.rb +19 -0
- data/lib/conquiro/search_api/client.rb +21 -0
- data/lib/conquiro/search_api/result.rb +15 -0
- data/lib/conquiro/search_api/result_collection.rb +14 -0
- data/lib/conquiro/search_api/result_serializer.rb +15 -0
- data/lib/conquiro/search_api/software_serializer.rb +16 -0
- data/lib/conquiro/software.rb +12 -0
- data/lib/conquiro/software_repository.rb +25 -0
- data/lib/conquiro/version.rb +3 -0
- data/spec/fixtures/casettes/Conquiro_SearchAPI_Adapter/when_searching_for_yelp_app/should_find_50_search_results.yml +4266 -0
- data/spec/fixtures/casettes/Conquiro_SearchAPI_Adapter/when_searching_for_yelp_app/should_return_a_Conquiro_Software_entity.yml +4266 -0
- data/spec/fixtures/casettes/Conquiro_SearchAPI_Adapter/when_searching_for_yelp_app/should_return_valid_entities.yml +4266 -0
- data/spec/fixtures/casettes/Conquiro_SearchAPI_Client/when_searching_for_yelp_app/should_find_50_search_results.yml +4266 -0
- data/spec/fixtures/casettes/Conquiro_SoftwareRepository/should_find_two_instances_for_gasapp.yml +165 -0
- data/spec/lib/conquiro/search_api/adapter_spec.rb +23 -0
- data/spec/lib/conquiro/search_api/client_spec.rb +11 -0
- data/spec/lib/conquiro/software_repository_spec.rb +14 -0
- data/spec/spec_helper.rb +13 -0
- metadata +204 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 9ce1d4fbd9766886aebfb325cb252b81ca709f80
|
4
|
+
data.tar.gz: d480d066dea6ea090ce566035244321a0285b1ba
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 75a5b048ae7798e9f63efc312b166eec12329559384abc247ee39912e08e2a194edc55fa2ca82afcc4b14e7a5653c8d5663e73bd3aef83209f0779102bfc69a0
|
7
|
+
data.tar.gz: aa7cf8f24363e85b7fe18e3fb863fc0f944b01cfe7499b62e0698fa7df46e4004d33c1a9eaa7ef18f754aa7cddf3ca492ffc77bd327281ab44960f2cbe8bb700
|
data/.gitignore
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
*.gem
|
2
|
+
*.rbc
|
3
|
+
.bundle
|
4
|
+
.config
|
5
|
+
.yardoc
|
6
|
+
Gemfile.lock
|
7
|
+
InstalledFiles
|
8
|
+
_yardoc
|
9
|
+
coverage
|
10
|
+
doc/
|
11
|
+
lib/bundler/man
|
12
|
+
pkg
|
13
|
+
rdoc
|
14
|
+
spec/reports
|
15
|
+
test/tmp
|
16
|
+
test/version_tmp
|
17
|
+
tmp
|
18
|
+
*.bundle
|
19
|
+
*.so
|
20
|
+
*.o
|
21
|
+
*.a
|
22
|
+
mkmf.log
|
data/.idea/.name
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
itunes_search
|
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 conquiro-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install conquiro-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push conquiro-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="default" taksId="default" /></RakeGroup></Settings>
|
data/.idea/encodings.xml
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="CompassSettings">
|
4
|
+
<option name="compassSupportEnabled" value="true" />
|
5
|
+
</component>
|
6
|
+
<component name="FacetManager">
|
7
|
+
<facet type="gem" name="Ruby Gem">
|
8
|
+
<configuration>
|
9
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$/../itunes_search" />
|
10
|
+
<option name="GEM_APP_TEST_PATH" value="" />
|
11
|
+
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/../itunes_search/lib" />
|
12
|
+
</configuration>
|
13
|
+
</facet>
|
14
|
+
</component>
|
15
|
+
<component name="NewModuleRootManager">
|
16
|
+
<content url="file://$MODULE_DIR$" />
|
17
|
+
<orderEntry type="jdk" jdkName="rbenv: 2.1.2" jdkType="RUBY_SDK" />
|
18
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="activemodel (v4.1.4, rbenv: 2.1.2) [gem]" level="application" />
|
20
|
+
<orderEntry type="library" scope="PROVIDED" name="activesupport (v4.1.4, rbenv: 2.1.2) [gem]" level="application" />
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.3.6, rbenv: 2.1.2) [gem]" level="application" />
|
22
|
+
<orderEntry type="library" scope="PROVIDED" name="builder (v3.2.2, rbenv: 2.1.2) [gem]" level="application" />
|
23
|
+
<orderEntry type="library" scope="PROVIDED" name="byebug (v3.1.2, rbenv: 2.1.2) [gem]" level="application" />
|
24
|
+
<orderEntry type="library" scope="PROVIDED" name="columnize (v0.8.9, rbenv: 2.1.2) [gem]" level="application" />
|
25
|
+
<orderEntry type="library" scope="PROVIDED" name="crack (v0.4.2, rbenv: 2.1.2) [gem]" level="application" />
|
26
|
+
<orderEntry type="library" scope="PROVIDED" name="debugger-linecache (v1.2.0, rbenv: 2.1.2) [gem]" level="application" />
|
27
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.5, rbenv: 2.1.2) [gem]" level="application" />
|
28
|
+
<orderEntry type="library" scope="PROVIDED" name="httparty (v0.13.1, rbenv: 2.1.2) [gem]" level="application" />
|
29
|
+
<orderEntry type="library" scope="PROVIDED" name="i18n (v0.6.11, rbenv: 2.1.2) [gem]" level="application" />
|
30
|
+
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.4.0, rbenv: 2.1.2) [gem]" level="application" />
|
31
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_xml (v0.5.5, rbenv: 2.1.2) [gem]" level="application" />
|
32
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.3.2, rbenv: 2.1.2) [gem]" level="application" />
|
33
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.0.0, rbenv: 2.1.2) [gem]" level="application" />
|
34
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.0.3, rbenv: 2.1.2) [gem]" level="application" />
|
35
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.0.3, rbenv: 2.1.2) [gem]" level="application" />
|
36
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.0.3, rbenv: 2.1.2) [gem]" level="application" />
|
37
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.0.3, rbenv: 2.1.2) [gem]" level="application" />
|
38
|
+
<orderEntry type="library" scope="PROVIDED" name="safe_yaml (v1.0.3, rbenv: 2.1.2) [gem]" level="application" />
|
39
|
+
<orderEntry type="library" scope="PROVIDED" name="thread_safe (v0.3.4, rbenv: 2.1.2) [gem]" level="application" />
|
40
|
+
<orderEntry type="library" scope="PROVIDED" name="tzinfo (v1.2.1, rbenv: 2.1.2) [gem]" level="application" />
|
41
|
+
<orderEntry type="library" scope="PROVIDED" name="vcr (v2.9.2, rbenv: 2.1.2) [gem]" level="application" />
|
42
|
+
<orderEntry type="library" scope="PROVIDED" name="webmock (v1.18.0, rbenv: 2.1.2) [gem]" level="application" />
|
43
|
+
</component>
|
44
|
+
</module>
|
45
|
+
|
data/.idea/misc.xml
ADDED
data/.idea/modules.xml
ADDED
@@ -0,0 +1,9 @@
|
|
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/itunes_search.iml" filepath="$PROJECT_DIR$/.idea/itunes_search.iml" />
|
6
|
+
</modules>
|
7
|
+
</component>
|
8
|
+
</project>
|
9
|
+
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,384 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="be13bbe9-8f36-4751-981c-7a5d2b956c6f" name="Default" comment="">
|
5
|
+
<change type="DELETED" beforePath="$PROJECT_DIR$/spec/lib/conquiro/software_respository_spec.rb" afterPath="" />
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/conquiro/search_api/adapter.rb" afterPath="$PROJECT_DIR$/lib/conquiro/search_api/adapter.rb" />
|
7
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/conquiro/search_api/result.rb" afterPath="$PROJECT_DIR$/lib/conquiro/search_api/result.rb" />
|
8
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/conquiro/software.rb" afterPath="$PROJECT_DIR$/lib/conquiro/software.rb" />
|
9
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/conquiro/search_api/software_serializer.rb" afterPath="$PROJECT_DIR$/lib/conquiro/search_api/software_serializer.rb" />
|
10
|
+
</list>
|
11
|
+
<ignored path="itunes_search.iws" />
|
12
|
+
<ignored path=".idea/workspace.xml" />
|
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="CreatePatchCommitExecutor">
|
21
|
+
<option name="PATCH_PATH" value="" />
|
22
|
+
</component>
|
23
|
+
<component name="DaemonCodeAnalyzer">
|
24
|
+
<disable_hints />
|
25
|
+
</component>
|
26
|
+
<component name="FavoritesManager">
|
27
|
+
<favorites_list name="itunes_search" />
|
28
|
+
</component>
|
29
|
+
<component name="FileEditorManager">
|
30
|
+
<leaf>
|
31
|
+
<file leaf-file-name="version.rb" pinned="false" current="false" current-in-tab="false">
|
32
|
+
<entry file="file://$PROJECT_DIR$/lib/conquiro/version.rb">
|
33
|
+
<provider selected="true" editor-type-id="text-editor">
|
34
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="153">
|
35
|
+
<caret line="0" column="15" selection-start-line="0" selection-start-column="7" selection-end-line="0" selection-end-column="15" />
|
36
|
+
<folding />
|
37
|
+
</state>
|
38
|
+
</provider>
|
39
|
+
</entry>
|
40
|
+
</file>
|
41
|
+
<file leaf-file-name="software_repository_spec.rb" pinned="false" current="true" current-in-tab="true">
|
42
|
+
<entry file="file://$PROJECT_DIR$/spec/lib/conquiro/software_repository_spec.rb">
|
43
|
+
<provider selected="true" editor-type-id="text-editor">
|
44
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="750">
|
45
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
46
|
+
<folding />
|
47
|
+
</state>
|
48
|
+
</provider>
|
49
|
+
</entry>
|
50
|
+
</file>
|
51
|
+
</leaf>
|
52
|
+
</component>
|
53
|
+
<component name="FindManager">
|
54
|
+
<FindUsagesManager>
|
55
|
+
<setting name="OPEN_NEW_TAB" value="true" />
|
56
|
+
</FindUsagesManager>
|
57
|
+
</component>
|
58
|
+
<component name="Git.Settings">
|
59
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
60
|
+
</component>
|
61
|
+
<component name="IdeDocumentHistory">
|
62
|
+
<option name="changedFiles">
|
63
|
+
<list>
|
64
|
+
<option value="$PROJECT_DIR$/Rakefile" />
|
65
|
+
<option value="$PROJECT_DIR$/spec/spec_helper.rb" />
|
66
|
+
<option value="$PROJECT_DIR$/spec/lib/itunes_search/content_repo_spec.rb" />
|
67
|
+
<option value="$PROJECT_DIR$/itunes_search.gemspec" />
|
68
|
+
<option value="$PROJECT_DIR$/lib/itunes_search/version.rb" />
|
69
|
+
<option value="$PROJECT_DIR$/lib/itunes_search.rb" />
|
70
|
+
<option value="$PROJECT_DIR$/lib/itunes_search/content_repo.rb" />
|
71
|
+
<option value="$PROJECT_DIR$/conquiro.gemspec" />
|
72
|
+
<option value="$PROJECT_DIR$/spec/lib/conquiro/content_repo_spec.rb" />
|
73
|
+
<option value="$PROJECT_DIR$/lib/conquiro/content_repo.rb" />
|
74
|
+
</list>
|
75
|
+
</option>
|
76
|
+
</component>
|
77
|
+
<component name="ProjectFrameBounds">
|
78
|
+
<option name="x" value="274" />
|
79
|
+
<option name="y" value="97" />
|
80
|
+
<option name="width" value="1338" />
|
81
|
+
<option name="height" value="842" />
|
82
|
+
</component>
|
83
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
84
|
+
<OptionsSetting value="true" id="Add" />
|
85
|
+
<OptionsSetting value="true" id="Remove" />
|
86
|
+
<OptionsSetting value="true" id="Checkout" />
|
87
|
+
<OptionsSetting value="true" id="Update" />
|
88
|
+
<OptionsSetting value="true" id="Status" />
|
89
|
+
<OptionsSetting value="true" id="Edit" />
|
90
|
+
<ConfirmationsSetting value="0" id="Add" />
|
91
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
92
|
+
</component>
|
93
|
+
<component name="ProjectReloadState">
|
94
|
+
<option name="STATE" value="0" />
|
95
|
+
</component>
|
96
|
+
<component name="ProjectView">
|
97
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
98
|
+
<flattenPackages />
|
99
|
+
<showMembers />
|
100
|
+
<showModules />
|
101
|
+
<showLibraryContents />
|
102
|
+
<hideEmptyPackages />
|
103
|
+
<abbreviatePackageNames />
|
104
|
+
<autoscrollToSource />
|
105
|
+
<autoscrollFromSource />
|
106
|
+
<sortByType />
|
107
|
+
</navigator>
|
108
|
+
<panes>
|
109
|
+
<pane id="Scope" />
|
110
|
+
<pane id="ProjectPane">
|
111
|
+
<subPane>
|
112
|
+
<PATH>
|
113
|
+
<PATH_ELEMENT>
|
114
|
+
<option name="myItemId" value="itunes_search" />
|
115
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
116
|
+
</PATH_ELEMENT>
|
117
|
+
<PATH_ELEMENT>
|
118
|
+
<option name="myItemId" value="External Libraries" />
|
119
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
120
|
+
</PATH_ELEMENT>
|
121
|
+
</PATH>
|
122
|
+
<PATH>
|
123
|
+
<PATH_ELEMENT>
|
124
|
+
<option name="myItemId" value="itunes_search" />
|
125
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
126
|
+
</PATH_ELEMENT>
|
127
|
+
<PATH_ELEMENT>
|
128
|
+
<option name="myItemId" value="conquiro" />
|
129
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
130
|
+
</PATH_ELEMENT>
|
131
|
+
</PATH>
|
132
|
+
<PATH>
|
133
|
+
<PATH_ELEMENT>
|
134
|
+
<option name="myItemId" value="itunes_search" />
|
135
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
136
|
+
</PATH_ELEMENT>
|
137
|
+
<PATH_ELEMENT>
|
138
|
+
<option name="myItemId" value="conquiro" />
|
139
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
140
|
+
</PATH_ELEMENT>
|
141
|
+
<PATH_ELEMENT>
|
142
|
+
<option name="myItemId" value="spec" />
|
143
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
144
|
+
</PATH_ELEMENT>
|
145
|
+
</PATH>
|
146
|
+
<PATH>
|
147
|
+
<PATH_ELEMENT>
|
148
|
+
<option name="myItemId" value="itunes_search" />
|
149
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
150
|
+
</PATH_ELEMENT>
|
151
|
+
<PATH_ELEMENT>
|
152
|
+
<option name="myItemId" value="conquiro" />
|
153
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
154
|
+
</PATH_ELEMENT>
|
155
|
+
<PATH_ELEMENT>
|
156
|
+
<option name="myItemId" value="spec" />
|
157
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
158
|
+
</PATH_ELEMENT>
|
159
|
+
<PATH_ELEMENT>
|
160
|
+
<option name="myItemId" value="lib" />
|
161
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
162
|
+
</PATH_ELEMENT>
|
163
|
+
<PATH_ELEMENT>
|
164
|
+
<option name="myItemId" value="conquiro" />
|
165
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
166
|
+
</PATH_ELEMENT>
|
167
|
+
</PATH>
|
168
|
+
</subPane>
|
169
|
+
</pane>
|
170
|
+
</panes>
|
171
|
+
</component>
|
172
|
+
<component name="PropertiesComponent">
|
173
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
174
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
175
|
+
</component>
|
176
|
+
<component name="RunManager">
|
177
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
178
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
179
|
+
<module name="" />
|
180
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
181
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
182
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
183
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
184
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
185
|
+
<envs />
|
186
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
187
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
188
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
189
|
+
<COVERAGE_PATTERN ENABLED="true">
|
190
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
191
|
+
</COVERAGE_PATTERN>
|
192
|
+
</EXTENSION>
|
193
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
194
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
195
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
196
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
197
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
198
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
199
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
200
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
201
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
202
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
203
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
204
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
205
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
206
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
207
|
+
<method />
|
208
|
+
</configuration>
|
209
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
210
|
+
<module name="" />
|
211
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
212
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
213
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
214
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
215
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
216
|
+
<envs />
|
217
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
218
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
219
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
220
|
+
<COVERAGE_PATTERN ENABLED="true">
|
221
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
222
|
+
</COVERAGE_PATTERN>
|
223
|
+
</EXTENSION>
|
224
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
225
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
226
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
227
|
+
<method />
|
228
|
+
</configuration>
|
229
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
230
|
+
<method />
|
231
|
+
</configuration>
|
232
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
233
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
234
|
+
<module name="" />
|
235
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
236
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
237
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
238
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
239
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
240
|
+
<envs />
|
241
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
242
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
243
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
244
|
+
<COVERAGE_PATTERN ENABLED="true">
|
245
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
246
|
+
</COVERAGE_PATTERN>
|
247
|
+
</EXTENSION>
|
248
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
249
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
250
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
251
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
252
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
253
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
254
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
255
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
256
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
257
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
258
|
+
<method />
|
259
|
+
</configuration>
|
260
|
+
<list size="0" />
|
261
|
+
</component>
|
262
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
263
|
+
<component name="SvnConfiguration">
|
264
|
+
<configuration />
|
265
|
+
</component>
|
266
|
+
<component name="TaskManager">
|
267
|
+
<task active="true" id="Default" summary="Default task">
|
268
|
+
<changelist id="be13bbe9-8f36-4751-981c-7a5d2b956c6f" name="Default" comment="" />
|
269
|
+
<created>1406684821523</created>
|
270
|
+
<updated>1406684821523</updated>
|
271
|
+
</task>
|
272
|
+
<servers />
|
273
|
+
</component>
|
274
|
+
<component name="ToolWindowManager">
|
275
|
+
<frame x="274" y="97" width="1338" height="842" extended-state="0" />
|
276
|
+
<editor active="false" />
|
277
|
+
<layout>
|
278
|
+
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
279
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
280
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
281
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
282
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
283
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.15354939" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
284
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
285
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
286
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
287
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
288
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
289
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
290
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
291
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
292
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
293
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
294
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
295
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
296
|
+
</layout>
|
297
|
+
</component>
|
298
|
+
<component name="Vcs.Log.UiProperties">
|
299
|
+
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
300
|
+
<collection />
|
301
|
+
</option>
|
302
|
+
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
303
|
+
<collection />
|
304
|
+
</option>
|
305
|
+
</component>
|
306
|
+
<component name="VcsContentAnnotationSettings">
|
307
|
+
<option name="myLimit" value="2678400000" />
|
308
|
+
</component>
|
309
|
+
<component name="VcsManagerConfiguration">
|
310
|
+
<option name="myTodoPanelSettings">
|
311
|
+
<TodoPanelSettings />
|
312
|
+
</option>
|
313
|
+
</component>
|
314
|
+
<component name="XDebuggerManager">
|
315
|
+
<breakpoint-manager />
|
316
|
+
</component>
|
317
|
+
<component name="editorHistoryManager">
|
318
|
+
<entry file="file://$PROJECT_DIR$/lib/conquiro/version.rb">
|
319
|
+
<provider selected="true" editor-type-id="text-editor">
|
320
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="153">
|
321
|
+
<caret line="0" column="15" selection-start-line="0" selection-start-column="7" selection-end-line="0" selection-end-column="15" />
|
322
|
+
<folding />
|
323
|
+
</state>
|
324
|
+
</provider>
|
325
|
+
</entry>
|
326
|
+
<entry file="file://$PROJECT_DIR$/lib/conquiro/version.rb">
|
327
|
+
<provider selected="true" editor-type-id="text-editor">
|
328
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="153">
|
329
|
+
<caret line="0" column="15" selection-start-line="0" selection-start-column="7" selection-end-line="0" selection-end-column="15" />
|
330
|
+
<folding />
|
331
|
+
</state>
|
332
|
+
</provider>
|
333
|
+
</entry>
|
334
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
335
|
+
<provider selected="true" editor-type-id="text-editor">
|
336
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="272">
|
337
|
+
<caret line="10" column="158" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="0" />
|
338
|
+
</state>
|
339
|
+
</provider>
|
340
|
+
</entry>
|
341
|
+
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
342
|
+
<provider selected="true" editor-type-id="text-editor">
|
343
|
+
<state vertical-scroll-proportion="0.07513812" vertical-offset="0" max-vertical-offset="905">
|
344
|
+
<caret line="4" column="22" selection-start-line="4" selection-start-column="22" selection-end-line="4" selection-end-column="22" />
|
345
|
+
</state>
|
346
|
+
</provider>
|
347
|
+
</entry>
|
348
|
+
<entry file="file://$PROJECT_DIR$/conquiro.gemspec">
|
349
|
+
<provider selected="true" editor-type-id="text-editor">
|
350
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="595">
|
351
|
+
<caret line="21" column="34" selection-start-line="21" selection-start-column="34" selection-end-line="21" selection-end-column="34" />
|
352
|
+
</state>
|
353
|
+
</provider>
|
354
|
+
</entry>
|
355
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
356
|
+
<provider selected="true" editor-type-id="text-editor">
|
357
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="723">
|
358
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
359
|
+
<folding />
|
360
|
+
</state>
|
361
|
+
</provider>
|
362
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
363
|
+
<state />
|
364
|
+
</provider>
|
365
|
+
</entry>
|
366
|
+
<entry file="file://$PROJECT_DIR$/lib/conquiro/version.rb">
|
367
|
+
<provider selected="true" editor-type-id="text-editor">
|
368
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="153">
|
369
|
+
<caret line="0" column="15" selection-start-line="0" selection-start-column="7" selection-end-line="0" selection-end-column="15" />
|
370
|
+
<folding />
|
371
|
+
</state>
|
372
|
+
</provider>
|
373
|
+
</entry>
|
374
|
+
<entry file="file://$PROJECT_DIR$/spec/lib/conquiro/software_repository_spec.rb">
|
375
|
+
<provider selected="true" editor-type-id="text-editor">
|
376
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="750">
|
377
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
378
|
+
<folding />
|
379
|
+
</state>
|
380
|
+
</provider>
|
381
|
+
</entry>
|
382
|
+
</component>
|
383
|
+
</project>
|
384
|
+
|