apple_shove 1.1.2 → 1.1.3

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.
@@ -3,7 +3,7 @@ module AppleShove
3
3
  class FeedbackConnection < Connection
4
4
 
5
5
  def initialize(p12, sandbox)
6
- host = "feedback.#{opts[:sandbox] ? 'sandbox.' : ''}push.apple.com"
6
+ host = "feedback.#{sandbox ? 'sandbox.' : ''}push.apple.com"
7
7
 
8
8
  super host, 2196, p12
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module AppleShove
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apple_shove
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-15 00:00:00.000000000 Z
12
+ date: 2013-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -155,7 +155,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
155
155
  version: '0'
156
156
  segments:
157
157
  - 0
158
- hash: 3767349799964953849
158
+ hash: 2082973838233421532
159
159
  required_rubygems_version: !ruby/object:Gem::Requirement
160
160
  none: false
161
161
  requirements:
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  segments:
166
166
  - 0
167
- hash: 3767349799964953849
167
+ hash: 2082973838233421532
168
168
  requirements: []
169
169
  rubyforge_project:
170
170
  rubygems_version: 1.8.24