font-awesome-sass-c 4.7.1 → 4.7.2
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 +5 -5
- data/font-awesome-sass-c.gemspec +1 -1
- data/lib/font_awesome/sass/version.rb +1 -1
- metadata +7 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 43cfae654e80f853d63ceea86d7100d815e1a6e3
|
|
4
|
+
data.tar.gz: dd6e9bc7efa4afc0b737d2907fff4ec81e6dcf10
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48095706ddf7a38ccd788b6e935ecf44263e674c740be1db80dd7364662975302b7091bc089d7a3d1e6d40f561a1e3c915a07a70bab995e4e9fdeebec370b6f4
|
|
7
|
+
data.tar.gz: 310f7a1a9bc3fa5d7866242a4730586eade4e64ba880f34b6d0df414628582177c82d1d88837c758e7cc5f61b753d4f90b5d182827bfcb5bb22a783e04d04232
|
data/font-awesome-sass-c.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.version = FontAwesome::Sass::VERSION
|
|
10
10
|
spec.authors = ['Travis Chase', 'Alex Martin']
|
|
11
11
|
spec.email = ['travis@travischase.me', 'alex@atmartin.io']
|
|
12
|
-
spec.description =
|
|
12
|
+
spec.description = "Font-Awesome gem for use in Ruby projects with either SASS or SASSC\n\nThis gem is deprecated in favor of 'font-awesome-sassc' - Please switch for continued support!"
|
|
13
13
|
spec.summary = 'Font-Awesome SASS[C]'
|
|
14
14
|
spec.homepage = 'https://github.com/ATMartin/font-awesome-sass-c'
|
|
15
15
|
spec.license = 'MIT'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: font-awesome-sass-c
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.7.
|
|
4
|
+
version: 4.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Travis Chase
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-02-
|
|
12
|
+
date: 2018-02-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|
|
@@ -81,7 +81,10 @@ dependencies:
|
|
|
81
81
|
- - ">="
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
83
|
version: '0'
|
|
84
|
-
description:
|
|
84
|
+
description: |-
|
|
85
|
+
Font-Awesome gem for use in Ruby projects with either SASS or SASSC
|
|
86
|
+
|
|
87
|
+
This gem is deprecated in favor of 'font-awesome-sassc' - Please switch for continued support!
|
|
85
88
|
email:
|
|
86
89
|
- travis@travischase.me
|
|
87
90
|
- alex@atmartin.io
|
|
@@ -141,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
141
144
|
version: '0'
|
|
142
145
|
requirements: []
|
|
143
146
|
rubyforge_project:
|
|
144
|
-
rubygems_version: 2.
|
|
147
|
+
rubygems_version: 2.6.14
|
|
145
148
|
signing_key:
|
|
146
149
|
specification_version: 4
|
|
147
150
|
summary: Font-Awesome SASS[C]
|