jquery-scroll-to 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.idea/workspace.xml +1 -1
- data/{vendor → app}/assets/javascripts/scrollTo.min.js +0 -0
- data/lib/jquery-scroll-to/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04366f5b930579d99ff6a7aa6ea3559b8d261026
|
|
4
|
+
data.tar.gz: f157256b9bb55793d1f4c501c759a51a503e8295
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3c84772ac3f399e2a7e8372f846ca78abddac106f819952dab9ff97f6f8e4fca872d1ff8242c9e6a393552535cae2457fa17848e3febffc95037db67ab06660
|
|
7
|
+
data.tar.gz: 4823a66d563a1798a1c6274030414add65133326ae6662100cb2732de1137d2fe03c90e05db4746bad3467f0f1e19e538c4f34b850e07bfe89d7ee5772a7f64b
|
data/.idea/workspace.xml
CHANGED
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
</component>
|
|
351
351
|
<component name="ToolWindowManager">
|
|
352
352
|
<frame x="0" y="0" width="1280" height="800" extended-state="0" />
|
|
353
|
-
<editor active="
|
|
353
|
+
<editor active="true" />
|
|
354
354
|
<layout>
|
|
355
355
|
<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" />
|
|
356
356
|
<window_info id="Terminal" active="true" 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" />
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery-scroll-to
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ilton Garcia dos Santos Silveira
|
|
@@ -79,12 +79,12 @@ files:
|
|
|
79
79
|
- LICENSE.txt
|
|
80
80
|
- README.md
|
|
81
81
|
- Rakefile
|
|
82
|
+
- app/assets/javascripts/scrollTo.min.js
|
|
82
83
|
- jquery-scroll-to.gemspec
|
|
83
84
|
- lib/jquery-scroll-to/engine.rb
|
|
84
85
|
- lib/jquery-scroll-to/rails.rb
|
|
85
86
|
- lib/jquery-scroll-to/version.rb
|
|
86
87
|
- lib/scroll-to.rb
|
|
87
|
-
- vendor/assets/javascripts/scrollTo.min.js
|
|
88
88
|
homepage: https://rubygems.org/profiles/TonGarcia
|
|
89
89
|
licenses:
|
|
90
90
|
- MIT
|