csd.gemspec in csd-0.0.6 vs csd.gemspec in csd-0.0.7
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{csd}
- s.version = "0.0.6"
+ s.version = "0.0.7"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Technology Transfer Alliance Team"]
- s.date = %q{2010-06-10}
+ s.date = %q{2010-06-11}
s.default_executable = %q{csd}
s.description = %q{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.}
s.email = %q{mtoday11@gmail.com}
s.executables = ["csd"]
s.extra_rdoc_files = [
@@ -30,9 +30,10 @@
"lib/apps/minisip.rb",
"lib/csd.rb",
"lib/csd/installer.rb",
"lib/csd/loader.rb",
"lib/csd/shared.rb",
+ "publish",
"test/helper.rb",
"test/test_csd.rb"
]
s.homepage = %q{http://github.com/csd/csd}
s.rdoc_options = ["--charset=UTF-8"]