webfontloader 1.0.7 → 1.0.8

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.
data/CHANGELOG CHANGED
@@ -1,5 +1,8 @@
1
1
  master
2
2
 
3
+ v1.0.8 (September 10, 2010)
4
+ * Bugfix: fix type definitions
5
+
3
6
  v1.0.7 (August 31, 2010)
4
7
  * Fix that wf-loading was not removed in the case of wf-inactive because of
5
8
  a timeout.
data/lib/webfontloader.rb CHANGED
@@ -3,7 +3,7 @@ require 'yaml'
3
3
  require 'webfontloader/modules'
4
4
 
5
5
  module WebFontLoader
6
- VERSION = '1.0.7'
6
+ VERSION = '1.0.8'
7
7
 
8
8
  ProjectRoot = File.expand_path(File.dirname(__FILE__) + "/..")
9
9
 
@@ -5,7 +5,7 @@
5
5
  * @param {string} engineVersion
6
6
  * @param {string} platform
7
7
  * @param {string} platformVersion
8
- * @param {int} documentMode
8
+ * @param {number|undefined} documentMode
9
9
  * @param {boolean} webFontSupport
10
10
  * @constructor
11
11
  */
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'webfontloader'
16
- s.version = '1.0.7'
17
- s.date = '2010-08-31'
16
+ s.version = '1.0.8'
17
+ s.date = '2010-09-10'
18
18
 
19
19
  ## Make sure your summary is short. The description may be as long
20
20
  ## as you like.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webfontloader
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 7
10
- version: 1.0.7
9
+ - 8
10
+ version: 1.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Carver
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-08-31 00:00:00 -07:00
19
+ date: 2010-09-10 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency