ruby-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: 915e61224a1fb8cb223c024a4ab0b2c031ab4ed6
4
- data.tar.gz: e728198fc76862b251f09493e933ea7cb63d9a26
3
+ metadata.gz: a29f7f90cf7849f8db3c9bced249fe5a934cd9e7
4
+ data.tar.gz: f7936e90d66008a49e4572f2a5a7cfbf39156433
5
5
  SHA512:
6
- metadata.gz: d82f2cc812134a1a1d9834ff5d31f3841e362acb550ed36509f664b1b8b5f269cf74499f86bb1a391e162ac44acf0303a4e36160921ee03698fd94f069051795
7
- data.tar.gz: 372b58b0c41a208868fa11a82bf0f26799697e279ad22e864210ec073153226e33b0c7ed8163089032d0c03ccf45325bbe6f2629aeb7b7a7084f758b56890060
6
+ metadata.gz: cdf54c6cd43b4a3507afce8ffc1d7a0d39e7ca1f32bb97f396aa217870515b12afd9e7a1138db086d09f2c7b443327408eee5a354a9616c10b90b03131be4980
7
+ data.tar.gz: 2ade9c25d1ea3ed7340e04dd9c4a1dcc61ba3b64d7ad89f01a35db755adf8400992210ce99d1839e9ff789b28081bffff03b0faaa87e9b1651eb9ee51e173f79
@@ -1,3 +1,3 @@
1
1
  module RubyPushNotifications
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = RubyPushNotifications::VERSION
9
9
  spec.authors = ['Carlos Alonso']
10
10
  spec.email = ['info@mrcalonso.com']
11
- spec.summary = %q{iOS and Android Push Notifications made easy!}
12
- spec.description = %q{Easy to use gem to send iOS and Android Push notifications}
11
+ spec.summary = %q{iOS, Android and Windows Phone Push Notifications made easy!}
12
+ spec.description = %q{Easy to use gem to send iOS, Android and Windows Phone Push notifications}
13
13
  spec.homepage = 'https://github.com/calonso/ruby-push-notifications'
14
14
  spec.license = 'MIT'
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-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
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: '1.20'
97
- description: Easy to use gem to send iOS and Android Push notifications
97
+ description: Easy to use gem to send iOS, Android and Windows Phone Push notifications
98
98
  email:
99
99
  - info@mrcalonso.com
100
100
  executables: []
@@ -173,7 +173,7 @@ rubyforge_project:
173
173
  rubygems_version: 2.2.2
174
174
  signing_key:
175
175
  specification_version: 4
176
- summary: iOS and Android Push Notifications made easy!
176
+ summary: iOS, Android and Windows Phone Push Notifications made easy!
177
177
  test_files:
178
178
  - spec/factories.rb
179
179
  - spec/factories/notifications.rb