tabs_for 0.2.5 → 0.2.6

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: 885f143c438eea51c5d4dde35a21c3bfaf3d2708
4
- data.tar.gz: 7630df55e539ea4b71103341d72abe9391a137d4
3
+ metadata.gz: 10f733c6a8a066ee0775486d0ebef358fafe6275
4
+ data.tar.gz: b4e079d76bc9a76ea2a98a43b7f72937a0335d6c
5
5
  SHA512:
6
- metadata.gz: 80dfb2968b45b12c886659b33fc98890248e0a49ff335516e638714ed62b02913fa53321565e414bd972fe67911f0de9c3cbf60268330efe48466b05cd52885e
7
- data.tar.gz: 7e33c318b3a5d14e8ed25f8349ac30e9d39fb1b064d6a75811e45b6ab159388f4ebab7a92c8fa49e089019485ef275d1cad452cd0b207a14d92492ba9b3be354
6
+ metadata.gz: 05636ab797af0c82d4c4900fa848a03b18c934a1c4d4875b18e6e2515d3e54aefabac9066e340c8884f68501b0f2355423687a6f0b538ea420ae885c2d6305dc
7
+ data.tar.gz: 924fd7fdf9637f4dd8d6d49e3810fa9b7a52a5467472d7c16e06c445cde8a475b432a7eebcb55cdc5c0966fd6f5ecd0313386415c5c9c2494649d77043d4e9c2
@@ -1,8 +1,12 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.6
4
- - 2.3.3
5
- - 2.4.0
3
+ - 2.2.6
4
+ - 2.3.3
5
+ - 2.4.0
6
+ gemfile:
7
+ - gemfiles/rails_5.1.gemfile
8
+ - gemfiles/rails_5.0.gemfile
9
+ - gemfiles/rails_4.2.gemfile
6
10
  before_install: gem install bundler -v 1.10.3
7
11
  notifications:
8
12
  slack:
@@ -0,0 +1,5 @@
1
+ [5.1, 5.0, 4.2].each do |version|
2
+ appraise "rails-#{version}" do
3
+ gem "rails", "~> #{version}.0"
4
+ end
5
+ end
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.6] - 2017-06-02
4
+ ### Added
5
+ - Add Rails 5x support
6
+
3
7
  ## [0.2.1] 2015-11-24
4
8
  ### Changed
5
9
  - Update dependencies
@@ -1,100 +1,108 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tabs_for (0.2.5)
4
+ tabs_for (0.2.6)
5
5
  font-awesome-rails (~> 4.0)
6
- rails (>= 3.2, < 5.0)
6
+ rails (>= 3.2, < 6)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.2.8)
12
- actionpack (= 4.2.8)
13
- actionview (= 4.2.8)
14
- activejob (= 4.2.8)
11
+ actioncable (5.1.1)
12
+ actionpack (= 5.1.1)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (~> 0.6.1)
15
+ actionmailer (5.1.1)
16
+ actionpack (= 5.1.1)
17
+ actionview (= 5.1.1)
18
+ activejob (= 5.1.1)
15
19
  mail (~> 2.5, >= 2.5.4)
16
- rails-dom-testing (~> 1.0, >= 1.0.5)
17
- actionpack (4.2.8)
18
- actionview (= 4.2.8)
19
- activesupport (= 4.2.8)
20
- rack (~> 1.6)
21
- rack-test (~> 0.6.2)
22
- rails-dom-testing (~> 1.0, >= 1.0.5)
20
+ rails-dom-testing (~> 2.0)
21
+ actionpack (5.1.1)
22
+ actionview (= 5.1.1)
23
+ activesupport (= 5.1.1)
24
+ rack (~> 2.0)
25
+ rack-test (~> 0.6.3)
26
+ rails-dom-testing (~> 2.0)
23
27
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
- actionview (4.2.8)
25
- activesupport (= 4.2.8)
28
+ actionview (5.1.1)
29
+ activesupport (= 5.1.1)
26
30
  builder (~> 3.1)
27
- erubis (~> 2.7.0)
28
- rails-dom-testing (~> 1.0, >= 1.0.5)
31
+ erubi (~> 1.4)
32
+ rails-dom-testing (~> 2.0)
29
33
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
30
- activejob (4.2.8)
31
- activesupport (= 4.2.8)
32
- globalid (>= 0.3.0)
33
- activemodel (4.2.8)
34
- activesupport (= 4.2.8)
35
- builder (~> 3.1)
36
- activerecord (4.2.8)
37
- activemodel (= 4.2.8)
38
- activesupport (= 4.2.8)
39
- arel (~> 6.0)
40
- activesupport (4.2.8)
34
+ activejob (5.1.1)
35
+ activesupport (= 5.1.1)
36
+ globalid (>= 0.3.6)
37
+ activemodel (5.1.1)
38
+ activesupport (= 5.1.1)
39
+ activerecord (5.1.1)
40
+ activemodel (= 5.1.1)
41
+ activesupport (= 5.1.1)
42
+ arel (~> 8.0)
43
+ activesupport (5.1.1)
44
+ concurrent-ruby (~> 1.0, >= 1.0.2)
41
45
  i18n (~> 0.7)
42
46
  minitest (~> 5.1)
43
- thread_safe (~> 0.3, >= 0.3.4)
44
47
  tzinfo (~> 1.1)
45
- arel (6.0.4)
48
+ appraisal (2.2.0)
49
+ bundler
50
+ rake
51
+ thor (>= 0.14.0)
52
+ arel (8.0.0)
46
53
  builder (3.2.3)
47
54
  concurrent-ruby (1.0.5)
48
- coveralls (0.8.20)
55
+ coveralls (0.8.21)
49
56
  json (>= 1.8, < 3)
50
57
  simplecov (~> 0.14.1)
51
58
  term-ansicolor (~> 1.3)
52
59
  thor (~> 0.19.4)
53
60
  tins (~> 1.6)
54
61
  docile (1.1.5)
55
- erubis (2.7.0)
56
- font-awesome-rails (4.7.0.1)
57
- railties (>= 3.2, < 5.1)
58
- globalid (0.3.7)
59
- activesupport (>= 4.1.0)
60
- i18n (0.8.1)
61
- json (2.0.3)
62
+ erubi (1.6.0)
63
+ font-awesome-rails (4.7.0.2)
64
+ railties (>= 3.2, < 5.2)
65
+ globalid (0.4.0)
66
+ activesupport (>= 4.2.0)
67
+ i18n (0.8.4)
68
+ json (2.1.0)
62
69
  loofah (2.0.3)
63
70
  nokogiri (>= 1.5.9)
64
- mail (2.6.4)
71
+ mail (2.6.5)
65
72
  mime-types (>= 1.16, < 4)
73
+ method_source (0.8.2)
66
74
  mime-types (3.1)
67
75
  mime-types-data (~> 3.2015)
68
76
  mime-types-data (3.2016.0521)
69
77
  mini_portile2 (2.1.0)
70
- minitest (5.10.1)
71
- nokogiri (1.7.1)
78
+ minitest (5.10.2)
79
+ nio4r (2.1.0)
80
+ nokogiri (1.7.2)
72
81
  mini_portile2 (~> 2.1.0)
73
- rack (1.6.5)
82
+ rack (2.0.3)
74
83
  rack-test (0.6.3)
75
84
  rack (>= 1.0)
76
- rails (4.2.8)
77
- actionmailer (= 4.2.8)
78
- actionpack (= 4.2.8)
79
- actionview (= 4.2.8)
80
- activejob (= 4.2.8)
81
- activemodel (= 4.2.8)
82
- activerecord (= 4.2.8)
83
- activesupport (= 4.2.8)
85
+ rails (5.1.1)
86
+ actioncable (= 5.1.1)
87
+ actionmailer (= 5.1.1)
88
+ actionpack (= 5.1.1)
89
+ actionview (= 5.1.1)
90
+ activejob (= 5.1.1)
91
+ activemodel (= 5.1.1)
92
+ activerecord (= 5.1.1)
93
+ activesupport (= 5.1.1)
84
94
  bundler (>= 1.3.0, < 2.0)
85
- railties (= 4.2.8)
86
- sprockets-rails
87
- rails-deprecated_sanitizer (1.0.3)
88
- activesupport (>= 4.2.0.alpha)
89
- rails-dom-testing (1.0.8)
90
- activesupport (>= 4.2.0.beta, < 5.0)
91
- nokogiri (~> 1.6)
92
- rails-deprecated_sanitizer (>= 1.0.1)
95
+ railties (= 5.1.1)
96
+ sprockets-rails (>= 2.0.0)
97
+ rails-dom-testing (2.0.3)
98
+ activesupport (>= 4.2.0)
99
+ nokogiri (>= 1.6)
93
100
  rails-html-sanitizer (1.0.3)
94
101
  loofah (~> 2.0)
95
- railties (4.2.8)
96
- actionpack (= 4.2.8)
97
- activesupport (= 4.2.8)
102
+ railties (5.1.1)
103
+ actionpack (= 5.1.1)
104
+ activesupport (= 5.1.1)
105
+ method_source
98
106
  rake (>= 0.8.7)
99
107
  thor (>= 0.18.1, < 2.0)
100
108
  rake (12.0.0)
@@ -102,7 +110,7 @@ GEM
102
110
  docile (~> 1.1.0)
103
111
  json (>= 1.8, < 3)
104
112
  simplecov-html (~> 0.10.0)
105
- simplecov-html (0.10.0)
113
+ simplecov-html (0.10.1)
106
114
  sprockets (3.7.1)
107
115
  concurrent-ruby (~> 1.0)
108
116
  rack (> 1, < 3)
@@ -111,21 +119,25 @@ GEM
111
119
  activesupport (>= 4.0)
112
120
  sprockets (>= 3.0.0)
113
121
  sqlite3 (1.3.13)
114
- term-ansicolor (1.5.0)
122
+ term-ansicolor (1.6.0)
115
123
  tins (~> 1.0)
116
124
  thor (0.19.4)
117
125
  thread_safe (0.3.6)
118
- tins (1.13.2)
126
+ tins (1.14.0)
119
127
  tzinfo (1.2.3)
120
128
  thread_safe (~> 0.1)
129
+ websocket-driver (0.6.5)
130
+ websocket-extensions (>= 0.1.0)
131
+ websocket-extensions (0.1.2)
121
132
 
122
133
  PLATFORMS
123
134
  ruby
124
135
 
125
136
  DEPENDENCIES
137
+ appraisal
126
138
  coveralls
127
139
  sqlite3
128
140
  tabs_for!
129
141
 
130
142
  BUNDLED WITH
131
- 1.14.5
143
+ 1.14.6
data/README.md CHANGED
@@ -95,8 +95,20 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
95
95
 
96
96
  Bug reports and pull requests are welcome on GitHub at https://github.com/blacktangent/tabs_for. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
97
97
 
98
+ ## Testing
99
+
100
+ To test against all supported Rails versions, run:
101
+
102
+ ```
103
+ appraisal rake test
104
+ ```
105
+
106
+ To update all supported Rails to latest patch version:
107
+
108
+ ```
109
+ appraisal update
110
+ ```
98
111
 
99
112
  ## License
100
113
 
101
114
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
102
-
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 4.2.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,137 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ tabs_for (0.2.6)
5
+ font-awesome-rails (~> 4.0)
6
+ rails (>= 3.2, < 6)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actionmailer (4.2.8)
12
+ actionpack (= 4.2.8)
13
+ actionview (= 4.2.8)
14
+ activejob (= 4.2.8)
15
+ mail (~> 2.5, >= 2.5.4)
16
+ rails-dom-testing (~> 1.0, >= 1.0.5)
17
+ actionpack (4.2.8)
18
+ actionview (= 4.2.8)
19
+ activesupport (= 4.2.8)
20
+ rack (~> 1.6)
21
+ rack-test (~> 0.6.2)
22
+ rails-dom-testing (~> 1.0, >= 1.0.5)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
+ actionview (4.2.8)
25
+ activesupport (= 4.2.8)
26
+ builder (~> 3.1)
27
+ erubis (~> 2.7.0)
28
+ rails-dom-testing (~> 1.0, >= 1.0.5)
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
30
+ activejob (4.2.8)
31
+ activesupport (= 4.2.8)
32
+ globalid (>= 0.3.0)
33
+ activemodel (4.2.8)
34
+ activesupport (= 4.2.8)
35
+ builder (~> 3.1)
36
+ activerecord (4.2.8)
37
+ activemodel (= 4.2.8)
38
+ activesupport (= 4.2.8)
39
+ arel (~> 6.0)
40
+ activesupport (4.2.8)
41
+ i18n (~> 0.7)
42
+ minitest (~> 5.1)
43
+ thread_safe (~> 0.3, >= 0.3.4)
44
+ tzinfo (~> 1.1)
45
+ appraisal (2.2.0)
46
+ bundler
47
+ rake
48
+ thor (>= 0.14.0)
49
+ arel (6.0.4)
50
+ builder (3.2.3)
51
+ concurrent-ruby (1.0.5)
52
+ coveralls (0.8.21)
53
+ json (>= 1.8, < 3)
54
+ simplecov (~> 0.14.1)
55
+ term-ansicolor (~> 1.3)
56
+ thor (~> 0.19.4)
57
+ tins (~> 1.6)
58
+ docile (1.1.5)
59
+ erubis (2.7.0)
60
+ font-awesome-rails (4.7.0.2)
61
+ railties (>= 3.2, < 5.2)
62
+ globalid (0.4.0)
63
+ activesupport (>= 4.2.0)
64
+ i18n (0.8.4)
65
+ json (2.1.0)
66
+ loofah (2.0.3)
67
+ nokogiri (>= 1.5.9)
68
+ mail (2.6.5)
69
+ mime-types (>= 1.16, < 4)
70
+ mime-types (3.1)
71
+ mime-types-data (~> 3.2015)
72
+ mime-types-data (3.2016.0521)
73
+ mini_portile2 (2.1.0)
74
+ minitest (5.10.2)
75
+ nokogiri (1.7.2)
76
+ mini_portile2 (~> 2.1.0)
77
+ rack (1.6.8)
78
+ rack-test (0.6.3)
79
+ rack (>= 1.0)
80
+ rails (4.2.8)
81
+ actionmailer (= 4.2.8)
82
+ actionpack (= 4.2.8)
83
+ actionview (= 4.2.8)
84
+ activejob (= 4.2.8)
85
+ activemodel (= 4.2.8)
86
+ activerecord (= 4.2.8)
87
+ activesupport (= 4.2.8)
88
+ bundler (>= 1.3.0, < 2.0)
89
+ railties (= 4.2.8)
90
+ sprockets-rails
91
+ rails-deprecated_sanitizer (1.0.3)
92
+ activesupport (>= 4.2.0.alpha)
93
+ rails-dom-testing (1.0.8)
94
+ activesupport (>= 4.2.0.beta, < 5.0)
95
+ nokogiri (~> 1.6)
96
+ rails-deprecated_sanitizer (>= 1.0.1)
97
+ rails-html-sanitizer (1.0.3)
98
+ loofah (~> 2.0)
99
+ railties (4.2.8)
100
+ actionpack (= 4.2.8)
101
+ activesupport (= 4.2.8)
102
+ rake (>= 0.8.7)
103
+ thor (>= 0.18.1, < 2.0)
104
+ rake (12.0.0)
105
+ simplecov (0.14.1)
106
+ docile (~> 1.1.0)
107
+ json (>= 1.8, < 3)
108
+ simplecov-html (~> 0.10.0)
109
+ simplecov-html (0.10.1)
110
+ sprockets (3.7.1)
111
+ concurrent-ruby (~> 1.0)
112
+ rack (> 1, < 3)
113
+ sprockets-rails (3.2.0)
114
+ actionpack (>= 4.0)
115
+ activesupport (>= 4.0)
116
+ sprockets (>= 3.0.0)
117
+ sqlite3 (1.3.13)
118
+ term-ansicolor (1.6.0)
119
+ tins (~> 1.0)
120
+ thor (0.19.4)
121
+ thread_safe (0.3.6)
122
+ tins (1.14.0)
123
+ tzinfo (1.2.3)
124
+ thread_safe (~> 0.1)
125
+
126
+ PLATFORMS
127
+ ruby
128
+
129
+ DEPENDENCIES
130
+ appraisal
131
+ coveralls
132
+ rails (~> 4.2.0)
133
+ sqlite3
134
+ tabs_for!
135
+
136
+ BUNDLED WITH
137
+ 1.14.6
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 5.0.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,144 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ tabs_for (0.2.6)
5
+ font-awesome-rails (~> 4.0)
6
+ rails (>= 3.2, < 6)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (5.0.3)
12
+ actionpack (= 5.0.3)
13
+ nio4r (>= 1.2, < 3.0)
14
+ websocket-driver (~> 0.6.1)
15
+ actionmailer (5.0.3)
16
+ actionpack (= 5.0.3)
17
+ actionview (= 5.0.3)
18
+ activejob (= 5.0.3)
19
+ mail (~> 2.5, >= 2.5.4)
20
+ rails-dom-testing (~> 2.0)
21
+ actionpack (5.0.3)
22
+ actionview (= 5.0.3)
23
+ activesupport (= 5.0.3)
24
+ rack (~> 2.0)
25
+ rack-test (~> 0.6.3)
26
+ rails-dom-testing (~> 2.0)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
+ actionview (5.0.3)
29
+ activesupport (= 5.0.3)
30
+ builder (~> 3.1)
31
+ erubis (~> 2.7.0)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.0.3)
35
+ activesupport (= 5.0.3)
36
+ globalid (>= 0.3.6)
37
+ activemodel (5.0.3)
38
+ activesupport (= 5.0.3)
39
+ activerecord (5.0.3)
40
+ activemodel (= 5.0.3)
41
+ activesupport (= 5.0.3)
42
+ arel (~> 7.0)
43
+ activesupport (5.0.3)
44
+ concurrent-ruby (~> 1.0, >= 1.0.2)
45
+ i18n (~> 0.7)
46
+ minitest (~> 5.1)
47
+ tzinfo (~> 1.1)
48
+ appraisal (2.2.0)
49
+ bundler
50
+ rake
51
+ thor (>= 0.14.0)
52
+ arel (7.1.4)
53
+ builder (3.2.3)
54
+ concurrent-ruby (1.0.5)
55
+ coveralls (0.8.21)
56
+ json (>= 1.8, < 3)
57
+ simplecov (~> 0.14.1)
58
+ term-ansicolor (~> 1.3)
59
+ thor (~> 0.19.4)
60
+ tins (~> 1.6)
61
+ docile (1.1.5)
62
+ erubis (2.7.0)
63
+ font-awesome-rails (4.7.0.2)
64
+ railties (>= 3.2, < 5.2)
65
+ globalid (0.4.0)
66
+ activesupport (>= 4.2.0)
67
+ i18n (0.8.4)
68
+ json (2.1.0)
69
+ loofah (2.0.3)
70
+ nokogiri (>= 1.5.9)
71
+ mail (2.6.5)
72
+ mime-types (>= 1.16, < 4)
73
+ method_source (0.8.2)
74
+ mime-types (3.1)
75
+ mime-types-data (~> 3.2015)
76
+ mime-types-data (3.2016.0521)
77
+ mini_portile2 (2.1.0)
78
+ minitest (5.10.2)
79
+ nio4r (2.1.0)
80
+ nokogiri (1.7.2)
81
+ mini_portile2 (~> 2.1.0)
82
+ rack (2.0.3)
83
+ rack-test (0.6.3)
84
+ rack (>= 1.0)
85
+ rails (5.0.3)
86
+ actioncable (= 5.0.3)
87
+ actionmailer (= 5.0.3)
88
+ actionpack (= 5.0.3)
89
+ actionview (= 5.0.3)
90
+ activejob (= 5.0.3)
91
+ activemodel (= 5.0.3)
92
+ activerecord (= 5.0.3)
93
+ activesupport (= 5.0.3)
94
+ bundler (>= 1.3.0, < 2.0)
95
+ railties (= 5.0.3)
96
+ sprockets-rails (>= 2.0.0)
97
+ rails-dom-testing (2.0.3)
98
+ activesupport (>= 4.2.0)
99
+ nokogiri (>= 1.6)
100
+ rails-html-sanitizer (1.0.3)
101
+ loofah (~> 2.0)
102
+ railties (5.0.3)
103
+ actionpack (= 5.0.3)
104
+ activesupport (= 5.0.3)
105
+ method_source
106
+ rake (>= 0.8.7)
107
+ thor (>= 0.18.1, < 2.0)
108
+ rake (12.0.0)
109
+ simplecov (0.14.1)
110
+ docile (~> 1.1.0)
111
+ json (>= 1.8, < 3)
112
+ simplecov-html (~> 0.10.0)
113
+ simplecov-html (0.10.1)
114
+ sprockets (3.7.1)
115
+ concurrent-ruby (~> 1.0)
116
+ rack (> 1, < 3)
117
+ sprockets-rails (3.2.0)
118
+ actionpack (>= 4.0)
119
+ activesupport (>= 4.0)
120
+ sprockets (>= 3.0.0)
121
+ sqlite3 (1.3.13)
122
+ term-ansicolor (1.6.0)
123
+ tins (~> 1.0)
124
+ thor (0.19.4)
125
+ thread_safe (0.3.6)
126
+ tins (1.14.0)
127
+ tzinfo (1.2.3)
128
+ thread_safe (~> 0.1)
129
+ websocket-driver (0.6.5)
130
+ websocket-extensions (>= 0.1.0)
131
+ websocket-extensions (0.1.2)
132
+
133
+ PLATFORMS
134
+ ruby
135
+
136
+ DEPENDENCIES
137
+ appraisal
138
+ coveralls
139
+ rails (~> 5.0.0)
140
+ sqlite3
141
+ tabs_for!
142
+
143
+ BUNDLED WITH
144
+ 1.14.6
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 5.1.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,144 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ tabs_for (0.2.6)
5
+ font-awesome-rails (~> 4.0)
6
+ rails (>= 3.2, < 6)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (5.1.1)
12
+ actionpack (= 5.1.1)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (~> 0.6.1)
15
+ actionmailer (5.1.1)
16
+ actionpack (= 5.1.1)
17
+ actionview (= 5.1.1)
18
+ activejob (= 5.1.1)
19
+ mail (~> 2.5, >= 2.5.4)
20
+ rails-dom-testing (~> 2.0)
21
+ actionpack (5.1.1)
22
+ actionview (= 5.1.1)
23
+ activesupport (= 5.1.1)
24
+ rack (~> 2.0)
25
+ rack-test (~> 0.6.3)
26
+ rails-dom-testing (~> 2.0)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
+ actionview (5.1.1)
29
+ activesupport (= 5.1.1)
30
+ builder (~> 3.1)
31
+ erubi (~> 1.4)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.1.1)
35
+ activesupport (= 5.1.1)
36
+ globalid (>= 0.3.6)
37
+ activemodel (5.1.1)
38
+ activesupport (= 5.1.1)
39
+ activerecord (5.1.1)
40
+ activemodel (= 5.1.1)
41
+ activesupport (= 5.1.1)
42
+ arel (~> 8.0)
43
+ activesupport (5.1.1)
44
+ concurrent-ruby (~> 1.0, >= 1.0.2)
45
+ i18n (~> 0.7)
46
+ minitest (~> 5.1)
47
+ tzinfo (~> 1.1)
48
+ appraisal (2.2.0)
49
+ bundler
50
+ rake
51
+ thor (>= 0.14.0)
52
+ arel (8.0.0)
53
+ builder (3.2.3)
54
+ concurrent-ruby (1.0.5)
55
+ coveralls (0.8.21)
56
+ json (>= 1.8, < 3)
57
+ simplecov (~> 0.14.1)
58
+ term-ansicolor (~> 1.3)
59
+ thor (~> 0.19.4)
60
+ tins (~> 1.6)
61
+ docile (1.1.5)
62
+ erubi (1.6.0)
63
+ font-awesome-rails (4.7.0.2)
64
+ railties (>= 3.2, < 5.2)
65
+ globalid (0.4.0)
66
+ activesupport (>= 4.2.0)
67
+ i18n (0.8.4)
68
+ json (2.1.0)
69
+ loofah (2.0.3)
70
+ nokogiri (>= 1.5.9)
71
+ mail (2.6.5)
72
+ mime-types (>= 1.16, < 4)
73
+ method_source (0.8.2)
74
+ mime-types (3.1)
75
+ mime-types-data (~> 3.2015)
76
+ mime-types-data (3.2016.0521)
77
+ mini_portile2 (2.1.0)
78
+ minitest (5.10.2)
79
+ nio4r (2.1.0)
80
+ nokogiri (1.7.2)
81
+ mini_portile2 (~> 2.1.0)
82
+ rack (2.0.3)
83
+ rack-test (0.6.3)
84
+ rack (>= 1.0)
85
+ rails (5.1.1)
86
+ actioncable (= 5.1.1)
87
+ actionmailer (= 5.1.1)
88
+ actionpack (= 5.1.1)
89
+ actionview (= 5.1.1)
90
+ activejob (= 5.1.1)
91
+ activemodel (= 5.1.1)
92
+ activerecord (= 5.1.1)
93
+ activesupport (= 5.1.1)
94
+ bundler (>= 1.3.0, < 2.0)
95
+ railties (= 5.1.1)
96
+ sprockets-rails (>= 2.0.0)
97
+ rails-dom-testing (2.0.3)
98
+ activesupport (>= 4.2.0)
99
+ nokogiri (>= 1.6)
100
+ rails-html-sanitizer (1.0.3)
101
+ loofah (~> 2.0)
102
+ railties (5.1.1)
103
+ actionpack (= 5.1.1)
104
+ activesupport (= 5.1.1)
105
+ method_source
106
+ rake (>= 0.8.7)
107
+ thor (>= 0.18.1, < 2.0)
108
+ rake (12.0.0)
109
+ simplecov (0.14.1)
110
+ docile (~> 1.1.0)
111
+ json (>= 1.8, < 3)
112
+ simplecov-html (~> 0.10.0)
113
+ simplecov-html (0.10.1)
114
+ sprockets (3.7.1)
115
+ concurrent-ruby (~> 1.0)
116
+ rack (> 1, < 3)
117
+ sprockets-rails (3.2.0)
118
+ actionpack (>= 4.0)
119
+ activesupport (>= 4.0)
120
+ sprockets (>= 3.0.0)
121
+ sqlite3 (1.3.13)
122
+ term-ansicolor (1.6.0)
123
+ tins (~> 1.0)
124
+ thor (0.19.4)
125
+ thread_safe (0.3.6)
126
+ tins (1.14.0)
127
+ tzinfo (1.2.3)
128
+ thread_safe (~> 0.1)
129
+ websocket-driver (0.6.5)
130
+ websocket-extensions (>= 0.1.0)
131
+ websocket-extensions (0.1.2)
132
+
133
+ PLATFORMS
134
+ ruby
135
+
136
+ DEPENDENCIES
137
+ appraisal
138
+ coveralls
139
+ rails (~> 5.1.0)
140
+ sqlite3
141
+ tabs_for!
142
+
143
+ BUNDLED WITH
144
+ 1.14.6
@@ -1,3 +1,3 @@
1
1
  module TabsFor
