device_wizard 0.3.0 → 1.0.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 +5 -5
- data/.gitignore +2 -0
- data/.rspec +0 -1
- data/.travis.yml +22 -0
- data/{LICENSE.txt → LICENSE} +1 -1
- data/README.md +46 -29
- data/Rakefile +6 -2
- data/device_wizard.gemspec +11 -11
- data/lib/device_wizard.rb +8 -432
- data/lib/device_wizard/details.rb +5 -0
- data/lib/device_wizard/details/browser.rb +15 -0
- data/lib/device_wizard/details/device.rb +11 -0
- data/lib/device_wizard/details/operating_system.rb +11 -0
- data/lib/device_wizard/device_type.rb +11 -0
- data/lib/device_wizard/resolvers.rb +12 -0
- data/lib/device_wizard/resolvers/android.rb +15 -0
- data/lib/device_wizard/resolvers/base.rb +28 -0
- data/lib/device_wizard/resolvers/firefox.rb +17 -0
- data/lib/device_wizard/resolvers/google_chrome.rb +15 -0
- data/lib/device_wizard/resolvers/internet_explorer.rb +38 -0
- data/lib/device_wizard/resolvers/ios.rb +43 -0
- data/lib/device_wizard/resolvers/mac.rb +20 -0
- data/lib/device_wizard/resolvers/safari.rb +15 -0
- data/lib/device_wizard/resolvers/windows.rb +30 -0
- data/lib/device_wizard/user_agent_detector.rb +103 -0
- data/lib/device_wizard/version.rb +3 -1
- metadata +41 -19
- data/.idea/.name +0 -1
- data/.idea/.rakeTasks +0 -7
- data/.idea/device_wizard.iml +0 -29
- data/.idea/encodings.xml +0 -6
- data/.idea/misc.xml +0 -14
- data/.idea/modules.xml +0 -8
- data/.idea/vcs.xml +0 -6
- data/.idea/workspace.xml +0 -730
data/.idea/.name
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
device_wizard
|
data/.idea/.rakeTasks
DELETED
@@ -1,7 +0,0 @@
|
|
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 device_wizard-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 files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install device_wizard-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install device_wizard-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 device_wizard-0.1.0.gem to Rubygems" fullCmd="release[remote]" taksId="release[remote]" /><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>
|
data/.idea/device_wizard.iml
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<module type="RUBY_MODULE" version="4">
|
3
|
-
<component name="FacetManager">
|
4
|
-
<facet type="gem" name="Ruby Gem">
|
5
|
-
<configuration>
|
6
|
-
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
7
|
-
<option name="GEM_APP_TEST_PATH" value="" />
|
8
|
-
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
9
|
-
</configuration>
|
10
|
-
</facet>
|
11
|
-
</component>
|
12
|
-
<component name="NewModuleRootManager">
|
13
|
-
<content url="file://$MODULE_DIR$" />
|
14
|
-
<orderEntry type="inheritedJdk" />
|
15
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
16
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.11.2, rbenv: 2.1.5) [gem]" level="application" />
|
17
|
-
<orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.1, rbenv: 2.1.5) [gem]" level="application" />
|
18
|
-
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.5, rbenv: 2.1.5) [gem]" level="application" />
|
19
|
-
<orderEntry type="library" scope="PROVIDED" name="method_source (v0.8.2, rbenv: 2.1.5) [gem]" level="application" />
|
20
|
-
<orderEntry type="library" scope="PROVIDED" name="pry (v0.10.3, rbenv: 2.1.5) [gem]" level="application" />
|
21
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, rbenv: 2.1.5) [gem]" level="application" />
|
22
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.4.0, rbenv: 2.1.5) [gem]" level="application" />
|
23
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.4.4, rbenv: 2.1.5) [gem]" level="application" />
|
24
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.4.0, rbenv: 2.1.5) [gem]" level="application" />
|
25
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.4.1, rbenv: 2.1.5) [gem]" level="application" />
|
26
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.4.1, rbenv: 2.1.5) [gem]" level="application" />
|
27
|
-
<orderEntry type="library" scope="PROVIDED" name="slop (v3.6.0, rbenv: 2.1.5) [gem]" level="application" />
|
28
|
-
</component>
|
29
|
-
</module>
|
data/.idea/encodings.xml
DELETED
data/.idea/misc.xml
DELETED
@@ -1,14 +0,0 @@
|
|
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="rbenv: 2.1.5" project-jdk-type="RUBY_SDK" />
|
14
|
-
</project>
|
data/.idea/modules.xml
DELETED
@@ -1,8 +0,0 @@
|
|
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/device_wizard.iml" filepath="$PROJECT_DIR$/.idea/device_wizard.iml" />
|
6
|
-
</modules>
|
7
|
-
</component>
|
8
|
-
</project>
|
data/.idea/vcs.xml
DELETED
data/.idea/workspace.xml
DELETED
@@ -1,730 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="d61b7375-c87d-4649-8619-301d696e3e1d" name="Default" comment="">
|
5
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/device_wizard.iml" afterPath="$PROJECT_DIR$/.idea/device_wizard.iml" />
|
6
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.rspec" afterPath="$PROJECT_DIR$/.rspec" />
|
7
|
-
</list>
|
8
|
-
<ignored path="device_wizard.iws" />
|
9
|
-
<ignored path=".idea/workspace.xml" />
|
10
|
-
<ignored path=".idea/dataSources.local.xml" />
|
11
|
-
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
12
|
-
<option name="TRACKING_ENABLED" value="true" />
|
13
|
-
<option name="SHOW_DIALOG" value="false" />
|
14
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
15
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
16
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
17
|
-
</component>
|
18
|
-
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
19
|
-
<component name="CreatePatchCommitExecutor">
|
20
|
-
<option name="PATCH_PATH" value="" />
|
21
|
-
</component>
|
22
|
-
<component name="FavoritesManager">
|
23
|
-
<favorites_list name="device_wizard" />
|
24
|
-
</component>
|
25
|
-
<component name="FileEditorManager">
|
26
|
-
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
27
|
-
<file leaf-file-name="device_wizard.gemspec" pinned="false" current-in-tab="false">
|
28
|
-
<entry file="file://$PROJECT_DIR$/device_wizard.gemspec">
|
29
|
-
<provider selected="true" editor-type-id="text-editor">
|
30
|
-
<state relative-caret-position="285">
|
31
|
-
<caret line="19" column="30" selection-start-line="19" selection-start-column="30" selection-end-line="19" selection-end-column="30" />
|
32
|
-
<folding />
|
33
|
-
</state>
|
34
|
-
</provider>
|
35
|
-
</entry>
|
36
|
-
</file>
|
37
|
-
<file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
|
38
|
-
<entry file="file://$PROJECT_DIR$/lib/device_wizard/version.rb">
|
39
|
-
<provider selected="true" editor-type-id="text-editor">
|
40
|
-
<state relative-caret-position="15">
|
41
|
-
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
42
|
-
<folding />
|
43
|
-
</state>
|
44
|
-
</provider>
|
45
|
-
</entry>
|
46
|
-
</file>
|
47
|
-
<file leaf-file-name="device_wizard.rb" pinned="false" current-in-tab="false">
|
48
|
-
<entry file="file://$PROJECT_DIR$/lib/device_wizard.rb">
|
49
|
-
<provider selected="true" editor-type-id="text-editor">
|
50
|
-
<state relative-caret-position="285">
|
51
|
-
<caret line="19" column="6" selection-start-line="19" selection-start-column="5" selection-end-line="19" selection-end-column="6" />
|
52
|
-
<folding />
|
53
|
-
</state>
|
54
|
-
</provider>
|
55
|
-
</entry>
|
56
|
-
</file>
|
57
|
-
<file leaf-file-name=".rspec" pinned="false" current-in-tab="false">
|
58
|
-
<entry file="file://$PROJECT_DIR$/.rspec">
|
59
|
-
<provider selected="true" editor-type-id="text-editor">
|
60
|
-
<state relative-caret-position="30">
|
61
|
-
<caret line="2" column="12" selection-start-line="2" selection-start-column="12" selection-end-line="2" selection-end-column="12" />
|
62
|
-
<folding />
|
63
|
-
</state>
|
64
|
-
</provider>
|
65
|
-
</entry>
|
66
|
-
</file>
|
67
|
-
<file leaf-file-name="browser_details_spec.rb" pinned="false" current-in-tab="false">
|
68
|
-
<entry file="file://$PROJECT_DIR$/spec/device_wizard/browser_details_spec.rb">
|
69
|
-
<provider selected="true" editor-type-id="text-editor">
|
70
|
-
<state relative-caret-position="810">
|
71
|
-
<caret line="54" column="43" selection-start-line="54" selection-start-column="43" selection-end-line="54" selection-end-column="43" />
|
72
|
-
<folding />
|
73
|
-
</state>
|
74
|
-
</provider>
|
75
|
-
</entry>
|
76
|
-
</file>
|
77
|
-
<file leaf-file-name="spec_helper.rb" pinned="false" current-in-tab="false">
|
78
|
-
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
79
|
-
<provider selected="true" editor-type-id="text-editor">
|
80
|
-
<state relative-caret-position="0">
|
81
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
82
|
-
<folding />
|
83
|
-
</state>
|
84
|
-
</provider>
|
85
|
-
</entry>
|
86
|
-
</file>
|
87
|
-
<file leaf-file-name="os_details_spec.rb" pinned="false" current-in-tab="false">
|
88
|
-
<entry file="file://$PROJECT_DIR$/spec/device_wizard/os_details_spec.rb">
|
89
|
-
<provider selected="true" editor-type-id="text-editor">
|
90
|
-
<state relative-caret-position="555">
|
91
|
-
<caret line="37" column="0" selection-start-line="37" selection-start-column="0" selection-end-line="37" selection-end-column="0" />
|
92
|
-
<folding />
|
93
|
-
</state>
|
94
|
-
</provider>
|
95
|
-
</entry>
|
96
|
-
</file>
|
97
|
-
<file leaf-file-name="device_wizard_spec.rb" pinned="false" current-in-tab="false">
|
98
|
-
<entry file="file://$PROJECT_DIR$/spec/device_wizard/device_wizard_spec.rb">
|
99
|
-
<provider selected="true" editor-type-id="text-editor">
|
100
|
-
<state relative-caret-position="300">
|
101
|
-
<caret line="151" column="18" selection-start-line="151" selection-start-column="18" selection-end-line="151" selection-end-column="18" />
|
102
|
-
<folding>
|
103
|
-
<element signature="e#124#1880#0" expanded="false" />
|
104
|
-
<element signature="e#1901#2201#0" expanded="false" />
|
105
|
-
<element signature="e#2226#2504#0" expanded="false" />
|
106
|
-
<element signature="e#2525#3370#0" expanded="false" />
|
107
|
-
<element signature="e#3387#3719#0" expanded="false" />
|
108
|
-
<element signature="e#3741#4614#0" expanded="false" />
|
109
|
-
<element signature="e#4636#7436#0" expanded="false" />
|
110
|
-
<element signature="e#7459#7911#0" expanded="false" />
|
111
|
-
</folding>
|
112
|
-
</state>
|
113
|
-
</provider>
|
114
|
-
</entry>
|
115
|
-
</file>
|
116
|
-
<file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
|
117
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
118
|
-
<provider selected="true" editor-type-id="text-editor">
|
119
|
-
<state relative-caret-position="75">
|
120
|
-
<caret line="5" column="9" selection-start-line="5" selection-start-column="9" selection-end-line="5" selection-end-column="9" />
|
121
|
-
<folding />
|
122
|
-
</state>
|
123
|
-
</provider>
|
124
|
-
</entry>
|
125
|
-
</file>
|
126
|
-
</leaf>
|
127
|
-
</component>
|
128
|
-
<component name="Git.Settings">
|
129
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
130
|
-
</component>
|
131
|
-
<component name="IdeDocumentHistory">
|
132
|
-
<option name="CHANGED_PATHS">
|
133
|
-
<list>
|
134
|
-
<option value="$PROJECT_DIR$/Gemfile" />
|
135
|
-
<option value="$PROJECT_DIR$/device_wizard.gemspec" />
|
136
|
-
<option value="$PROJECT_DIR$/lib/device_wizard/version.rb" />
|
137
|
-
<option value="$PROJECT_DIR$/spec/device_wizard/browser_details_spec.rb" />
|
138
|
-
<option value="$PROJECT_DIR$/spec/device_wizard/os_details_spec.rb" />
|
139
|
-
<option value="$PROJECT_DIR$/lib/device_wizard.rb" />
|
140
|
-
<option value="$PROJECT_DIR$/spec/device_wizard/device_wizard_spec.rb" />
|
141
|
-
<option value="$PROJECT_DIR$/.rspec" />
|
142
|
-
</list>
|
143
|
-
</option>
|
144
|
-
</component>
|
145
|
-
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
146
|
-
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
147
|
-
<component name="JsGulpfileManager">
|
148
|
-
<detection-done>true</detection-done>
|
149
|
-
<sorting>DEFINITION_ORDER</sorting>
|
150
|
-
</component>
|
151
|
-
<component name="ProjectFrameBounds">
|
152
|
-
<option name="x" value="1920" />
|
153
|
-
<option name="y" value="29" />
|
154
|
-
<option name="width" value="2363" />
|
155
|
-
<option name="height" value="1380" />
|
156
|
-
</component>
|
157
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
158
|
-
<OptionsSetting value="true" id="Add" />
|
159
|
-
<OptionsSetting value="true" id="Remove" />
|
160
|
-
<OptionsSetting value="true" id="Checkout" />
|
161
|
-
<OptionsSetting value="true" id="Update" />
|
162
|
-
<OptionsSetting value="true" id="Status" />
|
163
|
-
<OptionsSetting value="true" id="Edit" />
|
164
|
-
<ConfirmationsSetting value="0" id="Add" />
|
165
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
166
|
-
</component>
|
167
|
-
<component name="ProjectView">
|
168
|
-
<navigator currentView="ProjectPane" proportions="" version="1">
|
169
|
-
<flattenPackages />
|
170
|
-
<showMembers />
|
171
|
-
<showModules />
|
172
|
-
<showLibraryContents />
|
173
|
-
<hideEmptyPackages />
|
174
|
-
<abbreviatePackageNames />
|
175
|
-
<autoscrollToSource />
|
176
|
-
<autoscrollFromSource />
|
177
|
-
<sortByType />
|
178
|
-
<manualOrder />
|
179
|
-
<foldersAlwaysOnTop value="true" />
|
180
|
-
</navigator>
|
181
|
-
<panes>
|
182
|
-
<pane id="Scope" />
|
183
|
-
<pane id="Scratches" />
|
184
|
-
<pane id="ProjectPane">
|
185
|
-
<subPane>
|
186
|
-
<PATH>
|
187
|
-
<PATH_ELEMENT>
|
188
|
-
<option name="myItemId" value="device_wizard" />
|
189
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
190
|
-
</PATH_ELEMENT>
|
191
|
-
</PATH>
|
192
|
-
<PATH>
|
193
|
-
<PATH_ELEMENT>
|
194
|
-
<option name="myItemId" value="device_wizard" />
|
195
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
196
|
-
</PATH_ELEMENT>
|
197
|
-
<PATH_ELEMENT>
|
198
|
-
<option name="myItemId" value="device_wizard" />
|
199
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
200
|
-
</PATH_ELEMENT>
|
201
|
-
</PATH>
|
202
|
-
<PATH>
|
203
|
-
<PATH_ELEMENT>
|
204
|
-
<option name="myItemId" value="device_wizard" />
|
205
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
206
|
-
</PATH_ELEMENT>
|
207
|
-
<PATH_ELEMENT>
|
208
|
-
<option name="myItemId" value="device_wizard" />
|
209
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
210
|
-
</PATH_ELEMENT>
|
211
|
-
<PATH_ELEMENT>
|
212
|
-
<option name="myItemId" value="spec" />
|
213
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
214
|
-
</PATH_ELEMENT>
|
215
|
-
</PATH>
|
216
|
-
<PATH>
|
217
|
-
<PATH_ELEMENT>
|
218
|
-
<option name="myItemId" value="device_wizard" />
|
219
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
220
|
-
</PATH_ELEMENT>
|
221
|
-
<PATH_ELEMENT>
|
222
|
-
<option name="myItemId" value="device_wizard" />
|
223
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
224
|
-
</PATH_ELEMENT>
|
225
|
-
<PATH_ELEMENT>
|
226
|
-
<option name="myItemId" value="spec" />
|
227
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
228
|
-
</PATH_ELEMENT>
|
229
|
-
<PATH_ELEMENT>
|
230
|
-
<option name="myItemId" value="device_wizard" />
|
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="device_wizard" />
|
237
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
238
|
-
</PATH_ELEMENT>
|
239
|
-
<PATH_ELEMENT>
|
240
|
-
<option name="myItemId" value="device_wizard" />
|
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>
|
248
|
-
<PATH>
|
249
|
-
<PATH_ELEMENT>
|
250
|
-
<option name="myItemId" value="device_wizard" />
|
251
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
252
|
-
</PATH_ELEMENT>
|
253
|
-
<PATH_ELEMENT>
|
254
|
-
<option name="myItemId" value="device_wizard" />
|
255
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
256
|
-
</PATH_ELEMENT>
|
257
|
-
<PATH_ELEMENT>
|
258
|
-
<option name="myItemId" value="lib" />
|
259
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
260
|
-
</PATH_ELEMENT>
|
261
|
-
<PATH_ELEMENT>
|
262
|
-
<option name="myItemId" value="device_wizard" />
|
263
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
264
|
-
</PATH_ELEMENT>
|
265
|
-
</PATH>
|
266
|
-
</subPane>
|
267
|
-
</pane>
|
268
|
-
</panes>
|
269
|
-
</component>
|
270
|
-
<component name="PropertiesComponent">
|
271
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
272
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
273
|
-
<property name="FullScreen" value="false" />
|
274
|
-
<property name="js-jscs-nodeInterpreter" value="/usr/local/bin/node" />
|
275
|
-
</component>
|
276
|
-
<component name="RecentsManager">
|
277
|
-
<key name="CopyFile.RECENT_KEYS">
|
278
|
-
<recent name="$PROJECT_DIR$/spec/device_wizard" />
|
279
|
-
</key>
|
280
|
-
</component>
|
281
|
-
<component name="RunManager">
|
282
|
-
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
283
|
-
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
284
|
-
<module name="" />
|
285
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
286
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
287
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
288
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
289
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
290
|
-
<envs />
|
291
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
292
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
293
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
294
|
-
<COVERAGE_PATTERN ENABLED="true">
|
295
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
296
|
-
</COVERAGE_PATTERN>
|
297
|
-
</EXTENSION>
|
298
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
299
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
300
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
301
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
302
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
303
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
304
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
305
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
306
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
307
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
308
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
309
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
310
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
311
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
312
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
313
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
314
|
-
<method />
|
315
|
-
</configuration>
|
316
|
-
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
317
|
-
<method />
|
318
|
-
</configuration>
|
319
|
-
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
320
|
-
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
321
|
-
<module name="" />
|
322
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
323
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
324
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
325
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
326
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
327
|
-
<envs />
|
328
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
329
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
330
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
331
|
-
<COVERAGE_PATTERN ENABLED="true">
|
332
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
333
|
-
</COVERAGE_PATTERN>
|
334
|
-
</EXTENSION>
|
335
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
336
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
337
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
338
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
339
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
340
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
341
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
342
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
343
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
344
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
345
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
346
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
347
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
348
|
-
<method />
|
349
|
-
</configuration>
|
350
|
-
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
351
|
-
<module name="" />
|
352
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
353
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
354
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
355
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
356
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
357
|
-
<envs />
|
358
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
359
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
360
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
361
|
-
<COVERAGE_PATTERN ENABLED="true">
|
362
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
363
|
-
</COVERAGE_PATTERN>
|
364
|
-
</EXTENSION>
|
365
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
366
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
367
|
-
<method />
|
368
|
-
</configuration>
|
369
|
-
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
370
|
-
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
371
|
-
<module name="" />
|
372
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
373
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
374
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
375
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
376
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
377
|
-
<envs />
|
378
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
379
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
380
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
381
|
-
<COVERAGE_PATTERN ENABLED="true">
|
382
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
383
|
-
</COVERAGE_PATTERN>
|
384
|
-
</EXTENSION>
|
385
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
386
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
387
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
388
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
389
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
390
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
391
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
392
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
393
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
394
|
-
<method />
|
395
|
-
</configuration>
|
396
|
-
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
397
|
-
<node-interpreter>project</node-interpreter>
|
398
|
-
<node-options />
|
399
|
-
<gulpfile />
|
400
|
-
<tasks />
|
401
|
-
<arguments />
|
402
|
-
<pass-parent-envs>true</pass-parent-envs>
|
403
|
-
<envs />
|
404
|
-
<method />
|
405
|
-
</configuration>
|
406
|
-
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
407
|
-
<command value="run-script" />
|
408
|
-
<scripts />
|
409
|
-
<node-interpreter value="project" />
|
410
|
-
<envs />
|
411
|
-
<method />
|
412
|
-
</configuration>
|
413
|
-
</component>
|
414
|
-
<component name="ShelveChangesManager" show_recycled="false">
|
415
|
-
<option name="remove_strategy" value="false" />
|
416
|
-
</component>
|
417
|
-
<component name="SvnConfiguration">
|
418
|
-
<configuration />
|
419
|
-
</component>
|
420
|
-
<component name="TaskManager">
|
421
|
-
<task active="true" id="Default" summary="Default task">
|
422
|
-
<changelist id="d61b7375-c87d-4649-8619-301d696e3e1d" name="Default" comment="" />
|
423
|
-
<created>1455788014349</created>
|
424
|
-
<option name="number" value="Default" />
|
425
|
-
<option name="presentableId" value="Default" />
|
426
|
-
<updated>1455788014349</updated>
|
427
|
-
<workItem from="1465204090217" duration="25000" />
|
428
|
-
</task>
|
429
|
-
<servers />
|
430
|
-
</component>
|
431
|
-
<component name="TimeTrackingManager">
|
432
|
-
<option name="totallyTimeSpent" value="25000" />
|
433
|
-
</component>
|
434
|
-
<component name="ToolWindowManager">
|
435
|
-
<frame x="1920" y="29" width="2363" height="1380" extended-state="0" />
|
436
|
-
<editor active="true" />
|
437
|
-
<layout>
|
438
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25376993" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
439
|
-
<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" />
|
440
|
-
<window_info id="Docker" 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" />
|
441
|
-
<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" />
|
442
|
-
<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" />
|
443
|
-
<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" />
|
444
|
-
<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" />
|
445
|
-
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
446
|
-
<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" />
|
447
|
-
<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" />
|
448
|
-
<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" />
|
449
|
-
<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" />
|
450
|
-
<window_info id="Application Servers" 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" />
|
451
|
-
<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" />
|
452
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
453
|
-
<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" />
|
454
|
-
<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" />
|
455
|
-
<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" />
|
456
|
-
<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" />
|
457
|
-
</layout>
|
458
|
-
</component>
|
459
|
-
<component name="Vcs.Log.UiProperties">
|
460
|
-
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
461
|
-
<collection />
|
462
|
-
</option>
|
463
|
-
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
464
|
-
<collection />
|
465
|
-
</option>
|
466
|
-
</component>
|
467
|
-
<component name="VcsContentAnnotationSettings">
|
468
|
-
<option name="myLimit" value="2678400000" />
|
469
|
-
</component>
|
470
|
-
<component name="XDebuggerManager">
|
471
|
-
<breakpoint-manager>
|
472
|
-
<option name="time" value="6" />
|
473
|
-
</breakpoint-manager>
|
474
|
-
<watches-manager />
|
475
|
-
</component>
|
476
|
-
<component name="editorHistoryManager">
|
477
|
-
<entry file="file://$PROJECT_DIR$/device_wizard.gemspec">
|
478
|
-
<provider selected="true" editor-type-id="text-editor">
|
479
|
-
<state relative-caret-position="285">
|
480
|
-
<caret line="19" column="30" selection-start-line="19" selection-start-column="30" selection-end-line="19" selection-end-column="30" />
|
481
|
-
<folding />
|
482
|
-
</state>
|
483
|
-
</provider>
|
484
|
-
</entry>
|
485
|
-
<entry file="file://$PROJECT_DIR$/lib/device_wizard/version.rb">
|
486
|
-
<provider selected="true" editor-type-id="text-editor">
|
487
|
-
<state relative-caret-position="0">
|
488
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
489
|
-
<folding />
|
490
|
-
</state>
|
491
|
-
</provider>
|
492
|
-
</entry>
|
493
|
-
<entry file="file://$PROJECT_DIR$/lib/device_wizard.rb">
|
494
|
-
<provider selected="true" editor-type-id="text-editor">
|
495
|
-
<state relative-caret-position="1800">
|
496
|
-
<caret line="120" column="9" selection-start-line="120" selection-start-column="9" selection-end-line="120" selection-end-column="9" />
|
497
|
-
<folding />
|
498
|
-
</state>
|
499
|
-
</provider>
|
500
|
-
</entry>
|
501
|
-
<entry file="file://$PROJECT_DIR$/.rspec">
|
502
|
-
<provider selected="true" editor-type-id="text-editor">
|
503
|
-
<state relative-caret-position="0">
|
504
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
505
|
-
<folding />
|
506
|
-
</state>
|
507
|
-
</provider>
|
508
|
-
</entry>
|
509
|
-
<entry file="file://$PROJECT_DIR$/spec/device_wizard/browser_details_spec.rb">
|
510
|
-
<provider selected="true" editor-type-id="text-editor">
|
511
|
-
<state relative-caret-position="810">
|
512
|
-
<caret line="54" column="43" selection-start-line="54" selection-start-column="43" selection-end-line="54" selection-end-column="43" />
|
513
|
-
<folding />
|
514
|
-
</state>
|
515
|
-
</provider>
|
516
|
-
</entry>
|
517
|
-
<entry file="file://$PROJECT_DIR$/spec/device_wizard/os_details_spec.rb">
|
518
|
-
<provider selected="true" editor-type-id="text-editor">
|
519
|
-
<state relative-caret-position="555">
|
520
|
-
<caret line="37" column="0" selection-start-line="37" selection-start-column="0" selection-end-line="37" selection-end-column="0" />
|
521
|
-
<folding />
|
522
|
-
</state>
|
523
|
-
</provider>
|
524
|
-
</entry>
|
525
|
-
<entry file="file://$PROJECT_DIR$/spec/device_wizard/device_wizard_spec.rb">
|
526
|
-
<provider selected="true" editor-type-id="text-editor">
|
527
|
-
<state relative-caret-position="300">
|
528
|
-
<caret line="151" column="18" selection-start-line="151" selection-start-column="18" selection-end-line="151" selection-end-column="18" />
|
529
|
-
<folding>
|
530
|
-
<element signature="e#124#1880#0" expanded="false" />
|
531
|
-
<element signature="e#1901#2201#0" expanded="false" />
|
532
|
-
<element signature="e#2226#2504#0" expanded="false" />
|
533
|
-
<element signature="e#2525#3370#0" expanded="false" />
|
534
|
-
<element signature="e#3387#3719#0" expanded="false" />
|
535
|
-
<element signature="e#3741#4614#0" expanded="false" />
|
536
|
-
<element signature="e#4636#7436#0" expanded="false" />
|
537
|
-
<element signature="e#7459#7911#0" expanded="false" />
|
538
|
-
</folding>
|
539
|
-
</state>
|
540
|
-
</provider>
|
541
|
-
</entry>
|
542
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
543
|
-
<provider selected="true" editor-type-id="text-editor">
|
544
|
-
<state relative-caret-position="75">
|
545
|
-
<caret line="5" column="9" selection-start-line="5" selection-start-column="9" selection-end-line="5" selection-end-column="9" />
|
546
|
-
<folding />
|
547
|
-
</state>
|
548
|
-
</provider>
|
549
|
-
</entry>
|
550
|
-
<entry file="file://$PROJECT_DIR$/device_wizard.gemspec">
|
551
|
-
<provider selected="true" editor-type-id="text-editor">
|
552
|
-
<state relative-caret-position="0">
|
553
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
554
|
-
<folding />
|
555
|
-
</state>
|
556
|
-
</provider>
|
557
|
-
</entry>
|
558
|
-
<entry file="file://$PROJECT_DIR$/.rspec">
|
559
|
-
<provider selected="true" editor-type-id="text-editor">
|
560
|
-
<state relative-caret-position="0">
|
561
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
562
|
-
<folding />
|
563
|
-
</state>
|
564
|
-
</provider>
|
565
|
-
</entry>
|
566
|
-
<entry file="file://$PROJECT_DIR$/lib/device_wizard.rb">
|
567
|
-
<provider selected="true" editor-type-id="text-editor">
|
568
|
-
<state relative-caret-position="0">
|
569
|
-
<caret line="77" column="0" selection-start-line="77" selection-start-column="0" selection-end-line="77" selection-end-column="0" />
|
570
|
-
<folding />
|
571
|
-
</state>
|
572
|
-
</provider>
|
573
|
-
</entry>
|
574
|
-
<entry file="file://$PROJECT_DIR$/spec/device_wizard/device_wizard_spec.rb">
|
575
|
-
<provider selected="true" editor-type-id="text-editor">
|
576
|
-
<state relative-caret-position="0">
|
577
|
-
<caret line="158" column="109" selection-start-line="158" selection-start-column="109" selection-end-line="158" selection-end-column="109" />
|
578
|
-
<folding>
|
579
|
-
<element signature="e#124#1880#0" expanded="false" />
|
580
|
-
<element signature="e#1901#2201#0" expanded="false" />
|
581
|
-
<element signature="e#2226#2504#0" expanded="false" />
|
582
|
-
<element signature="e#2525#3370#0" expanded="false" />
|
583
|
-
<element signature="e#3387#3719#0" expanded="false" />
|
584
|
-
<element signature="e#3741#4614#0" expanded="false" />
|
585
|
-
<element signature="e#4636#7436#0" expanded="false" />
|
586
|
-
<element signature="e#7459#7911#0" expanded="false" />
|
587
|
-
</folding>
|
588
|
-
</state>
|
589
|
-
</provider>
|
590
|
-
</entry>
|
591
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
592
|
-
<provider selected="true" editor-type-id="text-editor">
|
593
|
-
<state relative-caret-position="0">
|
594
|
-
<caret line="5" column="9" selection-start-line="5" selection-start-column="9" selection-end-line="5" selection-end-column="9" />
|
595
|
-
<folding />
|
596
|
-
</state>
|
597
|
-
</provider>
|
598
|
-
</entry>
|
599
|
-
<entry file="file://$PROJECT_DIR$/device_wizard.gemspec">
|
600
|
-
<provider selected="true" editor-type-id="text-editor">
|
601
|
-
<state relative-caret-position="0">
|
602
|
-
<caret line="19" column="30" selection-start-line="19" selection-start-column="30" selection-end-line="19" selection-end-column="30" />
|
603
|
-
<folding />
|
604
|
-
</state>
|
605
|
-
</provider>
|
606
|
-
</entry>
|
607
|
-
<entry file="file://$PROJECT_DIR$/.rspec">
|
608
|
-
<provider selected="true" editor-type-id="text-editor">
|
609
|
-
<state relative-caret-position="0">
|
610
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
611
|
-
<folding />
|
612
|
-
</state>
|
613
|
-
</provider>
|
614
|
-
</entry>
|
615
|
-
<entry file="file://$PROJECT_DIR$/lib/device_wizard.rb">
|
616
|
-
<provider selected="true" editor-type-id="text-editor">
|
617
|
-
<state relative-caret-position="0">
|
618
|
-
<caret line="77" column="0" selection-start-line="77" selection-start-column="0" selection-end-line="77" selection-end-column="0" />
|
619
|
-
<folding />
|
620
|
-
</state>
|
621
|
-
</provider>
|
622
|
-
</entry>
|
623
|
-
<entry file="file://$PROJECT_DIR$/spec/device_wizard/device_wizard_spec.rb">
|
624
|
-
<provider selected="true" editor-type-id="text-editor">
|
625
|
-
<state relative-caret-position="0">
|
626
|
-
<caret line="158" column="109" selection-start-line="158" selection-start-column="109" selection-end-line="158" selection-end-column="109" />
|
627
|
-
<folding>
|
628
|
-
<element signature="e#124#1880#0" expanded="false" />
|
629
|
-
<element signature="e#1901#2201#0" expanded="false" />
|
630
|
-
<element signature="e#2226#2504#0" expanded="false" />
|
631
|
-
<element signature="e#2525#3370#0" expanded="false" />
|
632
|
-
<element signature="e#3387#3719#0" expanded="false" />
|
633
|
-
<element signature="e#3741#4614#0" expanded="false" />
|
634
|
-
<element signature="e#4636#7436#0" expanded="false" />
|
635
|
-
<element signature="e#7459#7911#0" expanded="false" />
|
636
|
-
</folding>
|
637
|
-
</state>
|
638
|
-
</provider>
|
639
|
-
</entry>
|
640
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
641
|
-
<provider selected="true" editor-type-id="text-editor">
|
642
|
-
<state relative-caret-position="0">
|
643
|
-
<caret line="5" column="9" selection-start-line="5" selection-start-column="9" selection-end-line="5" selection-end-column="9" />
|
644
|
-
<folding />
|
645
|
-
</state>
|
646
|
-
</provider>
|
647
|
-
</entry>
|
648
|
-
<entry file="file://$PROJECT_DIR$/device_wizard.gemspec">
|
649
|
-
<provider selected="true" editor-type-id="text-editor">
|
650
|
-
<state relative-caret-position="285">
|
651
|
-
<caret line="19" column="30" selection-start-line="19" selection-start-column="30" selection-end-line="19" selection-end-column="30" />
|
652
|
-
<folding />
|
653
|
-
</state>
|
654
|
-
</provider>
|
655
|
-
</entry>
|
656
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
657
|
-
<provider selected="true" editor-type-id="text-editor">
|
658
|
-
<state relative-caret-position="75">
|
659
|
-
<caret line="5" column="9" selection-start-line="5" selection-start-column="9" selection-end-line="5" selection-end-column="9" />
|
660
|
-
<folding />
|
661
|
-
</state>
|
662
|
-
</provider>
|
663
|
-
</entry>
|
664
|
-
<entry file="file://$PROJECT_DIR$/spec/device_wizard/os_details_spec.rb">
|
665
|
-
<provider selected="true" editor-type-id="text-editor">
|
666
|
-
<state relative-caret-position="555">
|
667
|
-
<caret line="37" column="0" selection-start-line="37" selection-start-column="0" selection-end-line="37" selection-end-column="0" />
|
668
|
-
<folding />
|
669
|
-
</state>
|
670
|
-
</provider>
|
671
|
-
</entry>
|
672
|
-
<entry file="file://$PROJECT_DIR$/spec/device_wizard/device_wizard_spec.rb">
|
673
|
-
<provider selected="true" editor-type-id="text-editor">
|
674
|
-
<state relative-caret-position="300">
|
675
|
-
<caret line="151" column="18" selection-start-line="151" selection-start-column="18" selection-end-line="151" selection-end-column="18" />
|
676
|
-
<folding>
|
677
|
-
<element signature="e#124#1880#0" expanded="false" />
|
678
|
-
<element signature="e#1901#2201#0" expanded="false" />
|
679
|
-
<element signature="e#2226#2504#0" expanded="false" />
|
680
|
-
<element signature="e#2525#3370#0" expanded="false" />
|
681
|
-
<element signature="e#3387#3719#0" expanded="false" />
|
682
|
-
<element signature="e#3741#4614#0" expanded="false" />
|
683
|
-
<element signature="e#4636#7436#0" expanded="false" />
|
684
|
-
<element signature="e#7459#7911#0" expanded="false" />
|
685
|
-
</folding>
|
686
|
-
</state>
|
687
|
-
</provider>
|
688
|
-
</entry>
|
689
|
-
<entry file="file://$PROJECT_DIR$/.rspec">
|
690
|
-
<provider selected="true" editor-type-id="text-editor">
|
691
|
-
<state relative-caret-position="30">
|
692
|
-
<caret line="2" column="12" selection-start-line="2" selection-start-column="12" selection-end-line="2" selection-end-column="12" />
|
693
|
-
<folding />
|
694
|
-
</state>
|
695
|
-
</provider>
|
696
|
-
</entry>
|
697
|
-
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
698
|
-
<provider selected="true" editor-type-id="text-editor">
|
699
|
-
<state relative-caret-position="0">
|
700
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
701
|
-
<folding />
|
702
|
-
</state>
|
703
|
-
</provider>
|
704
|
-
</entry>
|
705
|
-
<entry file="file://$PROJECT_DIR$/spec/device_wizard/browser_details_spec.rb">
|
706
|
-
<provider selected="true" editor-type-id="text-editor">
|
707
|
-
<state relative-caret-position="810">
|
708
|
-
<caret line="54" column="43" selection-start-line="54" selection-start-column="43" selection-end-line="54" selection-end-column="43" />
|
709
|
-
<folding />
|
710
|
-
</state>
|
711
|
-
</provider>
|
712
|
-
</entry>
|
713
|
-
<entry file="file://$PROJECT_DIR$/lib/device_wizard.rb">
|
714
|
-
<provider selected="true" editor-type-id="text-editor">
|
715
|
-
<state relative-caret-position="285">
|
716
|
-
<caret line="19" column="6" selection-start-line="19" selection-start-column="5" selection-end-line="19" selection-end-column="6" />
|
717
|
-
<folding />
|
718
|
-
</state>
|
719
|
-
</provider>
|
720
|
-
</entry>
|
721
|
-
<entry file="file://$PROJECT_DIR$/lib/device_wizard/version.rb">
|
722
|
-
<provider selected="true" editor-type-id="text-editor">
|
723
|
-
<state relative-caret-position="15">
|
724
|
-
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
725
|
-
<folding />
|
726
|
-
</state>
|
727
|
-
</provider>
|
728
|
-
</entry>
|
729
|
-
</component>
|
730
|
-
</project>
|