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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c48243db427de03becfcc459fb5f656fe3536ba1
4
- data.tar.gz: d29ec13ed53f9d03d9869da3d8becafa84c33485
3
+ metadata.gz: 752a12c8ff7b1bd4943f3fa34b3aa2d0e058f6a7
4
+ data.tar.gz: 4e0ecbb74b5359d8d2f2b55574e86e76a4b6dfa1
5
5
  SHA512:
6
- metadata.gz: 2ed8bd1ce3f87d06daf193fb5d72f17ce877715d1c3d84c0750d7d9ed6b07d7be810edef2358eb6c6817c02a1153071242c3c68794346ecee0595c10c3c691d4
7
- data.tar.gz: b70f2596bd460b895e672e05431083937283faba78b9a609e1a67d5c07be8d5d07114e6503533b93fd7c313d30233fadf36dc5ee7cf59189365fb6f3b99c2ba8
6
+ metadata.gz: 982e21b44af1550ffcfaaa15f91a293d29a6b1237385a4242fe193f6e6a6bc1016c91b55e892353808124d9cdacfdf8429142400bae0be37679b58da3320baf0
7
+ data.tar.gz: 4fa4ff998071845ec5c20bb5fa68ea39540cd10512ec28d047b8bd866c52c4be995eb0aaf8745947a3ad38660a64b92c281af07d8e913676564e3db0e2d634b0
File without changes
@@ -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
- /*.octicon is optimized for 16px. */
26
- /*.mega-octicon is optimized for 32px but can be used larger.*/
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'} /*  */
@@ -1,5 +1,5 @@
1
1
  module Octicons
2
2
  module Rails
3
- VERSION = "2.1.0"
3
+ VERSION = "2.1.1"
4
4
  end
5
- end
5
+ end
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.0
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-07-03 00:00:00.000000000 Z
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.3.0
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