kw_apn 0.4.beta.1 → 0.4.beta.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/config.rb +3 -2
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.beta.1
1
+ 0.4.beta.2
data/lib/config.rb CHANGED
@@ -54,7 +54,8 @@ module KwAPN
54
54
  @options[opt]
55
55
  end
56
56
  end
57
-
57
+ end
58
+
58
59
  # set some default options based on the envrionment
59
60
  if self.env == 'production'
60
61
  self.default_push_host = 'gateway.push.apple.com'
@@ -63,6 +64,6 @@ module KwAPN
63
64
  self.default_push_host = 'gateway.sandbox.push.apple.com'
64
65
  self.default_feedback_host = 'feedback.sandbox.push.apple.com'
65
66
  end
66
- end
67
+
67
68
  end
68
69
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kw_apn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196337
4
+ hash: 62196343
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - beta
10
- - 1
11
- version: 0.4.beta.1
10
+ - 2
11
+ version: 0.4.beta.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Jonathan Cichon