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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3eead2835ff79cb282a9394183c7605923f6d74
4
- data.tar.gz: 24f57b3ffe1fb1dd1cce614c174018551562763e
3
+ metadata.gz: 831bd7f98c3d8b8a07554dfef80bcf62e7bceaef
4
+ data.tar.gz: c786228a6e5891b8cc65870a8b58b550c44235ea
5
5
  SHA512:
6
- metadata.gz: f8f708a07412c375e3e3b3480e2c22b2ae3a96783b36c067f4c9542c47e79c926689f6bd5abb903c626434158854496240933b64d25f3a459d33d7d14faf0cdd
7
- data.tar.gz: 292a46246e9c7109f9d54519452daffd1adf6b95e7397e75d87a3a193ba40d2612506df6d8546b8682ffe3b71df12d612e89f37e7afe89b73ffe152e105e1e25
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.0)
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
- actionmailer (4.2.0)
11
- actionpack (= 4.2.0)
12
- actionview (= 4.2.0)
13
- activejob (= 4.2.0)
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 (~> 1.0, >= 1.0.5)
16
- actionpack (4.2.0)
17
- actionview (= 4.2.0)
18
- activesupport (= 4.2.0)
19
- rack (~> 1.6.0)
20
- rack-test (~> 0.6.2)
21
- rails-dom-testing (~> 1.0, >= 1.0.5)
22
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
23
- actionview (4.2.0)
24
- activesupport (= 4.2.0)
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 (~> 1.0, >= 1.0.5)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
29
- activejob (4.2.0)
30
- activesupport (= 4.2.0)
31
- globalid (>= 0.3.0)
32
- activemodel (4.2.0)
33
- activesupport (= 4.2.0)
34
- builder (~> 3.1)
35
- activerecord (4.2.0)
36
- activemodel (= 4.2.0)
37
- activesupport (= 4.2.0)
38
- arel (~> 6.0)
39
- activesupport (4.2.0)
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 (6.0.0)
47
+ arel (7.0.0)
46
48
  builder (3.2.2)
47
- codeclimate-test-reporter (0.4.6)
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.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 (1.8.2)
57
- loofah (2.0.1)
58
+ json (2.0.1)
59
+ loofah (2.0.3)
58
60
  nokogiri (>= 1.5.9)
59
- mail (2.6.3)
60
- mime-types (>= 1.16, < 3)
61
- mime-types (2.4.3)
62
- mini_portile (0.6.2)
63
- minitest (5.5.1)
64
- multi_json (1.10.1)
65
- nokogiri (1.6.6.2)
66
- mini_portile (~> 0.6.0)
67
- rack (1.6.0)
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 (4.2.0)
71
- actionmailer (= 4.2.0)
72
- actionpack (= 4.2.0)
73
- actionview (= 4.2.0)
74
- activejob (= 4.2.0)
75
- activemodel (= 4.2.0)
76
- activerecord (= 4.2.0)
77
- activesupport (= 4.2.0)
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 (= 4.2.0)
80
- sprockets-rails
81
- rails-deprecated_sanitizer (1.0.3)
82
- activesupport (>= 4.2.0.alpha)
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
- rails-deprecated_sanitizer (>= 1.0.1)
87
- rails-html-sanitizer (1.0.1)
92
+ rails-html-sanitizer (1.0.3)
88
93
  loofah (~> 2.0)
89
- railties (4.2.0)
90
- actionpack (= 4.2.0)
91
- activesupport (= 4.2.0)
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.4.2)
95
- rspec-core (3.2.0)
96
- rspec-support (~> 3.2.0)
97
- rspec-expectations (3.2.0)
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.2.0)
100
- rspec-mocks (3.2.0)
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.2.0)
103
- rspec-rails (3.2.0)
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
- sprockets (>= 2.8, < 4.0)
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.4)
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.10.2
151
+ 1.12.5
@@ -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 5 will be like...
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
@@ -1,5 +1,5 @@
1
1
  module BreadcrumbTrail
2
2
 
3
3
  # The current version of BreadcrumbTrail.
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  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.0
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: 2015-06-25 00:00:00.000000000 Z
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.4.5
187
+ rubygems_version: 2.5.1
188
188
  signing_key:
189
189
  specification_version: 4
190
190
  summary: A basic breadcrumb trail plugin.