fcm 0.0.5 → 0.0.6

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/.travis.yml +4 -2
  3. data/fcm.gemspec +2 -2
  4. metadata +9 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c66c86d3d3691b424672e80b59a82960bb4ff54d
4
- data.tar.gz: '091c4d8413d499f23d87f419e0b0f0f560242bb7'
3
+ metadata.gz: 0d92dc29d8a781ef45a9e3cd113fe834a3a41b63
4
+ data.tar.gz: e3413daa3b418bfbc0631ffdf79f653950599f25
5
5
  SHA512:
6
- metadata.gz: a9540aeb7f04c0a80d2777511261a87d5e6fc08e88dc6806775c23b83aa2df10cf10c80d6aa7abfdeb9140e92ab47e37c6e1c507555b813500fa5b85892be24f
7
- data.tar.gz: 96121c74b6e7ecea819fbc9db61b5cea64b8d2eff054620950bc9f73d4da270fe0b5cfd8ce31152f0075c71b87d4c7620bc1be12f1e387917dc4f7435250c0cb
6
+ metadata.gz: 994687542f81b3d11b403d71dde8097a1990445c66249922215da103cff7737d44ee30d99537676cf2695f5606d2837cbb45cfdf59aed2b8c7649290450bf9a1
7
+ data.tar.gz: 1516e659f3c1d7180a77ac177e0f79e4f45d9d471d0f22434533657de07d9de4c29855baf66dcbee003cf9c3b1ac6976ac8a543ca9e75a07b1d9fd04297dfb59
@@ -2,5 +2,7 @@ language: ruby
2
2
  rvm:
3
3
  - 2.0.0
4
4
  - 2.1.10
5
- - 2.2.5
6
- - 2.3.1
5
+ - 2.2.10
6
+ - 2.3.8
7
+ - 2.4.5
8
+ - 2.5.3
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "fcm"
6
- s.version = "0.0.5"
6
+ s.version = "0.0.6"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Kashif Rasul", "Shoaib Burq"]
9
9
  s.email = ["kashif@spacialdb.com", "shoaib@spacialdb.com"]
@@ -21,5 +21,5 @@ Gem::Specification.new do |s|
21
21
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
22
22
  s.require_paths = ["lib"]
23
23
 
24
- s.add_runtime_dependency('httparty', '~> 0.1')
24
+ s.add_runtime_dependency('httparty', '~> 0.10', '>= 0.10.0')
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fcm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kashif Rasul
@@ -17,14 +17,20 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: '0.1'
20
+ version: '0.10'
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.10.0
21
24
  type: :runtime
22
25
  prerelease: false
23
26
  version_requirements: !ruby/object:Gem::Requirement
24
27
  requirements:
25
28
  - - "~>"
26
29
  - !ruby/object:Gem::Version
27
- version: '0.1'
30
+ version: '0.10'
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 0.10.0
28
34
  description: fcm provides ruby bindings to Firebase Cloud Messaging (FCM) a cross-platform
29
35
  messaging solution that lets you reliably deliver messages and notifications at
30
36
  no cost to Android, iOS or Web browsers.