octicons-rails 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/fonts/octicons-local.ttf +0 -0
- data/app/assets/fonts/octicons.eot +0 -0
- data/app/assets/fonts/octicons.svg +0 -0
- data/app/assets/fonts/octicons.ttf +0 -0
- data/app/assets/fonts/octicons.woff +0 -0
- data/app/assets/stylesheets/octicons.css.erb +6 -18
- data/lib/octicons-rails/version.rb +2 -2
- 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: 752a12c8ff7b1bd4943f3fa34b3aa2d0e058f6a7
|
4
|
+
data.tar.gz: 4e0ecbb74b5359d8d2f2b55574e86e76a4b6dfa1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 982e21b44af1550ffcfaaa15f91a293d29a6b1237385a4242fe193f6e6a6bc1016c91b55e892353808124d9cdacfdf8429142400bae0be37679b58da3320baf0
|
7
|
+
data.tar.gz: 4fa4ff998071845ec5c20bb5fa68ea39540cd10512ec28d047b8bd866c52c4be995eb0aaf8745947a3ad38660a64b92c281af07d8e913676564e3db0e2d634b0
|
Binary file
|
Binary file
|
File without changes
|
Binary file
|
Binary file
|
@@ -1,17 +1,3 @@
|
|
1
|
-
/*!
|
2
|
-
* Octicons 2.1.0 by Github - http://octicons.github.com/
|
3
|
-
*
|
4
|
-
* (c) 2012-2014 GitHub
|
5
|
-
*
|
6
|
-
* When using the GitHub logos, be sure to follow the GitHub logo guidelines (https://github.com/logos)
|
7
|
-
*
|
8
|
-
* Font License: SIL OFL 1.1 (http://scripts.sil.org/OFL)
|
9
|
-
* Applies to all font files
|
10
|
-
*
|
11
|
-
* Code License: MIT (http://choosealicense.com/licenses/mit/)
|
12
|
-
* Applies to all other files
|
13
|
-
*/
|
14
|
-
|
15
1
|
@font-face {
|
16
2
|
font-family: 'octicons';
|
17
3
|
src: url('<%= font_path('octicons.eot?#iefix') %>') format('embedded-opentype'),
|
@@ -22,8 +8,12 @@
|
|
22
8
|
font-style: normal;
|
23
9
|
}
|
24
10
|
|
25
|
-
|
26
|
-
|
11
|
+
/*
|
12
|
+
|
13
|
+
.octicon is optimized for 16px.
|
14
|
+
.mega-octicon is optimized for 32px but can be used larger.
|
15
|
+
|
16
|
+
*/
|
27
17
|
.octicon {
|
28
18
|
font: normal normal 16px octicons;
|
29
19
|
line-height: 1;
|
@@ -35,7 +25,6 @@
|
|
35
25
|
-moz-user-select: none;
|
36
26
|
-ms-user-select: none;
|
37
27
|
user-select: none;
|
38
|
-
cursor: default;
|
39
28
|
}
|
40
29
|
.mega-octicon {
|
41
30
|
font: normal normal 32px octicons;
|
@@ -48,7 +37,6 @@
|
|
48
37
|
-moz-user-select: none;
|
49
38
|
-ms-user-select: none;
|
50
39
|
user-select: none;
|
51
|
-
cursor: default;
|
52
40
|
}
|
53
41
|
|
54
42
|
.octicon-alert:before { content: '\f02d'} /* */
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octicons-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maksim Berjoza
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
68
|
version: '0'
|
69
69
|
requirements: []
|
70
70
|
rubyforge_project:
|
71
|
-
rubygems_version: 2.
|
71
|
+
rubygems_version: 2.4.1
|
72
72
|
signing_key:
|
73
73
|
specification_version: 4
|
74
74
|
summary: Awesome Github's Octicons with Rails asset pipeline
|