fireinc-apn_on_rails 0.4.2.12 → 0.4.2.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.12"
8
+ s.version = "0.4.2.13"
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"]
@@ -15,7 +15,7 @@ class APN::Device < APN::Base
15
15
  has_many :unsent_notifications, :class_name => 'APN::Notification', :conditions => 'sent_at is null'
16
16
  belongs_to :user
17
17
 
18
- validates_uniqueness_of :token, :scope => :artist_id
18
+ validates_uniqueness_of :token, :scope => :app_id
19
19
  validates_format_of :token, :with => /^[a-z0-9]{8}\s[a-z0-9]{8}\s[a-z0-9]{8}\s[a-z0-9]{8}\s[a-z0-9]{8}\s[a-z0-9]{8}\s[a-z0-9]{8}\s[a-z0-9]{8}$/
20
20
 
21
21
  before_create :set_last_registered_at
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: 127
4
+ hash: 125
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 2
10
- - 12
11
- version: 0.4.2.12
10
+ - 13
11
+ version: 0.4.2.13
12
12
  platform: ruby
13
13
  authors:
14
14
  - markbates