pushlayer 0.9.0 → 0.9.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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pushlayer (0.9.0)
4
+ pushlayer (0.9.1)
5
5
  multi_json (~> 1.5.0)
6
6
  rest-client (~> 1.6.7)
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Pushlayer
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.1'
3
3
  end
@@ -6,7 +6,8 @@ Gem::Specification.new do |s|
6
6
  s.version = Pushlayer::VERSION
7
7
  s.authors = ['Ryan Twomey, Costa Walcott']
8
8
  s.email = ['info@pushlayer.com']
9
- s.homepage = 'https://www.pushlayer.com'
9
+ s.homepage = 'https://github.com/draconis-software/pushlayer-ruby'
10
+ s.license = 'MIT'
10
11
  s.summary = 'pushlayer sends iOS push notifications using PushLayer.com'
11
12
 
12
13
  s.description = <<-eodescription
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pushlayer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -135,8 +135,9 @@ files:
135
135
  - pushlayer.gemspec
136
136
  - spec/spec_helper.rb
137
137
  - spec/unit/pushlayer_spec.rb
138
- homepage: https://www.pushlayer.com
139
- licenses: []
138
+ homepage: https://github.com/draconis-software/pushlayer-ruby
139
+ licenses:
140
+ - MIT
140
141
  post_install_message:
141
142
  rdoc_options: []
142
143
  require_paths: