jquery_uniform-rails 0.0.1 → 2.1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/jquery_uniform/rails/version.rb +1 -1
- data/vendor/assets/images/jquery.uniform/bg-input-agent.png +0 -0
- data/vendor/assets/images/jquery.uniform/bg-input-aristo.png +0 -0
- data/vendor/assets/images/jquery.uniform/bg-input-focus-agent.png +0 -0
- data/vendor/assets/images/jquery.uniform/bg-input-focus-aristo.png +0 -0
- data/vendor/assets/images/jquery.uniform/bg-input-focus-jeans.png +0 -0
- data/vendor/assets/images/jquery.uniform/bg-input-focus-retina-jeans.png +0 -0
- data/vendor/assets/images/jquery.uniform/bg-input-focus.png +0 -0
- data/vendor/assets/images/jquery.uniform/bg-input-jeans.png +0 -0
- data/vendor/assets/images/jquery.uniform/bg-input-retina-jeans.png +0 -0
- data/vendor/assets/images/jquery.uniform/bg-input.png +0 -0
- data/vendor/assets/images/jquery.uniform/sprite-agent.png +0 -0
- data/vendor/assets/images/jquery.uniform/sprite-aristo.png +0 -0
- data/vendor/assets/images/jquery.uniform/sprite-jeans.png +0 -0
- data/vendor/assets/images/jquery.uniform/sprite-retina-jeans.png +0 -0
- data/vendor/assets/images/jquery.uniform/sprite.png +0 -0
- data/vendor/assets/javascripts/jquery.uniform.js +1068 -0
- data/vendor/assets/javascripts/jquery.uniform.min.js +1 -0
- data/vendor/assets/stylesheets/jquery.uniform/uniform._base.scss +567 -0
- data/vendor/assets/stylesheets/jquery.uniform/uniform.agent.scss +145 -0
- data/vendor/assets/stylesheets/jquery.uniform/uniform.aristo.scss +151 -0
- data/vendor/assets/stylesheets/jquery.uniform/uniform.default.scss +150 -0
- data/vendor/assets/stylesheets/jquery.uniform/uniform.jeans.scss +162 -0
- metadata +39 -13
- data/.gitignore +0 -17
- data/.idea/.name +0 -1
- data/.idea/encodings.xml +0 -6
- data/.idea/jquery_uniform-rails.iml +0 -21
- data/.idea/misc.xml +0 -56
- data/.idea/modules.xml +0 -8
- data/.idea/workspace.xml +0 -430
- data/Gemfile +0 -4
- data/Rakefile +0 -1
- data/jquery_uniform-rails.gemspec +0 -23
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery_uniform-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.1.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mariusz Henn
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-01-
|
11
|
+
date: 2016-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -38,6 +38,20 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: railties
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
41
55
|
description: uniformjs for rails assets pipeline
|
42
56
|
email:
|
43
57
|
- mariusz.henn@gmail.com
|
@@ -45,21 +59,33 @@ executables: []
|
|
45
59
|
extensions: []
|
46
60
|
extra_rdoc_files: []
|
47
61
|
files:
|
48
|
-
- ".gitignore"
|
49
|
-
- ".idea/.name"
|
50
|
-
- ".idea/encodings.xml"
|
51
|
-
- ".idea/jquery_uniform-rails.iml"
|
52
|
-
- ".idea/misc.xml"
|
53
|
-
- ".idea/modules.xml"
|
54
|
-
- ".idea/workspace.xml"
|
55
|
-
- Gemfile
|
56
62
|
- LICENSE.txt
|
57
63
|
- README.md
|
58
|
-
- Rakefile
|
59
|
-
- jquery_uniform-rails.gemspec
|
60
64
|
- lib/jquery_uniform/rails.rb
|
61
65
|
- lib/jquery_uniform/rails/version.rb
|
62
|
-
|
66
|
+
- vendor/assets/images/jquery.uniform/bg-input-agent.png
|
67
|
+
- vendor/assets/images/jquery.uniform/bg-input-aristo.png
|
68
|
+
- vendor/assets/images/jquery.uniform/bg-input-focus-agent.png
|
69
|
+
- vendor/assets/images/jquery.uniform/bg-input-focus-aristo.png
|
70
|
+
- vendor/assets/images/jquery.uniform/bg-input-focus-jeans.png
|
71
|
+
- vendor/assets/images/jquery.uniform/bg-input-focus-retina-jeans.png
|
72
|
+
- vendor/assets/images/jquery.uniform/bg-input-focus.png
|
73
|
+
- vendor/assets/images/jquery.uniform/bg-input-jeans.png
|
74
|
+
- vendor/assets/images/jquery.uniform/bg-input-retina-jeans.png
|
75
|
+
- vendor/assets/images/jquery.uniform/bg-input.png
|
76
|
+
- vendor/assets/images/jquery.uniform/sprite-agent.png
|
77
|
+
- vendor/assets/images/jquery.uniform/sprite-aristo.png
|
78
|
+
- vendor/assets/images/jquery.uniform/sprite-jeans.png
|
79
|
+
- vendor/assets/images/jquery.uniform/sprite-retina-jeans.png
|
80
|
+
- vendor/assets/images/jquery.uniform/sprite.png
|
81
|
+
- vendor/assets/javascripts/jquery.uniform.js
|
82
|
+
- vendor/assets/javascripts/jquery.uniform.min.js
|
83
|
+
- vendor/assets/stylesheets/jquery.uniform/uniform._base.scss
|
84
|
+
- vendor/assets/stylesheets/jquery.uniform/uniform.agent.scss
|
85
|
+
- vendor/assets/stylesheets/jquery.uniform/uniform.aristo.scss
|
86
|
+
- vendor/assets/stylesheets/jquery.uniform/uniform.default.scss
|
87
|
+
- vendor/assets/stylesheets/jquery.uniform/uniform.jeans.scss
|
88
|
+
homepage: https://github.com/MariuszHenn/jquery_uniform-rails
|
63
89
|
licenses:
|
64
90
|
- MIT
|
65
91
|
metadata: {}
|
data/.gitignore
DELETED
data/.idea/.name
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
jquery_uniform-rails
|
data/.idea/encodings.xml
DELETED
@@ -1,21 +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
|
-
<excludeFolder url="file://$MODULE_DIR$/.bundle" />
|
15
|
-
<excludeFolder url="file://$MODULE_DIR$/vendor/bundle" />
|
16
|
-
</content>
|
17
|
-
<orderEntry type="jdk" jdkName="RVM: ruby-2.1.1" jdkType="RUBY_SDK" />
|
18
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
19
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.5.3, RVM: ruby-2.1.1) [gem]" level="application" />
|
20
|
-
</component>
|
21
|
-
</module>
|
data/.idea/misc.xml
DELETED
@@ -1,56 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="EclipseCodeFormatter">
|
4
|
-
<option name="defaultSettings" value="true" />
|
5
|
-
<option name="id" value="1422406858856" />
|
6
|
-
<option name="name" value="default" />
|
7
|
-
</component>
|
8
|
-
<component name="ProjectInspectionProfilesVisibleTreeState">
|
9
|
-
<entry key="Project Default">
|
10
|
-
<profile-state>
|
11
|
-
<expanded-state>
|
12
|
-
<State>
|
13
|
-
<id />
|
14
|
-
</State>
|
15
|
-
<State>
|
16
|
-
<id>CSS</id>
|
17
|
-
</State>
|
18
|
-
<State>
|
19
|
-
<id>Data flow issuesJavaScript</id>
|
20
|
-
</State>
|
21
|
-
<State>
|
22
|
-
<id>JavaScript</id>
|
23
|
-
</State>
|
24
|
-
<State>
|
25
|
-
<id>Naming ConventionsRuby</id>
|
26
|
-
</State>
|
27
|
-
<State>
|
28
|
-
<id>Naming conventionsJavaScript</id>
|
29
|
-
</State>
|
30
|
-
<State>
|
31
|
-
<id>Probable bugsJavaScript</id>
|
32
|
-
</State>
|
33
|
-
<State>
|
34
|
-
<id>Ruby</id>
|
35
|
-
</State>
|
36
|
-
</expanded-state>
|
37
|
-
<selected-state>
|
38
|
-
<State>
|
39
|
-
<id>BashSupport</id>
|
40
|
-
</State>
|
41
|
-
</selected-state>
|
42
|
-
</profile-state>
|
43
|
-
</entry>
|
44
|
-
</component>
|
45
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
46
|
-
<OptionsSetting value="true" id="Add" />
|
47
|
-
<OptionsSetting value="true" id="Remove" />
|
48
|
-
<OptionsSetting value="true" id="Checkout" />
|
49
|
-
<OptionsSetting value="true" id="Update" />
|
50
|
-
<OptionsSetting value="true" id="Status" />
|
51
|
-
<OptionsSetting value="true" id="Edit" />
|
52
|
-
<ConfirmationsSetting value="0" id="Add" />
|
53
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
54
|
-
</component>
|
55
|
-
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p547" project-jdk-type="RUBY_SDK" />
|
56
|
-
</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/jquery_uniform-rails.iml" filepath="$PROJECT_DIR$/.idea/jquery_uniform-rails.iml" />
|
6
|
-
</modules>
|
7
|
-
</component>
|
8
|
-
</project>
|
data/.idea/workspace.xml
DELETED
@@ -1,430 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="a989327f-892b-496f-8112-a289ceb71798" name="Default" comment="" />
|
5
|
-
<ignored path="jquery_uniform-rails.iws" />
|
6
|
-
<ignored path=".idea/workspace.xml" />
|
7
|
-
<ignored path=".idea/dataSources.local.xml" />
|
8
|
-
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
9
|
-
<option name="TRACKING_ENABLED" value="true" />
|
10
|
-
<option name="SHOW_DIALOG" value="false" />
|
11
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
12
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
13
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
14
|
-
</component>
|
15
|
-
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
16
|
-
<component name="CreatePatchCommitExecutor">
|
17
|
-
<option name="PATCH_PATH" value="" />
|
18
|
-
</component>
|
19
|
-
<component name="FavoritesManager">
|
20
|
-
<favorites_list name="jquery_uniform-rails" />
|
21
|
-
</component>
|
22
|
-
<component name="FileEditorManager">
|
23
|
-
<leaf>
|
24
|
-
<file leaf-file-name="uniform.agent.scss" pinned="false" current-in-tab="false">
|
25
|
-
<entry file="file://$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/uniform.agent.scss">
|
26
|
-
<provider selected="true" editor-type-id="text-editor">
|
27
|
-
<state vertical-scroll-proportion="-4.2363634">
|
28
|
-
<caret line="39" column="0" selection-start-line="39" selection-start-column="0" selection-end-line="39" selection-end-column="0" />
|
29
|
-
<folding />
|
30
|
-
</state>
|
31
|
-
</provider>
|
32
|
-
</entry>
|
33
|
-
</file>
|
34
|
-
<file leaf-file-name="uniform.aristo.scss" pinned="false" current-in-tab="false">
|
35
|
-
<entry file="file://$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/uniform.aristo.scss">
|
36
|
-
<provider selected="true" editor-type-id="text-editor">
|
37
|
-
<state vertical-scroll-proportion="-12.0">
|
38
|
-
<caret line="18" column="79" selection-start-line="18" selection-start-column="79" selection-end-line="18" selection-end-column="79" />
|
39
|
-
<folding />
|
40
|
-
</state>
|
41
|
-
</provider>
|
42
|
-
</entry>
|
43
|
-
</file>
|
44
|
-
<file leaf-file-name="uniform.jeans.scss" pinned="false" current-in-tab="false">
|
45
|
-
<entry file="file://$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/uniform.jeans.scss">
|
46
|
-
<provider selected="true" editor-type-id="text-editor">
|
47
|
-
<state vertical-scroll-proportion="-12.0">
|
48
|
-
<caret line="18" column="78" selection-start-line="18" selection-start-column="78" selection-end-line="18" selection-end-column="78" />
|
49
|
-
<folding />
|
50
|
-
</state>
|
51
|
-
</provider>
|
52
|
-
</entry>
|
53
|
-
</file>
|
54
|
-
<file leaf-file-name="uniform._base.scss" pinned="false" current-in-tab="false">
|
55
|
-
<entry file="file://$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/uniform._base.scss">
|
56
|
-
<provider selected="true" editor-type-id="text-editor">
|
57
|
-
<state vertical-scroll-proportion="-9.333333">
|
58
|
-
<caret line="104" column="9" selection-start-line="104" selection-start-column="9" selection-end-line="104" selection-end-column="9" />
|
59
|
-
<folding />
|
60
|
-
</state>
|
61
|
-
</provider>
|
62
|
-
</entry>
|
63
|
-
</file>
|
64
|
-
<file leaf-file-name="uniform._base.scss" pinned="false" current-in-tab="false">
|
65
|
-
<entry file="file://$PROJECT_DIR$/vendor/bower_components/jquery.uniform/themes/_base/css/uniform._base.scss">
|
66
|
-
<provider selected="true" editor-type-id="text-editor">
|
67
|
-
<state vertical-scroll-proportion="-5.814815">
|
68
|
-
<caret line="74" column="47" selection-start-line="74" selection-start-column="47" selection-end-line="74" selection-end-column="47" />
|
69
|
-
<folding />
|
70
|
-
</state>
|
71
|
-
</provider>
|
72
|
-
</entry>
|
73
|
-
</file>
|
74
|
-
<file leaf-file-name="rails.rb" pinned="false" current-in-tab="true">
|
75
|
-
<entry file="file://$PROJECT_DIR$/lib/jquery_uniform/rails.rb">
|
76
|
-
<provider selected="true" editor-type-id="text-editor">
|
77
|
-
<state vertical-scroll-proportion="0.39759037">
|
78
|
-
<caret line="11" column="0" selection-start-line="11" selection-start-column="0" selection-end-line="11" selection-end-column="0" />
|
79
|
-
<folding />
|
80
|
-
</state>
|
81
|
-
</provider>
|
82
|
-
</entry>
|
83
|
-
</file>
|
84
|
-
</leaf>
|
85
|
-
</component>
|
86
|
-
<component name="IdeDocumentHistory">
|
87
|
-
<option name="CHANGED_PATHS">
|
88
|
-
<list>
|
89
|
-
<option value="$PROJECT_DIR$/jquery_uniform-rails.gemspec" />
|
90
|
-
<option value="$PROJECT_DIR$/lib/jquery_uniform/rails/version.rb" />
|
91
|
-
<option value="$PROJECT_DIR$/Rakefile" />
|
92
|
-
<option value="$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/uniform.agent.css" />
|
93
|
-
<option value="$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/uniform.jeans.scss" />
|
94
|
-
<option value="$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/uniform.aristo.scss" />
|
95
|
-
<option value="$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/uniform.agent.scss" />
|
96
|
-
<option value="$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/uniform._base.scss" />
|
97
|
-
<option value="$PROJECT_DIR$/vendor/bower_components/jquery.uniform/themes/_base/css/uniform._base.scss" />
|
98
|
-
<option value="$PROJECT_DIR$/lib/jquery_uniform/rails.rb" />
|
99
|
-
</list>
|
100
|
-
</option>
|
101
|
-
</component>
|
102
|
-
<component name="JsBuildToolGruntFileManager" detection-done="true" />
|
103
|
-
<component name="JsBuildToolPackageJson" detection-done="true" />
|
104
|
-
<component name="JsGulpfileManager">
|
105
|
-
<detection-done>true</detection-done>
|
106
|
-
</component>
|
107
|
-
<component name="ProjectFrameBounds">
|
108
|
-
<option name="x" value="-1" />
|
109
|
-
<option name="y" value="29" />
|
110
|
-
<option name="width" value="1602" />
|
111
|
-
<option name="height" value="875" />
|
112
|
-
</component>
|
113
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
114
|
-
<OptionsSetting value="true" id="Add" />
|
115
|
-
<OptionsSetting value="true" id="Remove" />
|
116
|
-
<OptionsSetting value="true" id="Checkout" />
|
117
|
-
<OptionsSetting value="true" id="Update" />
|
118
|
-
<OptionsSetting value="true" id="Status" />
|
119
|
-
<OptionsSetting value="true" id="Edit" />
|
120
|
-
<ConfirmationsSetting value="0" id="Add" />
|
121
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
122
|
-
</component>
|
123
|
-
<component name="ProjectView">
|
124
|
-
<navigator currentView="ProjectPane" proportions="" version="1">
|
125
|
-
<flattenPackages />
|
126
|
-
<showMembers />
|
127
|
-
<showModules />
|
128
|
-
<showLibraryContents />
|
129
|
-
<hideEmptyPackages />
|
130
|
-
<abbreviatePackageNames />
|
131
|
-
<autoscrollToSource />
|
132
|
-
<autoscrollFromSource />
|
133
|
-
<sortByType />
|
134
|
-
<manualOrder />
|
135
|
-
<foldersAlwaysOnTop value="true" />
|
136
|
-
</navigator>
|
137
|
-
<panes>
|
138
|
-
<pane id="ProjectPane">
|
139
|
-
<subPane>
|
140
|
-
<PATH>
|
141
|
-
<PATH_ELEMENT>
|
142
|
-
<option name="myItemId" value="jquery_uniform-rails" />
|
143
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
144
|
-
</PATH_ELEMENT>
|
145
|
-
<PATH_ELEMENT>
|
146
|
-
<option name="myItemId" value="External Libraries" />
|
147
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
148
|
-
</PATH_ELEMENT>
|
149
|
-
</PATH>
|
150
|
-
<PATH>
|
151
|
-
<PATH_ELEMENT>
|
152
|
-
<option name="myItemId" value="jquery_uniform-rails" />
|
153
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
154
|
-
</PATH_ELEMENT>
|
155
|
-
</PATH>
|
156
|
-
</subPane>
|
157
|
-
</pane>
|
158
|
-
<pane id="Scratches" />
|
159
|
-
<pane id="Scope" />
|
160
|
-
</panes>
|
161
|
-
</component>
|
162
|
-
<component name="PropertiesComponent">
|
163
|
-
<property name="settings.editor.selected.configurable" value="configurable.group.appearance" />
|
164
|
-
<property name="js.eslint.nodeInterpreter" value="/usr/bin/node" />
|
165
|
-
<property name="js.eslint.eslintPackage" value="" />
|
166
|
-
<property name="settings.editor.splitter.proportion" value="0.2" />
|
167
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
168
|
-
<property name="js-jscs-nodeInterpreter" value="/usr/bin/node" />
|
169
|
-
</component>
|
170
|
-
<component name="RecentsManager">
|
171
|
-
<key name="MoveFile.RECENT_KEYS">
|
172
|
-
<recent name="$PROJECT_DIR$/vendor/assets/images/jquery.uniform" />
|
173
|
-
<recent name="$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform" />
|
174
|
-
<recent name="$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/agent" />
|
175
|
-
<recent name="$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/_base" />
|
176
|
-
<recent name="$PROJECT_DIR$/vendor/assets/images/jquery.uniform/jeans" />
|
177
|
-
</key>
|
178
|
-
</component>
|
179
|
-
<component name="RunManager">
|
180
|
-
<configuration default="true" type="BashConfigurationType" factoryName="Bash">
|
181
|
-
<option name="INTERPRETER_OPTIONS" value="" />
|
182
|
-
<option name="INTERPRETER_PATH" value="/bin/bash" />
|
183
|
-
<option name="WORKING_DIRECTORY" value="" />
|
184
|
-
<option name="PARENT_ENVS" value="true" />
|
185
|
-
<option name="SCRIPT_NAME" value="" />
|
186
|
-
<option name="PARAMETERS" value="" />
|
187
|
-
<module name="" />
|
188
|
-
<envs />
|
189
|
-
<method />
|
190
|
-
</configuration>
|
191
|
-
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
192
|
-
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
193
|
-
<module name="" />
|
194
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
195
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
196
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
197
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
198
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
199
|
-
<envs />
|
200
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
201
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
202
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
203
|
-
<COVERAGE_PATTERN ENABLED="true">
|
204
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
205
|
-
</COVERAGE_PATTERN>
|
206
|
-
</EXTENSION>
|
207
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
208
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
209
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
210
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
211
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
212
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
213
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
214
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
215
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
216
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
217
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
218
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
219
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
220
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
221
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
222
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
223
|
-
<method />
|
224
|
-
</configuration>
|
225
|
-
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
226
|
-
<method />
|
227
|
-
</configuration>
|
228
|
-
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
229
|
-
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
230
|
-
<module name="" />
|
231
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
232
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
233
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
234
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
235
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
236
|
-
<envs />
|
237
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
238
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
239
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
240
|
-
<COVERAGE_PATTERN ENABLED="true">
|
241
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
242
|
-
</COVERAGE_PATTERN>
|
243
|
-
</EXTENSION>
|
244
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
245
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
246
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
247
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
248
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
249
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
250
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
251
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
252
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
253
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
254
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
255
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
256
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
257
|
-
<method />
|
258
|
-
</configuration>
|
259
|
-
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
260
|
-
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
261
|
-
<module name="" />
|
262
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
263
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
264
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
265
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
266
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
267
|
-
<envs />
|
268
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
269
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
270
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
271
|
-
<COVERAGE_PATTERN ENABLED="true">
|
272
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
273
|
-
</COVERAGE_PATTERN>
|
274
|
-
</EXTENSION>
|
275
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
276
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
277
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
278
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
279
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
280
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
281
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
282
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
283
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
284
|
-
<method />
|
285
|
-
</configuration>
|
286
|
-
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
287
|
-
<method />
|
288
|
-
</configuration>
|
289
|
-
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
290
|
-
<command value="run-script" />
|
291
|
-
<scripts />
|
292
|
-
<envs />
|
293
|
-
<method />
|
294
|
-
</configuration>
|
295
|
-
</component>
|
296
|
-
<component name="ShelveChangesManager" show_recycled="false" />
|
297
|
-
<component name="SvnConfiguration">
|
298
|
-
<configuration>$USER_HOME$/.subversion</configuration>
|
299
|
-
</component>
|
300
|
-
<component name="TaskManager">
|
301
|
-
<task active="true" id="Default" summary="Default task">
|
302
|
-
<changelist id="a989327f-892b-496f-8112-a289ceb71798" name="Default" comment="" />
|
303
|
-
<created>1452775081505</created>
|
304
|
-
<option name="number" value="Default" />
|
305
|
-
<updated>1452775081505</updated>
|
306
|
-
</task>
|
307
|
-
<servers />
|
308
|
-
</component>
|
309
|
-
<component name="ToolWindowManager">
|
310
|
-
<frame x="-1" y="29" width="1602" height="875" extended-state="6" />
|
311
|
-
<editor active="false" />
|
312
|
-
<layout>
|
313
|
-
<window_info id="GitLabIntegration" 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" />
|
314
|
-
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32950193" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
315
|
-
<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" />
|
316
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32950193" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
317
|
-
<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="-1" side_tool="false" content_ui="tabs" />
|
318
|
-
<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" />
|
319
|
-
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25288832" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
320
|
-
<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" />
|
321
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3299363" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
322
|
-
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
|
323
|
-
<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="-1" side_tool="true" content_ui="tabs" />
|
324
|
-
<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="-1" side_tool="false" content_ui="tabs" />
|
325
|
-
<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" />
|
326
|
-
<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" />
|
327
|
-
<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" />
|
328
|
-
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
329
|
-
<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" />
|
330
|
-
<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" />
|
331
|
-
</layout>
|
332
|
-
</component>
|
333
|
-
<component name="VcsContentAnnotationSettings">
|
334
|
-
<option name="myLimit" value="2678400000" />
|
335
|
-
</component>
|
336
|
-
<component name="XDebuggerManager">
|
337
|
-
<breakpoint-manager />
|
338
|
-
<watches-manager />
|
339
|
-
</component>
|
340
|
-
<component name="editorHistoryManager">
|
341
|
-
<entry file="file://$PROJECT_DIR$/lib/jquery_uniform/rails/version.rb">
|
342
|
-
<provider selected="true" editor-type-id="text-editor">
|
343
|
-
<state vertical-scroll-proportion="0.0">
|
344
|
-
<caret line="2" column="16" selection-start-line="2" selection-start-column="16" selection-end-line="2" selection-end-column="16" />
|
345
|
-
<folding />
|
346
|
-
</state>
|
347
|
-
</provider>
|
348
|
-
</entry>
|
349
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
350
|
-
<provider selected="true" editor-type-id="text-editor">
|
351
|
-
<state vertical-scroll-proportion="0.0">
|
352
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
353
|
-
<folding />
|
354
|
-
</state>
|
355
|
-
</provider>
|
356
|
-
</entry>
|
357
|
-
<entry file="file://$PROJECT_DIR$/jquery_uniform-rails.gemspec">
|
358
|
-
<provider selected="true" editor-type-id="text-editor">
|
359
|
-
<state vertical-scroll-proportion="0.0">
|
360
|
-
<caret line="20" column="46" selection-start-line="20" selection-start-column="46" selection-end-line="20" selection-end-column="46" />
|
361
|
-
<folding />
|
362
|
-
</state>
|
363
|
-
</provider>
|
364
|
-
</entry>
|
365
|
-
<entry file="file://$PROJECT_DIR$/LICENSE.txt">
|
366
|
-
<provider selected="true" editor-type-id="text-editor">
|
367
|
-
<state vertical-scroll-proportion="0.0">
|
368
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
369
|
-
<folding />
|
370
|
-
</state>
|
371
|
-
</provider>
|
372
|
-
</entry>
|
373
|
-
<entry file="file://$PROJECT_DIR$/Rakefile">
|
374
|
-
<provider selected="true" editor-type-id="text-editor">
|
375
|
-
<state vertical-scroll-proportion="0.0">
|
376
|
-
<caret line="0" column="10" selection-start-line="0" selection-start-column="10" selection-end-line="0" selection-end-column="10" />
|
377
|
-
<folding />
|
378
|
-
</state>
|
379
|
-
</provider>
|
380
|
-
</entry>
|
381
|
-
<entry file="file://$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/uniform.jeans.scss">
|
382
|
-
<provider selected="true" editor-type-id="text-editor">
|
383
|
-
<state vertical-scroll-proportion="-12.0">
|
384
|
-
<caret line="18" column="78" selection-start-line="18" selection-start-column="78" selection-end-line="18" selection-end-column="78" />
|
385
|
-
<folding />
|
386
|
-
</state>
|
387
|
-
</provider>
|
388
|
-
</entry>
|
389
|
-
<entry file="file://$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/uniform.aristo.scss">
|
390
|
-
<provider selected="true" editor-type-id="text-editor">
|
391
|
-
<state vertical-scroll-proportion="-12.0">
|
392
|
-
<caret line="18" column="79" selection-start-line="18" selection-start-column="79" selection-end-line="18" selection-end-column="79" />
|
393
|
-
<folding />
|
394
|
-
</state>
|
395
|
-
</provider>
|
396
|
-
</entry>
|
397
|
-
<entry file="file://$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/uniform.agent.scss">
|
398
|
-
<provider selected="true" editor-type-id="text-editor">
|
399
|
-
<state vertical-scroll-proportion="-4.2363634">
|
400
|
-
<caret line="39" column="0" selection-start-line="39" selection-start-column="0" selection-end-line="39" selection-end-column="0" />
|
401
|
-
<folding />
|
402
|
-
</state>
|
403
|
-
</provider>
|
404
|
-
</entry>
|
405
|
-
<entry file="file://$PROJECT_DIR$/vendor/assets/stylesheets/jquery.uniform/uniform._base.scss">
|
406
|
-
<provider selected="true" editor-type-id="text-editor">
|
407
|
-
<state vertical-scroll-proportion="-9.333333">
|
408
|
-
<caret line="104" column="9" selection-start-line="104" selection-start-column="9" selection-end-line="104" selection-end-column="9" />
|
409
|
-
<folding />
|
410
|
-
</state>
|
411
|
-
</provider>
|
412
|
-
</entry>
|
413
|
-
<entry file="file://$PROJECT_DIR$/vendor/bower_components/jquery.uniform/themes/_base/css/uniform._base.scss">
|
414
|
-
<provider selected="true" editor-type-id="text-editor">
|
415
|
-
<state vertical-scroll-proportion="-5.814815">
|
416
|
-
<caret line="74" column="47" selection-start-line="74" selection-start-column="47" selection-end-line="74" selection-end-column="47" />
|
417
|
-
<folding />
|
418
|
-
</state>
|
419
|
-
</provider>
|
420
|
-
</entry>
|
421
|
-
<entry file="file://$PROJECT_DIR$/lib/jquery_uniform/rails.rb">
|
422
|
-
<provider selected="true" editor-type-id="text-editor">
|
423
|
-
<state vertical-scroll-proportion="0.39759037">
|
424
|
-
<caret line="11" column="0" selection-start-line="11" selection-start-column="0" selection-end-line="11" selection-end-column="0" />
|
425
|
-
<folding />
|
426
|
-
</state>
|
427
|
-
</provider>
|
428
|
-
</entry>
|
429
|
-
</component>
|
430
|
-
</project>
|