deployable 0.0.4 → 0.0.5

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.
data/deployable.gemspec CHANGED
@@ -25,5 +25,5 @@ Gem::Specification.new do |s|
25
25
 
26
26
  # This may be deleted in future versions. Needed because in older
27
27
  # rubies you get Abort Trap 6 errors in gem
28
- s.add_runtime_dependency "highline", "1.5.2"
28
+ # s.add_runtime_dependency "highline", "1.5.2"
29
29
  end
@@ -1,3 +1,3 @@
1
1
  module Deployable
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deployable
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Digitpaint
@@ -50,22 +50,6 @@ dependencies:
50
50
  version: 1.2.1
51
51
  type: :runtime
52
52
  version_requirements: *id002
53
- - !ruby/object:Gem::Dependency
54
- name: highline
55
- prerelease: false
56
- requirement: &id003 !ruby/object:Gem::Requirement
57
- none: false
58
- requirements:
59
- - - "="
60
- - !ruby/object:Gem::Version
61
- hash: 7
62
- segments:
63
- - 1
64
- - 5
65
- - 2
66
- version: 1.5.2
67
- type: :runtime
68
- version_requirements: *id003
69
53
  description: This library contains commonly used capistrano tasks, a couple of default recipes and example configurations.
70
54
  email:
71
55
  - info@digitpaint.nl