rails-push-notifications 0.2.0 → 0.2.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 +4 -4
- data/README.md +1 -1
- data/lib/rails-push-notifications/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0de203db302e805cb1ba91599cc359030a2bb27
|
|
4
|
+
data.tar.gz: e5904ff7a0ba379a794bc411fb47a5ed0438a1db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12c843c8178294da33778841bc849bdd47955c2657abd16f33876c3cdff13879652128a7609dcb9c6f270f0a42bce1da3ac29519a4d9c9169fd3b626f632d6a8
|
|
7
|
+
data.tar.gz: 8b539dcdca8a9242c952880a7f3da8776e9c7a5a257fddc75f6dd8d47745ce536b21b25aa0c7b1da587c1891ef4e2574a565dcab2ecb044986afff4702a77f1d
|
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Rpn (Ruby on Rails Push Notifications)
|
|
2
|
-
[](https://travis-ci.org/calonso/rails-push-notifications) [](https://codeclimate.com/github/calonso/rails-push-notifications)
|
|
2
|
+
[](https://travis-ci.org/calonso/rails-push-notifications) [](https://codeclimate.com/github/calonso/rails-push-notifications)[](https://codeclimate.com/github/calonso/rails-push-notifications/coverage)
|
|
3
3
|
## Professional iOS, Android and Windows Phone push notifications for Ruby on Rails
|
|
4
4
|
|
|
5
5
|
Rpn is an intuitive and easy to use gem that will allow you to easily add Push Notifications to your project.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-push-notifications
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carlos Alonso
|
|
@@ -122,8 +122,7 @@ dependencies:
|
|
|
122
122
|
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '1.20'
|
|
125
|
-
description:
|
|
126
|
-
iOS and Android devices
|
|
125
|
+
description: Rails gem to push notifications for iOS, Android and Windows Phone devices
|
|
127
126
|
email:
|
|
128
127
|
- info@mrcalonso.com
|
|
129
128
|
executables: []
|
|
@@ -180,7 +179,8 @@ rubyforge_project:
|
|
|
180
179
|
rubygems_version: 2.2.2
|
|
181
180
|
signing_key:
|
|
182
181
|
specification_version: 4
|
|
183
|
-
summary: Professional iOS and
|
|
182
|
+
summary: Professional iOS, Android and Windows Phone push notifications for Ruby on
|
|
183
|
+
Rails
|
|
184
184
|
test_files:
|
|
185
185
|
- spec/apps/apns_app_spec.rb
|
|
186
186
|
- spec/apps/gcm_app_spec.rb
|