capistrano-scm-bamboo 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capistrano-scm-bamboo (1.0.4)
4
+ capistrano-scm-bamboo (1.4.3)
5
5
  capistrano
6
6
  json
7
7
  typhoeus
@@ -9,33 +9,37 @@ PATH
9
9
  GEM
10
10
  remote: http://rubygems.org/
11
11
  specs:
12
- capistrano (2.11.2)
12
+ capistrano (2.13.5)
13
13
  highline
14
14
  net-scp (>= 1.0.0)
15
15
  net-sftp (>= 2.0.0)
16
16
  net-ssh (>= 2.0.14)
17
17
  net-ssh-gateway (>= 1.1.0)
18
18
  diff-lcs (1.1.3)
19
- highline (1.6.11)
20
- json (1.6.6)
21
- mime-types (1.18)
19
+ ethon (0.5.6)
20
+ ffi (~> 1.1.5)
21
+ mime-types (~> 1.18)
22
+ ffi (1.1.5)
23
+ highline (1.6.15)
24
+ json (1.7.5)
25
+ mime-types (1.19)
22
26
  net-scp (1.0.4)
23
27
  net-ssh (>= 1.99.1)
24
28
  net-sftp (2.0.5)
25
29
  net-ssh (>= 2.0.9)
26
- net-ssh (2.3.0)
30
+ net-ssh (2.6.1)
27
31
  net-ssh-gateway (1.1.0)
28
32
  net-ssh (>= 1.99.1)
29
- rspec (2.9.0)
30
- rspec-core (~> 2.9.0)
31
- rspec-expectations (~> 2.9.0)
32
- rspec-mocks (~> 2.9.0)
33
- rspec-core (2.9.0)
34
- rspec-expectations (2.9.1)
33
+ rspec (2.12.0)
34
+ rspec-core (~> 2.12.0)
35
+ rspec-expectations (~> 2.12.0)
36
+ rspec-mocks (~> 2.12.0)
37
+ rspec-core (2.12.0)
38
+ rspec-expectations (2.12.0)
35
39
  diff-lcs (~> 1.1.3)
36
- rspec-mocks (2.9.0)
37
- typhoeus (0.3.3)
38
- mime-types
40
+ rspec-mocks (2.12.0)
41
+ typhoeus (0.5.3)
42
+ ethon (~> 0.5.3)
39
43
 
40
44
  PLATFORMS
41
45
  ruby
@@ -1,7 +1,7 @@
1
1
  module Capistrano
2
2
  module Scm
3
3
  module Bamboo
4
- VERSION = "1.4.2"
4
+ VERSION = "1.4.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-scm-bamboo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-20 00:00:00.000000000 Z
12
+ date: 2012-11-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  version: '0'
116
116
  requirements: []
117
117
  rubyforge_project: capistrano-scm-bamboo
118
- rubygems_version: 1.8.23
118
+ rubygems_version: 1.8.24
119
119
  signing_key:
120
120
  specification_version: 3
121
121
  summary: Use Atlassian Bamboo as a Capistrano SCM strategy