hey-you-fcm-push 0.1.0 → 0.1.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: 7bffeca01ef07a68e7e23b6a8bd60b685223c00e33db1f6e3b153e509841fb8c
4
- data.tar.gz: 562002a2673a27b9711f531b8ea3af2211b8f45fafaff5d23a9c1099e474d168
3
+ metadata.gz: e4446d65f49ee45b68fede479347bb61f3594fc5b80c68fe57ca9022f73843fa
4
+ data.tar.gz: a69ba74aa8a1171ae14a446d38a5f6ffaf625c8df6e667e409849ce1d7f12b93
5
5
  SHA512:
6
- metadata.gz: 831603025086b5b21fe8ee5d527394b59b8c9acc78ed132b718eb631ff501c61e9d086d815fd7914da17233eb6cdd187bda687350a031ffa13dafcf2a9675d48
7
- data.tar.gz: 87adaa77047e75ff3ddee26c5e08abf9a681c9322ccaf49055d293323c12b823e166fe5395a13ec89aa02c09e6798050d9c9a79fec0bcb52c685caa26608b796
6
+ metadata.gz: 4e6de378549a211f5355e35753ed31ab4f786547b9fd6eb4779a5744776f1fe0df6a9be88bbf74e439fb7f97dcf0b4be6f07607502859bffcf60be3962036824
7
+ data.tar.gz: fe7e04b2d6997a4ef83a2bcfa6f3698861733f4e2020ffed2314ef32ee1aa1c6fb842c9eccf9b1d10a4c9fe2c368578362d61c5dad3bd09d03f325ed53731b26
data/.gitignore CHANGED
@@ -9,3 +9,5 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+
13
+ Gemfile.lock
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Hey, You, FCM!
2
- [![Build Status](https://travis-ci.com/QNester/hey-you-fcm-push.svg?branch=master)](https://travis-ci.com/QNester/hey-you-fcm-push#)[![Gem Version](https://badge.fury.io/rb/hey-you-fcm-push.svg)](https://badge.fury.io/rb/hey-you-fcm-push)
2
+ [![Build Status](https://travis-ci.com/QNester/hey-you-fcm-push.svg?branch=main)](https://travis-ci.com/QNester/hey-you-fcm-push#)[![Gem Version](https://badge.fury.io/rb/hey-you-fcm-push.svg)](https://badge.fury.io/rb/hey-you-fcm-push)
3
3
 
4
4
  Send fcm pushes via [hey-you gem](https://github.com/QNester/hey-you) using [google fcm protocol](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages/send)
5
5
 
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
26
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
27
  spec.require_paths = ["lib"]
28
28
 
29
- spec.add_runtime_dependency "hey-you", '~> 1.4'
29
+ spec.add_runtime_dependency "hey-you", '>= 1.4'
30
30
  spec.add_runtime_dependency "googleauth", '~> 0.10.0'
31
31
  spec.add_runtime_dependency "httparty", '~> 0.18.0'
32
32
 
@@ -1,3 +1,3 @@
1
1
  module HeyYouFcmPush
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hey-you-fcm-push
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Nesterov
@@ -14,14 +14,14 @@ dependencies:
14
14
  name: hey-you
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.4'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.4'
27
27
  - !ruby/object:Gem::Dependency
@@ -121,7 +121,6 @@ files:
121
121
  - ".travis.yml"
122
122
  - CHANGELOG.md
123
123
  - Gemfile
124
- - Gemfile.lock
125
124
  - Makefile
126
125
  - README.md
127
126
  - Rakefile
@@ -1,89 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- hey-you-fcm-push (0.1.0)
5
- googleauth (~> 0.10.0)
6
- hey-you (~> 1.4)
7
- httparty (~> 0.18.0)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- addressable (2.7.0)
13
- public_suffix (>= 2.0.2, < 5.0)
14
- byebug (11.1.3)
15
- concurrent-ruby (1.1.7)
16
- crack (0.4.4)
17
- diff-lcs (1.4.4)
18
- faraday (0.17.3)
19
- multipart-post (>= 1.2, < 3)
20
- fcm (0.0.6)
21
- httparty (~> 0.10, >= 0.10.0)
22
- ffaker (2.17.0)
23
- googleauth (0.10.0)
24
- faraday (~> 0.12)
25
- jwt (>= 1.4, < 3.0)
26
- memoist (~> 0.16)
27
- multi_json (~> 1.11)
28
- os (>= 0.9, < 2.0)
29
- signet (~> 0.12)
30
- hashdiff (1.0.1)
31
- hey-you (1.4.0)
32
- fcm (~> 0.0.2)
33
- i18n (~> 1.0)
34
- mail (~> 2.7)
35
- httparty (0.18.1)
36
- mime-types (~> 3.0)
37
- multi_xml (>= 0.5.2)
38
- i18n (1.8.5)
39
- concurrent-ruby (~> 1.0)
40
- jwt (2.2.2)
41
- mail (2.7.1)
42
- mini_mime (>= 0.1.1)
43
- memoist (0.16.2)
44
- mime-types (3.3.1)
45
- mime-types-data (~> 3.2015)
46
- mime-types-data (3.2020.1104)
47
- mini_mime (1.0.2)
48
- multi_json (1.15.0)
49
- multi_xml (0.6.0)
50
- multipart-post (2.1.1)
51
- os (1.1.1)
52
- public_suffix (4.0.6)
53
- rake (13.0.3)
54
- rspec (3.10.0)
55
- rspec-core (~> 3.10.0)
56
- rspec-expectations (~> 3.10.0)
57
- rspec-mocks (~> 3.10.0)
58
- rspec-core (3.10.0)
59
- rspec-support (~> 3.10.0)
60
- rspec-expectations (3.10.0)
61
- diff-lcs (>= 1.2.0, < 2.0)
62
- rspec-support (~> 3.10.0)
63
- rspec-mocks (3.10.0)
64
- diff-lcs (>= 1.2.0, < 2.0)
65
- rspec-support (~> 3.10.0)
66
- rspec-support (3.10.0)
67
- signet (0.14.0)
68
- addressable (~> 2.3)
69
- faraday (>= 0.17.3, < 2.0)
70
- jwt (>= 1.5, < 3.0)
71
- multi_json (~> 1.10)
72
- webmock (3.11.0)
73
- addressable (>= 2.3.6)
74
- crack (>= 0.3.2)
75
- hashdiff (>= 0.4.0, < 2.0.0)
76
-
77
- PLATFORMS
78
- ruby
79
-
80
- DEPENDENCIES
81
- byebug
82
- ffaker (~> 2.15)
83
- hey-you-fcm-push!
84
- rake (~> 13.0)
85
- rspec (~> 3.0)
86
- webmock (~> 3.4)
87
-
88
- BUNDLED WITH
89
- 2.1.4