ruboty-sendmail 0.0.1 → 0.0.2

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: f3e2f50de77e081b1ff9a110b4742634cd47041d
4
- data.tar.gz: c3b3b8dcb5c9124052f7cc798fe0013bb4bac634
3
+ metadata.gz: ab8642a98a034d4931dcb7009b4601694f29538b
4
+ data.tar.gz: 59aa0ee2b2f334341ae7e71c57757e6f3e417691
5
5
  SHA512:
6
- metadata.gz: 83c2062ddf023bca5c6f342c4eb76a0327543dc8bd53155a2d6049ee4bfc3a43d6d542a0d1d1c1e42c915110b76019e86e186e2c41617b8213b4fd978efc40eb
7
- data.tar.gz: 52956dd0618e3bb7bca2a9dcaf961c9b8974086937e969e6c2dcae584dfac93ab9348cbcc0a9a8ca8d51188759b080c912fba4343684341d415cf97f38745b53
6
+ metadata.gz: 4bee7a849e76788765f32ca36215adbc26bc8f22473f1b956ac584402c20d74cee41ce9b94697a4c4352b69b9d8d5e3736cb655f6995bf46748d2212369d65ee
7
+ data.tar.gz: df49a62fc15e79d0fb58480e80ea79e1f5c8e500adf24e43af6e9e3ce8ffd56d200e0160727a08b60d4b2b47c801b2e441e39bdf14f5e45973ff409379635668
@@ -5,7 +5,7 @@ require 'mail'
5
5
  module Ruboty
6
6
  module Handlers
7
7
  class Sendmail < Base
8
- on /sendmail (?<address>.+) (?<body>.+)/, name: 'sendmail', description: 'Send a mail'
8
+ on /sendmail (?<address>.+?) (?<body>.+)/, name: 'sendmail', description: 'Send a mail'
9
9
 
10
10
  def sendmail(message)
11
11
  mail_config = YAML.load_file("#{ENV['HOME']}/.ruboty-sendmail.yml")
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Sendmail
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-sendmail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaihar4