hertz-fcm 1.1.1 → 1.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +66 -66
  3. data/lib/hertz/fcm/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f99c1c96c5c32403d6ef76c339321a6533829533efbd9da7a0d72a533b136396
4
- data.tar.gz: 28181a612b09134c31dbc4534cf17eaebd5eff10161c93cb0130b9536d7942e6
3
+ metadata.gz: 4e3a88bb1961b0f8323b615f5b9356b0a659c911eab48d637ac1495dc32ae3c5
4
+ data.tar.gz: 5c49fde30b3c587b1d9f15018d2b2e53fba90b11eda1e3fe632085b8b5f1e9b3
5
5
  SHA512:
6
- metadata.gz: 71e533a017000a548d358167524ea84753a29e7c8d56d55165dcf40de72cd055d98e49c76273bd63e7a8fa1625a5cb929252b7ec248530564ef72bead0103450
7
- data.tar.gz: 20a799afdaad464881b9d40bb313f332dc9c48223346cd79b5ebf490f049d55fb9a1fb2401d5d5ef5bca277b61f0fae692845c65047e1e0c8d0e91614655b6d5
6
+ metadata.gz: d99175755c499b5b78633be13d9e7191fc8b7253a7f130aa87da1759b6dde0fe311f17eae8d16cc62abafd2861c9b82b014947dd30f7267ea9bbf5efb66bf812
7
+ data.tar.gz: 208b8ea4591ffcd190c4aa858b87dabe94fbbfdcf44d806d2df9ba0e2e2d8fb069782243c16871686f4474b24cf38925ffc56e1478012e2ca8bef0596fc3501a
data/Gemfile.lock CHANGED
@@ -9,53 +9,53 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (5.2.1)
13
- actionpack (= 5.2.1)
12
+ actioncable (5.2.2)
13
+ actionpack (= 5.2.2)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
- actionmailer (5.2.1)
17
- actionpack (= 5.2.1)
18
- actionview (= 5.2.1)
19
- activejob (= 5.2.1)
16
+ actionmailer (5.2.2)
17
+ actionpack (= 5.2.2)
18
+ actionview (= 5.2.2)
19
+ activejob (= 5.2.2)
20
20
  mail (~> 2.5, >= 2.5.4)
21
21
  rails-dom-testing (~> 2.0)
22
- actionpack (5.2.1)
23
- actionview (= 5.2.1)
24
- activesupport (= 5.2.1)
22
+ actionpack (5.2.2)
23
+ actionview (= 5.2.2)
24
+ activesupport (= 5.2.2)
25
25
  rack (~> 2.0)
26
26
  rack-test (>= 0.6.3)
27
27
  rails-dom-testing (~> 2.0)
28
28
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- actionview (5.2.1)
30
- activesupport (= 5.2.1)
29
+ actionview (5.2.2)
30
+ activesupport (= 5.2.2)
31
31
  builder (~> 3.1)
32
32
  erubi (~> 1.4)
33
33
  rails-dom-testing (~> 2.0)
34
34
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
- activejob (5.2.1)
36
- activesupport (= 5.2.1)
35
+ activejob (5.2.2)
36
+ activesupport (= 5.2.2)
37
37
  globalid (>= 0.3.6)
38
- activemodel (5.2.1)
39
- activesupport (= 5.2.1)
40
- activerecord (5.2.1)
41
- activemodel (= 5.2.1)
42
- activesupport (= 5.2.1)
38
+ activemodel (5.2.2)
39
+ activesupport (= 5.2.2)
40
+ activerecord (5.2.2)
41
+ activemodel (= 5.2.2)
42
+ activesupport (= 5.2.2)
43
43
  arel (>= 9.0)
44
- activestorage (5.2.1)
45
- actionpack (= 5.2.1)
46
- activerecord (= 5.2.1)
44
+ activestorage (5.2.2)
45
+ actionpack (= 5.2.2)
46
+ activerecord (= 5.2.2)
47
47
  marcel (~> 0.3.1)
48
- activesupport (5.2.1)
48
+ activesupport (5.2.2)
49
49
  concurrent-ruby (~> 1.0, >= 1.0.2)
50
50
  i18n (>= 0.7, < 2)
51
51
  minitest (~> 5.1)
52
52
  tzinfo (~> 1.1)
53
- addressable (2.5.2)
53
+ addressable (2.6.0)
54
54
  public_suffix (>= 2.0.2, < 4.0)
55
55
  arel (9.0.0)
56
56
  ast (2.4.0)
57
57
  builder (3.2.3)
58
- concurrent-ruby (1.0.5)
58
+ concurrent-ruby (1.1.4)
59
59
  coveralls (0.8.22)
60
60
  json (>= 1.8, < 3)
61
61
  simplecov (~> 0.16.1)
@@ -65,36 +65,36 @@ GEM
65
65
  crass (1.0.4)
66
66
  diff-lcs (1.3)
67
67
  docile (1.3.1)
68
- erubi (1.7.1)
68
+ erubi (1.8.0)
69
69
  factory_bot (4.11.1)
70
70
  activesupport (>= 3.0.0)
71
71
  factory_bot_rails (4.11.1)
72
72
  factory_bot (~> 4.11.1)
73
73
  railties (>= 3.0.0)
74
- faraday (0.15.3)
74
+ faraday (0.15.4)
75
75
  multipart-post (>= 1.2, < 3)
76
76
  firebase_cloud_messenger (0.4.0)
77
77
  googleauth (~> 0.6)
78
78
  json-schema (~> 2.8)
79
- globalid (0.4.1)
79
+ globalid (0.4.2)
80
80
  activesupport (>= 4.2.0)
81
- googleauth (0.6.6)
81
+ googleauth (0.8.0)
82
82
  faraday (~> 0.12)
83
83
  jwt (>= 1.4, < 3.0)
84
- memoist (~> 0.12)
84
+ memoist (~> 0.16)
85
85
  multi_json (~> 1.11)
86
86
  os (>= 0.9, < 2.0)
87
87
  signet (~> 0.7)
88
88
  hertz (2.0.0)
89
89
  rails (>= 4.0.0, < 6.0.0)
90
- i18n (1.1.0)
90
+ i18n (1.5.3)
91
91
  concurrent-ruby (~> 1.0)
92
- jaro_winkler (1.5.1)
92
+ jaro_winkler (1.5.2)
93
93
  json (2.1.0)
94
94
  json-schema (2.8.1)
95
95
  addressable (>= 2.4)
96
96
  jwt (2.1.0)
97
- loofah (2.2.2)
97
+ loofah (2.2.3)
98
98
  crass (~> 1.0.2)
99
99
  nokogiri (>= 1.5.9)
100
100
  mail (2.7.1)
@@ -102,64 +102,64 @@ GEM
102
102
  marcel (0.3.3)
103
103
  mimemagic (~> 0.3.2)
104
104
  memoist (0.16.0)
105
- method_source (0.9.0)
106
- mimemagic (0.3.2)
105
+ method_source (0.9.2)
106
+ mimemagic (0.3.3)
107
107
  mini_mime (1.0.1)
108
- mini_portile2 (2.3.0)
108
+ mini_portile2 (2.4.0)
109
109
  minitest (5.11.3)
110
110
  multi_json (1.13.1)
111
111
  multipart-post (2.0.0)
112
112
  nio4r (2.3.1)
113
- nokogiri (1.8.4)
114
- mini_portile2 (~> 2.3.0)
113
+ nokogiri (1.10.1)
114
+ mini_portile2 (~> 2.4.0)
115
115
  os (1.0.0)
116
- parallel (1.12.1)
117
- parser (2.5.1.2)
116
+ parallel (1.13.0)
117
+ parser (2.6.0.0)
118
118
  ast (~> 2.4.0)
119
- pg (1.1.3)
119
+ pg (1.1.4)
120
120
  powerpack (0.1.2)
121
121
  public_suffix (3.0.3)
122
- rack (2.0.5)
122
+ rack (2.0.6)
123
123
  rack-test (1.1.0)
124
124
  rack (>= 1.0, < 3)
125
- rails (5.2.1)
126
- actioncable (= 5.2.1)
127
- actionmailer (= 5.2.1)
128
- actionpack (= 5.2.1)
129
- actionview (= 5.2.1)
130
- activejob (= 5.2.1)
131
- activemodel (= 5.2.1)
132
- activerecord (= 5.2.1)
133
- activestorage (= 5.2.1)
134
- activesupport (= 5.2.1)
125
+ rails (5.2.2)
126
+ actioncable (= 5.2.2)
127
+ actionmailer (= 5.2.2)
128
+ actionpack (= 5.2.2)
129
+ actionview (= 5.2.2)
130
+ activejob (= 5.2.2)
131
+ activemodel (= 5.2.2)
132
+ activerecord (= 5.2.2)
133
+ activestorage (= 5.2.2)
134
+ activesupport (= 5.2.2)
135
135
  bundler (>= 1.3.0)
136
- railties (= 5.2.1)
136
+ railties (= 5.2.2)
137
137
  sprockets-rails (>= 2.0.0)
138
138
  rails-dom-testing (2.0.3)
139
139
  activesupport (>= 4.2.0)
140
140
  nokogiri (>= 1.6)
141
141
  rails-html-sanitizer (1.0.4)
142
142
  loofah (~> 2.2, >= 2.2.2)
143
- railties (5.2.1)
144
- actionpack (= 5.2.1)
145
- activesupport (= 5.2.1)
143
+ railties (5.2.2)
144
+ actionpack (= 5.2.2)
145
+ activesupport (= 5.2.2)
146
146
  method_source
147
147
  rake (>= 0.8.7)
148
148
  thor (>= 0.19.0, < 2.0)
149
149
  rainbow (3.0.0)
150
- rake (12.3.1)
150
+ rake (12.3.2)
151
151
  rspec-activejob (0.6.1)
152
152
  activejob (>= 4.2)
153
153
  rspec-mocks
154
154
  rspec-core (3.8.0)
155
155
  rspec-support (~> 3.8.0)
156
- rspec-expectations (3.8.1)
156
+ rspec-expectations (3.8.2)
157
157
  diff-lcs (>= 1.2.0, < 2.0)
158
158
  rspec-support (~> 3.8.0)
159
159
  rspec-mocks (3.8.0)
160
160
  diff-lcs (>= 1.2.0, < 2.0)
161
161
  rspec-support (~> 3.8.0)
162
- rspec-rails (3.8.0)
162
+ rspec-rails (3.8.2)
163
163
  actionpack (>= 3.0)
164
164
  activesupport (>= 3.0)
165
165
  railties (>= 3.0)
@@ -168,16 +168,16 @@ GEM
168
168
  rspec-mocks (~> 3.8.0)
169
169
  rspec-support (~> 3.8.0)
170
170
  rspec-support (3.8.0)
171
- rubocop (0.59.0)
171
+ rubocop (0.63.1)
172
172
  jaro_winkler (~> 1.5.1)
173
173
  parallel (~> 1.10)
174
174
  parser (>= 2.5, != 2.5.1.1)
175
175
  powerpack (~> 0.1)
176
176
  rainbow (>= 2.2.2, < 4.0)
177
177
  ruby-progressbar (~> 1.7)
178
- unicode-display_width (~> 1.0, >= 1.0.1)
179
- rubocop-rspec (1.29.1)
180
- rubocop (>= 0.58.0)
178
+ unicode-display_width (~> 1.4.0)
179
+ rubocop-rspec (1.32.0)
180
+ rubocop (>= 0.60.0)
181
181
  ruby-progressbar (1.10.0)
182
182
  signet (0.11.0)
183
183
  addressable (~> 2.3)
@@ -196,14 +196,14 @@ GEM
196
196
  actionpack (>= 4.0)
197
197
  activesupport (>= 4.0)
198
198
  sprockets (>= 3.0.0)
199
- term-ansicolor (1.6.0)
199
+ term-ansicolor (1.7.1)
200
200
  tins (~> 1.0)
201
201
  thor (0.19.4)
202
202
  thread_safe (0.3.6)
203
- tins (1.16.3)
203
+ tins (1.20.2)
204
204
  tzinfo (1.2.5)
205
205
  thread_safe (~> 0.1)
206
- unicode-display_width (1.4.0)
206
+ unicode-display_width (1.4.1)
207
207
  websocket-driver (0.7.0)
208
208
  websocket-extensions (>= 0.1.0)
209
209
  websocket-extensions (0.1.3)
@@ -224,4 +224,4 @@ DEPENDENCIES
224
224
  rubocop-rspec
225
225
 
226
226
  BUNDLED WITH
227
- 1.16.4
227
+ 1.17.3
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Hertz
4
4
  module Fcm
5
- VERSION = '1.1.1'
5
+ VERSION = '1.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hertz-fcm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Petkovic
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-18 00:00:00.000000000 Z
11
+ date: 2019-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: firebase_cloud_messenger