capistrano-info 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 1b5f0ea714cbe5a83340814f2546d6684c9f3449
4
+ data.tar.gz: 18326cc8b769b3dc7aea1b66002e7a3ad305e087
5
+ SHA512:
6
+ metadata.gz: ce23aee870c7ca62ea573ff4c7f39482abdd9aa7804ea37fc934b588f310e77a14fa3c657bf95201d4fec7d3badf018ca0c87fae10b97b35c616b972dcfd4c25
7
+ data.tar.gz: 960682f53010e634494b4c4c13ae7627fa02320d19d81cf4f2b1dffbc672f6bd8c31e5babdb4a8a95577cf64eb59b35a11dd5ceb59bc27c6115d8b7735aa4f58
@@ -21,5 +21,5 @@ EOT
21
21
  gem.require_paths = ["lib"]
22
22
  gem.version = Capistrano::Info::VERSION
23
23
 
24
- gem.add_dependency 'capistrano', '~> 2.9'
24
+ gem.add_dependency 'capistrano', '>= 2.9.0', '< 3.0.0'
25
25
  end
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Info
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,43 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
5
- prerelease:
4
+ version: 0.1.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Matthias Viehweger
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-08-15 00:00:00.000000000 Z
11
+ date: 2013-10-13 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: capistrano
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
- version: '2.9'
19
+ version: 2.9.0
20
+ - - <
21
+ - !ruby/object:Gem::Version
22
+ version: 3.0.0
22
23
  type: :runtime
23
24
  prerelease: false
24
25
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
26
  requirements:
27
- - - ~>
27
+ - - '>='
28
28
  - !ruby/object:Gem::Version
29
- version: '2.9'
30
- description: ! 'A set of capistrano recipes for outputting various info from the remote
31
- server.
32
-
29
+ version: 2.9.0
30
+ - - <
31
+ - !ruby/object:Gem::Version
32
+ version: 3.0.0
33
+ description: |
34
+ A set of capistrano recipes for outputting various info from the remote server.
33
35
 
34
36
  Features include:
35
-
36
37
  - tail -f of a logfile (info:tail)
37
-
38
38
  - deployed version (info:version)
39
-
40
- '
41
39
  email:
42
40
  - kronn@kronn.de
43
41
  executables: []
@@ -55,26 +53,25 @@ files:
55
53
  - lib/capistrano-info/version.rb
56
54
  homepage: https://github.com/kronn/capistrano-info
57
55
  licenses: []
56
+ metadata: {}
58
57
  post_install_message:
59
58
  rdoc_options: []
60
59
  require_paths:
61
60
  - lib
62
61
  required_ruby_version: !ruby/object:Gem::Requirement
63
- none: false
64
62
  requirements:
65
- - - ! '>='
63
+ - - '>='
66
64
  - !ruby/object:Gem::Version
67
65
  version: '0'
68
66
  required_rubygems_version: !ruby/object:Gem::Requirement
69
- none: false
70
67
  requirements:
71
- - - ! '>='
68
+ - - '>='
72
69
  - !ruby/object:Gem::Version
73
70
  version: '0'
74
71
  requirements: []
75
72
  rubyforge_project:
76
- rubygems_version: 1.8.24
73
+ rubygems_version: 2.0.3
77
74
  signing_key:
78
- specification_version: 3
75
+ specification_version: 4
79
76
  summary: output of remote information through capistrano
80
77
  test_files: []