2
- VERSION = "0.2.5"
2
+ VERSION = '0.2.6'.freeze
3
3
  end
@@ -20,9 +20,10 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.required_ruby_version = '>= 2.0'
22
22
 
23
- spec.add_dependency "rails", ">= 3.2", "< 5.0"
23
+ spec.add_dependency "rails", ">= 3.2", "< 6"
24
24
  spec.add_dependency "font-awesome-rails", "~> 4.0"
25
25
 
26
26
  spec.add_development_dependency "coveralls"
27
27
  spec.add_development_dependency "sqlite3"
28
+ spec.add_development_dependency "appraisal"
28
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tabs_for
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ole J. Rosendahl
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-10 00:00:00.000000000 Z
11
+ date: 2017-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3.2'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '5.0'
22
+ version: '6'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3.2'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '5.0'
32
+ version: '6'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: font-awesome-rails
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -72,6 +72,20 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
+ - !ruby/object:Gem::Dependency
76
+ name: appraisal
77
+ requirement: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ">="
80
+ - !ruby/object:Gem::Version
81
+ version: '0'
82
+ type: :development
83
+ prerelease: false
84
+ version_requirements: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ version: '0'
75
89
  description: ActiveView Helper for creating tabs with Bootstrap.
76
90
  email:
77
91
  - ole.johnny.rosendahl@gmail.com
@@ -82,6 +96,7 @@ files:
82
96
  - ".gitignore"
83
97
  - ".rspec"
84
98
  - ".travis.yml"
99
+ - Appraisals
85
100
  - CHANGELOG.md
86
101
  - CODE_OF_CONDUCT.md
87
102
  - Gemfile
@@ -93,6 +108,12 @@ files:
93
108
  - app/helpers/tabs_for/rails/tabs_for_helper.rb
94
109
  - bin/console
95
110
  - bin/setup
111
+ - gemfiles/rails_4.2.gemfile
112
+ - gemfiles/rails_4.2.gemfile.lock
113
+ - gemfiles/rails_5.0.gemfile
114
+ - gemfiles/rails_5.0.gemfile.lock
115
+ - gemfiles/rails_5.1.gemfile
116
+ - gemfiles/rails_5.1.gemfile.lock
96
117
  - lib/tabs_for.rb
97
118
  - lib/tabs_for/engine.rb
98
119
  - lib/tabs_for/version.rb
@@ -118,9 +139,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
139
  version: '0'
119
140
  requirements: []
120
141
  rubyforge_project:
121
- rubygems_version: 2.5.2
142
+ rubygems_version: 2.6.8
122
143
  signing_key:
123
144
  specification_version: 4
124
145
  summary: ActiveView Helper for creating tabs with Bootstrap.
125
146
  test_files: []
126
- has_rdoc: