breadcrumb_trail 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +102 -96
- data/breadcrumb_trail.gemspec +2 -2
- data/lib/breadcrumb_trail/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 831bd7f98c3d8b8a07554dfef80bcf62e7bceaef
|
4
|
+
data.tar.gz: c786228a6e5891b8cc65870a8b58b550c44235ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ce7504c1f591d9155d0b41d0fb3164bc4725d8f52c7267022bf410c6504665869a8340bc7a5cfc28f006282ada9c46b08c60450e8979a2dedfb977143ada95b
|
7
|
+
data.tar.gz: 3e7dc47170aac2fdbcd6ea4d788b8a77f6736a49511308ea7b77c9c9f5e671f7fdf108ee59a830d8b796782f1d573e5d0bac4b5028937fbcb189d3823d27adf3
|
data/Gemfile.lock
CHANGED
@@ -1,133 +1,139 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
breadcrumb_trail (0.2.
|
5
|
-
rails (>= 3.0, < 5)
|
4
|
+
breadcrumb_trail (0.2.1)
|
5
|
+
rails (>= 3.0, < 5.1)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
|
11
|
-
actionpack (=
|
12
|
-
|
13
|
-
|
10
|
+
actioncable (5.0.0)
|
11
|
+
actionpack (= 5.0.0)
|
12
|
+
nio4r (~> 1.2)
|
13
|
+
websocket-driver (~> 0.6.1)
|
14
|
+
actionmailer (5.0.0)
|
15
|
+
actionpack (= 5.0.0)
|
16
|
+
actionview (= 5.0.0)
|
17
|
+
activejob (= 5.0.0)
|
14
18
|
mail (~> 2.5, >= 2.5.4)
|
15
|
-
rails-dom-testing (~>
|
16
|
-
actionpack (
|
17
|
-
actionview (=
|
18
|
-
activesupport (=
|
19
|
-
rack (~>
|
20
|
-
rack-test (~> 0.6.
|
21
|
-
rails-dom-testing (~>
|
22
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
23
|
-
actionview (
|
24
|
-
activesupport (=
|
19
|
+
rails-dom-testing (~> 2.0)
|
20
|
+
actionpack (5.0.0)
|
21
|
+
actionview (= 5.0.0)
|
22
|
+
activesupport (= 5.0.0)
|
23
|
+
rack (~> 2.0)
|
24
|
+
rack-test (~> 0.6.3)
|
25
|
+
rails-dom-testing (~> 2.0)
|
26
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
27
|
+
actionview (5.0.0)
|
28
|
+
activesupport (= 5.0.0)
|
25
29
|
builder (~> 3.1)
|
26
30
|
erubis (~> 2.7.0)
|
27
|
-
rails-dom-testing (~>
|
28
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
29
|
-
activejob (
|
30
|
-
activesupport (=
|
31
|
-
globalid (>= 0.3.
|
32
|
-
activemodel (
|
33
|
-
activesupport (=
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
31
|
+
rails-dom-testing (~> 2.0)
|
32
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
33
|
+
activejob (5.0.0)
|
34
|
+
activesupport (= 5.0.0)
|
35
|
+
globalid (>= 0.3.6)
|
36
|
+
activemodel (5.0.0)
|
37
|
+
activesupport (= 5.0.0)
|
38
|
+
activerecord (5.0.0)
|
39
|
+
activemodel (= 5.0.0)
|
40
|
+
activesupport (= 5.0.0)
|
41
|
+
arel (~> 7.0)
|
42
|
+
activesupport (5.0.0)
|
43
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
40
44
|
i18n (~> 0.7)
|
41
|
-
json (~> 1.7, >= 1.7.7)
|
42
45
|
minitest (~> 5.1)
|
43
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
44
46
|
tzinfo (~> 1.1)
|
45
|
-
arel (
|
47
|
+
arel (7.0.0)
|
46
48
|
builder (3.2.2)
|
47
|
-
codeclimate-test-reporter (0.
|
49
|
+
codeclimate-test-reporter (0.6.0)
|
48
50
|
simplecov (>= 0.7.1, < 1.0.0)
|
51
|
+
concurrent-ruby (1.0.2)
|
49
52
|
diff-lcs (1.2.5)
|
50
53
|
docile (1.1.5)
|
51
54
|
erubis (2.7.0)
|
52
|
-
globalid (0.3.
|
55
|
+
globalid (0.3.6)
|
53
56
|
activesupport (>= 4.1.0)
|
54
|
-
hike (1.2.3)
|
55
57
|
i18n (0.7.0)
|
56
|
-
json (
|
57
|
-
loofah (2.0.
|
58
|
+
json (2.0.1)
|
59
|
+
loofah (2.0.3)
|
58
60
|
nokogiri (>= 1.5.9)
|
59
|
-
mail (2.6.
|
60
|
-
mime-types (>= 1.16, <
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
61
|
+
mail (2.6.4)
|
62
|
+
mime-types (>= 1.16, < 4)
|
63
|
+
method_source (0.8.2)
|
64
|
+
mime-types (3.1)
|
65
|
+
mime-types-data (~> 3.2015)
|
66
|
+
mime-types-data (3.2016.0521)
|
67
|
+
mini_portile2 (2.1.0)
|
68
|
+
minitest (5.9.0)
|
69
|
+
nio4r (1.2.1)
|
70
|
+
nokogiri (1.6.8)
|
71
|
+
mini_portile2 (~> 2.1.0)
|
72
|
+
pkg-config (~> 1.1.7)
|
73
|
+
pkg-config (1.1.7)
|
74
|
+
rack (2.0.1)
|
68
75
|
rack-test (0.6.3)
|
69
76
|
rack (>= 1.0)
|
70
|
-
rails (
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
77
|
+
rails (5.0.0)
|
78
|
+
actioncable (= 5.0.0)
|
79
|
+
actionmailer (= 5.0.0)
|
80
|
+
actionpack (= 5.0.0)
|
81
|
+
actionview (= 5.0.0)
|
82
|
+
activejob (= 5.0.0)
|
83
|
+
activemodel (= 5.0.0)
|
84
|
+
activerecord (= 5.0.0)
|
85
|
+
activesupport (= 5.0.0)
|
78
86
|
bundler (>= 1.3.0, < 2.0)
|
79
|
-
railties (=
|
80
|
-
sprockets-rails
|
81
|
-
rails-
|
82
|
-
activesupport (>= 4.2.0.
|
83
|
-
rails-dom-testing (1.0.5)
|
84
|
-
activesupport (>= 4.2.0.beta, < 5.0)
|
87
|
+
railties (= 5.0.0)
|
88
|
+
sprockets-rails (>= 2.0.0)
|
89
|
+
rails-dom-testing (2.0.1)
|
90
|
+
activesupport (>= 4.2.0, < 6.0)
|
85
91
|
nokogiri (~> 1.6.0)
|
86
|
-
|
87
|
-
rails-html-sanitizer (1.0.1)
|
92
|
+
rails-html-sanitizer (1.0.3)
|
88
93
|
loofah (~> 2.0)
|
89
|
-
railties (
|
90
|
-
actionpack (=
|
91
|
-
activesupport (=
|
94
|
+
railties (5.0.0)
|
95
|
+
actionpack (= 5.0.0)
|
96
|
+
activesupport (= 5.0.0)
|
97
|
+
method_source
|
92
98
|
rake (>= 0.8.7)
|
93
99
|
thor (>= 0.18.1, < 2.0)
|
94
|
-
rake (10.
|
95
|
-
rspec-core (3.
|
96
|
-
rspec-support (~> 3.
|
97
|
-
rspec-expectations (3.
|
100
|
+
rake (10.5.0)
|
101
|
+
rspec-core (3.5.0)
|
102
|
+
rspec-support (~> 3.5.0)
|
103
|
+
rspec-expectations (3.5.0)
|
98
104
|
diff-lcs (>= 1.2.0, < 2.0)
|
99
|
-
rspec-support (~> 3.
|
100
|
-
rspec-mocks (3.
|
105
|
+
rspec-support (~> 3.5.0)
|
106
|
+
rspec-mocks (3.5.0)
|
101
107
|
diff-lcs (>= 1.2.0, < 2.0)
|
102
|
-
rspec-support (~> 3.
|
103
|
-
rspec-rails (3.
|
104
|
-
actionpack (>= 3.0, <= 4.2)
|
105
|
-
activesupport (>= 3.0, <= 4.2)
|
106
|
-
railties (>= 3.0, <= 4.2)
|
107
|
-
rspec-core (~> 3.2.0)
|
108
|
-
rspec-expectations (~> 3.2.0)
|
109
|
-
rspec-mocks (~> 3.2.0)
|
110
|
-
rspec-support (~> 3.2.0)
|
111
|
-
rspec-support (3.2.1)
|
112
|
-
simplecov (0.9.1)
|
113
|
-
docile (~> 1.1.0)
|
114
|
-
multi_json (~> 1.0)
|
115
|
-
simplecov-html (~> 0.8.0)
|
116
|
-
simplecov-html (0.8.0)
|
117
|
-
sprockets (2.12.3)
|
118
|
-
hike (~> 1.2)
|
119
|
-
multi_json (~> 1.0)
|
120
|
-
rack (~> 1.0)
|
121
|
-
tilt (~> 1.1, != 1.3.0)
|
122
|
-
sprockets-rails (2.2.4)
|
108
|
+
rspec-support (~> 3.5.0)
|
109
|
+
rspec-rails (3.5.0)
|
123
110
|
actionpack (>= 3.0)
|
124
111
|
activesupport (>= 3.0)
|
125
|
-
|
112
|
+
railties (>= 3.0)
|
113
|
+
rspec-core (~> 3.5.0)
|
114
|
+
rspec-expectations (~> 3.5.0)
|
115
|
+
rspec-mocks (~> 3.5.0)
|
116
|
+
rspec-support (~> 3.5.0)
|
117
|
+
rspec-support (3.5.0)
|
118
|
+
simplecov (0.12.0)
|
119
|
+
docile (~> 1.1.0)
|
120
|
+
json (>= 1.8, < 3)
|
121
|
+
simplecov-html (~> 0.10.0)
|
122
|
+
simplecov-html (0.10.0)
|
123
|
+
sprockets (3.6.3)
|
124
|
+
concurrent-ruby (~> 1.0)
|
125
|
+
rack (> 1, < 3)
|
126
|
+
sprockets-rails (3.1.1)
|
127
|
+
actionpack (>= 4.0)
|
128
|
+
activesupport (>= 4.0)
|
129
|
+
sprockets (>= 3.0.0)
|
126
130
|
thor (0.19.1)
|
127
|
-
thread_safe (0.3.
|
128
|
-
tilt (1.4.1)
|
131
|
+
thread_safe (0.3.5)
|
129
132
|
tzinfo (1.2.2)
|
130
133
|
thread_safe (~> 0.1)
|
134
|
+
websocket-driver (0.6.4)
|
135
|
+
websocket-extensions (>= 0.1.0)
|
136
|
+
websocket-extensions (0.1.2)
|
131
137
|
yard (0.8.7.6)
|
132
138
|
|
133
139
|
PLATFORMS
|
@@ -142,4 +148,4 @@ DEPENDENCIES
|
|
142
148
|
yard
|
143
149
|
|
144
150
|
BUNDLED WITH
|
145
|
-
1.
|
151
|
+
1.12.5
|
data/breadcrumb_trail.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
24
24
|
spec.add_development_dependency "yard"
|
25
25
|
spec.add_development_dependency "codeclimate-test-reporter"
|
26
26
|
|
27
|
-
# I don't know what
|
28
|
-
spec.add_dependency "rails", ">= 3.0", "< 5"
|
27
|
+
# I don't know what 6 will be like...
|
28
|
+
spec.add_dependency "rails", ">= 3.0", "< 5.1"
|
29
29
|
|
30
30
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: breadcrumb_trail
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Rodi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -89,7 +89,7 @@ dependencies:
|
|
89
89
|
version: '3.0'
|
90
90
|
- - "<"
|
91
91
|
- !ruby/object:Gem::Version
|
92
|
-
version: '5'
|
92
|
+
version: '5.1'
|
93
93
|
type: :runtime
|
94
94
|
prerelease: false
|
95
95
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -99,7 +99,7 @@ dependencies:
|
|
99
99
|
version: '3.0'
|
100
100
|
- - "<"
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version: '5'
|
102
|
+
version: '5.1'
|
103
103
|
description: A breadcrumb trail plugin that provides shortcuts to make your life easier.
|
104
104
|
email:
|
105
105
|
- redjazz96@gmail.com
|
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
184
184
|
version: '0'
|
185
185
|
requirements: []
|
186
186
|
rubyforge_project:
|
187
|
-
rubygems_version: 2.
|
187
|
+
rubygems_version: 2.5.1
|
188
188
|
signing_key:
|
189
189
|
specification_version: 4
|
190
190
|
summary: A basic breadcrumb trail plugin.
|