frm_mercury 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1fedc456dcf3224acdafdf1df2d10998dccf7a10eeb41b870e456bf24f72d2d7
4
- data.tar.gz: fa0419a257dd87ded1ea722fa1deb81ebd99069a5d7a3e4ec1b736d227d10ee2
3
+ metadata.gz: 2664727a2ebe35f9dbb221b32258d9b1249bffaca5eb9688eba53f915a41635d
4
+ data.tar.gz: b7ba35cea1ee35e7fc4a92d407c9c0c7ed6487db6a3dd7dee60e5aed0ab9d5d4
5
5
  SHA512:
6
- metadata.gz: 61a34f906d12111e4d34a08be0b2253085ca6012f85f98ff23d8279849584a0eafc88a52a4eccd9ba00ced65074c2ce01499f0c26a64f89fddaf1a853ad8184a
7
- data.tar.gz: 6993689983bdae6fbbd0984d7f7191b33b5800ed0c1d45b422d618759c15910c5737c4c481b2da5300016f2981314528a132167e873627658a7973b2bf0ff22e
6
+ metadata.gz: cf3aec32a1e590f691bd0c5f6f7b384065a81b4e17c9a565cc2778cad53b7086fb9bc1695dc810f9edfbbaac29380e03caac6d53b5451bdd42e5cae81a15f494
7
+ data.tar.gz: d757f57302f1d58ae96a2adaa821d5a04cf32cbcf3927bd4ba9081f5b1e8b8ab667f1cc2073fb8ca503c41ebd5b6b05160b06d379034cf389736ba056751df4c
data/.gitignore CHANGED
@@ -6,3 +6,4 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ *.gem
data/frm_mercury.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["DEVPENGUIN"]
10
10
  spec.email = ["simoncorreaocampo@gmail.com"]
11
11
 
12
- spec.summary = "Send Firebase Cloud Push Messages easy and simple for Android and iOS"
12
+ spec.summary = "Send Firebase Cloud Push Messages easy and simple for Android and iOS."
13
13
  spec.homepage = "https://github.com/simoncorreaocampo/FrmMercury"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module FrmMercury
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: frm_mercury
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
  - DEVPENGUIN
@@ -79,5 +79,5 @@ rubyforge_project:
79
79
  rubygems_version: 2.7.3
80
80
  signing_key:
81
81
  specification_version: 4
82
- summary: Send Firebase Cloud Push Messages easy and simple for Android and iOS
82
+ summary: Send Firebase Cloud Push Messages easy and simple for Android and iOS.
83
83
  test_files: []