fireinc-apn_on_rails 0.4.2.2 → 0.4.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -12,16 +12,17 @@ require 'rake'
12
12
  require 'jeweler'
13
13
  Jeweler::Tasks.new do |gem|
14
14
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
15
- gem.name = "apn_on_rails"
15
+ gem.name = "fireinc-apn_on_rails"
16
16
  gem.summary = %Q{Apple Push Notifications on Rails}
17
17
 
18
18
  gem.description = %Q{APN on Rails is a Ruby on Rails gem that allows you to
19
19
  easily add Apple Push Notification (iPhone) support to your Rails application.
20
+ This version includes an association between an assumed User model and APN::Device
20
21
  }
21
22
 
22
- gem.email = "tech-team@prx.org"
23
- gem.homepage = "http://github.com/PRX/apn_on_rails"
24
- gem.authors = ["markbates", "Rebecca Nesson"]
23
+ gem.email = "caleb@fire.coop"
24
+ gem.homepage = "http://github.com/calebhaye/apn_on_rails"
25
+ gem.authors = ["markbates", "Rebecca Nesson", "Caleb Adam Haye"]
25
26
  end
26
27
  #Jeweler::RubygemsDotOrgsTasks.new
27
28
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.2.2
1
+ 0.4.2.3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fireinc-apn_on_rails}
8
- s.version = "0.4.2.2"
8
+ s.version = "0.4.2.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["markbates", "Rebecca Nesson", "Caleb Adam Haye"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fireinc-apn_on_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 99
4
+ hash: 97
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 2
10
- - 2
11
- version: 0.4.2.2
10
+ - 3
11
+ version: 0.4.2.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - markbates