capistrano-dingtalk 0.1.1 → 0.1.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: 4a8547f5446f13909ddcdf70f667862c52391cbc
4
- data.tar.gz: 564dea76ba7266f7272d99bf05ab7917ce457447
3
+ metadata.gz: 52c137696fd3af9e2733b6d8f539ce834e6e2c4d
4
+ data.tar.gz: ec0f8393cec0a3c9f34ceab34748d88f0517201d
5
5
  SHA512:
6
- metadata.gz: 639e1a49f189b4b4a92345469c227fe5925d70fa3df9336c2e3ee81cdcfe965d810bec5d512edc3998cb3b92e2ff72e4c8b98b747a7d03dc30208dd4ee14516d
7
- data.tar.gz: 7b97dfe52c3dae798d185487c73a0ae99db2048f833c9581f3f154f21e57f3a1a929e5e8ee374dfd13d37a23ac5a707cd94aa0d6b6fcff25f391e12e139e3fef
6
+ metadata.gz: c46a95e93e5ecc32a2fbde097eee569bcd26f83b772933eb5267320742d66b218e3ee822f18233b5a5fa6f91719a35cc356e6a16e7993a369de05878cbcccb7e
7
+ data.tar.gz: bb77ec04e12a6ea6fb0b4bec29e87a404351e916e085be3323af941bbfe6daa6c8362db3f7900ad8da44632e6c469d3c3a327f5c38d48f1a6222cef9b3a83254
data/.gitignore CHANGED
@@ -8,6 +8,6 @@
8
8
  /spec/reports/
9
9
  /tmp/
10
10
  .tag*
11
-
11
+ capistrano-dingtalk-*.gem
12
12
  # rspec failure tracking
13
13
  .rspec_status
data/README.md CHANGED
@@ -13,7 +13,7 @@ send msg to ding talk webhook rebot when capistrano works.
13
13
  Add this line to your application's Gemfile:
14
14
 
15
15
  ```ruby
16
- gem 'capistrano-dingtalk'
16
+ gem 'capistrano-dingtalk', require: false
17
17
  ```
18
18
 
19
19
  Require the library in your application's Capfile:
@@ -13,7 +13,7 @@
13
13
  在 Gemfile 中添加
14
14
 
15
15
  ```ruby
16
- gem 'capistrano-dingtalk'
16
+ gem 'capistrano-dingtalk', require: false
17
17
  ```
18
18
 
19
19
  在Capfile 中添加
File without changes
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  class Dingtalk
3
- VERSION = "0.1.1".freeze
3
+ VERSION = "0.1.2".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-dingtalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - atpking
@@ -100,6 +100,7 @@ files:
100
100
  - bin/console
101
101
  - bin/setup
102
102
  - capistrano-dingtalk.gemspec
103
+ - lib/capistrano-dingtalk.rb
103
104
  - lib/capistrano/dingtalk.rb
104
105
  - lib/capistrano/dingtalk/messaging/base.rb
105
106
  - lib/capistrano/dingtalk/messaging/helpers.rb