fireinc-apn_on_rails 0.4.2 → 0.4.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,8 +4,8 @@
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = %q{apn_on_rails}
8
- s.version = "0.4.2"
7
+ s.name = %q{fireinc-apn_on_rails}
8
+ s.version = "0.4.2.1"
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"]
@@ -29,7 +29,7 @@ easily add Apple Push Notification (iPhone) support to your Rails application.
29
29
  "README.textile",
30
30
  "Rakefile",
31
31
  "VERSION",
32
- "apn_on_rails.gemspec",
32
+ "fireinc-apn_on_rails.gemspec",
33
33
  "autotest/discover.rb",
34
34
  "generators/apn_migrations_generator.rb",
35
35
  "generators/templates/apn_migrations/001_create_apn_devices.rb",
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fireinc-apn_on_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 101
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 2
10
- version: 0.4.2
10
+ - 1
11
+ version: 0.4.2.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - markbates
@@ -179,7 +180,7 @@ files:
179
180
  - README.textile
180
181
  - Rakefile
181
182
  - VERSION
182
- - apn_on_rails.gemspec
183
+ - fireinc-apn_on_rails.gemspec
183
184
  - autotest/discover.rb
184
185
  - generators/apn_migrations_generator.rb
185
186
  - generators/templates/apn_migrations/001_create_apn_devices.rb