careerbuilder 0.1.0 → 0.1.1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7578f1157d15f36bfff247a68591e1901c0f069e
4
- data.tar.gz: 2862e6bdf415d2209aad0aa1e73fcd0df2857c82
3
+ metadata.gz: ae757906c966f77fd2e62dcdbb0d6d6cdbaac368
4
+ data.tar.gz: 84b74e68a0099ccd932ba2acd3adf5810bfbff4a
5
5
  SHA512:
6
- metadata.gz: 6e9fa855594a407053a82bda5cda87553068dd6eb7dab4561c4b9b525fd0bb17cdc2d392a708870ff2098c65bcde002170096bf7b7afdcc489f3839d8575932e
7
- data.tar.gz: c42ebcb1b9c98fe5b0330191b88cb078de4aaa8a8c19b74f952f292cd1659e4d809949caf30fa2a77efc01e6503a1410bc5751a133de1c1372cf30c2b59f97c0
6
+ metadata.gz: 88ed4d5989b76825f826dfda1e0acb55b72f166ff270c8a920f5721c2b586b698b5adf0bf60791e1859357c93d1172c01b792c127f8ff19996d94dc136d3d9e0
7
+ data.tar.gz: '079fc14011d257ff2859fc7203ea3bb6008d28563b6de5c3b6429035e92554a7c323bf99297254abda44f5d9d1480dbbdd5a2340b51b881232ed3c50945c36db'
data/.gitignore CHANGED
@@ -10,3 +10,5 @@
10
10
 
11
11
  # rspec failure tracking
12
12
  .rspec_status
13
+
14
+ *.gem
@@ -7,13 +7,22 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "careerbuilder"
8
8
  spec.version = Careerbuilder::VERSION
9
9
  spec.authors = ["Frank Olson"]
10
- spec.email = ["frank@dringo.io"]
10
+ spec.email = ["will.olson11@gmail.com"]
11
11
 
12
12
  spec.summary = %q{This gem is used to access the CareerBuilder REST api.}
13
- spec.description = %q{This gem is used to access the CareerBuilder REST api. Brought to you by Dringo!.}
13
+ spec.description = %q{This gem is used to access the CareerBuilder REST api.}
14
14
  spec.homepage = "https://github.com/dringo-repo/careerbuilder"
15
15
  spec.license = "MIT"
16
16
 
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata['allowed_push_host'] = 'https://rubygems.org'
21
+ else
22
+ raise "RubyGems 2.0 or newer is required to protect against " \
23
+ "public gem pushes."
24
+ end
25
+
17
26
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
18
27
  f.match(%r{^(test|spec|features)/})
19
28
  end
@@ -1,3 +1,3 @@
1
1
  module Careerbuilder
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: careerbuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank Olson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-22 00:00:00.000000000 Z
11
+ date: 2017-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -80,10 +80,9 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '3.0'
83
- description: This gem is used to access the CareerBuilder REST api. Brought to you
84
- by Dringo!.
83
+ description: This gem is used to access the CareerBuilder REST api.
85
84
  email:
86
- - frank@dringo.io
85
+ - will.olson11@gmail.com
87
86
  executables: []
88
87
  extensions: []
89
88
  extra_rdoc_files: []
@@ -108,7 +107,8 @@ files:
108
107
  homepage: https://github.com/dringo-repo/careerbuilder
109
108
  licenses:
110
109
  - MIT
111
- metadata: {}
110
+ metadata:
111
+ allowed_push_host: https://rubygems.org
112
112
  post_install_message:
113
113
  rdoc_options: []
114
114
  require_paths:
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubyforge_project:
128
- rubygems_version: 2.6.11
128
+ rubygems_version: 2.6.8
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: This gem is used to access the CareerBuilder REST api.