paratele 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/paratele.gemspec +2 -2
  2. metadata +3 -3
data/paratele.gemspec CHANGED
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "paratele"
3
- s.version = "0.0.2"
3
+ s.version = "0.0.3"
4
4
  s.summary = "Provisioning at a distance"
5
5
  s.description = "Tele is a small provisioning framework that allows you to run bash scripts on remote servers over SSH."
6
6
  s.authors = ["Damian Janowski", "Michel Martens"]
7
7
  s.email = ["djanowski@dimaion.com", "michel@soveran.com"]
8
8
  s.homepage = "http://github.com/djanowski/tele"
9
9
 
10
- s.executables.push("tele")
10
+ s.executables.push("paratele")
11
11
 
12
12
  s.add_dependency("clap")
13
13
 
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
  - Damian Janowski
@@ -36,7 +36,7 @@ email:
36
36
  - djanowski@dimaion.com
37
37
  - michel@soveran.com
38
38
  executables:
39
- - tele
39
+ - paratele
40
40
  extensions: []
41
41
 
42
42
  extra_rdoc_files: []