capo 0.9.2 → 0.9.3

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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: b5d87d52176b702cfbe4172523054269316999f3
4
+ data.tar.gz: b0f50490021dff2b2191b695fa21ef9901492b42
5
+ SHA512:
6
+ metadata.gz: a118272a76f3da1a9e87f5d01c7cda91e7988ce803ecd709ccba8feb8e184b6ccb519adb46cf7928f5bed8dd32f76abb38e7576a733ed5243c778b9ac2a0cb1f
7
+ data.tar.gz: d10d9a32c42f8cd2717b1b8ff8e9fc1c9c85961331d8cede3e32669bcb01a2a71236f1cdcb4c2a0226f6e468a91489c8ec2609e5dde8ed6a8d0b45dc18ccb168
data/capo.gemspec CHANGED
@@ -18,5 +18,5 @@ Gem::Specification.new do |gem|
18
18
  gem.require_paths = ['lib']
19
19
 
20
20
  gem.add_dependency 'capistrano', '>= 2.6.0'
21
- gem.add_dependency 'git'
21
+ gem.add_dependency 'git', '>= 1.2.6'
22
22
  end
data/lib/capo/init.rb CHANGED
@@ -10,7 +10,7 @@ module Capo
10
10
  puts "Pulling changes from remote repository"
11
11
  begin
12
12
  repo = with_timeout{Git.open Capo.repository_path}
13
- puts with_timeout{repo.lib.send :command, 'pull'} # repo.pull is broken in git-1.2.5, see: https://github.com/schacon/ruby-git/issues/32
13
+ puts with_timeout{repo.pull}
14
14
  rescue
15
15
  puts "Repository doesn't seem to exist yet..."
16
16
  puts "Cloning repository from #{repository_url} to #{Capo.repository_path}"
data/lib/capo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Capo
2
- VERSION = '0.9.2'
2
+ VERSION = '0.9.3'
3
3
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
5
- prerelease:
4
+ version: 0.9.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Jeroen Jacobs
@@ -12,40 +11,36 @@ authors:
12
11
  autorequire:
13
12
  bindir: bin
14
13
  cert_chain: []
15
- date: 2013-01-09 00:00:00.000000000 Z
14
+ date: 2013-08-19 00:00:00.000000000 Z
16
15
  dependencies:
17
16
  - !ruby/object:Gem::Dependency
18
17
  name: capistrano
19
18
  requirement: !ruby/object:Gem::Requirement
20
- none: false
21
19
  requirements:
22
- - - ! '>='
20
+ - - '>='
23
21
  - !ruby/object:Gem::Version
24
22
  version: 2.6.0
25
23
  type: :runtime
26
24
  prerelease: false
27
25
  version_requirements: !ruby/object:Gem::Requirement
28
- none: false
29
26
  requirements:
30
- - - ! '>='
27
+ - - '>='
31
28
  - !ruby/object:Gem::Version
32
29
  version: 2.6.0
33
30
  - !ruby/object:Gem::Dependency
34
31
  name: git
35
32
  requirement: !ruby/object:Gem::Requirement
36
- none: false
37
33
  requirements:
38
- - - ! '>='
34
+ - - '>='
39
35
  - !ruby/object:Gem::Version
40
- version: '0'
36
+ version: 1.2.6
41
37
  type: :runtime
42
38
  prerelease: false
43
39
  version_requirements: !ruby/object:Gem::Requirement
44
- none: false
45
40
  requirements:
46
- - - ! '>='
41
+ - - '>='
47
42
  - !ruby/object:Gem::Version
48
- version: '0'
43
+ version: 1.2.6
49
44
  description: Command line utility to fetch and manage Capistrano recipes
50
45
  email:
51
46
  - mail@capo.io
@@ -68,26 +63,26 @@ files:
68
63
  - lib/capo/version.rb
69
64
  homepage: http://capo.io
70
65
  licenses: []
66
+ metadata: {}
71
67
  post_install_message:
72
68
  rdoc_options: []
73
69
  require_paths:
74
70
  - lib
75
71
  required_ruby_version: !ruby/object:Gem::Requirement
76
- none: false
77
72
  requirements:
78
- - - ! '>='
73
+ - - '>='
79
74
  - !ruby/object:Gem::Version
80
75
  version: '0'
81
76
  required_rubygems_version: !ruby/object:Gem::Requirement
82
- none: false
83
77
  requirements:
84
- - - ! '>='
78
+ - - '>='
85
79
  - !ruby/object:Gem::Version
86
80
  version: '0'
87
81
  requirements: []
88
82
  rubyforge_project:
89
- rubygems_version: 1.8.24
83
+ rubygems_version: 2.0.3
90
84
  signing_key:
91
- specification_version: 3
85
+ specification_version: 4
92
86
  summary: Command line utility to fetch and manage Capistrano recipes
93
87
  test_files: []
88
+ has_rdoc: