slideshare_ruby 0.0.1 → 0.0.2
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.
- data/lib/slideshare_ruby/version.rb +1 -1
- data/slideshare_ruby.gemspec +7 -0
- metadata +2 -2
data/slideshare_ruby.gemspec
CHANGED
|
@@ -19,6 +19,13 @@ Gem::Specification.new do |s|
|
|
|
19
19
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
20
20
|
s.require_paths = ["lib"]
|
|
21
21
|
|
|
22
|
+
s.post_install_message = "
|
|
23
|
+
****************************************************************
|
|
24
|
+
Thank you for installing #{s.name}!
|
|
25
|
+
This is a work in progress, update soon for a more complete gem
|
|
26
|
+
****************************************************************
|
|
27
|
+
"
|
|
28
|
+
|
|
22
29
|
s.add_dependency('httparty')
|
|
23
30
|
s.add_dependency('nokogiri')
|
|
24
31
|
end
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: slideshare_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Edd Parris
|
|
@@ -55,7 +55,7 @@ has_rdoc: true
|
|
|
55
55
|
homepage: ""
|
|
56
56
|
licenses: []
|
|
57
57
|
|
|
58
|
-
post_install_message:
|
|
58
|
+
post_install_message: "\n ****************************************************************\n Thank you for installing slideshare_ruby!\n This is a work in progress, update soon for a more complete gem\n ****************************************************************\n "
|
|
59
59
|
rdoc_options: []
|
|
60
60
|
|
|
61
61
|
require_paths:
|