Skip to content

Commit

Permalink
Release 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram Stein committed May 22, 2013
1 parent 73a8e76 commit efa1619
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
v1.4.4 (May 22, 2013)
* Change the UserAgent API so that it is backwards compatible with older Typekit kits.

v1.4.3 (May 16, 2013) v1.4.3 (May 16, 2013)
* UserAgent now maintains version numbers as instances of the Version class. * UserAgent now maintains version numbers as instances of the Version class.


Expand Down
2 changes: 1 addition & 1 deletion lib/webfontloader.rb
Expand Up @@ -3,7 +3,7 @@
require 'webfontloader/modules' require 'webfontloader/modules'


module WebFontLoader module WebFontLoader
VERSION = '1.4.3' VERSION = '1.4.4'


ProjectRoot = File.expand_path(File.dirname(__FILE__) + "/..") ProjectRoot = File.expand_path(File.dirname(__FILE__) + "/..")


Expand Down
8 changes: 3 additions & 5 deletions webfontloader.gemspec
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out ## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile ## the sub! line in the Rakefile
s.name = 'webfontloader' s.name = 'webfontloader'
s.version = '1.4.3' s.version = '1.4.4'
s.date = '2013-05-16' s.date = '2013-05-22'


## Make sure your summary is short. The description may be as long ## Make sure your summary is short. The description may be as long
## as you like. ## as you like.
Expand Down Expand Up @@ -66,15 +66,13 @@ DESC
## THE MANIFEST COMMENTS, they are used as delimiters by the task. ## THE MANIFEST COMMENTS, they are used as delimiters by the task.
# = MANIFEST = # = MANIFEST =
s.files = %w[ s.files = %w[
AUTHORS
CHANGELOG CHANGELOG
Gemfile Gemfile
LICENSE LICENSE
README.md README.md
Rakefile Rakefile
bin/webfontloader-demos bin/webfontloader-demos
docs/EVENTS.md
docs/MODULES.md
docs/TRANSITIONS.md
lib/webfontloader.rb lib/webfontloader.rb
lib/webfontloader/demo/public/ascender-iframe.html lib/webfontloader/demo/public/ascender-iframe.html
lib/webfontloader/demo/public/ascender.html lib/webfontloader/demo/public/ascender.html
Expand Down

0 comments on commit efa1619

Please sign in to comment.