capistrano-idobata 0.0.1 → 0.1.0

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: 9ff4d86579458df315077da11b62879f7ccdc4ec
4
- data.tar.gz: b311c915ef68e1e1c67d40cd406949704221989d
3
+ metadata.gz: 8260b7feb7905d021c72e0940cd32afda0b70f05
4
+ data.tar.gz: 1ec502d7bb89e5ed26a1ca59c1d27de7fc571063
5
5
  SHA512:
6
- metadata.gz: 3a5c6a0dc05dd65724807f5ba992dccae6c74655b5b5db07ac0f14d277bb5087c2abc19450a16da55851910257bedee3acd43ab3765f54ec68c3604691221669
7
- data.tar.gz: 4e1e4567232c8b3e2c3741e9a97372f6346da4331b19d454ac76cc3097a36d675d85661a3e23eed8849e2d9713395ec13d76a59867c33d1036df1737c8a5abd5
6
+ metadata.gz: d3249b8c85b3826bc395cb32c69a308ac499d3a18bc6abfdb42c66d965b269c49ca16e2616b6b1b761060e7e0ec05a321b94d5b153cd47a4271c74ae329894f3
7
+ data.tar.gz: 1391e4ebbe8f5d81b3ce0cd0de43a3afb5862b4a7206922b0b2e30ea944b9ce3236e9188509d4320004ff9a831ab02fa28ed415981256cc5bfc3a29f2ece7c07
@@ -1,5 +1,3 @@
1
- require 'restclient'
2
-
3
1
  namespace :idobata do
4
2
  task :setup do
5
3
  @deploy_infomation = Capistrano::Idobata::DeployInfomation.new(
@@ -36,7 +34,7 @@ namespace :idobata do
36
34
  end
37
35
  end
38
36
 
39
- task :faild do
37
+ task :failed do
40
38
  if @idobata_client.valid?
41
39
 
42
40
  message = if @deploy_infomation.branch
@@ -54,4 +52,4 @@ before 'idobata:starting', 'idobata:setup'
54
52
 
55
53
  after 'deploy:starting', 'idobata:starting'
56
54
  after 'deploy:finished', 'idobata:finished'
57
- after 'deploy:failed', 'idobata:faild'
55
+ after 'deploy:failed', 'idobata:failed'
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Idobata
3
- VERSION = "0.0.1"
3
+ VERSION = "0.1.0"
4
4
  end
5
5
  end
@@ -1,5 +1,6 @@
1
1
  require "capistrano/idobata/version"
2
2
  require 'pathname'
3
+ require 'restclient'
3
4
 
4
5
  module Capistrano
5
6
  module Idobata
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-idobata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitsutaka Mimura
@@ -107,4 +107,3 @@ signing_key:
107
107
  specification_version: 4
108
108
  summary: Capistrano 3 integration with Idobata
109
109
  test_files: []
110
- has_rdoc: