ios_config 1.2.1 → 1.2.2

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.
@@ -11,10 +11,6 @@ module IOSConfig
11
11
  "com.apple.airplay"
12
12
  end
13
13
 
14
- def payload_version
15
- 0
16
- end
17
-
18
14
  def payload
19
15
  p = {}
20
16
 
@@ -17,7 +17,7 @@ module IOSConfig
17
17
  :service_provider_roaming_enabled, # true, false
18
18
  :roaming_consortium_ois, # array of strings
19
19
  :nai_realm_names, # array of strings
20
- :mcc_and_mncs, # array of strings
20
+ :mcc_and_mncs, # array of strings, 6 characters each
21
21
  :displayed_operator_name,
22
22
  :password,
23
23
  :priority, # integer
@@ -1,3 +1,3 @@
1
1
  module IOSConfig
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ios_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
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-09-04 00:00:00.000000000 Z
12
+ date: 2013-09-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: CFPropertyList
@@ -100,7 +100,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
100
100
  version: '0'
101
101
  segments:
102
102
  - 0
103
- hash: -3042753201997631584
103
+ hash: -750815801859191145
104
104
  required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  none: false
106
106
  requirements:
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  version: '0'
110
110
  segments:
111
111
  - 0
112
- hash: -3042753201997631584
112
+ hash: -750815801859191145
113
113
  requirements: []
114
114
  rubyforge_project:
115
115
  rubygems_version: 1.8.24