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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/linkedin_v2/version.rb +1 -1
- data/linkedin_v2.gemspec +3 -1
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05c0fac1f40a9fbcf272a17062b54374b9659fce7be67d27c72081b239c2be05
|
|
4
|
+
data.tar.gz: 29928e3f89b9cb29eefa7a213f5ae4c4e439e4e99dfd6749ffa107d494f5ff6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88d47a37ebfc95db3578c35548281fb8e0bad45e0f159fe60e8556e94fa5d9a04a76d0808d783ebba30b36bf4a2e1f21514b5d80cc19c75a85fea526ad4a10fb
|
|
7
|
+
data.tar.gz: d500d99a7e0948a2ad5af93d14931e300548969df6e6cced355fe1dc6cb5f6f7c45fcca627ebb928887188ce74492d639d4fb5f4a00ccaa80ec5e48ba8ff1301
|
data/Gemfile.lock
CHANGED
data/lib/linkedin_v2/version.rb
CHANGED
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://
|
|
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.
|
|
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-
|
|
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://
|
|
226
|
+
homepage: https://github.com/rockcontent/linkedin-api-v2
|
|
227
227
|
licenses:
|
|
228
228
|
- MIT
|
|
229
229
|
metadata:
|
|
230
|
-
homepage_uri: https://
|
|
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:
|