summon_bot 1.0.3 → 1.0.4

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: a2a01aacc9d6f7590469257225c28657764ca428
4
- data.tar.gz: dc57fc948dacf90f39396a06b574baf15c69bbca
3
+ metadata.gz: 5d5b98f06bcb7e7d315f6dc42f9bd2cd78572f64
4
+ data.tar.gz: 75459c00d8fb566ccf74182efe6af6bbbfc0885e
5
5
  SHA512:
6
- metadata.gz: 8c04d311b8d6da4e5794acb7f798cedf89f52bc8b6b82b950fc3c23da97b07a9e4a7670b374299ca1e972aef7aafefb1fe36546d9ce6754fa0baad0ae54bb15d
7
- data.tar.gz: 7d81d395a0aacb17dd3d6f00f0080a576ecf7837742f0823ee63b02093d81a8f8c33301c024bcdb07e2f692122c9882fb4d2d1c197d904476ab9ba2af4bc8cc2
6
+ metadata.gz: 31d9683bad9ef012f4c7b3671a51abcb13ef5b54b4fd4bf40a9c0b9a8522552b1335782bacd2f73d75079cec3ab1e1288f9219cc94e0b221d4b781f55f0d92b6
7
+ data.tar.gz: 6d69a1c25d0991ed92442d795297394ba2add4b51cb9bb3aa7f8c8bcc75756e5edbf7bd1473a8d7aeb397b421f1eeabeecb85f7ad4dbdefc8ea06271ef8aafc8
@@ -3,11 +3,11 @@ module SummonBot
3
3
  def initialize(_)
4
4
  end
5
5
 
6
- def speak(message)
6
+ def speak(message, _options = {})
7
7
  ping("[ENV=#{Rails.env}] #{message}")
8
8
  end
9
9
 
10
- def ping(message)
10
+ def ping(message, _options = {})
11
11
  puts '[warning] Slack notification is disabled.'
12
12
  puts message
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module SummonBot
2
- VERSION = '1.0.3'
2
+ VERSION = '1.0.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: summon_bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - nyaahara
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-23 00:00:00.000000000 Z
11
+ date: 2018-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails