twbs_sass_rails 4.5.0 → 4.6.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
  SHA1:
3
- metadata.gz: c46a722a580114163d65b2f13c9fe3262541e309
4
- data.tar.gz: d935dfbd3e42e5559a76672a6ae56aedf323b2f1
3
+ metadata.gz: 9996a8526d91adbf80fb5c9f3be291cc961858fa
4
+ data.tar.gz: d735c75980fdaba856cbb42472fff9e505a4ca4a
5
5
  SHA512:
6
- metadata.gz: b6fe904badbcfe2a525fdf2208cfdf445182feb5926c568406dd1fc4f49d6795382400bbe148f9d88d311aeacae272710b0f59ba7a51bfe1a644b90dd9ee86ee
7
- data.tar.gz: 1ef3c740e0a2dfd6a47a9735355f377128d7453c4d240627504598e45922b7f35e1dbf10bb651a32d8ab9b8657c1f9410ef41c249213bccb26fb641fc1f3c381
6
+ metadata.gz: 36ee2d04720cecebcd26f268a8fa791e992518d35ead0f67fc97d3d33e9cc95715299c0365cebf4c4ec76409499a4b3a1c2d472fc6de4d6f3dc1f6fc5fcef5e4
7
+ data.tar.gz: d0dac64eded0d8f28a98e1e478621eaef829c14ffb58342459b5a127b9308fafe0a479907421bbb1116015733bd209608bb2d2593788bc5f4fa10b80acfd0708
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.6.0
4
+
5
+ * Rails 5.1 compatibility
6
+ * Update dependecies
7
+
3
8
  ## 4.5.0
4
9
 
5
10
  * Font Awesome 4.7.0
data/LICENSE CHANGED
@@ -1,25 +1,30 @@
1
- Copyright (c) 2016, diowa
1
+ BSD 2-Clause License
2
+
3
+ Copyright (c) 2017, diowa
2
4
  All rights reserved.
3
5
 
4
6
  Redistribution and use in source and binary forms, with or without
5
7
  modification, are permitted provided that the following conditions are met:
6
8
 
7
- 1. Redistributions of source code must retain the above copyright notice, this
8
- list of conditions and the following disclaimer.
9
- 2. Redistributions in binary form must reproduce the above copyright notice,
10
- this list of conditions and the following disclaimer in the documentation
11
- and/or other materials provided with the distribution.
12
-
13
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
14
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
16
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
17
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
22
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9
+ * Redistributions of source code must retain the above copyright notice, this
10
+ list of conditions and the following disclaimer.
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.
15
+
16
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
20
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
+
27
+
23
28
 
24
29
  bootstrap-sass is licensed under the MIT License
25
30
 
@@ -3,7 +3,7 @@ require 'sass-rails'
3
3
  module TwbsSassRails
4
4
  class Engine < ::Rails::Engine
5
5
  initializer 'TwbsSassRails precompile hook', group: :all do |app|
6
- app.config.assets.precompile += %w(respond.js)
6
+ app.config.assets.precompile += %w[respond.js]
7
7
  end
8
8
  end
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module TwbsSassRails
2
- VERSION = '4.5.0'.freeze
2
+ VERSION = '4.6.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twbs_sass_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.5.0
4
+ version: 4.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - diowa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-27 00:00:00.000000000 Z
11
+ date: 2017-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: autoprefixer-rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '6.5'
19
+ version: '6.7'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '6.5'
26
+ version: '6.7'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sass-rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: 4.0.5
34
34
  - - "<"
35
35
  - !ruby/object:Gem::Version
36
- version: 6.0.0
36
+ version: '6.0'
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: 4.0.5
44
44
  - - "<"
45
45
  - !ruby/object:Gem::Version
46
- version: 6.0.0
46
+ version: '6.0'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rails
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -53,7 +53,7 @@ dependencies:
53
53
  version: 4.0.13
54
54
  - - "<"
55
55
  - !ruby/object:Gem::Version
56
- version: 5.1.0
56
+ version: '5.2'
57
57
  type: :runtime
58
58
  prerelease: false
59
59
  version_requirements: !ruby/object:Gem::Requirement
@@ -63,49 +63,49 @@ dependencies:
63
63
  version: 4.0.13
64
64
  - - "<"
65
65
  - !ruby/object:Gem::Version
66
- version: 5.1.0
66
+ version: '5.2'
67
67
  - !ruby/object:Gem::Dependency
68
68
  name: appraisal
69
69
  requirement: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - "~>"
72
72
  - !ruby/object:Gem::Version
73
- version: '2.1'
73
+ version: '2.2'
74
74
  type: :development
75
75
  prerelease: false
76
76
  version_requirements: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - "~>"
79
79
  - !ruby/object:Gem::Version
80
- version: '2.1'
80
+ version: '2.2'
81
81
  - !ruby/object:Gem::Dependency
82
82
  name: capybara
83
83
  requirement: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - "~>"
86
86
  - !ruby/object:Gem::Version
