ellen-cron 0.0.6 → 0.0.7

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: 76b34c8de9294b51521e235c98c5f82d00463137
4
- data.tar.gz: 4ebf4ece2fe7ebd7fae4a7c0294f0d83bf1f5b2c
3
+ metadata.gz: 1195abccf060afbf316d49f3d06e6188dced1ab7
4
+ data.tar.gz: 7bfc9d16f9b1a69b8412ca27d0bff1e481f91b9f
5
5
  SHA512:
6
- metadata.gz: 5c990531da8fa71c0e4402575f51982ca586ecffb9ca82d2e4c0f34d85522974e95c8fec23a3f995e83e15a121a49a46473ace81e8ca3cce0f45372ff355160c
7
- data.tar.gz: cac2c3f0a82bf61866a627b96553078a8636417e18300d7b28907b7f41c4c5fb70c0c0cceb37e4eb08a0e9b00670e8795a341881419008150e2268e2ede17b38
6
+ metadata.gz: 069c2f42c3dcf2206f24533dc70dbec3d0e93808d4551b14d6862838315c55776e9e2a6025f546ea7680e35e6e9c88cb086a3524046b4c70f22d8a5864405d8d
7
+ data.tar.gz: abafcde8cda9896acc90d28a5270ea8484feedc7760ddbf3592b1f6a2b7f9b50dbcec9d8187738c92339b288e4b3e1dcdb394e5c3f924e010177fb776293a2d3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 0.0.7
2
+ * Format message if adapter supports :code option
3
+
1
4
  ## 0.0.6
2
5
  * Store & Rebuild all message attributes
3
6
 
@@ -1,5 +1,5 @@
1
1
  module Ellen
2
2
  module Cron
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
@@ -36,7 +36,7 @@ module Ellen
36
36
  end
37
37
 
38
38
  def list(message)
39
- message.reply(summary)
39
+ message.reply(summary, code: true)
40
40
  end
41
41
 
42
42
  private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ellen-cron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Nakamura