web_font 0.1.13 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"a":{"start":0,"end":67},"b":{"start":68,"end":99},"c":{"start":100,"end":160},"d":{"start":161,"end":185},"e":{"start":186,"end":205},"f":{"start":206,"end":234},"g":{"start":235,"end":262},"h":{"start":263,"end":275},"i":{"start":276,"end":296},"j":{"start":297,"end":311},"k":{"start":312,"end":329},"l":{"start":330,"end":356},"m":{"start":357,"end":414},"n":{"start":415,"end":438},"o":{"start":439,"end":458},"p":{"start":459,"end":503},"q":{"start":504,"end":511},"r":{"start":512,"end":549},"s":{"start":550,"end":610},"t":{"start":611,"end":626},"u":{"start":627,"end":638},"v":{"start":639,"end":650},"w":{"start":651,"end":657},"y":{"start":658,"end":661},"z":{"start":662,"end":662}}
1
+ {"a":{"start":0,"end":67},"b":{"start":68,"end":99},"c":{"start":100,"end":160},"d":{"start":161,"end":185},"e":{"start":186,"end":205},"f":{"start":206,"end":234},"g":{"start":235,"end":262},"h":{"start":263,"end":276},"i":{"start":277,"end":297},"j":{"start":298,"end":312},"k":{"start":313,"end":333},"l":{"start":334,"end":360},"m":{"start":361,"end":418},"n":{"start":419,"end":442},"o":{"start":443,"end":462},"p":{"start":463,"end":507},"q":{"start":508,"end":515},"r":{"start":516,"end":554},"s":{"start":555,"end":617},"t":{"start":618,"end":634},"u":{"start":635,"end":646},"v":{"start":647,"end":659},"w":{"start":660,"end":666},"y":{"start":667,"end":670},"z":{"start":671,"end":671}}
@@ -23,6 +23,8 @@ describe WebFont::Finder do
23
23
  item = finder.find(font_name)
24
24
 
25
25
  item.must_be_empty
26
+ finder.find('').must_be_empty
27
+ finder.find(nil).must_be_empty
26
28
  end
27
29
  end
28
30
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web_font
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sophy Eung
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-02 00:00:00.000000000 Z
11
+ date: 2014-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler