linkedin_v2 1.0.0 → 1.0.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
  SHA256:
3
- metadata.gz: fa8695c8fe783b34c75dc9cac913e68998dd8850a3b3f255ec0445d0f2d171ba
4
- data.tar.gz: 5c07ccfb377184b1ac6f11ef017024357c8467d0bf1cab646dc8e07d5a2fb800
3
+ metadata.gz: 05c0fac1f40a9fbcf272a17062b54374b9659fce7be67d27c72081b239c2be05
4
+ data.tar.gz: 29928e3f89b9cb29eefa7a213f5ae4c4e439e4e99dfd6749ffa107d494f5ff6c
5
5
  SHA512:
6
- metadata.gz: 7ca7e3f2a12ce81ed92ec30603eed1b5aef15055d08e67e06b1d5cb2df5af7d1da7f9f2d716558212136c9b7be9d47f583198be875ca24fcdf1d6981c3af15b5
7
- data.tar.gz: d2a14a8de284de3fdb04717a5153e5f4243a6ccfdbcc280bbe3b48ee8b867f8fb1e43a2bb3e250623915d619ee8eedd9df10a95083dea7d55e630d3d6a2cfb14
6
+ metadata.gz: 88d47a37ebfc95db3578c35548281fb8e0bad45e0f159fe60e8556e94fa5d9a04a76d0808d783ebba30b36bf4a2e1f21514b5d80cc19c75a85fea526ad4a10fb
7
+ data.tar.gz: d500d99a7e0948a2ad5af93d14931e300548969df6e6cced355fe1dc6cb5f6f7c45fcca627ebb928887188ce74492d639d4fb5f4a00ccaa80ec5e48ba8ff1301
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- linkedin_v2 (1.0.0)
4
+ linkedin_v2 (1.0.1)
5
5
  down (~> 4.8, >= 4.8.1)
6
6
  rest-client (~> 2.0, >= 2.0.2)
7
7
 
@@ -1,3 +1,3 @@
1
1
  module LinkedinV2
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/linkedin_v2.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Ruby wrapper for the LinkedIn API V2}
13
13
  spec.description = %q{This gem interfaces with the LinkedIn REST API V2}
14
- spec.homepage = "https://rockcontent.com"
14
+ spec.homepage = "https://github.com/rockcontent/linkedin-api-v2"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -19,6 +19,8 @@ Gem::Specification.new do |spec|
19
19
  if spec.respond_to?(:metadata)
20
20
 
21
21
  spec.metadata["homepage_uri"] = spec.homepage
22
+ spec.metadata["wiki_uri"] = "https://github.com/rockcontent/linkedin-api-v2/wiki"
23
+ spec.metadata["changelog_uri"] = "https://github.com/rockcontent/linkedin-api-v2/releases"
22
24
  else
23
25
  raise "RubyGems 2.0 or newer is required to protect against " \
24
26
  "public gem pushes."
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linkedin_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Teles
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-31 00:00:00.000000000 Z
11
+ date: 2019-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -223,11 +223,13 @@ files:
223
223
  - lib/linkedin_v2/url/response.rb
224
224
  - lib/linkedin_v2/version.rb
225
225
  - linkedin_v2.gemspec
226
- homepage: https://rockcontent.com
226
+ homepage: https://github.com/rockcontent/linkedin-api-v2
227
227
  licenses:
228
228
  - MIT
229
229
  metadata:
230
- homepage_uri: https://rockcontent.com
230
+ homepage_uri: https://github.com/rockcontent/linkedin-api-v2
231
+ wiki_uri: https://github.com/rockcontent/linkedin-api-v2/wiki
232
+ changelog_uri: https://github.com/rockcontent/linkedin-api-v2/releases
231
233
  post_install_message:
232
234
  rdoc_options: []
233
235
  require_paths: