ruboty-alias 0.0.7 → 0.0.8

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: adb202cf18b1918c8d66a9a9ce1bc06998c12b58
4
- data.tar.gz: ac73ed64f69f20a19503da6cae688f0b443362bb
3
+ metadata.gz: c07ae4cd0926a6561eb13411c3a81857caead831
4
+ data.tar.gz: 580b6772bd48f4454a0bf1706444995b9a84a956
5
5
  SHA512:
6
- metadata.gz: 730e5c189e306c9ffb75208659de6f88d1b5d8620fa4c9fbed751ef635043923aeb19254d7045b50cab70d9d2e8e08046fc2d5a2f41362c9b3827865538b2645
7
- data.tar.gz: 53778569775436a5a332767c9470d8b53b4f643ce17d7f92e4f3ae713705115f9d281cd9b3e603f93499ac95b64350c7898eb2e98d6fc54906b164d8a802a3cd
6
+ metadata.gz: f42ae76097e5c721082783cfd6548f556397c72933f4a52d39ec071bac2eea2ab89f6d10b37501b105e03163530e5e9a04937f0a7c35c0c99fd8050304c6fe49
7
+ data.tar.gz: af11bcb287c8b59278394309a2b7d31bb7915774cd609a34908d7c279ca546b31cc38f1193487948a6a1d5a5917f5df11366dac067c9af484192887813264ee7
@@ -1,3 +1,6 @@
1
+ ## 0.0.8
2
+ - Support multiline pattern
3
+
1
4
  ## 0.0.7
2
5
  - Remove indentation from list alias command
3
6
 
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Alias
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
@@ -4,7 +4,7 @@ module Ruboty
4
4
  NAMESPACE = "alias"
5
5
 
6
6
  on(
7
- /alias (?<from>.+?) -> (?<to>.+)\z/,
7
+ /alias (?<from>.+?) -> (?<to>.+)\z/m,
8
8
  description: "Create alias message",
9
9
  name: "create",
10
10
  )
@@ -16,7 +16,7 @@ module Ruboty
16
16
  )
17
17
 
18
18
  on(
19
- /delete alias (?<from>.+)\z/,
19
+ /delete alias (?<from>.+)\z/m,
20
20
  description: "Delete alias",
21
21
  name: "delete",
22
22
  )
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-alias
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Nakamura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-18 00:00:00.000000000 Z
11
+ date: 2015-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruboty
@@ -94,4 +94,3 @@ signing_key:
94
94
  specification_version: 4
95
95
  summary: Remember message alias.
96
96
  test_files: []
97
- has_rdoc: