rails-tocify 1.9.0 → 1.9.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa76b5be357dee687eb8879c4b455f4f85ded6b3
4
- data.tar.gz: f80d39ef8bab3f965b1415960a7255c861b0b1ad
3
+ metadata.gz: f180193722dbf467bae8070501698a18b6427bc4
4
+ data.tar.gz: 15703a4a5e4f4cc27548f71fd4d12dda2a6b6e3a
5
5
  SHA512:
6
- metadata.gz: a0a8c94e51629222b0cb2b4c7e53f860a2aa8e1123487e22cd0bcf7ee4c6f396fbf171c0d91e39ee96f922202b05e407ee9565778fac3a329a80ab93150b59c9
7
- data.tar.gz: 085a1f9ad8a4eca6f24818d66d097661a861fcceeb1a24f2a88134297e11f74c6cdd26d823e420a00e5d23574f28ae9773cf95d8a58665eaad145e034f9126a4
6
+ metadata.gz: 369d6e04aa0f5f807aa75ece7e8993e2b7e0602d36f4f173da08fe01e0ad6eaa4ef3bbde3f7ce479bf91390cde000059093db066de0986f8aa882e3a08fa5252
7
+ data.tar.gz: 718a5ca163418efec2776fa065a2084766762903bd844abf7d5ac4979b6b58afc3baffd9f262e378c926eb40ba6f65c5e3294d1a3dd24108ece66401411625b1
data/README.md CHANGED
@@ -1,2 +1,33 @@
1
- # rails-tocify
2
- Rails gem of gfranko/jquery.tocify
1
+ #Rails-tocify
2
+ [![Gem Version](https://badge.fury.io/rb/rails-tocify.svg)](http://badge.fury.io/rb/rails-tocify) [![Dependency Status](https://gemnasium.com/peterthecoon/rails-tocify.svg)](https://gemnasium.com/peterthecoon/rails-tocify)
3
+
4
+ ##Installation
5
+ Add rails-tocify to your Gemfile:
6
+
7
+ ```
8
+ gem 'rails-tocify'
9
+ ```
10
+
11
+ Run
12
+
13
+ ```
14
+ bundle install
15
+ ```
16
+
17
+ Include in application.js
18
+
19
+ ```
20
+ //= require tocify
21
+ //= require jquery-ui
22
+ ```
23
+
24
+ Include in application.css.scss
25
+
26
+ ```
27
+ *= require tocify
28
+ *= require jquery-ui
29
+ ```
30
+
31
+ ##Usage
32
+ See the website of the original project for the usage
33
+ https://github.com/gfranko/jquery.tocify.js
@@ -1,5 +1,5 @@
1
1
  module Tocify
2
2
  module Rails
3
- VERSION = "1.9.0"
3
+ VERSION = "1.9.0.2"
4
4
  end
5
5
  end
@@ -17,4 +17,5 @@ Gem::Specification.new do |gem|
17
17
  gem.license = 'MIT'
18
18
 
19
19
  gem.add_runtime_dependency 'jquery-rails'
20
+ gem.add_runtime_dependency 'jquery-ui-rails'
20
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-tocify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - peterthecoon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-17 00:00:00.000000000 Z
11
+ date: 2015-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jquery-rails
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: jquery-ui-rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
27
41
  description: Rails gem of gfranko/jquery.tocify.js
28
42
  email:
29
43
  - pierre.prevoteau@askida.fr