pictogram 2.0.7 → 2.0.8

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: bb7e7bc6554bf72d2b47eab19d38c78cc10d580a
4
- data.tar.gz: 35ef377917a28d1c4dc59af22948bf8a7d565277
3
+ metadata.gz: b3bfd2c342ff7ad9f22baf4b0a238e041e93013a
4
+ data.tar.gz: 2aa39be2d37e03b1f0970171fa84aced47e077d3
5
5
  SHA512:
6
- metadata.gz: 28770782b2a716ee20fa3e5236d40bd69457f82455c69fb614d7ffe4c42439e3399a58f3d7e6cf9bf062d57528c8a2c0a14f593738f213d2eed83193002ccf40
7
- data.tar.gz: c7f5e3370cecfa06e7a1c4e29656c223606b2a6adf75183940f37dfc8471c509d282a3286d2fd82cfa0921c56d8411b95ddd2fe18dfe082866ee2333f8b9498a
6
+ metadata.gz: 80fcad4aeeaaa74a053c5039ac2d2a9c321c7ce0bc2dd5bcf66eac05720c5acb9fae21b74ba20c3ac1cda127e459aa3534670e010e78d0af6b5c9eabad6d79b1
7
+ data.tar.gz: 6544f718709cb1c66f439f3e9d69ffcff4dc5929ae171345186b3c6c5c10f1548a57b108465f9edeaa235948ae0f97c36263d9465799e042c01e402da956ee50
data/index.html CHANGED
@@ -79,6 +79,7 @@
79
79
  <div title="handlebars" class="pictogram pictogram-handlebars"></div>
80
80
  <div title="haskell" class="pictogram pictogram-haskell"></div>
81
81
  <div title="haxe" class="pictogram pictogram-haxe"></div>
82
+ <div title="haxelib" class="pictogram pictogram-haxelib"></div>
82
83
  <div title="hex" class="pictogram pictogram-hex"></div>
83
84
  <div title="homebrew" class="pictogram pictogram-homebrew"></div>
84
85
  <div title="html" class="pictogram pictogram-html"></div>
@@ -123,4 +124,3 @@
123
124
  </div>
124
125
  </body>
125
126
  </html>
126
-
@@ -1,3 +1,3 @@
1
1
  module Pictogram
2
- VERSION = "2.0.7"
2
+ VERSION = "2.0.8"
3
3
  end
data/pictogram.css CHANGED
@@ -156,6 +156,10 @@
156
156
  background-image: url(https://librariesio.github.io/pictogram/haxe/haxe.png);
157
157
  background-color: transparent;
158
158
  }
159
+ .pictogram-haxelib {
160
+ background-image: url(https://librariesio.github.io/pictogram/haxelib/haxelib.png);
161
+ background-color: transparent;
162
+ }
159
163
  .pictogram-hex {
160
164
  background-image: url(https://librariesio.github.io/pictogram/hex/hex.png);
161
165
  background-color: transparent;
@@ -324,4 +328,3 @@
324
328
  background-image: url(https://librariesio.github.io/pictogram/xml/xml.png);
325
329
  background-color: transparent;
326
330
  }
327
-
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "haxe",
3
+ "source": {
4
+ "url": "http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Haxe_logo.svg/200px-Haxe_logo.svg.png",
5
+ "referrer": "http://commons.wikimedia.org/wiki/File:Haxe_logo.svg",
6
+ "headers": {
7
+ "x-object-meta-sha1base36": "l1cgijtjx7vm1mhwcrafhrolscqboqd",
8
+ "content-disposition": "inline;filename*=UTF-8''Haxe_logo.svg.png",
9
+ "last-modified": "Mon, 26 Jan 2015 20:56:00 GMT",
10
+ "etag": "de1bd27446ee95f11e76d5f7bc475b33",
11
+ "x-timestamp": "1422305759.09582",
12
+ "content-type": "image/png",
13
+ "x-trans-id": "tx7b3e5487e39841c381a8b-00550dcad9",
14
+ "x-varnish": "3530181081, 3218751181 3218708352, 260505383",
15
+ "content-length": "8295",
16
+ "accept-ranges": "bytes",
17
+ "date": "Sat, 21 Mar 2015 19:48:00 GMT",
18
+ "age": "23",
19
+ "x-cache": "cp1051 miss (0), cp3008 hit (1), cp3018 frontend miss (0), MISS from cache_server",
20
+ "access-control-allow-origin": "*",
21
+ "access-control-expose-headers": "Age, Date, Content-Length, Content-Range, X-Content-Duration, X-Cache, X-Varnish",
22
+ "timing-allow-origin": "*",
23
+ "x-cache-lookup": "MISS from cache_server:3128",
24
+ "via": "1.1 varnish, 1.1 varnish, 1.1 varnish, 1.0 cache_server:3128 (squid/2.6.STABLE21)",
25
+ "connection": "keep-alive"
26
+ }
27
+ }
28
+ }
@@ -172,6 +172,10 @@
172
172
  background-image: image_url("haxe/haxe.png");
173
173
  background-color: transparent;
174
174
  }
175
+ .pictogram-haxelib {
176
+ background-image: image_url("haxelib/haxelib.png");
177
+ background-color: transparent;
178
+ }
175
179
  .pictogram-hex {
176
180
  background-image: image_url("hex/hex.png");
177
181
  background-color: transparent;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pictogram
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oli Evans
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-11-08 00:00:00.000000000 Z
12
+ date: 2016-11-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -175,6 +175,9 @@ files:
175
175
  - vendor/assets/images/haxe/haxe.json
176
176
  - vendor/assets/images/haxe/haxe.orig.png
177
177
  - vendor/assets/images/haxe/haxe.png
178
+ - vendor/assets/images/haxelib/haxe.json
179
+ - vendor/assets/images/haxelib/haxe.orig.png
180
+ - vendor/assets/images/haxelib/haxelib.png
178
181
  - vendor/assets/images/hex/hex.json
179
182
  - vendor/assets/images/hex/hex.png
180
183
  - vendor/assets/images/homebrew/homebrew.json