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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28b29841df4ec35af174ea50b11d4d7a913e7e49
4
- data.tar.gz: 7e22916e1d96da39482adb1f174a0981aa797863
3
+ metadata.gz: b0de203db302e805cb1ba91599cc359030a2bb27
4
+ data.tar.gz: e5904ff7a0ba379a794bc411fb47a5ed0438a1db
5
5
  SHA512:
6
- metadata.gz: 4b52a811881b2b7e3644da03f037bf5a45a114ff9a5e8f8c8630f57caa3c45decd4ae1770f5820a3c084a6e4fc9c5311c6e3cbad621583c64bc0ac313d4c79c5
7
- data.tar.gz: a4be8fb817019db20905072f539e28dad0f8bd950144e0f4ca08071fe65c0d18002757d4faf31099649ffeb946fafe0a4d51143a99549fdd7319dd427073719f
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
- [![Build Status](https://travis-ci.org/calonso/rails-push-notifications.svg)](https://travis-ci.org/calonso/rails-push-notifications) [![Code Climate](https://codeclimate.com/github/calonso/rails-push-notifications/badges/gpa.svg)](https://codeclimate.com/github/calonso/rails-push-notifications) [![Test Coverage](https://codeclimate.com/github/calonso/rails-push-notifications/badges/coverage.svg)](https://codeclimate.com/github/calonso/rails-push-notifications)
2
+ [![Build Status](https://travis-ci.org/calonso/rails-push-notifications.svg)](https://travis-ci.org/calonso/rails-push-notifications) [![Code Climate](https://codeclimate.com/github/calonso/rails-push-notifications/badges/gpa.svg)](https://codeclimate.com/github/calonso/rails-push-notifications)[![Test Coverage](https://codeclimate.com/github/calonso/rails-push-notifications/badges/coverage.svg)](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.
@@ -1,3 +1,3 @@
1
1
  module RailsPushNotifications
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
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.0
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: Free Open Source Rails gem for performing push notifications for both
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 Android push notifications for Ruby on Rails
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