--- !ruby/object:Gem::Specification 
name: csd
version: !ruby/object:Gem::Version 
  hash: 21
  prerelease: false
  segments: 
  - 0
  - 1
  - 7
  version: 0.1.7
platform: ruby
authors: 
- Technology Transfer Alliance Team
autorequire: 
bindir: bin
cert_chain: []

date: 2010-07-22 00:00:00 +02:00
default_executable: ai
dependencies: []

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.
email: mtoday11@gmail.com
executables: 
- ai
extensions: []

extra_rdoc_files: 
- README.rdoc
files: 
- .document
- .gitignore
- COPYING
- README.rdoc
- Rakefile
- VERSION
- bin/ai
- csd.gemspec
- lib/csd.rb
- lib/csd/application.rb
- lib/csd/application/default.rb
- lib/csd/application/default/base.rb
- lib/csd/application/minisip.rb
- lib/csd/application/minisip/about.yml
- lib/csd/application/minisip/base.rb
- lib/csd/application/minisip/error.rb
- lib/csd/application/minisip/options/common.rb
- lib/csd/application/minisip/options/compile.rb
- lib/csd/application/minisip/options/package.rb
- lib/csd/application/minisip/unix.rb
- lib/csd/application/minisip/unix/darwin.rb
- lib/csd/application/minisip/unix/linux.rb
- lib/csd/application/minisip/unix/linux/debian.rb
- lib/csd/application/minisip/unix/linux/debian/ubuntu10.rb
- lib/csd/application/opensips/about.yml
- lib/csd/applications.rb
- lib/csd/commands.rb
- lib/csd/container.rb
- lib/csd/error.rb
- lib/csd/extensions.rb
- lib/csd/extensions/core/array.rb
- lib/csd/extensions/core/dir.rb
- lib/csd/extensions/core/object.rb
- lib/csd/extensions/core/option_parser.rb
- lib/csd/extensions/core/pathname.rb
- lib/csd/extensions/core/string.rb
- lib/csd/extensions/gem/platform.rb
- lib/csd/options_parser.rb
- lib/csd/path_container.rb
- lib/csd/user_interface.rb
- lib/csd/user_interface/base.rb
- lib/csd/user_interface/cli.rb
- lib/csd/vendor/active_support/MIT-LICENSE
- lib/csd/vendor/active_support/inflector.rb
- lib/csd/vendor/term/GPL2-LICENSE
- lib/csd/vendor/term/ansicolor.rb
- lib/csd/version.rb
- test/application/test_minisip.rb
- test/functional/test_applications.rb
- test/functional/test_commands.rb
- test/functional/test_options.rb
- test/helper.rb
- test/unit/test_dir.rb
- test/unit/test_pathname.rb
- test/unit/test_string.rb
has_rdoc: true
homepage: http://github.com/csd/csd
licenses: []

post_install_message: "\n\
  ================================================================================================\n\n  Thank you for installing the Communication Systems and Design Automated Installer!\n\n  You can run it by typing `ai\xC2\xB4 in your command line.\n\n  Note: On Debian and Ubuntu the executable `ai\xC2\xB4 is maybe not in your PATH by default.\n        If that is the case, 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    "
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.3.7
signing_key: 
specification_version: 3
summary: Installation and compilation handler for software used in CSD projects.
test_files: 
- test/application/test_minisip.rb
- test/functional/test_applications.rb
- test/functional/test_commands.rb
- test/functional/test_options.rb
- test/helper.rb
- test/unit/test_dir.rb
- test/unit/test_pathname.rb
- test/unit/test_string.rb