twbs_sass_rails 7.2.0 → 10.1.0

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
  SHA256:
3
- metadata.gz: 03d854c2e440bb4f902fdb1a7884fcce36e447fe14c99afb8bb025399a29f076
4
- data.tar.gz: 3b776e42bfe01a58649fd062183d7025d5b932024b92076ce59be6a10c8d547e
3
+ metadata.gz: 01c2550021a203a97adbabf27777e1ec82c8c53a70dfa7dcafe579c6e8f1db73
4
+ data.tar.gz: '07390f0b71a1f0a6fdf27c233efa2a9e47cc26767746f447eddda0cd667d3d89'
5
5
  SHA512:
6
- metadata.gz: 0003dad904c618b02056f51342713d81fb1029c19c891d40e79f26c5041530ce58c9b0e91e2c55b9d1e660cd47340b68083f45082d5a45982b13ba6f10cd33e3
7
- data.tar.gz: a74867a1422200139c7138ced4b7b988d0eaa7de6f084a186ca390bde25096dfae9e6f7434ad2d38b048d5374b96ef1e68ae0f57d93427e28c4853c5361c79c0
6
+ metadata.gz: 01d9c8350169510d40c86ba86731ec8253f3dad5f45bea90ece5c32c76fcbe89418825a36de73cc32f999038c91a428bbb216fab8cd5f2c56f9b91e4181d0348
7
+ data.tar.gz: 244b9bbe73f97c7f118222c79a5d39047c3a8f44b1292bdfbac24805b3c106c1135271427b26de2e9a753b4c94ec1a1af896b3c440f39f32e97093aed02b8733
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## 10.1.0
4
+
5
+ * Allow Ruby 3.0
6
+ * Test against Rails edge
7
+ * Test against latest Ruby versions
8
+ * Update dependencies
9
+
10
+ ## 10.0.0
11
+
12
+ * Add back Rails 4.2 compatibility
13
+ * Test against latest Ruby versions
14
+
15
+ ## 9.0.1
16
+
17
+ * Fix sassc loading
18
+
19
+ ## 9.0.0
20
+
21
+ * Depend on sassc-rails and sassc ~> 2.1
22
+ * Test against latest ruby versions
23
+
24
+ ## 8.0.0
25
+
26
+ * Drop Ruby 2.2 and 2.3 compatibility
27
+ * Add deprecation notice in the readme
28
+ * Use sass-rails 6.0 and sassc 2.1.0.pre3
29
+ * Test against Rails 6
30
+ * Update dependencies
31
+
3
32
  ## 7.2.0
4
33
 
5
34
  * Add Rails 6.0 compatibility
data/LICENSE CHANGED
@@ -1,17 +1,17 @@
1
1
  BSD 2-Clause License
2
2
 
3
- Copyright (c) 2018, diowa
3
+ Copyright (c) 2020, diowa
4
4
  All rights reserved.
5
5
 
6
6
  Redistribution and use in source and binary forms, with or without
7
7
  modification, are permitted provided that the following conditions are met:
8
8
 
9
- * Redistributions of source code must retain the above copyright notice, this
10
- list of conditions and the following disclaimer.
9
+ 1. Redistributions of source code must retain the above copyright notice, this
10
+ list of conditions and the following disclaimer.
11
11
 
12
- * Redistributions in binary form must reproduce the above copyright notice,
13
- this list of conditions and the following disclaimer in the documentation
14
- and/or other materials provided with the distribution.
12
+ 2. Redistributions in binary form must reproduce the above copyright notice,
13
+ this list of conditions and the following disclaimer in the documentation
14
+ and/or other materials provided with the distribution.
15
15
 
16
16
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17
17
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
data/README.md CHANGED
@@ -1,18 +1,23 @@
1
1
  # Twbs Sass Rails
