jquery-scroll-to 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d6d47dbb772f49731677b42b3642c4056213505e
4
+ data.tar.gz: db2daddec649c62be1d959e8905695fd36fca3e8
5
+ SHA512:
6
+ metadata.gz: 3b60bd7548ffac42804c27a1a522918c023841a622ea560657ebfd6af003be59c9e7849ba98b161a8654d047b66f1be6b724cf002d7b5fca8dd58c0d87e3f385
7
+ data.tar.gz: c5b7e9775960e96a01b52a2a2c7bb31ec7dc5d5955c8b68b52fa9adaef0d57f2a98bf596a89a5d7357dc1dd9d9c551e078f747ec1f68416e2376f2951e590955
@@ -0,0 +1,14 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ *.bundle
11
+ *.so
12
+ *.o
13
+ *.a
14
+ mkmf.log
@@ -0,0 +1 @@
1
+ jquery-scroll-to
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
4
+ </project>
@@ -0,0 +1,35 @@
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="$MODULE_DIR$/test" />
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
+ <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
15
+ </content>
16
+ <orderEntry type="jdk" jdkName="RVM: ruby-2.1.2 [rents]" jdkType="RUBY_SDK" />
17
+ <orderEntry type="sourceFolder" forTests="false" />
18
+ <orderEntry type="library" scope="PROVIDED" name="actionpack (v4.1.8, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
19
+ <orderEntry type="library" scope="PROVIDED" name="actionview (v4.1.8, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
20
+ <orderEntry type="library" scope="PROVIDED" name="activesupport (v4.1.8, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
21
+ <orderEntry type="library" scope="PROVIDED" name="builder (v3.2.2, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
22
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.7.12, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
23
+ <orderEntry type="library" scope="PROVIDED" name="erubis (v2.7.0, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
24
+ <orderEntry type="library" scope="PROVIDED" name="i18n (v0.7.0, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
25
+ <orderEntry type="library" scope="PROVIDED" name="json (v1.8.2, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
26
+ <orderEntry type="library" scope="PROVIDED" name="minitest (v5.5.1, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
27
+ <orderEntry type="library" scope="PROVIDED" name="rack (v1.5.2, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
28
+ <orderEntry type="library" scope="PROVIDED" name="rack-test (v0.6.3, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
29
+ <orderEntry type="library" scope="PROVIDED" name="railties (v4.1.8, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
30
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
31
+ <orderEntry type="library" scope="PROVIDED" name="thor (v0.19.1, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
32
+ <orderEntry type="library" scope="PROVIDED" name="thread_safe (v0.3.4, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
33
+ <orderEntry type="library" scope="PROVIDED" name="tzinfo (v1.2.2, RVM: ruby-2.1.2 [rents]) [gem]" level="application" />
34
+ </component>
35
+ </module>
@@ -0,0 +1,27 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="DaemonCodeAnalyzer">
4
+ <disable_hints />
5
+ </component>
6
+ <component name="DependencyValidationManager">
7
+ <option name="SKIP_IMPORT_STATEMENTS" value="false" />
8
+ </component>
9
+ <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
10
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
11
+ <OptionsSetting value="true" id="Add" />
12
+ <OptionsSetting value="true" id="Remove" />
13
+ <OptionsSetting value="true" id="Checkout" />
14
+ <OptionsSetting value="true" id="Update" />
15
+ <OptionsSetting value="true" id="Status" />
16
+ <OptionsSetting value="true" id="Edit" />
17
+ <ConfirmationsSetting value="0" id="Add" />
18
+ <ConfirmationsSetting value="0" id="Remove" />
19
+ </component>
20
+ <component name="ProjectModuleManager">
21
+ <modules />
22
+ </component>
23
+ <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.1.2" project-jdk-type="RUBY_SDK" />
24
+ <component name="RunManager">
25
+ <list size="0" />
26
+ </component>
27
+ </project>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/jquery-scroll-to.iml" filepath="$PROJECT_DIR$/.idea/jquery-scroll-to.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,5 @@
1
+ <component name="DependencyValidationManager">
2
+ <state>
3
+ <option name="SKIP_IMPORT_STATEMENTS" value="false" />
4
+ </state>
5
+ </component>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,439 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="683c9e65-5d3c-462d-b330-219c1634ab23" name="Default" comment="">
5
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/.name" />
6
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Gemfile" />
7
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/LICENSE.txt" />
8
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Rakefile" />
9
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/encodings.xml" />
10
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/jquery-scroll-to/engine.rb" />
11
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/jquery-scroll-to.gemspec" />
12
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/jquery-scroll-to.iml" />
13
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
14
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/modules.xml" />
15
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/jquery-scroll-to/rails.rb" />
16
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/scopes/scope_settings.xml" />
17
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/scroll-to.rb" />
18
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/vendor/assets/javascripts/scrollTo.min.js" />
19
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/vcs.xml" />
20
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/jquery-scroll-to/version.rb" />
21
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
22
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.gitignore" afterPath="$PROJECT_DIR$/.gitignore" />
23
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/README.md" afterPath="$PROJECT_DIR$/README.md" />
24
+ </list>
25
+ <ignored path="jquery-scroll-to.iws" />
26
+ <ignored path=".idea/workspace.xml" />
27
+ <ignored path=".idea/dataSources.local.xml" />
28
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
29
+ <option name="TRACKING_ENABLED" value="true" />
30
+ <option name="SHOW_DIALOG" value="false" />
31
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
32
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
33
+ <option name="LAST_RESOLUTION" value="IGNORE" />
34
+ </component>
35
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
36
+ <component name="CreatePatchCommitExecutor">
37
+ <option name="PATCH_PATH" value="" />
38
+ </component>
39
+ <component name="DaemonCodeAnalyzer">
40
+ <disable_hints />
41
+ </component>
42
+ <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
43
+ <component name="FavoritesManager">
44
+ <favorites_list name="jquery-scroll-to" />
45
+ </component>
46
+ <component name="FileEditorManager">
47
+ <leaf>
48
+ <file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
49
+ <entry file="file://$PROJECT_DIR$/Gemfile">
50
+ <provider selected="true" editor-type-id="text-editor">
51
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="180">
52
+ <caret line="1" column="20" selection-start-line="1" selection-start-column="20" selection-end-line="1" selection-end-column="20" />
53
+ <folding />
54
+ </state>
55
+ </provider>
56
+ </entry>
57
+ </file>
58
+ <file leaf-file-name="jquery-scroll-to.gemspec" pinned="false" current-in-tab="true">
59
+ <entry file="file://$PROJECT_DIR$/jquery-scroll-to.gemspec">
60
+ <provider selected="true" editor-type-id="text-editor">
61
+ <state vertical-scroll-proportion="0.19565217" vertical-offset="0" max-vertical-offset="465">
62
+ <caret line="6" column="40" selection-start-line="6" selection-start-column="24" selection-end-line="6" selection-end-column="40" />
63
+ <folding />
64
+ </state>
65
+ </provider>
66
+ </entry>
67
+ </file>
68
+ <file leaf-file-name="scroll-to.rb" pinned="false" current-in-tab="false">
69
+ <entry file="file://$PROJECT_DIR$/lib/scroll-to.rb">
70
+ <provider selected="true" editor-type-id="text-editor">
71
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="90">
72
+ <caret line="0" column="31" selection-start-line="0" selection-start-column="31" selection-end-line="0" selection-end-column="31" />
73
+ <folding />
74
+ </state>
75
+ </provider>
76
+ </entry>
77
+ </file>
78
+ <file leaf-file-name="Rakefile" pinned="false" current-in-tab="false">
79
+ <entry file="file://$PROJECT_DIR$/Rakefile">
80
+ <provider selected="true" editor-type-id="text-editor">
81
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="120">
82
+ <caret line="2" column="0" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="0" />
83
+ <folding />
84
+ </state>
85
+ </provider>
86
+ </entry>
87
+ </file>
88
+ <file leaf-file-name="scrollTo.min.js" pinned="false" current-in-tab="false">
89
+ <entry file="file://$PROJECT_DIR$/vendor/assets/javascripts/scrollTo.min.js">
90
+ <provider selected="true" editor-type-id="text-editor">
91
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="105">
92
+ <caret line="1" column="80" selection-start-line="1" selection-start-column="80" selection-end-line="1" selection-end-column="80" />
93
+ <folding />
94
+ </state>
95
+ </provider>
96
+ </entry>
97
+ </file>
98
+ <file leaf-file-name="rails.rb" pinned="false" current-in-tab="false">
99
+ <entry file="file://$PROJECT_DIR$/lib/jquery-scroll-to/rails.rb">
100
+ <provider selected="true" editor-type-id="text-editor">
101
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="105">
102
+ <caret line="1" column="26" selection-start-line="1" selection-start-column="26" selection-end-line="1" selection-end-column="26" />
103
+ <folding />
104
+ </state>
105
+ </provider>
106
+ </entry>
107
+ </file>
108
+ <file leaf-file-name="engine.rb" pinned="false" current-in-tab="false">
109
+ <entry file="file://$PROJECT_DIR$/lib/jquery-scroll-to/engine.rb">
110
+ <provider selected="true" editor-type-id="text-editor">
111
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="165">
112
+ <caret line="0" column="19" selection-start-line="0" selection-start-column="19" selection-end-line="0" selection-end-column="19" />
113
+ <folding />
114
+ </state>
115
+ </provider>
116
+ </entry>
117
+ </file>
118
+ <file leaf-file-name="version.rb" pinned="false" current-in-tab="false">
119
+ <entry file="file://$PROJECT_DIR$/lib/jquery-scroll-to/version.rb">
120
+ <provider selected="true" editor-type-id="text-editor">
121
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="165">
122
+ <caret line="1" column="11" selection-start-line="1" selection-start-column="11" selection-end-line="4" selection-end-column="40" />
123
+ <folding />
124
+ </state>
125
+ </provider>
126
+ </entry>
127
+ </file>
128
+ </leaf>
129
+ </component>
130
+ <component name="Git.Settings">
131
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
132
+ </component>
133
+ <component name="IdeDocumentHistory">
134
+ <option name="CHANGED_PATHS">
135
+ <list>
136
+ <option value="$PROJECT_DIR$/Gemfile" />
137
+ <option value="$PROJECT_DIR$/lib/jquery-scrollto.rb" />
138
+ <option value="$PROJECT_DIR$/lib/jquery-scrollto/rails/engine.rb" />
139
+ <option value="$PROJECT_DIR$/lib/jquery-scrollto/rails.rb" />
140
+ <option value="$PROJECT_DIR$/lib/jquery-scrollto/rails/version.rb" />
141
+ <option value="$PROJECT_DIR$/lib/jquery-scroll-to/rails/engine.rb" />
142
+ <option value="$PROJECT_DIR$/lib/jquery-scroll-to.rb" />
143
+ <option value="$PROJECT_DIR$/vendor/assets/javascripts/scrollTo.min.js" />
144
+ <option value="$PROJECT_DIR$/lib/jquery-scroll-to/version.rb" />
145
+ <option value="$PROJECT_DIR$/lib/jquery-scroll-to/rails.rb" />
146
+ <option value="$PROJECT_DIR$/jquery-scroll-to.gemspec" />
147
+ </list>
148
+ </option>
149
+ </component>
150
+ <component name="JsGulpfileManager">
151
+ <detection-done>true</detection-done>
152
+ </component>
153
+ <component name="ProjectFrameBounds">
154
+ <option name="width" value="1280" />
155
+ <option name="height" value="800" />
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
+ </navigator>
179
+ <panes>
180
+ <pane id="ProjectPane">
181
+ <subPane>
182
+ <PATH>
183
+ <PATH_ELEMENT>
184
+ <option name="myItemId" value="jquery-scroll-to" />
185
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
186
+ </PATH_ELEMENT>
187
+ </PATH>
188
+ <PATH>
189
+ <PATH_ELEMENT>
190
+ <option name="myItemId" value="jquery-scroll-to" />
191
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
192
+ </PATH_ELEMENT>
193
+ <PATH_ELEMENT>
194
+ <option name="myItemId" value="jquery-scroll-to" />
195
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
196
+ </PATH_ELEMENT>
197
+ </PATH>
198
+ <PATH>
199
+ <PATH_ELEMENT>
200
+ <option name="myItemId" value="jquery-scroll-to" />
201
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
202
+ </PATH_ELEMENT>
203
+ <PATH_ELEMENT>
204
+ <option name="myItemId" value="jquery-scroll-to" />
205
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
206
+ </PATH_ELEMENT>
207
+ <PATH_ELEMENT>
208
+ <option name="myItemId" value="vendor" />
209
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
210
+ </PATH_ELEMENT>
211
+ <PATH_ELEMENT>
212
+ <option name="myItemId" value="assets" />
213
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
214
+ </PATH_ELEMENT>
215
+ <PATH_ELEMENT>
216
+ <option name="myItemId" value="javascripts" />
217
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
218
+ </PATH_ELEMENT>
219
+ </PATH>
220
+ <PATH>
221
+ <PATH_ELEMENT>
222
+ <option name="myItemId" value="jquery-scroll-to" />
223
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
224
+ </PATH_ELEMENT>
225
+ <PATH_ELEMENT>
226
+ <option name="myItemId" value="jquery-scroll-to" />
227
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
228
+ </PATH_ELEMENT>
229
+ <PATH_ELEMENT>
230
+ <option name="myItemId" value="lib" />
231
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
232
+ </PATH_ELEMENT>
233
+ </PATH>
234
+ </subPane>
235
+ </pane>
236
+ <pane id="Scope" />
237
+ </panes>
238
+ </component>
239
+ <component name="PropertiesComponent">
240
+ <property name="WebServerToolWindowFactoryState" value="false" />
241
+ <property name="FullScreen" value="true" />
242
+ <property name="last_opened_file_path" value="$PROJECT_DIR$/../rents-ruby" />
243
+ </component>
244
+ <component name="RecentsManager">
245
+ <key name="MoveFile.RECENT_KEYS">
246
+ <recent name="$PROJECT_DIR$/lib/jquery-scroll-to" />
247
+ </key>
248
+ </component>
249
+ <component name="RunManager">
250
+ <configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
251
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
252
+ <module name="" />
253
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
254
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
255
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
256
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
257
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
258
+ <envs />
259
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
260
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
261
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
262
+ <COVERAGE_PATTERN ENABLED="true">
263
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
264
+ </COVERAGE_PATTERN>
265
+ </EXTENSION>
266
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
267
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
268
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
269
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
270
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
271
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
272
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
273
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
274
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
275
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
276
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
277
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
278
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
279
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
280
+ <method />
281
+ </configuration>
282
+ <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
283
+ <method />
284
+ </configuration>
285
+ <configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
286
+ <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
287
+ <module name="" />
288
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
289
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
290
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
291
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
292
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
293
+ <envs />
294
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
295
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
296
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
297
+ <COVERAGE_PATTERN ENABLED="true">
298
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
299
+ </COVERAGE_PATTERN>
300
+ </EXTENSION>
301
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
302
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
303
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
304
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
305
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
306
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
307
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
308
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
309
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
310
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
311
+ <method />
312
+ </configuration>
313
+ <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
314
+ <method />
315
+ </configuration>
316
+ <list size="0" />
317
+ </component>
318
+ <component name="ShelveChangesManager" show_recycled="false" />
319
+ <component name="TaskManager">
320
+ <task active="true" id="Default" summary="Default task">
321
+ <changelist id="683c9e65-5d3c-462d-b330-219c1634ab23" name="Default" comment="" />
322
+ <created>1425577149777</created>
323
+ <option name="number" value="Default" />
324
+ <updated>1425577149777</updated>
325
+ </task>
326
+ <servers />
327
+ </component>
328
+ <component name="ToolWindowManager">
329
+ <frame x="0" y="0" width="1280" height="800" extended-state="0" />
330
+ <editor active="false" />
331
+ <layout>
332
+ <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="-1" side_tool="false" content_ui="tabs" />
333
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3287483" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
334
+ <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" />
335
+ <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="-1" side_tool="false" content_ui="tabs" />
336
+ <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" />
337
+ <window_info id="Application Servers" 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" />
338
+ <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24959612" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
339
+ <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" />
340
+ <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="-1" side_tool="true" content_ui="tabs" />
341
+ <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="-1" side_tool="true" content_ui="tabs" />
342
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33012378" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
343
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3287483" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
344
+ <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" />
345
+ <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" />
346
+ <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" />
347
+ <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" />
348
+ <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" />
349
+ <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" />
350
+ <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" />
351
+ </layout>
352
+ </component>
353
+ <component name="Vcs.Log.UiProperties">
354
+ <option name="RECENTLY_FILTERED_USER_GROUPS">
355
+ <collection />
356
+ </option>
357
+ <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
358
+ <collection />
359
+ </option>
360
+ </component>
361
+ <component name="VcsContentAnnotationSettings">
362
+ <option name="myLimit" value="2678400000" />
363
+ </component>
364
+ <component name="VcsManagerConfiguration">
365
+ <option name="myTodoPanelSettings">
366
+ <TodoPanelSettings />
367
+ </option>
368
+ </component>
369
+ <component name="XDebuggerManager">
370
+ <breakpoint-manager />
371
+ <watches-manager />
372
+ </component>
373
+ <component name="editorHistoryManager">
374
+ <entry file="file://$PROJECT_DIR$/lib/jquery-scroll-to/engine.rb">
375
+ <provider selected="true" editor-type-id="text-editor">
376
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="459">
377
+ <caret line="0" column="19" selection-start-line="0" selection-start-column="19" selection-end-line="0" selection-end-column="19" />
378
+ <folding />
379
+ </state>
380
+ </provider>
381
+ </entry>
382
+ <entry file="file://$PROJECT_DIR$/vendor/assets/javascripts/scrollTo.min.js">
383
+ <provider selected="true" editor-type-id="text-editor">
384
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="105">
385
+ <caret line="1" column="80" selection-start-line="1" selection-start-column="80" selection-end-line="1" selection-end-column="80" />
386
+ <folding />
387
+ </state>
388
+ </provider>
389
+ </entry>
390
+ <entry file="file://$PROJECT_DIR$/lib/jquery-scroll-to/version.rb">
391
+ <provider selected="true" editor-type-id="text-editor">
392
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="165">
393
+ <caret line="1" column="11" selection-start-line="1" selection-start-column="11" selection-end-line="4" selection-end-column="40" />
394
+ <folding />
395
+ </state>
396
+ </provider>
397
+ </entry>
398
+ <entry file="file://$PROJECT_DIR$/lib/jquery-scroll-to/rails.rb">
399
+ <provider selected="true" editor-type-id="text-editor">
400
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="105">
401
+ <caret line="1" column="26" selection-start-line="1" selection-start-column="26" selection-end-line="1" selection-end-column="26" />
402
+ <folding />
403
+ </state>
404
+ </provider>
405
+ </entry>
406
+ <entry file="file://$PROJECT_DIR$/lib/scroll-to.rb">
407
+ <provider selected="true" editor-type-id="text-editor">
408
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="90">
409
+ <caret line="0" column="31" selection-start-line="0" selection-start-column="31" selection-end-line="0" selection-end-column="31" />
410
+ <folding />
411
+ </state>
412
+ </provider>
413
+ </entry>
414
+ <entry file="file://$PROJECT_DIR$/Rakefile">
415
+ <provider selected="true" editor-type-id="text-editor">
416
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="120">
417
+ <caret line="2" column="0" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="0" />
418
+ <folding />
419
+ </state>
420
+ </provider>
421
+ </entry>
422
+ <entry file="file://$PROJECT_DIR$/Gemfile">
423
+ <provider selected="true" editor-type-id="text-editor">
424
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="180">
425
+ <caret line="1" column="20" selection-start-line="1" selection-start-column="20" selection-end-line="1" selection-end-column="20" />
426
+ <folding />
427
+ </state>
428
+ </provider>
429
+ </entry>
430
+ <entry file="file://$PROJECT_DIR$/jquery-scroll-to.gemspec">
431
+ <provider selected="true" editor-type-id="text-editor">
432
+ <state vertical-scroll-proportion="0.19565217" vertical-offset="0" max-vertical-offset="465">
433
+ <caret line="6" column="40" selection-start-line="6" selection-start-column="24" selection-end-line="6" selection-end-column="40" />
434
+ <folding />
435
+ </state>
436
+ </provider>
437
+ </entry>
438
+ </component>
439
+ </project>
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ ruby '2.1.2'
2
+ #ruby=2.1.2@jqscroll
3
+ source 'https://rubygems.org'
4
+
5
+ # Specify your gem's dependencies in jquery-scroll-to.gemspec
6
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 Ton Frameworks
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2015 Ilton Garcia dos Santos Silveira
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,31 @@
1
+ # Jquery::Scroll::To
2
+
3
+ TODO: Write a gem description
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'jquery-scroll-to'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install jquery-scroll-to
20
+
21
+ ## Usage
22
+
23
+ TODO: Write usage instructions here
24
+
25
+ ## Contributing
26
+
27
+ 1. Fork it ( https://github.com/[my-github-username]/jquery-scroll-to/fork )
28
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
29
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
30
+ 4. Push to the branch (`git push origin my-new-feature`)
31
+ 5. Create a new Pull Request
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+
@@ -0,0 +1,25 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'jquery-scroll-to/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "jquery-scroll-to"
8
+ spec.version = JqueryScrollTo::VERSION
9
+ spec.authors = ["Ilton Garcia dos Santos Silveira"]
10
+ spec.email = ["ilton_unb@hotmail.com"]
11
+ spec.summary = 'Simple GEM to use Scroll-To jQuery PlugIn'
12
+ spec.description = 'For more infos & how to use the jQuery ScrollTo PlugIn visit: http://jquery-plugins.net/scroll-to-simple-way-to-animate-to-anchors'
13
+ spec.homepage = "https://rubygems.org/profiles/TonGarcia"
14
+ spec.license = "MIT"
15
+
16
+ spec.files = `git ls-files -z`.split("\x0")
17
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
+ spec.require_paths = ["lib"]
20
+
21
+ spec.add_development_dependency "bundler", "~> 1.7"
22
+ spec.add_development_dependency "rake", "~> 10.0"
23
+
24
+ spec.add_dependency "railties", "> 3.1", "< 5.0"
25
+ end
@@ -0,0 +1,6 @@
1
+ module JqueryScrollTo
2
+ module Rails
3
+ class Engine < ::Rails::Engine
4
+ end
5
+ end
6
+ end
@@ -0,0 +1,2 @@
1
+ require 'jquery-scroll-to/engine'
2
+ require 'jquery-scroll-to/version'
@@ -0,0 +1,6 @@
1
+ module JqueryScrollTo
2
+ MAJOR = 0
3
+ MINOR = 0
4
+ PATCH = 1
5
+ VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
6
+ end
@@ -0,0 +1 @@
1
+ require "jquery-scroll-to/rails"
@@ -0,0 +1,2 @@
1
+ (function(a){a.fn.scrollTo=function(b){var c={offset:0,speed:"slow",override:null,easing:null};b&&(b.override&&(b.override=-1!=override("#")?b.override:"#"+b.override),a.extend(c,b));return this.each(function(b,e){a(e).click(function(b){var d;null!==a(e).attr("href").match(/#/)&&(b.preventDefault(),d=c.override?c.override:a(e).attr("href"),history.pushState?(history.pushState(null,null,d),a("html,body").stop().animate({scrollTop:a(d).offset().top+c.offset},c.speed,c.easing)):a("html,body").stop().animate({scrollTop:a(d).offset().top+
2
+ c.offset},c.speed,c.easing,function(a){window.location.hash=d}))})})}})(jQuery);
metadata ADDED
@@ -0,0 +1,112 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jquery-scroll-to
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ilton Garcia dos Santos Silveira
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-03-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.7'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.7'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.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: '3.1'
48
+ - - "<"
49
+ - !ruby/object:Gem::Version
50
+ version: '5.0'
51
+ type: :runtime
52
+ prerelease: false
53
+ version_requirements: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">"
56
+ - !ruby/object:Gem::Version
57
+ version: '3.1'
58
+ - - "<"
59
+ - !ruby/object:Gem::Version
60
+ version: '5.0'
61
+ description: 'For more infos & how to use the jQuery ScrollTo PlugIn visit: http://jquery-plugins.net/scroll-to-simple-way-to-animate-to-anchors'
62
+ email:
63
+ - ilton_unb@hotmail.com
64
+ executables: []
65
+ extensions: []
66
+ extra_rdoc_files: []
67
+ files:
68
+ - ".gitignore"
69
+ - ".idea/.name"
70
+ - ".idea/encodings.xml"
71
+ - ".idea/jquery-scroll-to.iml"
72
+ - ".idea/misc.xml"
73
+ - ".idea/modules.xml"
74
+ - ".idea/scopes/scope_settings.xml"
75
+ - ".idea/vcs.xml"
76
+ - ".idea/workspace.xml"
77
+ - Gemfile
78
+ - LICENSE
79
+ - LICENSE.txt
80
+ - README.md
81
+ - Rakefile
82
+ - jquery-scroll-to.gemspec
83
+ - lib/jquery-scroll-to/engine.rb
84
+ - lib/jquery-scroll-to/rails.rb
85
+ - lib/jquery-scroll-to/version.rb
86
+ - lib/scroll-to.rb
87
+ - vendor/assets/javascripts/scrollTo.min.js
88
+ homepage: https://rubygems.org/profiles/TonGarcia
89
+ licenses:
90
+ - MIT
91
+ metadata: {}
92
+ post_install_message:
93
+ rdoc_options: []
94
+ require_paths:
95
+ - lib
96
+ required_ruby_version: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: '0'
101
+ required_rubygems_version: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ version: '0'
106
+ requirements: []
107
+ rubyforge_project:
108
+ rubygems_version: 2.4.5
109
+ signing_key:
110
+ specification_version: 4
111
+ summary: Simple GEM to use Scroll-To jQuery PlugIn
112
+ test_files: []