action_messenger 0.1.2 → 0.1.3
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 +4 -4
- data/Gemfile.lock +43 -41
- data/README.md +1 -1
- data/lib/action_messenger/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ef8b1d226417c10106df5facbd25d07581b6878ba41ecee308e5ceb8fa4e9e45
|
|
4
|
+
data.tar.gz: 783018e2ea51dd03fa7a168b9a3b9540d038ec4fdc8bb28629c613754e7bd83d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da6fa9eded0c62fb2c6885660b4e719ef6094872612dcb7137d8fe318b8bc1f5b75f71a22960fb767e86f9101b777560fcfe44c91cc8939ce5b0e5be5cb33dc0
|
|
7
|
+
data.tar.gz: a1497028703d5ded9ab1a1d59c540d8f2cafa4e46b6d8cfd8b316dd278ea70927bbd3d7fb1ee6c5321abeab5f9c91ecc923e95b46bec8ed9d4717a32c84bfb54
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
action_messenger (0.1.
|
|
4
|
+
action_messenger (0.1.3)
|
|
5
5
|
actionpack
|
|
6
6
|
actionview
|
|
7
7
|
activejob
|
|
@@ -11,73 +11,74 @@ PATH
|
|
|
11
11
|
GEM
|
|
12
12
|
remote: https://rubygems.org/
|
|
13
13
|
specs:
|
|
14
|
-
actionpack (
|
|
15
|
-
actionview (=
|
|
16
|
-
activesupport (=
|
|
14
|
+
actionpack (6.0.1)
|
|
15
|
+
actionview (= 6.0.1)
|
|
16
|
+
activesupport (= 6.0.1)
|
|
17
17
|
rack (~> 2.0)
|
|
18
18
|
rack-test (>= 0.6.3)
|
|
19
19
|
rails-dom-testing (~> 2.0)
|
|
20
|
-
rails-html-sanitizer (~> 1.0, >= 1.0
|
|
21
|
-
actionview (
|
|
22
|
-
activesupport (=
|
|
20
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
21
|
+
actionview (6.0.1)
|
|
22
|
+
activesupport (= 6.0.1)
|
|
23
23
|
builder (~> 3.1)
|
|
24
24
|
erubi (~> 1.4)
|
|
25
25
|
rails-dom-testing (~> 2.0)
|
|
26
|
-
rails-html-sanitizer (~> 1.
|
|
27
|
-
activejob (
|
|
28
|
-
activesupport (=
|
|
26
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
27
|
+
activejob (6.0.1)
|
|
28
|
+
activesupport (= 6.0.1)
|
|
29
29
|
globalid (>= 0.3.6)
|
|
30
|
-
activesupport (
|
|
30
|
+
activesupport (6.0.1)
|
|
31
31
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
32
32
|
i18n (>= 0.7, < 2)
|
|
33
33
|
minitest (~> 5.1)
|
|
34
34
|
tzinfo (~> 1.1)
|
|
35
|
+
zeitwerk (~> 2.2)
|
|
35
36
|
builder (3.2.3)
|
|
36
|
-
concurrent-ruby (1.1.
|
|
37
|
-
crass (1.0.
|
|
37
|
+
concurrent-ruby (1.1.5)
|
|
38
|
+
crass (1.0.5)
|
|
38
39
|
diff-lcs (1.3)
|
|
39
|
-
erubi (1.
|
|
40
|
-
faraday (0.
|
|
40
|
+
erubi (1.9.0)
|
|
41
|
+
faraday (0.17.0)
|
|
41
42
|
multipart-post (>= 1.2, < 3)
|
|
42
|
-
faraday_middleware (0.
|
|
43
|
+
faraday_middleware (0.13.1)
|
|
43
44
|
faraday (>= 0.7.4, < 1.0)
|
|
44
|
-
gli (2.
|
|
45
|
-
globalid (0.4.
|
|
45
|
+
gli (2.19.0)
|
|
46
|
+
globalid (0.4.2)
|
|
46
47
|
activesupport (>= 4.2.0)
|
|
47
|
-
hashie (
|
|
48
|
-
i18n (1.
|
|
48
|
+
hashie (4.0.0)
|
|
49
|
+
i18n (1.7.0)
|
|
49
50
|
concurrent-ruby (~> 1.0)
|
|
50
|
-
loofah (2.
|
|
51
|
+
loofah (2.3.1)
|
|
51
52
|
crass (~> 1.0.2)
|
|
52
53
|
nokogiri (>= 1.5.9)
|
|
53
54
|
mini_portile2 (2.4.0)
|
|
54
|
-
minitest (5.
|
|
55
|
-
multipart-post (2.
|
|
56
|
-
nokogiri (1.
|
|
55
|
+
minitest (5.13.0)
|
|
56
|
+
multipart-post (2.1.1)
|
|
57
|
+
nokogiri (1.10.5)
|
|
57
58
|
mini_portile2 (~> 2.4.0)
|
|
58
|
-
rack (2.0.
|
|
59
|
+
rack (2.0.7)
|
|
59
60
|
rack-test (1.1.0)
|
|
60
61
|
rack (>= 1.0, < 3)
|
|
61
62
|
rails-dom-testing (2.0.3)
|
|
62
63
|
activesupport (>= 4.2.0)
|
|
63
64
|
nokogiri (>= 1.6)
|
|
64
|
-
rails-html-sanitizer (1.0
|
|
65
|
-
loofah (~> 2.
|
|
65
|
+
rails-html-sanitizer (1.3.0)
|
|
66
|
+
loofah (~> 2.3)
|
|
66
67
|
rake (10.5.0)
|
|
67
|
-
rspec (3.
|
|
68
|
-
rspec-core (~> 3.
|
|
69
|
-
rspec-expectations (~> 3.
|
|
70
|
-
rspec-mocks (~> 3.
|
|
71
|
-
rspec-core (3.
|
|
72
|
-
rspec-support (~> 3.
|
|
73
|
-
rspec-expectations (3.
|
|
68
|
+
rspec (3.9.0)
|
|
69
|
+
rspec-core (~> 3.9.0)
|
|
70
|
+
rspec-expectations (~> 3.9.0)
|
|
71
|
+
rspec-mocks (~> 3.9.0)
|
|
72
|
+
rspec-core (3.9.0)
|
|
73
|
+
rspec-support (~> 3.9.0)
|
|
74
|
+
rspec-expectations (3.9.0)
|
|
74
75
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
75
|
-
rspec-support (~> 3.
|
|
76
|
-
rspec-mocks (3.
|
|
76
|
+
rspec-support (~> 3.9.0)
|
|
77
|
+
rspec-mocks (3.9.0)
|
|
77
78
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
78
|
-
rspec-support (~> 3.
|
|
79
|
-
rspec-support (3.
|
|
80
|
-
slack-ruby-client (0.
|
|
79
|
+
rspec-support (~> 3.9.0)
|
|
80
|
+
rspec-support (3.9.0)
|
|
81
|
+
slack-ruby-client (0.14.4)
|
|
81
82
|
activesupport
|
|
82
83
|
faraday (>= 0.9)
|
|
83
84
|
faraday_middleware
|
|
@@ -87,9 +88,10 @@ GEM
|
|
|
87
88
|
thread_safe (0.3.6)
|
|
88
89
|
tzinfo (1.2.5)
|
|
89
90
|
thread_safe (~> 0.1)
|
|
90
|
-
websocket-driver (0.7.
|
|
91
|
+
websocket-driver (0.7.1)
|
|
91
92
|
websocket-extensions (>= 0.1.0)
|
|
92
|
-
websocket-extensions (0.1.
|
|
93
|
+
websocket-extensions (0.1.4)
|
|
94
|
+
zeitwerk (2.2.1)
|
|
93
95
|
|
|
94
96
|
PLATFORMS
|
|
95
97
|
ruby
|
data/README.md
CHANGED
|
@@ -115,7 +115,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
115
115
|
|
|
116
116
|
## Contributing
|
|
117
117
|
|
|
118
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
118
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/shunhikita/action_messenger.
|
|
119
119
|
|
|
120
120
|
## License
|
|
121
121
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: action_messenger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- h1kita
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -174,8 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
174
174
|
- !ruby/object:Gem::Version
|
|
175
175
|
version: '0'
|
|
176
176
|
requirements: []
|
|
177
|
-
|
|
178
|
-
rubygems_version: 2.7.6
|
|
177
|
+
rubygems_version: 3.0.3
|
|
179
178
|
signing_key:
|
|
180
179
|
specification_version: 4
|
|
181
180
|
summary: Framework for delivering messages to Messenger (ex. slack)
|