lita-capistrano 0.2.1 → 0.2.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3acafb33f5412566298f898c2c58fc6c01b4997
4
- data.tar.gz: 632e43291a01bd6c2e6ae5e5a416dd30ac9cee5d
3
+ metadata.gz: 90855c98bec9889e6de9f42443c9351a427298cf
4
+ data.tar.gz: 5ebf58de07d8aa52d4d6c5a28053a288b9700f17
5
5
  SHA512:
6
- metadata.gz: d2b0afade09bab61e877462112c20d9567b434c75164bb6975ba113ca7c19fbfe4eb20a3de26280447b5c44726292d70216dd516b6557a43a42f05b9730b64be
7
- data.tar.gz: c7685c92756237a16511bc21f38f4fde2e1c7d9a19d11085cc7161c8d690cd48aa440898f451015a459f0d0cdfca7b405174737cbea4c92a3756f27ec5840e1b
6
+ metadata.gz: 83481fc4506bc698e5f258005f6a27a62e0cf053ba88156ccabcfe8f5e320040509455388e306d86ee3acac2f9d724acff06d41c5e0bcdd5346a56430fa3417c
7
+ data.tar.gz: 63aa9564e6e6fdcb632bff8c26df562bda80b6909346685ac6d55e0710c88b4797627d3e0a856097b92304f69450a6da61fb00d24ee2e77744e15943450dd9f8
@@ -67,11 +67,11 @@ module Lita
67
67
  deploy_in_progress?(app, area, env, tag, response)
68
68
  end
69
69
 
70
- def area_exists?(area)
70
+ def area_exists?(app, area)
71
71
  config.deploy_tree[app.to_sym].include?(area.to_sym)
72
72
  end
73
73
 
74
- def env_exists?(area, env)
74
+ def env_exists?(app, area, env)
75
75
  config.deploy_tree[app.to_sym][area.to_sym][:envs].include?(env)
76
76
  end
77
77
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-capistrano"
3
- spec.version = "0.2.1"
3
+ spec.version = "0.2.2"
4
4
  spec.authors = ["Alexandre Gomes"]
5
5
  spec.email = ["alejdg@outlook.com.br"]
6
6
  spec.summary = "A Lita handler to integrate with Capistrano.rb"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-capistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Gomes