public
Description: Ruby wrapper for the YUI Compressor.
Homepage: http://github.com/coryodaniel/ruby-yui
Clone URL: git://github.com/coryodaniel/ruby-yui.git
ruby-yui / ruby-yui.gemspec
100755 33 lines (28 sloc) 1.494 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{ruby-yui}
  s.version = "0.0.6"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Cory O'Daniel"]
  s.date = %q{2009-02-27}
  s.description = %q{A ruby wrapper for YUI compressor}
  s.email = %q{ruby-yui@coryodaniel.com}
  s.extra_rdoc_files = ["README"]
  s.files = ["README", "Thorfile", "ext/yuicompressor-2.4.2.jar", "lib/ruby-yui", "lib/ruby-yui/yui.rb", "lib/ruby-yui.rb", "test/data", "test/data/alt_out_path", "test/data/alt_out_path/javascripts", "test/data/backups", "test/data/backups/jquery-1.2.6.js", "test/data/backups/prototype.js", "test/data/backups/stompable.js", "test/data/javascripts", "test/data/javascripts/jquery-1.2.6.js", "test/data/javascripts/prototype.js", "test/data/stompers", "test/data/stompers/stompable.js", "test/data/stylesheets", "spec/unit", "spec/unit/yui_spec.rb"]
  s.has_rdoc = true
  #s.files += ["bin/rubyyui"]
  #s.executables = ["rubyyui"]
  s.homepage = %q{http://coryodaniel.com}
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{ruby-yui}
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{A ruby wrapper for YUI compressor}
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end