capistrano-ikachan 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5ea84af7ac076a65dbeab0efb15f794aa95c100a
4
- data.tar.gz: a8513c6254c01417e43ecd2488f0d360ea031465
3
+ metadata.gz: 0682f948e9cff88f0a05c6f97a4762c82613adab
4
+ data.tar.gz: f5ce1a896b87bee756d627501f1fb735daba7f82
5
5
  SHA512:
6
- metadata.gz: 5d995df2c139d0483a6d86d00421ba45fba0856670786befe6500d4c19ebcb9141d7e9f024bb20b5fc3dbe0768cbd870d75450e0ef3a8f60d21b145d59bdc84c
7
- data.tar.gz: 51ffc2995eaf9a267f592f0993cb070d9d5997b08fcd1f3ca8f0354b5966cf9a4eee2a2386dc7b0f69b4e846b4f69284d88dc64aca9fb2899389f6b1999814c2
6
+ metadata.gz: 00600b42b51e052202003bfe8c0f3a5fa61e8365f78f98a0e56d4b22acf4e171f5c55f03aba81b067357be0bc3aeaa768aa5e075dada21cb2d6d4bb344a95d13
7
+ data.tar.gz: 68d1e7240067c277fb3280b60713b7770064710af2ea6f053f1b6567eed7ffe2ea1c489c5d8b70ec22e83a0f26490c2cc106bc43053e13a6ef269ac045c11954
data/README.md CHANGED
@@ -39,8 +39,8 @@ require 'capistrano/ikachan'
39
39
  config.rb:
40
40
 
41
41
  ```ruby
42
- set ikachan_channel, 'ikachan'
43
- set ikachan_server, 'http://ikachan.example.com'
42
+ set :ikachan_channel, 'ikachan'
43
+ set :ikachan_server, 'http://ikachan.example.com'
44
44
 
45
45
  after 'deploy:started', 'ikachan:notify_start'
46
46
  after 'deploy:finishing', 'ikachan:notify_deployment'
File without changes
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Ikachan
3
- VERSION = '0.1.3'
3
+ VERSION = '0.1.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-ikachan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - linyows
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-12 00:00:00.000000000 Z
11
+ date: 2015-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -79,6 +79,7 @@ files:
79
79
  - README.md
80
80
  - Rakefile
81
81
  - capistrano-ikachan.gemspec
82
+ - lib/capistrano-ikachan.rb
82
83
  - lib/capistrano/ikachan.rb
83
84
  - lib/capistrano/ikachan/version.rb
84
85
  - lib/capistrano/tasks/ikachan.rake