csd 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/csd.gemspec +1 -1
  3. data/lib/apps/minisip.rb +3 -2
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{csd}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Technology Transfer Alliance Team"]
@@ -19,7 +19,7 @@ module CSD
19
19
  Dir.chdir('minisip')
20
20
  root_dir = Dir.pwd
21
21
 
22
- ['git-core', 'automake', 'libssl-dev', 'libtool', 'libglademm-2.4-dev'].each do |apt|
22
+ ['git-core', 'subversion', 'automake', 'libssl-dev', 'libtool', 'libglademm-2.4-dev'].each do |apt|
23
23
  run_command("sudo apt-get --yes install #{apt}")
24
24
  end
25
25
 
@@ -45,7 +45,8 @@ module CSD
45
45
  end
46
46
 
47
47
  def checkout_repository
48
- run_command("git clone http://github.com/csd/minisip.git repository")
48
+ #run_command("git clone http://github.com/csd/minisip.git repository")
49
+ run_command("svn co svn://minisip.org/minisip/trunk repository")
49
50
  end
50
51
 
51
52
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Technology Transfer Alliance Team