capistrano-around_chatwork 0.1.0 → 0.1.1

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: d52de6fd297127f3477577bfcdd6e46abcf973e5
4
- data.tar.gz: 5ec97a88dcf308e4ffbc6aacdc365ae5314ba969
3
+ metadata.gz: 9ce6249ea1665ecfcae2726bcd35733e958eb62f
4
+ data.tar.gz: aa389d3fe5c7de6ba5e0640c693d7148afcd38e0
5
5
  SHA512:
6
- metadata.gz: f2b59980a696a55b6f7c0b4c4be1afe27e59be7fd0be34e9db5c93ea5c493d670bb21e083cc49b560548074cde6c4a5713e6d0d9f4742d9bdeb77f9f30aac3b0
7
- data.tar.gz: 2f6d9e81e3f986713aaa2e76e09b3cd4c3ed5a70bd57127e424013877f7637bced1f2643f704fa30f230d3dc0015a579431ab472c27bc3156bd92702b005ac76
6
+ metadata.gz: 112689a48316c89eff254c41abbec0f5888c03d20e68c7857d2b6ae0e1dd09fc8e1c04151e04553aaa8ee33c0d602c281d4ea011932dbf9b82ff083e8a844ee8
7
+ data.tar.gz: db8866438491e603143ed38c7e8821753844eb731a733ca2d0e749510a5c459c97d1fe0d8c10d213618f25da0126b06661d5077df3cb0ce84e6a5bd7ff78af99
data/CHANGELOG.md ADDED
@@ -0,0 +1,12 @@
1
+ # Changelog
2
+ ## Unreleased
3
+ [full changelog](http://github.com/sue445/capistrano-around_chatwork/compare/v0.1.1...master)
4
+
5
+ ## 0.1.1
6
+ [full changelog](https://github.com/sue445/capistrano-around_chatwork/compare/v0.1.0...v0.1.1)
7
+
8
+ * Use ChatWork API v2
9
+ * https://github.com/sue445/capistrano-around_chatwork/pull/1
10
+
11
+ ### 0.1.0
12
+ * first release
data/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Capistrano::AroundChatwork
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/capistrano-around_chatwork.svg)](http://badge.fury.io/rb/capistrano-around_chatwork)
4
+ [![Code Climate](https://codeclimate.com/github/sue445/capistrano-around_chatwork/badges/gpa.svg)](https://codeclimate.com/github/sue445/capistrano-around_chatwork)
5
+ [![Dependency Status](https://gemnasium.com/sue445/capistrano-around_chatwork.svg)](https://gemnasium.com/sue445/capistrano-around_chatwork)
6
+
3
7
  post to [ChatWork](http://www.chatwork.com/) before and after the specified task
4
8
 
5
9
  ![example](img/example.png)
@@ -46,8 +50,8 @@ set :ending_message, -> {
46
50
  }
47
51
  ```
48
52
 
49
- * `:task_name:` is replaced to current task name (ex. `deploy`)
50
- * `:elapsed_time:` is replaced to elapsed time of task (ex. `1.234`)
53
+ * `:task_name:` is replaced to current task name (e.g. `deploy`)
54
+ * `:elapsed_time:` is replaced to elapsed time of task (e.g. `1.234`)
51
55
 
52
56
  ## Development
53
57
 
@@ -23,12 +23,16 @@ Gem::Specification.new do |spec|
23
23
  end
24
24
 
25
25
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
26
+ %w(img/).each do |exclude_dir|
27
+ spec.files.reject! { |filename| filename.start_with?(exclude_dir) }
28
+ end
29
+
26
30
  spec.bindir = "exe"
27
31
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
32
  spec.require_paths = ["lib"]
29
33
 
30
34
  spec.add_dependency "capistrano", ">= 3.0.0"
31
- spec.add_dependency "chatwork"
35
+ spec.add_dependency "chatwork", ">= 0.4.0"
32
36
 
33
37
  spec.add_development_dependency "bundler", "~> 1.9"
34
38
  spec.add_development_dependency "rake", "~> 10.0"
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module AroundChatwork
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-around_chatwork
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-06-03 00:00:00.000000000 Z
11
+ date: 2017-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: 0.4.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: 0.4.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -74,6 +74,7 @@ extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
76
  - ".gitignore"
77
+ - CHANGELOG.md
77
78
  - Gemfile
78
79
  - LICENSE.txt
79
80
  - README.md
@@ -81,7 +82,6 @@ files:
81
82
  - bin/console
82
83
  - bin/setup
83
84
  - capistrano-around_chatwork.gemspec
84
- - img/example.png
85
85
  - lib/capistrano/around_chatwork.rb
86
86
  - lib/capistrano/around_chatwork/version.rb
87
87
  homepage: https://github.com/sue445/capistrano-around_chatwork
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  version: '0'
106
106
  requirements: []
107
107
  rubyforge_project:
108
- rubygems_version: 2.4.5
108
+ rubygems_version: 2.6.8
109
109
  signing_key:
110
110
  specification_version: 4
111
111
  summary: post to ChatWork before and after the specified task
data/img/example.png DELETED
Binary file