capistrano_evrone_recipes 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capistrano_evrone_recipes (0.1.2)
4
+ capistrano_evrone_recipes (0.1.5)
5
5
  capistrano (>= 2.13.5)
6
6
  colored
7
7
  foreman_export_runitu
@@ -17,27 +17,9 @@ Gem::Specification.new do |s|
17
17
 
18
18
  s.require_paths = ["lib"]
19
19
 
20
- if s.respond_to? :specification_version then
21
- s.specification_version = 3
22
-
23
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
24
- s.add_runtime_dependency(%q<capistrano>, [">= 2.13.5"])
25
- s.add_runtime_dependency(%q<colored>, [">= 0"])
26
- s.add_runtime_dependency(%q<unicorn>, [">= 0"])
27
- s.add_runtime_dependency(%q<foreman_export_runitu>, [">= 0"])
28
- s.add_runtime_dependency(%q<whenever>, [">= 0"])
29
- else
30
- s.add_dependency(%q<capistrano>, [">= 2.13.5"])
31
- s.add_dependency(%q<colored>, [">= 0"])
32
- s.add_dependency(%q<unicorn>, [">= 0"])
33
- s.add_dependency(%q<foreman_export_runitu>, [">= 0"])
34
- s.add_dependency(%q<whenever>, [">= 0"])
35
- end
36
- else
37
- s.add_dependency(%q<capistrano>, [">= 2.13.5"])
38
- s.add_dependency(%q<colored>, [">= 0"])
39
- s.add_dependency(%q<unicorn>, [">= 0"])
40
- s.add_dependency(%q<foreman_export_runitu>, [">= 0"])
41
- s.add_dependency(%q<whenever>, [">= 0"])
42
- end
20
+ s.add_runtime_dependency("capistrano", [">= 2.13.5"])
21
+ s.add_runtime_dependency("colored", [">= 0"])
22
+ s.add_runtime_dependency("unicorn", [">= 0"])
23
+ s.add_runtime_dependency("foreman_export_runitu", [">= 0"])
24
+ s.add_runtime_dependency("whenever", [">= 0"])
43
25
  end
@@ -3,7 +3,7 @@ module CapistranoEvroneRecipes
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- PATCH = 4
6
+ PATCH = 5
7
7
 
8
8
  def self.to_s
9
9
  "#{MAJOR}.#{MINOR}.#{PATCH}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_evrone_recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: