# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{js-get} s.version = "0.1.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tom Wilson"] s.date = %q{2009-10-22} s.default_executable = %q{js-get} s.description = %q{command line interface to install js libraries} s.email = %q{tom@jackhq.com} s.executables = ["js-get"] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "bin/js-get", "doc/classes/App.html", "doc/classes/App.src/M000001.html", "doc/classes/App.src/M000002.html", "doc/classes/App.src/M000003.html", "doc/classes/App.src/M000004.html", "doc/classes/App.src/M000005.html", "doc/classes/App.src/M000006.html", "doc/classes/App.src/M000007.html", "doc/classes/App.src/M000008.html", "doc/classes/App.src/M000009.html", "doc/classes/App.src/M000010.html", "doc/classes/App.src/M000011.html", "doc/classes/App.src/M000012.html", "doc/classes/App.src/M000013.html", "doc/classes/App.src/M000014.html", "doc/classes/App.src/M000015.html", "doc/created.rid", "doc/files/bin/js-get.html", "doc/fr_class_index.html", "doc/fr_file_index.html", "doc/fr_method_index.html", "doc/index.html", "doc/rdoc-style.css", "js-get.gemspec", "lib/js-get.rb", "test/helper.rb", "test/test_js-get.rb" ] s.homepage = %q{http://github.com/twilson63/js-get} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{cli javascript library install} s.test_files = [ "test/helper.rb", "test/test_js-get.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) end end