capistrano-basecamp 0.0.3 → 0.0.4

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.
@@ -19,5 +19,5 @@ Gem::Specification.new do |s|
19
19
  s.require_paths = ['lib']
20
20
 
21
21
  s.add_dependency(%q<xml-simple>)
22
- s.add_dependency(%q<basecamp>, ["= 0.0.2"])
22
+ s.add_dependency(%q<basecamp>, ["~> 0.0.6"])
23
23
  end
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Basecamp
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-basecamp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
5
- prerelease: false
4
+ hash: 23
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Priit Haamer
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-15 00:00:00 +05:30
18
+ date: 2011-05-28 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -38,14 +38,14 @@ dependencies:
38
38
  requirement: &id002 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
- - - "="
41
+ - - ~>
42
42
  - !ruby/object:Gem::Version
43
- hash: 27
43
+ hash: 19
44
44
  segments:
45
45
  - 0
46
46
  - 0
47
- - 2
48
- version: 0.0.2
47
+ - 6
48
+ version: 0.0.6
49
49
  type: :runtime
50
50
  version_requirements: *id002
51
51
  description: Capistrano plugin that posts change logs to Basecamp after deploy.
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  requirements: []
97
97
 
98
98
  rubyforge_project: capistrano-basecamp
99
- rubygems_version: 1.3.7
99
+ rubygems_version: 1.4.2
100
100
  signing_key:
101
101
  specification_version: 3
102
102
  summary: Posts change logs to Basecamp after Capistrano deploy.