87
- version: '2.10'
87
+ version: '2.13'
88
88
  type: :development
89
89
  prerelease: false
90
90
  version_requirements: !ruby/object:Gem::Requirement
91
91
  requirements:
92
92
  - - "~>"
93
93
  - !ruby/object:Gem::Version
94
- version: '2.10'
94
+ version: '2.13'
95
95
  - !ruby/object:Gem::Dependency
96
96
  name: coveralls
97
97
  requirement: !ruby/object:Gem::Requirement
98
98
  requirements:
99
99
  - - "~>"
100
100
  - !ruby/object:Gem::Version
101
- version: 0.8.15
101
+ version: 0.8.21
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.8.15
108
+ version: 0.8.21
109
109
  - !ruby/object:Gem::Dependency
110
110
  name: minitest
111
111
  requirement: !ruby/object:Gem::Requirement
@@ -115,7 +115,7 @@ dependencies:
115
115
  version: 4.7.5
116
116
  - - "<"
117
117
  - !ruby/object:Gem::Version
118
- version: 6.0.0
118
+ version: '6.0'
119
119
  type: :development
120
120
  prerelease: false
121
121
  version_requirements: !ruby/object:Gem::Requirement
@@ -125,77 +125,77 @@ dependencies:
125
125
  version: 4.7.5
126
126
  - - "<"
127
127
  - !ruby/object:Gem::Version
128
- version: 6.0.0
128
+ version: '6.0'
129
129
  - !ruby/object:Gem::Dependency
130
130
  name: rake
131
131
  requirement: !ruby/object:Gem::Requirement
132
132
  requirements:
133
133
  - - "~>"
134
134
  - !ruby/object:Gem::Version
135
- version: '11.3'
135
+ version: '12.0'
136
136
  type: :development
137
137
  prerelease: false
138
138
  version_requirements: !ruby/object:Gem::Requirement
139
139
  requirements:
140
140
  - - "~>"
141
141
  - !ruby/object:Gem::Version
142
- version: '11.3'
142
+ version: '12.0'
143
143
  - !ruby/object:Gem::Dependency
144
144
  name: rubocop
145
145
  requirement: !ruby/object:Gem::Requirement
146
146
  requirements:
147
147
  - - "~>"
148
148
  - !ruby/object:Gem::Version
149
- version: 0.44.1
149
+ version: 0.48.1
150
150
  type: :development
151
151
  prerelease: false
152
152
  version_requirements: !ruby/object:Gem::Requirement
153
153
  requirements:
154
154
  - - "~>"
155
155
  - !ruby/object:Gem::Version
156
- version: 0.44.1
156
+ version: 0.48.1
157
157
  - !ruby/object:Gem::Dependency
158
158
  name: scss_lint
159
159
  requirement: !ruby/object:Gem::Requirement
160
160
  requirements:
161
161
  - - "~>"
162
162
  - !ruby/object:Gem::Version
163
- version: 0.50.2
163
+ version: 0.53.0
164
164
  type: :development
165
165
  prerelease: false
166
166
  version_requirements: !ruby/object:Gem::Requirement
167
167
  requirements:
168
168
  - - "~>"
169
169
  - !ruby/object:Gem::Version
170
- version: 0.50.2
170
+ version: 0.53.0
171
171
  - !ruby/object:Gem::Dependency
172
172
  name: simplecov
173
173
  requirement: !ruby/object:Gem::Requirement
174
174
  requirements:
175
175
  - - "~>"
176
176
  - !ruby/object:Gem::Version
177
- version: 0.12.0
177
+ version: 0.14.1
178
178
  type: :development
179
179
  prerelease: false
180
180
  version_requirements: !ruby/object:Gem::Requirement
181
181
  requirements:
182
182
  - - "~>"
183
183
  - !ruby/object:Gem::Version
184
- version: 0.12.0
184
+ version: 0.14.1
185
185
  - !ruby/object:Gem::Dependency
186
186
  name: uglifier
187
187
  requirement: !ruby/object:Gem::Requirement
188
188
  requirements:
189
189
  - - "~>"
190
190
  - !ruby/object:Gem::Version
191
- version: '3.0'
191
+ version: '3.2'
192
192
  type: :development
193
193
  prerelease: false
194
194
  version_requirements: !ruby/object:Gem::Requirement
195
195
  requirements:
196
196
  - - "~>"
197
197
  - !ruby/object:Gem::Version
198
- version: '3.0'
198
+ version: '3.2'
199
199
  description: Provides assets for Bootstrap and FontAwesome in your Rails application.
200
200
  email:
201
201
  - dev@diowa.com
@@ -344,7 +344,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
344
344
  version: '0'
345
345
  requirements: []
346
346
  rubyforge_project:
347
- rubygems_version: 2.6.4
347
+ rubygems_version: 2.6.11
348
348
  signing_key:
349
349
  specification_version: 4
350
350
  summary: Bootstrap and FontAwesome assets in Rails applications