coffee-processing 0.0.5 → 0.0.6

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,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: