entypo-rails 2.2.2 → 2.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/entypo.css.scss.erb +2 -2
- data/lib/entypo/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36d28b2ddc6b5a087fee5b7f0f85a32a04db88e8
|
4
|
+
data.tar.gz: 49acabfde93f3c5790f27661ff2b7fa3d670c654
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b81995b638f9d5b3c3d9260c85dbec21446afc6abc4ed96e3b527beca0420753d2a6321f2e7390db9ebbc307a8c8ae6f9284de0c604d5e9c606e37ccd3fc15a
|
7
|
+
data.tar.gz: adaa78caa238f916fd9b4100946d9009c1397a4cf887b85068421ef23d36592fc6dc8b595cc27c4c9913ff2a9691219dbf78b15480b79852da369a3789ba5659
|
@@ -268,8 +268,8 @@
|
|
268
268
|
.<%= Entypo.css_prefix %>-social-facebook:before { content: '\f30c'; } /* f30c */
|
269
269
|
.<%= Entypo.css_prefix %>-social-c-facebook:before { content: '\f30d'; } /* f30d */
|
270
270
|
.<%= Entypo.css_prefix %>-social-s-facebook:before { content: '\f30e'; } /* f30e */
|
271
|
-
.<%= Entypo.css_prefix %>-social-google
|
272
|
-
.<%= Entypo.css_prefix %>-social-c-google
|
271
|
+
.<%= Entypo.css_prefix %>-social-google-plus:before { content: '\f30f'; } /* f30f */
|
272
|
+
.<%= Entypo.css_prefix %>-social-c-google-plus:before { content: '\f310'; } /* f310 */
|
273
273
|
.<%= Entypo.css_prefix %>-social-pinterest:before { content: '\f312'; } /* f312 */
|
274
274
|
.<%= Entypo.css_prefix %>-social-c-pinterest:before { content: '\f313'; } /* f313 */
|
275
275
|
.<%= Entypo.css_prefix %>-social-tumblr:before { content: '\f315'; } /* f315 */
|
data/lib/entypo/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: entypo-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lukas Westermann
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2015-04-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
version: '0'
|
81
81
|
requirements: []
|
82
82
|
rubyforge_project:
|
83
|
-
rubygems_version: 2.2.
|
83
|
+
rubygems_version: 2.2.2
|
84
84
|
signing_key:
|
85
85
|
specification_version: 4
|
86
86
|
summary: Rails asset pipeline plugin to provide Entypo icons.
|