coffee-processing 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ 0.0.6
2
+ =====
3
+ - Minor bug fix
4
+
1
5
  0.0.5
2
6
  =====
3
7
  - Experimental image/font preloading.
@@ -38,7 +38,7 @@
38
38
  window.setTimeout __polling, interval
39
39
  else
40
40
  __inject()
41
- setup() if (typeof setup)?
41
+ setup() if setup?
42
42
 
43
43
  if preload?
44
44
  if preload.fonts?
@@ -1,3 +1,3 @@
1
1
  module CoffeeProcessing
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coffee-processing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: