apple_vpp 2.0.0 → 2.1.0

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.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- Zjk0ZjAzMTZlYWMwOGViZGJiZjYyN2EwY2MzOGQwZTgxZjZhZGRjNQ==
5
- data.tar.gz: !binary |-
6
- NjEwNDZmZDBiMTBmMTllZmI2MmZmYzJlMzAyOTBjNTIyNzAxN2FmOA==
2
+ SHA1:
3
+ metadata.gz: 0bdef43dc3c2add58b5ec7a7cd605d1356008353
4
+ data.tar.gz: bff099d543b5d11a75d6285b61cf1618daead955
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NjYzNzAwMzY4NTg3NjliNTk2YzFkYThlM2NhNWY0ZjQ2ZTJkZGQ0NjYxZmU5
10
- M2M4YjgwM2NkYTgxNGNmMDZkNDY5M2NiODU3OGUxMGVmOTdmNWQ3NDVhMDk2
11
- NzY4M2FmODhiYjM5MWJmMjhkODM5Y2Y4ODJmNjA4ZjllZDU1NzQ=
12
- data.tar.gz: !binary |-
13
- OGZiMDNiNWQ4MjdhOGU5ZDAxNDYzMTkzNWMxNGVjMGIyODhhNzk4NjcxM2Uw
14
- MWZjMmEwN2UwYjZmMjBhOWY1MGMzZDFjYzQ0ZTJmZjFkYjU2NzE0YmQxZGE4
15
- OGVkYWIwZDI2MGI5NTQ5Mjc2MTYyMDI5NDQ1ZjIxNThiMmM0NDU=
6
+ metadata.gz: 9a448d75906819949c420c4fe1ef1d92bf7ed9517ad9db91650abb5c0eaebc074be547a6be1106a775c5fe8091b819c94e123b4809a6a49801360453a4ed3aae
7
+ data.tar.gz: db05d4c0be8b5f159a7a9b27d76d84aefa75c068be3d29680ae900b56155b3013d60aaec7f1fb9f12bcc225d7fa98b13ed08a16cd83955129d79b9ab6f065817
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 2.1.0
2
+
3
+ ### enhancement
4
+ * error class now interhits from AppleVPP::Error instead of StandardError
5
+
1
6
  ## 2.0.0
2
7
 
3
8
  ### enhancements
@@ -1,13 +1,13 @@
1
1
  module AppleVPP
2
- module Error
2
+ class Error < ::StandardError
3
3
 
4
- codes = [ 9600, 9601, 9602, 9603, 9604, 9605, 9606, 9607, 9608, 9609,
5
- 9610, 9611, 9612, 9613, 9614, 9615, 9616, 9617, 9618, 9619,
4
+ codes = [ 9600, 9601, 9602, 9603, 9604, 9605, 9606, 9607, 9608, 9609,
5
+ 9610, 9611, 9612, 9613, 9614, 9615, 9616, 9617, 9618, 9619,
6
6
  9620, 9621, 9622, 9623 ]
7
7
 
8
8
  codes.each do |code|
9
- self.const_set "Code#{code}", ( Class.new StandardError )
9
+ self.const_set "Code#{code}", ( Class.new AppleVPP::Error )
10
10
  end
11
11
 
12
12
  end
13
- end
13
+ end
@@ -1,3 +1,3 @@
1
1
  module AppleVPP
2
- VERSION = "2.0.0"
2
+ VERSION = "2.1.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apple_vpp
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Boyko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-16 00:00:00.000000000 Z
11
+ date: 2014-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -42,28 +42,28 @@ dependencies:
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rspec
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: Ruby bindings for the Apple VPP App Assignment API
@@ -102,17 +102,17 @@ require_paths:
102
102
  - lib
103
103
  required_ruby_version: !ruby/object:Gem::Requirement
104
104
  requirements:
105
- - - ! '>='
105
+ - - '>='
106
106
  - !ruby/object:Gem::Version
107
107
  version: '0'
108
108
  required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  requirements:
110
- - - ! '>='
110
+ - - '>='
111
111
  - !ruby/object:Gem::Version
112
112
  version: '0'
113
113
  requirements: []
114
114
  rubyforge_project:
115
- rubygems_version: 2.1.10
115
+ rubygems_version: 2.0.14
116
116
  signing_key:
117
117
  specification_version: 4
118
118
  summary: Ruby bindings for the Apple VPP App Assignment API