devise_slack_notifiable 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: b99296dbdd359b33c21ff11fd912a5079072e16d448b0ab0204a551663c3cd3d
4
- data.tar.gz: 3759859e2a7b792e05094887c0057afe6f2ddf1e30fd05b3618c615b52e0bced
3
+ metadata.gz: db48810967aade27c8424f7c9b8df75796b0bc8f2254d741573cdf464626dd14
4
+ data.tar.gz: c7eaf29a698ad90744dacdacef43904df0464ecf5293d6f4565e63cc8ef4c468
5
5
  SHA512:
6
- metadata.gz: 5043d05915f13b686b7d71921dd9c0411ed4a39d5da8ae323f2b13cfd2a69834b78ccc6153975a2af5bb47529ddf65056d49fd09f6cfd64e82469018f677934e
7
- data.tar.gz: 8566eeef5f0658b6de2483b97cb3f629c47c2db5ac65efea4cb0d63d89ecb2f13912c1b1a8b05e7c5b39b96f6d9b556c8d6dec6a55a97584655a1e7b4a44502d
6
+ metadata.gz: fd9e1eb7d789bfb720b3cb6a6db33b7bd658b69291e4f78742284f3f38dc95b94cedc48d73ae83412d6d676418897a03e6215ecbdc5b3e388544d0c0a7bfaf72
7
+ data.tar.gz: b1007445e9e6e16a5e8b270cb26899db6e900f3b19f62701473c061d431ae33e53621838eb14f6383389b219a710f47d36ec9fe73b8c982ec7a015c8f3897dbe
data/.gitignore CHANGED
@@ -15,3 +15,5 @@
15
15
  # IntelliJ
16
16
  .idea/
17
17
  devise_slack_notifiable.iml
18
+
19
+ Gemfile.lock
data/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  Devise slack notifications gem. It posts message after registration and confirmation (if Devise confirmations strategy is enabled).
4
4
 
5
5
  [![Gem Version](https://badge.fury.io/rb/devise_slack_notifiable.svg)](https://badge.fury.io/rb/devise_slack_notifiable)
6
- [![codecov](https://codecov.io/gh/invoicity/devise_slack_notifiable/branch/master/graph/badge.svg)](https://codecov.io/gh/invoicity/devise_slack_notifiable)
7
- [![ruby](https://github.com/invoicity/devise_slack_notifiable/workflows/Ruby/badge.svg)](https://github.com/invoicity/devise_slack_notifiable/actions)
6
+ [![codecov](https://codecov.io/gh/b67-engineering/devise_slack_notifiable/branch/master/graph/badge.svg)](https://codecov.io/gh/invoicity/devise_slack_notifiable)
7
+ [![ruby](https://github.com/b67-engineering/devise_slack_notifiable/workflows/Ruby/badge.svg)](https://github.com/invoicity/devise_slack_notifiable/actions)
8
8
 
9
9
  ## Installation
10
10
 
@@ -117,7 +117,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
117
117
 
118
118
  ## Contributing
119
119
 
120
- Bug reports and pull requests are welcome on GitHub at https://github.com/invoicity/devise_slack_notifiable. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/invoicity/devise_slack_notifiable/blob/master/CODE_OF_CONDUCT.md).
120
+ Bug reports and pull requests are welcome on GitHub at https://github.com/b67-engineering/devise_slack_notifiable. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/invoicity/devise_slack_notifiable/blob/master/CODE_OF_CONDUCT.md).
121
121
 
122
122
 
123
123
  ## License
@@ -8,17 +8,17 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ['whitemerry']
9
9
  spec.email = ['whitemerry@outlook.com']
10
10
 
11
- spec.summary = 'Devise slack notifactions gem'
11
+ spec.summary = 'Devise slack notifications gem'
12
12
  # spec.description = 'TODO: Write a longer description or delete this line.'
13
- spec.homepage = 'https://github.com/invoicity/devise_slack_notifiable'
13
+ spec.homepage = 'https://github.com/b67-engineering/devise_slack_notifiable'
14
14
  spec.license = 'MIT'
15
15
  spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
16
16
 
17
17
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
18
18
 
19
19
  spec.metadata['homepage_uri'] = spec.homepage
20
- spec.metadata['source_code_uri'] = 'https://github.com/invoicity/devise_slack_notifiable'
21
- spec.metadata['changelog_uri'] = 'https://github.com/invoicity/devise_slack_notifiable/releases'
20
+ spec.metadata['source_code_uri'] = 'https://github.com/b67-engineering/devise_slack_notifiable'
21
+ spec.metadata['changelog_uri'] = 'https://github.com/b67-engineering/devise_slack_notifiable/releases'
22
22
 
23
23
  spec.add_dependency 'rails'
24
24
  spec.add_dependency 'devise'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DeviseSlackNotifiable
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_slack_notifiable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - whitemerry
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-21 00:00:00.000000000 Z
11
+ date: 2022-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -64,10 +64,8 @@ files:
64
64
  - ".github/workflows/ruby.yml"
65
65
  - ".gitignore"
66
66
  - ".rspec"
67
- - ".travis.yml"
68
67
  - CODE_OF_CONDUCT.md
69
68
  - Gemfile
70
- - Gemfile.lock
71
69
  - LICENSE.txt
72
70
  - README.md
73
71
  - Rakefile
@@ -82,14 +80,14 @@ files:
82
80
  - lib/devise_slack_notifiable/errors/configuration.rb
83
81
  - lib/devise_slack_notifiable/notifier.rb
84
82
  - lib/devise_slack_notifiable/version.rb
85
- homepage: https://github.com/invoicity/devise_slack_notifiable
83
+ homepage: https://github.com/b67-engineering/devise_slack_notifiable
86
84
  licenses:
87
85
  - MIT
88
86
  metadata:
89
87
  allowed_push_host: https://rubygems.org
90
- homepage_uri: https://github.com/invoicity/devise_slack_notifiable
91
- source_code_uri: https://github.com/invoicity/devise_slack_notifiable
92
- changelog_uri: https://github.com/invoicity/devise_slack_notifiable/releases
88
+ homepage_uri: https://github.com/b67-engineering/devise_slack_notifiable
89
+ source_code_uri: https://github.com/b67-engineering/devise_slack_notifiable
90
+ changelog_uri: https://github.com/b67-engineering/devise_slack_notifiable/releases
93
91
  post_install_message:
94
92
  rdoc_options: []
95
93
  require_paths:
@@ -105,8 +103,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
103
  - !ruby/object:Gem::Version
106
104
  version: '0'
107
105
  requirements: []
108
- rubygems_version: 3.0.3
106
+ rubygems_version: 3.2.32
109
107
  signing_key:
110
108
  specification_version: 4
111
- summary: Devise slack notifactions gem
109
+ summary: Devise slack notifications gem
112
110
  test_files: []
data/.travis.yml DELETED
@@ -1,6 +0,0 @@
1
- ---
2
- language: ruby
3
- cache: bundler
4
- rvm:
5
- - 2.6.5
6
- before_install: gem install bundler -v 2.1.4
data/Gemfile.lock DELETED
@@ -1,186 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- devise_slack_notifiable (0.2.0)
5
- devise
6
- rails
7
- slack-notifier
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- actioncable (6.0.3.2)
13
- actionpack (= 6.0.3.2)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- actionmailbox (6.0.3.2)
17
- actionpack (= 6.0.3.2)
18
- activejob (= 6.0.3.2)
19
- activerecord (= 6.0.3.2)
20
- activestorage (= 6.0.3.2)
21
- activesupport (= 6.0.3.2)
22
- mail (>= 2.7.1)
23
- actionmailer (6.0.3.2)
24
- actionpack (= 6.0.3.2)
25
- actionview (= 6.0.3.2)
26
- activejob (= 6.0.3.2)
27
- mail (~> 2.5, >= 2.5.4)
28
- rails-dom-testing (~> 2.0)
29
- actionpack (6.0.3.2)
30
- actionview (= 6.0.3.2)
31
- activesupport (= 6.0.3.2)
32
- rack (~> 2.0, >= 2.0.8)
33
- rack-test (>= 0.6.3)
34
- rails-dom-testing (~> 2.0)
35
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
- actiontext (6.0.3.2)
37
- actionpack (= 6.0.3.2)
38
- activerecord (= 6.0.3.2)
39
- activestorage (= 6.0.3.2)
40
- activesupport (= 6.0.3.2)
41
- nokogiri (>= 1.8.5)
42
- actionview (6.0.3.2)
43
- activesupport (= 6.0.3.2)
44
- builder (~> 3.1)
45
- erubi (~> 1.4)
46
- rails-dom-testing (~> 2.0)
47
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
- activejob (6.0.3.2)
49
- activesupport (= 6.0.3.2)
50
- globalid (>= 0.3.6)
51
- activemodel (6.0.3.2)
52
- activesupport (= 6.0.3.2)
53
- activerecord (6.0.3.2)
54
- activemodel (= 6.0.3.2)
55
- activesupport (= 6.0.3.2)
56
- activestorage (6.0.3.2)
57
- actionpack (= 6.0.3.2)
58
- activejob (= 6.0.3.2)
59
- activerecord (= 6.0.3.2)
60
- marcel (~> 0.3.1)
61
- activesupport (6.0.3.2)
62
- concurrent-ruby (~> 1.0, >= 1.0.2)
63
- i18n (>= 0.7, < 2)
64
- minitest (~> 5.1)
65
- tzinfo (~> 1.1)
66
- zeitwerk (~> 2.2, >= 2.2.2)
67
- bcrypt (3.1.13)
68
- builder (3.2.4)
69
- codecov (0.1.17)
70
- json
71
- simplecov
72
- url
73
- concurrent-ruby (1.1.6)
74
- crass (1.0.6)
75
- devise (4.7.2)
76
- bcrypt (~> 3.0)
77
- orm_adapter (~> 0.1)
78
- railties (>= 4.1.0)
79
- responders
80
- warden (~> 1.2.3)
81
- diff-lcs (1.3)
82
- docile (1.3.2)
83
- erubi (1.9.0)
84
- globalid (0.4.2)
85
- activesupport (>= 4.2.0)
86
- i18n (1.8.3)
87
- concurrent-ruby (~> 1.0)
88
- json (2.3.0)
89
- loofah (2.6.0)
90
- crass (~> 1.0.2)
91
- nokogiri (>= 1.5.9)
92
- mail (2.7.1)
93
- mini_mime (>= 0.1.1)
94
- marcel (0.3.3)
95
- mimemagic (~> 0.3.2)
96
- method_source (1.0.0)
97
- mimemagic (0.3.5)
98
- mini_mime (1.0.2)
99
- mini_portile2 (2.4.0)
100
- minitest (5.14.1)
101
- nio4r (2.5.2)
102
- nokogiri (1.10.9-x64-mingw32)
103
- mini_portile2 (~> 2.4.0)
104
- orm_adapter (0.5.0)
105
- rack (2.2.3)
106
- rack-test (1.1.0)
107
- rack (>= 1.0, < 3)
108
- rails (6.0.3.2)
109
- actioncable (= 6.0.3.2)
110
- actionmailbox (= 6.0.3.2)
111
- actionmailer (= 6.0.3.2)
112
- actionpack (= 6.0.3.2)
113
- actiontext (= 6.0.3.2)
114
- actionview (= 6.0.3.2)
115
- activejob (= 6.0.3.2)
116
- activemodel (= 6.0.3.2)
117
- activerecord (= 6.0.3.2)
118
- activestorage (= 6.0.3.2)
119
- activesupport (= 6.0.3.2)
120
- bundler (>= 1.3.0)
121
- railties (= 6.0.3.2)
122
- sprockets-rails (>= 2.0.0)
123
- rails-dom-testing (2.0.3)
124
- activesupport (>= 4.2.0)
125
- nokogiri (>= 1.6)
126
- rails-html-sanitizer (1.3.0)
127
- loofah (~> 2.3)
128
- railties (6.0.3.2)
129
- actionpack (= 6.0.3.2)
130
- activesupport (= 6.0.3.2)
131
- method_source
132
- rake (>= 0.8.7)
133
- thor (>= 0.20.3, < 2.0)
134
- rake (12.3.3)
135
- responders (3.0.1)
136
- actionpack (>= 5.0)
137
- railties (>= 5.0)
138
- rspec (3.9.0)
139
- rspec-core (~> 3.9.0)
140
- rspec-expectations (~> 3.9.0)
141
- rspec-mocks (~> 3.9.0)
142
- rspec-core (3.9.2)
143
- rspec-support (~> 3.9.3)
144
- rspec-expectations (3.9.2)
145
- diff-lcs (>= 1.2.0, < 2.0)
146
- rspec-support (~> 3.9.0)
147
- rspec-mocks (3.9.1)
148
- diff-lcs (>= 1.2.0, < 2.0)
149
- rspec-support (~> 3.9.0)
150
- rspec-support (3.9.3)
151
- simplecov (0.18.5)
152
- docile (~> 1.1)
153
- simplecov-html (~> 0.11)
154
- simplecov-html (0.12.2)
155
- slack-notifier (2.3.2)
156
- sprockets (4.0.2)
157
- concurrent-ruby (~> 1.0)
158
- rack (> 1, < 3)
159
- sprockets-rails (3.2.1)
160
- actionpack (>= 4.0)
161
- activesupport (>= 4.0)
162
- sprockets (>= 3.0.0)
163
- thor (1.0.1)
164
- thread_safe (0.3.6)
165
- tzinfo (1.2.7)
166
- thread_safe (~> 0.1)
167
- url (0.3.2)
168
- warden (1.2.8)
169
- rack (>= 2.0.6)
170
- websocket-driver (0.7.2)
171
- websocket-extensions (>= 0.1.0)
172
- websocket-extensions (0.1.5)
173
- zeitwerk (2.3.0)
174
-
175
- PLATFORMS
176
- x64-mingw32
177
-
178
- DEPENDENCIES
179
- codecov
180
- devise_slack_notifiable!
181
- rake (~> 12.0)
182
- rspec (~> 3.0)
183
- slack-notifier
184
-
185
- BUNDLED WITH
186
- 2.1.4