2
- [![Gem Version](https://badge.fury.io/rb/twbs_sass_rails.svg)](http://badge.fury.io/rb/twbs_sass_rails)
2
+ [![Gem Version](https://badge.fury.io/rb/twbs_sass_rails.svg)](https://badge.fury.io/rb/twbs_sass_rails)
3
3
  [![Build Status](https://secure.travis-ci.org/diowa/twbs_sass_rails.svg?branch=master)](https://travis-ci.org/diowa/twbs_sass_rails)
4
4
  [![Code Climate](https://codeclimate.com/github/diowa/twbs_sass_rails/badges/gpa.svg)](https://codeclimate.com/github/diowa/twbs_sass_rails)
5
5
  [![Coverage Status](https://coveralls.io/repos/github/diowa/twbs_sass_rails/badge.svg?branch=master)](https://coveralls.io/github/diowa/twbs_sass_rails?branch=master)
6
6
 
7
- An opinionated gem which brings [Bootstrap for Sass 3.4.0](https://getbootstrap.com/docs/3.4/), [Font Awesome 4.7.0](https://fontawesome.com/v4.7.0/) and [Respond.js](https://github.com/scottjehl/Respond) assets into your Rails application.
7
+ An opinionated gem which brings [Bootstrap for Sass 3.4.1](https://getbootstrap.com/docs/3.4/), [Font Awesome 4.7.0](https://fontawesome.com/v4.7.0/) and [Respond.js](https://github.com/scottjehl/Respond) assets into your Rails application.
8
8
 
9
9
 
10
+ ## Deprecated
11
+
12
+ We need this gem for some old projects that require Bootstrap 3.
13
+
14
+ In our new development stack, we are loading Bootstrap and Font Awesome via yarn.
10
15
 
11
16
  ## Quick start
12
17
 
13
18
  Add the gem to your Gemfile
14
19
  ```rb
15
- gem 'twbs_sass_rails'
20
+ gem 'twbs_sass_rails', '~> 10.0'
16
21
  ```
17
22
 
18
23
  Run the generator
@@ -23,7 +28,7 @@ $ rails g twbs_sass_rails:install
23
28
 
24
29
  #### Rails 5.1.x
25
30
 
26
- Rails 5.1 [drops jQuery as a default dependency](http://weblog.rubyonrails.org/2017/2/23/Rails-5-1-beta1/).
31
+ Rails 5.1 [drops jQuery as a default dependency](https://weblog.rubyonrails.org/2017/2/23/Rails-5-1-beta1/).
27
32
 
28
33
  If you need the JavaScript part of Bootstrap, add to your Gemfile
29
34
 
@@ -131,7 +136,7 @@ Please read through our [contributing guidelines](CONTRIBUTING.md). Included are
131
136
 
132
137
  More over, if your pull request contains patches or features, you must include relevant unit tests.
133
138
 
134
- Editor preferences are available in the [editor config](.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org>.
139
+ Editor preferences are available in the [editor config](.editorconfig) for easy use in common text editors. Read more and download plugins at <https://editorconfig.org/>.
135
140
 
136
141
 
137
142
 
@@ -149,7 +154,7 @@ And constructed with the following guidelines:
149
154
  * New additions without breaking backward compatibility bumps the minor (and resets the patch)
150
155
  * Bug fixes and misc changes bumps the patch
151
156
 
152
- For more information on SemVer, please visit [http://semver.org/](http://semver.org/).
157
+ For more information on SemVer, please visit [https://semver.org/](https://semver.org/).
153
158
 
154
159
 
155
160
 
@@ -169,7 +174,7 @@ For more information on SemVer, please visit [http://semver.org/](http://semver.
169
174
 
170
175
  ## Copyright and license
171
176
 
172
- Copyright 2018 diowa under [the BSD 2-Clause license](LICENSE).
177
+ Copyright 2020 diowa under [the BSD 2-Clause license](LICENSE).
173
178
 
174
179
  bootstrap-sass is licensed under the MIT License
175
180
 
@@ -1,5 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'sass'
4
- ::Sass::Script::Number.precision = [10, ::Sass::Script::Number.precision].max
3
+ require 'sassc'
5
4
  require 'twbs_sass_rails/engine'
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'sass-rails'
3
+ require 'sassc-rails'
4
4
 
5
5
  module TwbsSassRails
6
6
  class Engine < ::Rails::Engine
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TwbsSassRails
4
- VERSION = '7.2.0'.freeze
4
+ VERSION = '10.1.0'
5
5
  end
metadata CHANGED
@@ -1,36 +1,42 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twbs_sass_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.0
4
+ version: 10.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - diowa
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-01 00:00:00.000000000 Z
11
+ date: 2020-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: autoprefixer-rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '9.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '11'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '9.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '11'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: rails
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - ">="
32
38
  - !ruby/object:Gem::Version
33
- version: '5.0'
39
+ version: '4.2'
34
40
  - - "<"
35
41
  - !ruby/object:Gem::Version
36
42
  version: '6.1'
@@ -40,170 +46,184 @@ dependencies:
40
46
  requirements:
41
47
  - - ">="
42
48
  - !ruby/object:Gem::Version
43
- version: '5.0'
49
+ version: '4.2'
44
50
  - - "<"
45
51
  - !ruby/object:Gem::Version
46
52
  version: '6.1'
47
53
  - !ruby/object:Gem::Dependency
48
- name: sass-rails
54
+ name: sassc-rails
49
55
  requirement: !ruby/object:Gem::Requirement
50
56
  requirements:
51
57
  - - "~>"
52
58
  - !ruby/object:Gem::Version
53
- version: '5.0'
59
+ version: '2.1'
54
60
  type: :runtime
55
61
  prerelease: false
56
62
  version_requirements: !ruby/object:Gem::Requirement
57
63
  requirements:
58
64
  - - "~>"
59
65
  - !ruby/object:Gem::Version
60
- version: '5.0'
66
+ version: '2.1'
61
67
  - !ruby/object:Gem::Dependency
62
68
  name: appraisal
63
69
  requirement: !ruby/object:Gem::Requirement
64
70
  requirements:
65
71
  - - "~>"
66
72
  - !ruby/object:Gem::Version
67
- version: '2.2'
73
+ version: '2.3'
68
74
  type: :development
69
75
  prerelease: false
70
76
  version_requirements: !ruby/object:Gem::Requirement
71
77
  requirements:
72
78
  - - "~>"
73
79
  - !ruby/object:Gem::Version
74
- version: '2.2'
80
+ version: '2.3'
75
81
  - !ruby/object:Gem::Dependency
76
82
  name: capybara
77
83
  requirement: !ruby/object:Gem::Requirement
78
84
  requirements:
79
- - - ">="
80
- - !ruby/object:Gem::Version
81
- version: '2.18'
82
- - - "<"
85
+ - - "~>"
83
86
  - !ruby/object:Gem::Version
84
- version: '4'
87
+ version: '3.32'
85
88
  type: :development
86
89
  prerelease: false
87
90
  version_requirements: !ruby/object:Gem::Requirement
88
91
  requirements:
89
- - - ">="
90
- - !ruby/object:Gem::Version
91
- version: '2.18'
92
- - - "<"
92
+ - - "~>"
93
93
  - !ruby/object:Gem::Version
94
- version: '4'
94
+ version: '3.32'
95
95
  - !ruby/object:Gem::Dependency
96
96
  name: coveralls_reborn
97
97
  requirement: !ruby/object:Gem::Requirement
98
98
  requirements:
99
99
  - - "~>"
100
100
  - !ruby/object:Gem::Version
101
- version: 0.12.0
101
+ version: 0.18.0
102
102
  type: :development
103
103
  prerelease: false
104
104
  version_requirements: !ruby/object:Gem::Requirement
105
105
  requirements:
106
106
  - - "~>"
107
107
  - !ruby/object:Gem::Version
108
- version: 0.12.0
108
+ version: 0.18.0
109
109
  - !ruby/object:Gem::Dependency
110
110
  name: minitest
111
111
  requirement: !ruby/object:Gem::Requirement
112
112
  requirements:
113
113
  - - "~>"
114
114
  - !ruby/object:Gem::Version
115
- version: '5.11'
115
+ version: '5.14'
116
116
  type: :development
117
117
  prerelease: false
118
118
  version_requirements: !ruby/object:Gem::Requirement
119
119
  requirements:
120
120
  - - "~>"
121
121
  - !ruby/object:Gem::Version
122
- version: '5.11'
122
+ version: '5.14'
123
123
  - !ruby/object:Gem::Dependency
124
124
  name: rake
125
125
  requirement: !ruby/object:Gem::Requirement
126
126
  requirements:
127
127
  - - "~>"
128
128
  - !ruby/object:Gem::Version
129
- version: '12.3'
129
+ version: '13.0'
130
130
  type: :development
131
131
  prerelease: false
132
132
  version_requirements: !ruby/object:Gem::Requirement
133
133
  requirements:
134
134
  - - "~>"
135
135
  - !ruby/object:Gem::Version
136
- version: '12.3'
136
+ version: '13.0'
137
137
  - !ruby/object:Gem::Dependency
138
138
  name: rubocop
139
139
  requirement: !ruby/object:Gem::Requirement
140
140
  requirements:
141
141
  - - "~>"
142
142
  - !ruby/object:Gem::Version
143
- version: 0.68.1
143
+ version: 0.93.0
144
144
  type: :development
145
145
  prerelease: false
146
146
  version_requirements: !ruby/object:Gem::Requirement
147
147
  requirements:
148
148
  - - "~>"
149
149
  - !ruby/object:Gem::Version
150
- version: 0.68.1
150
+ version: 0.93.0
151
151
  - !ruby/object:Gem::Dependency
152
152
  name: rubocop-performance
153
153
  requirement: !ruby/object:Gem::Requirement
154
154
  requirements:
155
155
  - - "~>"
156
156
  - !ruby/object:Gem::Version
157
- version: '1.1'
157
+ version: '1.8'
158
158
  type: :development
159
159
  prerelease: false
160
160
  version_requirements: !ruby/object:Gem::Requirement
161
161
  requirements:
162
162
  - - "~>"
163
163
  - !ruby/object:Gem::Version
164
- version: '1.1'
164
+ version: '1.8'
165
165
  - !ruby/object:Gem::Dependency
166
- name: scss_lint
166
+ name: rubocop-rails
167
167
  requirement: !ruby/object:Gem::Requirement
168
168
  requirements:
169
169
  - - "~>"
170
170
  - !ruby/object:Gem::Version
171
- version: 0.57.1
171
+ version: '2.5'
172
172
  type: :development
173
173
  prerelease: false
174
174
  version_requirements: !ruby/object:Gem::Requirement
175
175
  requirements:
176
176
  - - "~>"
177
177
  - !ruby/object:Gem::Version
178
- version: 0.57.1
178
+ version: '2.5'
179
179
  - !ruby/object:Gem::Dependency
180
- name: simplecov
180
+ name: scss_lint
181
181
  requirement: !ruby/object:Gem::Requirement
182
182
  requirements:
183
183
  - - "~>"
184
184
  - !ruby/object:Gem::Version
185
- version: 0.16.1
185
+ version: 0.59.0
186
186
  type: :development
187
187
  prerelease: false
188
188
  version_requirements: !ruby/object:Gem::Requirement
189
189
  requirements:
190
190
  - - "~>"
191
191
  - !ruby/object:Gem::Version
192
- version: 0.16.1
192
+ version: 0.59.0
193
+ - !ruby/object:Gem::Dependency
194
+ name: simplecov
195
+ requirement: !ruby/object:Gem::Requirement
196
+ requirements:
197
+ - - ">="
198
+ - !ruby/object:Gem::Version
199
+ version: 0.18.5
200
+ - - "<"
201
+ - !ruby/object:Gem::Version
202
+ version: '0.20'
203
+ type: :development
204
+ prerelease: false
205
+ version_requirements: !ruby/object:Gem::Requirement
206
+ requirements:
207
+ - - ">="
208
+ - !ruby/object:Gem::Version
209
+ version: 0.18.5
210
+ - - "<"
211
+ - !ruby/object:Gem::Version
212
+ version: '0.20'
193
213
  - !ruby/object:Gem::Dependency
194
214
  name: uglifier
195
215
  requirement: !ruby/object:Gem::Requirement
196
216
  requirements:
197
217
  - - "~>"
198
218
  - !ruby/object:Gem::Version
199
- version: '4.1'
219
+ version: '4.2'
200
220
  type: :development
201
221
  prerelease: false
202
222
  version_requirements: !ruby/object:Gem::Requirement
203
223
  requirements:
204
224
  - - "~>"
205
225
  - !ruby/object:Gem::Version
206
- version: '4.1'
226
+ version: '4.2'
207
227
  description: Provides assets for Bootstrap and FontAwesome in your Rails application.
208
228
  email:
209
229
  - dev@diowa.com
@@ -335,8 +355,11 @@ files:
335
355
  homepage: https://github.com/diowa/twbs_sass_rails
336
356
  licenses:
337
357
  - BSD-2-Clause
338
- metadata: {}
339
- post_install_message:
358
+ metadata:
359
+ bug_tracker_uri: https://github.com/diowa/twbs_sass_rails/issues
360
+ changelog_uri: https://github.com/diowa/twbs_sass_rails/blob/master/CHANGELOG.md
361
+ source_code_uri: https://github.com/diowa/twbs_sass_rails
362
+ post_install_message:
340
363
  rdoc_options: []
341
364
  require_paths:
342
365
  - lib
@@ -344,15 +367,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
344
367
  requirements:
345
368
  - - ">="
346
369
  - !ruby/object:Gem::Version
347
- version: '0'
370
+ version: '2.4'
348
371
  required_rubygems_version: !ruby/object:Gem::Requirement
349
372
  requirements:
350
373
  - - ">="
351
374
  - !ruby/object:Gem::Version
352
375
  version: '0'
353
376
  requirements: []
354
- rubygems_version: 3.0.3
355
- signing_key:
377
+ rubygems_version: 3.1.4
378
+ signing_key:
356
379
  specification_version: 4
357
380
  summary: Bootstrap and FontAwesome assets in Rails applications
358
381
  test_files: []