tabs_for 0.2.4 → 0.2.5

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: cfd6503710263feb0dbbbe8afa9eeaeb199f09c1
4
- data.tar.gz: 7da81ce575f15ea5c8cb9638687b1b034f2d0081
3
+ metadata.gz: 885f143c438eea51c5d4dde35a21c3bfaf3d2708
4
+ data.tar.gz: 7630df55e539ea4b71103341d72abe9391a137d4
5
5
  SHA512:
6
- metadata.gz: 0779cb1fb892ae0f636d7d52e38faa64377fbd1917ce816be036bf7bcc26635b6ea3608484b115fa025ccc184a1f8aea90e31f291aa0b15a4901c8d2a5ed4b41
7
- data.tar.gz: 5b8ee40f25f5b857580890bc108d9a5a4615a6f0d1a4252a662ef51ff67ae2fdd9b7ac0cb20aa93eb312573fc6ff23684525d089029a0f64b4eea60bd39c111c
6
+ metadata.gz: 80dfb2968b45b12c886659b33fc98890248e0a49ff335516e638714ed62b02913fa53321565e414bd972fe67911f0de9c3cbf60268330efe48466b05cd52885e
7
+ data.tar.gz: 7e33c318b3a5d14e8ed25f8349ac30e9d39fb1b064d6a75811e45b6ab159388f4ebab7a92c8fa49e089019485ef275d1cad452cd0b207a14d92492ba9b3be354
data/.travis.yml CHANGED
@@ -1,8 +1,9 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.9.3
4
- - 2.1.0
5
- - 2.2.2
6
- - 2.2.3
7
- - 2.3.0
3
+ - 2.2.6
4
+ - 2.3.3
5
+ - 2.4.0
8
6
  before_install: gem install bundler -v 1.10.3
7
+ notifications:
8
+ slack:
9
+ secure: Q1M1smq85F3No7IbwyZLjlqlyeDCuH+iYD3fgjEcgWfsE9C2XF6weLrVbr1uhuZXEhVnn7MhWX4oefOrwRVGpLSQ9oGl5udO8E1bO1qZWNoEvD+oaxki/ftZ7KDIatMBfLCGQ9guaP5JJS3e3xgCrHrIricO9degjHIHCqWgXo43noQc4MDEjhgDsbaafTz2+Nvrom1TNOVCCVD6tc1NJmCQ+Ab8VmOKByt12UZXpTjg6SOvw5aT80umiHSqpg+f8iIsyqxQvbH/qCgWWYeAgUqhGFTotKZVt2nwzGsLwayVTgq0+aMejh5EfUMyZP3ssnVpLKlFajBshCt+zTU3oejvICwBfO9lzGUruOQbWhzq1LJQJWZjme2ueJXdWoFQLwFaLqaKN65k1B+Q+P8rp74MsWYhv6xS3ADxSGDd7uIy0NhuHgx1Oxho8QYRvf7hPdKC5pdYEBQLfKNehnSHkl94HVcj7K1Fqsr9yvwoWq052vM37cVARqRmu+ycuVx2I9R2dgP86iVlSm+ftbCVKy8AjCThX+cC1wGzI7JavcuqOizd6HBtaWSlwEDOScMnlfji2+046C5cYj7Eayn1/f2MyF8NS6Haf/pStAiNSNciNkFpCCd96equFTpURVfJhN9bM0WkCIIqxeuS/82A/CWgkAJ4lPmNZoB/xc0doY8=
data/Gemfile.lock CHANGED
@@ -1,135 +1,123 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tabs_for (0.2.4)
4
+ tabs_for (0.2.5)
5
5
  font-awesome-rails (~> 4.0)
6
6
  rails (>= 3.2, < 5.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.2.5.1)
12
- actionpack (= 4.2.5.1)
13
- actionview (= 4.2.5.1)
14
- activejob (= 4.2.5.1)
11
+ actionmailer (4.2.8)
12
+ actionpack (= 4.2.8)
13
+ actionview (= 4.2.8)
14
+ activejob (= 4.2.8)
15
15
  mail (~> 2.5, >= 2.5.4)
16
16
  rails-dom-testing (~> 1.0, >= 1.0.5)
17
- actionpack (4.2.5.1)
18
- actionview (= 4.2.5.1)
19
- activesupport (= 4.2.5.1)
17
+ actionpack (4.2.8)
18
+ actionview (= 4.2.8)
19
+ activesupport (= 4.2.8)
20
20
  rack (~> 1.6)
21
21
  rack-test (~> 0.6.2)
22
22
  rails-dom-testing (~> 1.0, >= 1.0.5)
23
23
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
- actionview (4.2.5.1)
25
- activesupport (= 4.2.5.1)
24
+ actionview (4.2.8)
25
+ activesupport (= 4.2.8)
26
26
  builder (~> 3.1)
27
27
  erubis (~> 2.7.0)
28
28
  rails-dom-testing (~> 1.0, >= 1.0.5)
29
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- activejob (4.2.5.1)
31
- activesupport (= 4.2.5.1)
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
30
+ activejob (4.2.8)
31
+ activesupport (= 4.2.8)
32
32
  globalid (>= 0.3.0)
33
- activemodel (4.2.5.1)
34
- activesupport (= 4.2.5.1)
33
+ activemodel (4.2.8)
34
+ activesupport (= 4.2.8)
35
35
  builder (~> 3.1)
36
- activerecord (4.2.5.1)
37
- activemodel (= 4.2.5.1)
38
- activesupport (= 4.2.5.1)
36
+ activerecord (4.2.8)
37
+ activemodel (= 4.2.8)
38
+ activesupport (= 4.2.8)
39
39
  arel (~> 6.0)
40
- activesupport (4.2.5.1)
40
+ activesupport (4.2.8)
41
41
  i18n (~> 0.7)
42
- json (~> 1.7, >= 1.7.7)
43
42
  minitest (~> 5.1)
44
43
  thread_safe (~> 0.3, >= 0.3.4)
45
44
  tzinfo (~> 1.1)
46
- arel (6.0.3)
47
- builder (3.2.2)
48
- concurrent-ruby (1.0.0)
49
- coveralls (0.8.10)
50
- json (~> 1.8)
51
- rest-client (>= 1.6.8, < 2)
52
- simplecov (~> 0.11.0)
45
+ arel (6.0.4)
46
+ builder (3.2.3)
47
+ concurrent-ruby (1.0.5)
48
+ coveralls (0.8.20)
49
+ json (>= 1.8, < 3)
50
+ simplecov (~> 0.14.1)
53
51
  term-ansicolor (~> 1.3)
54
- thor (~> 0.19.1)
55
- tins (~> 1.6.0)
52
+ thor (~> 0.19.4)
53
+ tins (~> 1.6)
56
54
  docile (1.1.5)
57
- domain_name (0.5.25)
58
- unf (>= 0.0.5, < 1.0.0)
59
55
  erubis (2.7.0)
60
- font-awesome-rails (4.5.0.0)
61
- railties (>= 3.2, < 5.0)
62
- globalid (0.3.6)
56
+ font-awesome-rails (4.7.0.1)
57
+ railties (>= 3.2, < 5.1)
58
+ globalid (0.3.7)
63
59
  activesupport (>= 4.1.0)
64
- http-cookie (1.0.2)
65
- domain_name (~> 0.5)
66
- i18n (0.7.0)
67
- json (1.8.3)
60
+ i18n (0.8.1)
61
+ json (2.0.3)
68
62
  loofah (2.0.3)
69
63
  nokogiri (>= 1.5.9)
70
- mail (2.6.3)
71
- mime-types (>= 1.16, < 3)
72
- mime-types (2.99)
73
- mini_portile2 (2.0.0)
74
- minitest (5.8.4)
75
- netrc (0.11.0)
76
- nokogiri (1.6.7.2)
77
- mini_portile2 (~> 2.0.0.rc2)
78
- rack (1.6.4)
64
+ mail (2.6.4)
65
+ mime-types (>= 1.16, < 4)
66
+ mime-types (3.1)
67
+ mime-types-data (~> 3.2015)
68
+ mime-types-data (3.2016.0521)
69
+ mini_portile2 (2.1.0)
70
+ minitest (5.10.1)
71
+ nokogiri (1.7.1)
72
+ mini_portile2 (~> 2.1.0)
73
+ rack (1.6.5)
79
74
  rack-test (0.6.3)
80
75
  rack (>= 1.0)
81
- rails (4.2.5.1)
82
- actionmailer (= 4.2.5.1)
83
- actionpack (= 4.2.5.1)
84
- actionview (= 4.2.5.1)
85
- activejob (= 4.2.5.1)
86
- activemodel (= 4.2.5.1)
87
- activerecord (= 4.2.5.1)
88
- activesupport (= 4.2.5.1)
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)
89
84
  bundler (>= 1.3.0, < 2.0)
90
- railties (= 4.2.5.1)
85
+ railties (= 4.2.8)
91
86
  sprockets-rails
92
87
  rails-deprecated_sanitizer (1.0.3)
93
88
  activesupport (>= 4.2.0.alpha)
94
- rails-dom-testing (1.0.7)
89
+ rails-dom-testing (1.0.8)
95
90
  activesupport (>= 4.2.0.beta, < 5.0)
96
- nokogiri (~> 1.6.0)
91
+ nokogiri (~> 1.6)
97
92
  rails-deprecated_sanitizer (>= 1.0.1)
98
93
  rails-html-sanitizer (1.0.3)
99
94
  loofah (~> 2.0)
100
- railties (4.2.5.1)
101
- actionpack (= 4.2.5.1)
102
- activesupport (= 4.2.5.1)
95
+ railties (4.2.8)
96
+ actionpack (= 4.2.8)
97
+ activesupport (= 4.2.8)
103
98
  rake (>= 0.8.7)
104
99
  thor (>= 0.18.1, < 2.0)
105
- rake (10.5.0)
106
- rest-client (1.8.0)
107
- http-cookie (>= 1.0.2, < 2.0)
108
- mime-types (>= 1.16, < 3.0)
109
- netrc (~> 0.7)
110
- simplecov (0.11.1)
100
+ rake (12.0.0)
101
+ simplecov (0.14.1)
111
102
  docile (~> 1.1.0)
112
- json (~> 1.8)
103
+ json (>= 1.8, < 3)
113
104
  simplecov-html (~> 0.10.0)
114
105
  simplecov-html (0.10.0)
115
- sprockets (3.5.2)
106
+ sprockets (3.7.1)
116
107
  concurrent-ruby (~> 1.0)
117
108
  rack (> 1, < 3)
118
- sprockets-rails (3.0.1)
109
+ sprockets-rails (3.2.0)
119
110
  actionpack (>= 4.0)
120
111
  activesupport (>= 4.0)
121
112
  sprockets (>= 3.0.0)
122
- sqlite3 (1.3.11)
123
- term-ansicolor (1.3.2)
113
+ sqlite3 (1.3.13)
114
+ term-ansicolor (1.5.0)
124
115
  tins (~> 1.0)
125
- thor (0.19.1)
126
- thread_safe (0.3.5)
127
- tins (1.6.0)
128
- tzinfo (1.2.2)
116
+ thor (0.19.4)
117
+ thread_safe (0.3.6)
118
+ tins (1.13.2)
119
+ tzinfo (1.2.3)
129
120
  thread_safe (~> 0.1)
130
- unf (0.1.4)
131
- unf_ext
132
- unf_ext (0.0.7.1)
133
121
 
134
122
  PLATFORMS
135
123
  ruby
@@ -140,4 +128,4 @@ DEPENDENCIES
140
128
  tabs_for!
141
129
 
142
130
  BUNDLED WITH
143
- 1.11.2
131
+ 1.14.5
@@ -1,3 +1,3 @@
1
1
  module TabsFor
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
data/tabs_for.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.required_ruby_version = '>= 1.9.3'
21
+ spec.required_ruby_version = '>= 2.0'
22
22
 
23
23
  spec.add_dependency "rails", ">= 3.2", "< 5.0"
24
24
  spec.add_dependency "font-awesome-rails", "~> 4.0"
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.4
4
+ version: 0.2.5
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: 2016-03-01 00:00:00.000000000 Z
11
+ date: 2017-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -110,7 +110,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
- version: 1.9.3
113
+ version: '2.0'
114
114
  required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  requirements:
116
116
  - - ">="
@@ -118,8 +118,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  version: '0'
119
119
  requirements: []
120
120
  rubyforge_project:
121
- rubygems_version: 2.5.1
121
+ rubygems_version: 2.5.2
122
122
  signing_key:
123
123
  specification_version: 4
124
124
  summary: ActiveView Helper for creating tabs with Bootstrap.
125
125
  test_files: []
126
+ has_rdoc: