geoblacklight-icons 0.3.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.fontcustom-manifest.json +9 -5
- data/app/assets/fonts/geoblacklight-icons.eot +0 -0
- data/app/assets/fonts/geoblacklight-icons.svg +407 -349
- data/app/assets/fonts/geoblacklight-icons.ttf +0 -0
- data/app/assets/fonts/geoblacklight-icons.woff +0 -0
- data/app/assets/stylesheets/_geoblacklight-icons-rails.scss +4 -2
- data/app/assets/stylesheets/_geoblacklight-icons.scss +6 -3
- data/lib/geoblacklight/icons/version.rb +1 -1
- metadata +3 -3
Binary file
|
Binary file
|
@@ -32,6 +32,7 @@
|
|
32
32
|
.geoblacklight-illinois:before,
|
33
33
|
.geoblacklight-image:before,
|
34
34
|
.geoblacklight-iowa:before,
|
35
|
+
.geoblacklight-lewis-clark:before,
|
35
36
|
.geoblacklight-line:before,
|
36
37
|
.geoblacklight-maryland:before,
|
37
38
|
.geoblacklight-massgis:before,
|
@@ -43,7 +44,7 @@
|
|
43
44
|
.geoblacklight-multipoint:before,
|
44
45
|
.geoblacklight-nyu:before,
|
45
46
|
.geoblacklight-paper-map:before,
|
46
|
-
.geoblacklight-
|
47
|
+
.geoblacklight-penn-state:before,
|
47
48
|
.geoblacklight-point:before,
|
48
49
|
.geoblacklight-polygon:before,
|
49
50
|
.geoblacklight-polyline:before,
|
@@ -78,6 +79,7 @@
|
|
78
79
|
.geoblacklight-illinois:before { content: "\f106"; }
|
79
80
|
.geoblacklight-image:before { content: "\f107"; }
|
80
81
|
.geoblacklight-iowa:before { content: "\f108"; }
|
82
|
+
.geoblacklight-lewis-clark:before { content: "\f12d"; }
|
81
83
|
.geoblacklight-line:before { content: "\f109"; }
|
82
84
|
.geoblacklight-maryland:before { content: "\f12a"; }
|
83
85
|
.geoblacklight-massgis:before { content: "\f10b"; }
|
@@ -89,7 +91,7 @@
|
|
89
91
|
.geoblacklight-multipoint:before { content: "\f111"; }
|
90
92
|
.geoblacklight-nyu:before { content: "\f112"; }
|
91
93
|
.geoblacklight-paper-map:before { content: "\f113"; }
|
92
|
-
.geoblacklight-
|
94
|
+
.geoblacklight-penn-state:before { content: "\f12b"; }
|
93
95
|
.geoblacklight-point:before { content: "\f115"; }
|
94
96
|
.geoblacklight-polygon:before { content: "\f116"; }
|
95
97
|
.geoblacklight-polyline:before { content: "\f117"; }
|
@@ -32,6 +32,7 @@
|
|
32
32
|
.geoblacklight-illinois:before,
|
33
33
|
.geoblacklight-image:before,
|
34
34
|
.geoblacklight-iowa:before,
|
35
|
+
.geoblacklight-lewis-clark:before,
|
35
36
|
.geoblacklight-line:before,
|
36
37
|
.geoblacklight-maryland:before,
|
37
38
|
.geoblacklight-massgis:before,
|
@@ -43,7 +44,7 @@
|
|
43
44
|
.geoblacklight-multipoint:before,
|
44
45
|
.geoblacklight-nyu:before,
|
45
46
|
.geoblacklight-paper-map:before,
|
46
|
-
.geoblacklight-
|
47
|
+
.geoblacklight-penn-state:before,
|
47
48
|
.geoblacklight-point:before,
|
48
49
|
.geoblacklight-polygon:before,
|
49
50
|
.geoblacklight-polyline:before,
|
@@ -78,6 +79,7 @@
|
|
78
79
|
.geoblacklight-illinois:before { content: "\f106"; }
|
79
80
|
.geoblacklight-image:before { content: "\f107"; }
|
80
81
|
.geoblacklight-iowa:before { content: "\f108"; }
|
82
|
+
.geoblacklight-lewis-clark:before { content: "\f12d"; }
|
81
83
|
.geoblacklight-line:before { content: "\f109"; }
|
82
84
|
.geoblacklight-maryland:before { content: "\f12a"; }
|
83
85
|
.geoblacklight-massgis:before { content: "\f10b"; }
|
@@ -89,7 +91,7 @@
|
|
89
91
|
.geoblacklight-multipoint:before { content: "\f111"; }
|
90
92
|
.geoblacklight-nyu:before { content: "\f112"; }
|
91
93
|
.geoblacklight-paper-map:before { content: "\f113"; }
|
92
|
-
.geoblacklight-
|
94
|
+
.geoblacklight-penn-state:before { content: "\f12b"; }
|
93
95
|
.geoblacklight-point:before { content: "\f115"; }
|
94
96
|
.geoblacklight-polygon:before { content: "\f116"; }
|
95
97
|
.geoblacklight-polyline:before { content: "\f117"; }
|
@@ -111,6 +113,7 @@ $font-geoblacklight-icons-harvard: "\f105";
|
|
111
113
|
$font-geoblacklight-icons-illinois: "\f106";
|
112
114
|
$font-geoblacklight-icons-image: "\f107";
|
113
115
|
$font-geoblacklight-icons-iowa: "\f108";
|
116
|
+
$font-geoblacklight-icons-lewis-clark: "\f12d";
|
114
117
|
$font-geoblacklight-icons-line: "\f109";
|
115
118
|
$font-geoblacklight-icons-maryland: "\f12a";
|
116
119
|
$font-geoblacklight-icons-massgis: "\f10b";
|
@@ -122,7 +125,7 @@ $font-geoblacklight-icons-mixed: "\f110";
|
|
122
125
|
$font-geoblacklight-icons-multipoint: "\f111";
|
123
126
|
$font-geoblacklight-icons-nyu: "\f112";
|
124
127
|
$font-geoblacklight-icons-paper-map: "\f113";
|
125
|
-
$font-geoblacklight-icons-
|
128
|
+
$font-geoblacklight-icons-penn-state: "\f12b";
|
126
129
|
$font-geoblacklight-icons-point: "\f115";
|
127
130
|
$font-geoblacklight-icons-polygon: "\f116";
|
128
131
|
$font-geoblacklight-icons-polyline: "\f117";
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: geoblacklight-icons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wayne Graham
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2016-
|
13
|
+
date: 2016-09-09 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
87
|
version: '0'
|
88
88
|
requirements: []
|
89
89
|
rubyforge_project:
|
90
|
-
rubygems_version: 2.
|
90
|
+
rubygems_version: 2.5.1
|
91
91
|
signing_key:
|
92
92
|
specification_version: 4
|
93
93
|
summary: A useful icon font set for geospatial applications.
|