cb-api 1.2.2 → 1.2.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.
- checksums.yaml +13 -5
- data/lib/cb/models/implementations/cb_job_branding.rb +2 -1
- data/lib/cb/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
ZmE1ZjcwYjNiMmZhYmI4MGRmZmE1ZTdmYTc2YWI5NGVlYzA5NjM4Mw==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
M2NkNDYwZWFiMWQ4NzhjZTA3MmE3ZTc0ZjM3ZjVjOTE4NDRkZmYzMw==
|
|
5
7
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MzA5OTQ4MTRiMDI5YTJjNWJiNmUzZGFlNGUwMjE2MTZiMjYwZGIyNTUyN2Qy
|
|
10
|
+
MWJiNDk3NGJlODEyM2JjMGEzNWQzMTdmOGUzZTMxN2QxZDk3MjlmNjAxMDky
|
|
11
|
+
MjZmYjU3ZDcwNzdjODE1MWZmYjkwOWFkNzA3NzQ3YmY3NTgxMTI=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
ZGEyMzk2NjgwZDZhYTMwNjRmN2NmNDRkOGE2M2MyODRiYzk3ODU2NWVjOTU2
|
|
14
|
+
ZmVlNmI2YjM2MWQzZGM4ZDk2OGQ5MGZmODhmMzM2NWM2NjE1ZWYxNTE4NzBk
|
|
15
|
+
ZTVmYTE1MDAxZjA5MDE5YTZiNDlhYjZlYjU5ZDZjYzY3ODViZDY=
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
module Cb
|
|
2
2
|
class CbJobBranding
|
|
3
3
|
|
|
4
|
-
attr_accessor :name, :media, :sections, :styles, :widgets, :id, :account_id, :type, :errors, :show_widgets, :company_description
|
|
4
|
+
attr_accessor :name, :media, :sections, :styles, :widgets, :id, :account_id, :type, :tracking, :errors, :show_widgets, :company_description
|
|
5
5
|
|
|
6
6
|
def initialize args = {}
|
|
7
7
|
@name = args['Name'] || ''
|
|
8
8
|
@id = args['Id'] || ''
|
|
9
9
|
@account_id = args['AccountId'] || ''
|
|
10
10
|
@type = args['Type'] || ''
|
|
11
|
+
@tracking = args['Tracking'] || ''
|
|
11
12
|
@media = Cb::Branding::Media.new args['Media']
|
|
12
13
|
@styles = Cb::Branding::Style.new args['Styles']
|
|
13
14
|
@errors = args['Errors'] || ''
|
data/lib/cb/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cb-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jesse Retchko
|
|
@@ -18,7 +18,7 @@ authors:
|
|
|
18
18
|
autorequire:
|
|
19
19
|
bindir: bin
|
|
20
20
|
cert_chain: []
|
|
21
|
-
date: 2014-
|
|
21
|
+
date: 2014-02-05 00:00:00.000000000 Z
|
|
22
22
|
dependencies:
|
|
23
23
|
- !ruby/object:Gem::Dependency
|
|
24
24
|
name: httparty
|
|
@@ -80,14 +80,14 @@ dependencies:
|
|
|
80
80
|
name: rake
|
|
81
81
|
requirement: !ruby/object:Gem::Requirement
|
|
82
82
|
requirements:
|
|
83
|
-
- - '>='
|
|
83
|
+
- - ! '>='
|
|
84
84
|
- !ruby/object:Gem::Version
|
|
85
85
|
version: 0.8.7
|
|
86
86
|
type: :development
|
|
87
87
|
prerelease: false
|
|
88
88
|
version_requirements: !ruby/object:Gem::Requirement
|
|
89
89
|
requirements:
|
|
90
|
-
- - '>='
|
|
90
|
+
- - ! '>='
|
|
91
91
|
- !ruby/object:Gem::Version
|
|
92
92
|
version: 0.8.7
|
|
93
93
|
- !ruby/object:Gem::Dependency
|
|
@@ -108,28 +108,28 @@ dependencies:
|
|
|
108
108
|
name: simplecov
|
|
109
109
|
requirement: !ruby/object:Gem::Requirement
|
|
110
110
|
requirements:
|
|
111
|
-
- - '>='
|
|
111
|
+
- - ! '>='
|
|
112
112
|
- !ruby/object:Gem::Version
|
|
113
113
|
version: 0.7.1
|
|
114
114
|
type: :development
|
|
115
115
|
prerelease: false
|
|
116
116
|
version_requirements: !ruby/object:Gem::Requirement
|
|
117
117
|
requirements:
|
|
118
|
-
- - '>='
|
|
118
|
+
- - ! '>='
|
|
119
119
|
- !ruby/object:Gem::Version
|
|
120
120
|
version: 0.7.1
|
|
121
121
|
- !ruby/object:Gem::Dependency
|
|
122
122
|
name: rspec
|
|
123
123
|
requirement: !ruby/object:Gem::Requirement
|
|
124
124
|
requirements:
|
|
125
|
-
- - '>='
|
|
125
|
+
- - ! '>='
|
|
126
126
|
- !ruby/object:Gem::Version
|
|
127
127
|
version: '2.11'
|
|
128
128
|
type: :development
|
|
129
129
|
prerelease: false
|
|
130
130
|
version_requirements: !ruby/object:Gem::Requirement
|
|
131
131
|
requirements:
|
|
132
|
-
- - '>='
|
|
132
|
+
- - ! '>='
|
|
133
133
|
- !ruby/object:Gem::Version
|
|
134
134
|
version: '2.11'
|
|
135
135
|
description: Ruby wrapper for Careerbuilder Public API.
|
|
@@ -220,12 +220,12 @@ require_paths:
|
|
|
220
220
|
- lib
|
|
221
221
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
222
222
|
requirements:
|
|
223
|
-
- - '>='
|
|
223
|
+
- - ! '>='
|
|
224
224
|
- !ruby/object:Gem::Version
|
|
225
225
|
version: '0'
|
|
226
226
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
227
227
|
requirements:
|
|
228
|
-
- - '>='
|
|
228
|
+
- - ! '>='
|
|
229
229
|
- !ruby/object:Gem::Version
|
|
230
230
|
version: '0'
|
|
231
231
|
requirements: []
|