Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Ruby-YUI Compressor 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Feb 21, 2011
1 parent dd34f9d commit b271023
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Ruby-YUI Compressor provides a Ruby interface to the {YUI Compressor Java library}[http://developer.yahoo.com/yui/compressor/] for minifying JavaScript and CSS assets.

<b>Latest version:</b> 0.9.3 (includes YUI Compressor 2.4.4)
<b>Latest version:</b> 0.9.4 (includes YUI Compressor 2.4.4)

* {API documentation}[http://yui.rubyforge.org/]
* {Source code}[http://github.com/sstephenson/ruby-yui-compressor/]
Expand All @@ -21,7 +21,7 @@ Ruby-YUI Compressor is distributed as a Ruby Gem (<tt>yui-compressor</tt>). Beca

You can also install Ruby-YUI Compressor with the {Rip package manager}[http://hellorip.com/]:

$ rip install git://github.com/sstephenson/ruby-yui-compressor.git 0.9.3
$ rip install git://github.com/sstephenson/ruby-yui-compressor.git 0.9.4
$ irb -rrip
>> require "yui/compressor"
=> true
Expand Down
2 changes: 1 addition & 1 deletion lib/yui/compressor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module YUI #:nodoc:
class Compressor
VERSION = "0.9.3"
VERSION = "0.9.4"

class Error < StandardError; end
class OptionError < Error; end
Expand Down
4 changes: 2 additions & 2 deletions yui-compressor.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "yui-compressor"
s.version = "0.9.3"
s.date = "2011-01-18"
s.version = "0.9.4"
s.date = "2011-02-20"
s.summary = "JavaScript and CSS minification library"
s.email = "sstephenson@gmail.com"
s.description = "A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets."
Expand Down

0 comments on commit b271023

Please sign in to comment.