csd 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{csd}
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
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"]
@@ -38,7 +38,7 @@ module CSD
38
38
  end
39
39
 
40
40
  def checkout_trunk
41
- run_command("git clone http://github.com/csd/minisip")
41
+ run_command("git clone http://github.com/csd/minisip.git")
42
42
  end
43
43
 
44
44
  end
@@ -26,7 +26,7 @@ module CSD
26
26
  when 'install'
27
27
  Installer.new :options => @options, :actions => @actions
28
28
  else
29
- puts 'Run csd -h to get help.'
29
+ puts "Unknown action, try 'csd install'"
30
30
  end
31
31
  self
32
32
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Technology Transfer Alliance Team