holetse-linkedin 0.1.8 → 0.1.8.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/VERSION +1 -1
- metadata +4 -2
data/Rakefile
CHANGED
@@ -9,7 +9,7 @@ begin
|
|
9
9
|
gem.description = %Q{Ruby wrapper for the LinkedIn API}
|
10
10
|
gem.email = "wynn.netherland@gmail.com"
|
11
11
|
gem.homepage = "http://github.com/pengwynn/linkedin"
|
12
|
-
gem.authors = ["Wynn Netherland"]
|
12
|
+
gem.authors = ["Wynn Netherland", "Edward Holets"]
|
13
13
|
gem.files = FileList["[A-Z]*", "{lib,test}/**/*"]
|
14
14
|
|
15
15
|
|
@@ -58,7 +58,7 @@ Rake::RDocTask.new do |rdoc|
|
|
58
58
|
version = File.exist?('VERSION') ? File.read('VERSION') : ""
|
59
59
|
|
60
60
|
rdoc.rdoc_dir = 'rdoc'
|
61
|
-
rdoc.title = "linkedin #{version}"
|
61
|
+
rdoc.title = "holetse-linkedin #{version}"
|
62
62
|
rdoc.rdoc_files.include('README*')
|
63
63
|
rdoc.rdoc_files.include('lib/**/*.rb')
|
64
64
|
end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.8
|
1
|
+
0.1.8.1
|
metadata
CHANGED
@@ -1,16 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: holetse-linkedin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 101
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
9
|
- 8
|
10
|
-
|
10
|
+
- 1
|
11
|
+
version: 0.1.8.1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Wynn Netherland
|
15
|
+
- Edward Holets
|
14
16
|
autorequire:
|
15
17
|
bindir: bin
|
16
18
|
cert_chain: []
|