# -*- encoding: utf-8 -*- # stub: ruby-station 0.1.5 ruby lib Gem::Specification.new do |s| s.name = "ruby-station".freeze s.version = "0.1.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Yutaka HARA".freeze] s.date = "2009-10-24" s.description = "Create, Distribute, and Install Ruby applications easily".freeze s.email = "yutaka.hara/at/gmail.com".freeze s.executables = ["ruby-station".freeze] s.files = [".gitignore".freeze, "History.txt".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/ruby-station".freeze, "config.rb".freeze, "controller/applications.rb".freeze, "controller/init.rb".freeze, "controller/main.rb".freeze, "layout/default.xhtml".freeze, "lib/.gitignore".freeze, "model/application.rb".freeze, "model/init.rb".freeze, "public/css/ramaze_error.css".freeze, "public/dispatch.fcgi".freeze, "public/favicon.ico".freeze, "public/js/jquery.js".freeze, "public/ramaze.png".freeze, "public/spinner.gif".freeze, "ruby-station.gemspec".freeze, "runtime/Rakefile".freeze, "runtime/VERSION".freeze, "runtime/lib/ruby-station.rb".freeze, "runtime/ruby-station-runtime-0.0.5.gem".freeze, "runtime/ruby-station-runtime.gemspec".freeze, "sample.config.yaml".freeze, "tests/README".freeze, "tests/Rakefile".freeze, "tests/console.rb".freeze, "tests/data/conf_dir/config.yaml".freeze, "tests/data/hello/hello-ruby-station.gemspec".freeze, "tests/data/hello/main.rb".freeze, "tests/data/hello/pkg/hello-ruby-station-0.3.1.gem".freeze, "tests/data/hello/pkg/hello-ruby-station-0.3.2.gem".freeze, "tests/development/config.yaml".freeze, "tests/features/install_file.feature".freeze, "tests/features/install_name.feature".freeze, "tests/features/list.feature".freeze, "tests/features/reinstall.feature".freeze, "tests/features/step_definitions/application_steps.rb".freeze, "tests/features/step_definitions/culerity_steps.rb".freeze, "tests/features/support/env.rb".freeze, "tests/features/uninstall.feature".freeze, "tests/features/upgrade.feature".freeze, "tests/spec/application.rb".freeze, "tests/spec/gem_manager.rb".freeze, "tests/spec/servant.rb".freeze, "tests/test_helper.rb".freeze, "util/gem_manager.rb".freeze, "util/servant.rb".freeze, "view/applications/do_install.xhtml".freeze, "view/applications/foo.xhtml".freeze, "view/applications/install.xhtml".freeze, "view/applications/uninstall.xhtml".freeze, "view/index.xhtml".freeze, "view/notfound.xhtml".freeze] s.homepage = "http://github.com/yhara/ruby-station".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Create, Distribute, and Install Ruby applications easily".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2009.07".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.10.1".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.10.0".freeze]) s.add_development_dependency(%q.freeze, ["= 1.2.9".freeze]) s.add_development_dependency(%q.freeze, ["= 0.4.2".freeze]) s.add_development_dependency(%q.freeze, ["= 0.5.0".freeze]) s.add_development_dependency(%q.freeze, ["= 0.5.3".freeze]) s.add_development_dependency(%q.freeze, ["= 0.2.3".freeze]) end