twbs_less_rails 2.7.0 → 2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97a0676c1b63a553c464e2c03836ad427faa0bee
4
- data.tar.gz: 43c75aba9823cd89a282b3c1608691a3a6abfb93
3
+ metadata.gz: 01c10cf64fa61a9112fbfc3b64bb2a8b5ba7a363
4
+ data.tar.gz: 1583ff3a65987f273c980015e3b5b6958c892ec7
5
5
  SHA512:
6
- metadata.gz: e3fd520eeb21e75f1dca33b9ac76ff3d2ef75b1d704032bfdcdc607de13c502afea47de6e384e3bd50020ccce37deca6b2c6b66637027222237f5900b3918682
7
- data.tar.gz: c5d06393a8c62f988b480754aa023ca9b9e526c287978891359199fc71118ee1010c6de557c2e6c7c6aacb5e459dd17007bb2e9483fbf1932b17e48ab24fedb3
6
+ metadata.gz: 8e90e2e8eeda52bc510bbe3a4ea36f716e084b190d38d6e59e35555c417b4c8b5cca004bff308a6bd74066726f4dc4e55190036afbbf0cd8d390db4b650b9c62
7
+ data.tar.gz: fc4b38b67c045eb07729e69705829400439e7f6c2e259b8c666e5e71f053ad9d26c548e2c2e1ccbf4ebb6c7408a9186e7418f173ab13f46dc3c8b8c9915b6c16
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 2.7.1
5
+ -----
6
+ * Fixed license SPDX ID in gemspec
7
+
4
8
  2.7.0
5
9
  -----
6
10
  * Support for Ruby 2.1.0
@@ -1,3 +1,3 @@
1
1
  module TwbsLessRails
2
- VERSION = "2.7.0"
2
+ VERSION = "2.7.1"
3
3
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.homepage = 'https://github.com/diowa/twbs_less_rails'
13
13
  s.summary = 'Bootstrap and FontAwesome assets in Rails applications'
14
14
  s.description = 'Provides assets for Bootstrap and FontAwesome in your Rails application.'
15
- s.license = 'BSD 2-Clause'
15
+ s.license = 'BSD-2-Clause'
16
16
 
17
17
  s.files = `git ls-files`.split("\n") - `git ls-files -- {src/*,".*"}`.split("\n")
18
18
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twbs_less_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - diowa
@@ -288,7 +288,7 @@ files:
288
288
  - vendor/assets/stylesheets/twbs/bootstrap/wells.less
289
289
  homepage: https://github.com/diowa/twbs_less_rails
290
290
  licenses:
291
- - BSD 2-Clause
291
+ - BSD-2-Clause
292
292
  metadata: {}
293
293
  post_install_message:
294
294
  rdoc_options: []