# -*- encoding: utf-8 -*- # stub: csd 0.1.17 ruby lib Gem::Specification.new do |s| s.name = "csd".freeze s.version = "0.1.17".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Technology Transfer Alliance Team".freeze] s.date = "2010-08-04" s.description = "CSD stands for Communication Systems Design and is a project of the Telecommunication Systems Laboratory (TSLab) of the Royal Institute of Technology in Stockholm, Sweden. Within CSD many software tools are used to build up various networks and services. This gem is supposed to automate processes to handle the compilation and installation of these software tools. Technology Transfer Alliance (TTA) is the project team, which maintains this code.".freeze s.email = "mtoday11@gmail.com".freeze s.executables = ["ai".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "COPYING".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/ai".freeze, "csd.gemspec".freeze, "lib/csd.rb".freeze, "lib/csd/application.rb".freeze, "lib/csd/application/decklink.rb".freeze, "lib/csd/application/decklink/about.yml".freeze, "lib/csd/application/decklink/base.rb".freeze, "lib/csd/application/decklink/options/install.rb".freeze, "lib/csd/application/default.rb".freeze, "lib/csd/application/default/base.rb".freeze, "lib/csd/application/minisip.rb".freeze, "lib/csd/application/minisip/about.yml".freeze, "lib/csd/application/minisip/base.rb".freeze, "lib/csd/application/minisip/component.rb".freeze, "lib/csd/application/minisip/component/core.rb".freeze, "lib/csd/application/minisip/component/ffmpeg.rb".freeze, "lib/csd/application/minisip/component/gnome.rb".freeze, "lib/csd/application/minisip/component/hdviper.rb".freeze, "lib/csd/application/minisip/component/plugins.rb".freeze, "lib/csd/application/minisip/component/x264.rb".freeze, "lib/csd/application/minisip/error.rb".freeze, "lib/csd/application/minisip/options/common.rb".freeze, "lib/csd/application/minisip/options/common_defaults.rb".freeze, "lib/csd/application/minisip/options/compile.rb".freeze, "lib/csd/application/minisip/options/compile_defaults.rb".freeze, "lib/csd/application/minisip/options/package.rb".freeze, "lib/csd/application/minisip/options/package_defaults.rb".freeze, "lib/csd/application/minisip/phonebook_example.rb".freeze, "lib/csd/application/minisip/unix.rb".freeze, "lib/csd/application/minisip/unix/darwin.rb".freeze, "lib/csd/application/minisip/unix/linux.rb".freeze, "lib/csd/application/minisip/unix/linux/debian.rb".freeze, "lib/csd/application/minisip/unix/linux/debian/ubuntu10.rb".freeze, "lib/csd/application/opensips/about.yml".freeze, "lib/csd/applications.rb".freeze, "lib/csd/commands.rb".freeze, "lib/csd/container.rb".freeze, "lib/csd/error.rb".freeze, "lib/csd/extensions.rb".freeze, "lib/csd/extensions/core/array.rb".freeze, "lib/csd/extensions/core/dir.rb".freeze, "lib/csd/extensions/core/kernel.rb".freeze, "lib/csd/extensions/core/object.rb".freeze, "lib/csd/extensions/core/open_struct.rb".freeze, "lib/csd/extensions/core/option_parser.rb".freeze, "lib/csd/extensions/core/pathname.rb".freeze, "lib/csd/extensions/core/string.rb".freeze, "lib/csd/extensions/gem/platform.rb".freeze, "lib/csd/options_parser.rb".freeze, "lib/csd/path_container.rb".freeze, "lib/csd/user_interface.rb".freeze, "lib/csd/user_interface/base.rb".freeze, "lib/csd/user_interface/cli.rb".freeze, "lib/csd/user_interface/silent.rb".freeze, "lib/csd/vendor/active_support/MIT-LICENSE".freeze, "lib/csd/vendor/active_support/inflector.rb".freeze, "lib/csd/vendor/active_support/object_extensions.rb".freeze, "lib/csd/vendor/term/GPL2-LICENSE".freeze, "lib/csd/vendor/term/ansicolor.rb".freeze, "lib/csd/vendor/zentest/zentest_assertions.rb".freeze, "lib/csd/version.rb".freeze, "test/application/test_minisip.rb".freeze, "test/functional/test_application_base.rb".freeze, "test/functional/test_application_default.rb".freeze, "test/functional/test_applications.rb".freeze, "test/functional/test_cli.rb".freeze, "test/functional/test_commands.rb".freeze, "test/functional/test_csd.rb".freeze, "test/functional/test_options.rb".freeze, "test/helper.rb".freeze, "test/unit/test_container.rb".freeze, "test/unit/test_dir.rb".freeze, "test/unit/test_open_struct.rb".freeze, "test/unit/test_pathname.rb".freeze, "test/unit/test_platform.rb".freeze, "test/unit/test_string.rb".freeze] s.homepage = "http://github.com/csd/csd".freeze s.post_install_message = "\n============================================================\n\n Thank you for installing the TTA Automated Installer!\n\n You can run it by typing `ai\u00C2\u00B4 in your command line.\n\n NOTE: On DEBIAN and UBUNTU the executable `ai\u00C2\u00B4 is *maybe*\n not in your PATH by default. If that is the case,\n you can fix it by running this command:\n\n echo \"export PATH=\\$PATH:$(gem env | grep \"E D\" | sed \"s/[^\\w]* //\")\" >> ~/.bashrc;. ~/.bashrc\n\n============================================================\n".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Installation and compilation handler for software used in CSD projects.".freeze s.test_files = ["test/application/test_minisip.rb".freeze, "test/functional/test_application_base.rb".freeze, "test/functional/test_application_default.rb".freeze, "test/functional/test_applications.rb".freeze, "test/functional/test_cli.rb".freeze, "test/functional/test_commands.rb".freeze, "test/functional/test_csd.rb".freeze, "test/functional/test_options.rb".freeze, "test/helper.rb".freeze, "test/unit/test_container.rb".freeze, "test/unit/test_dir.rb".freeze, "test/unit/test_open_struct.rb".freeze, "test/unit/test_pathname.rb".freeze, "test/unit/test_platform.rb".freeze, "test/unit/test_string.rb".freeze] end