Skip to content
This repository was archived by the owner on Sep 15, 2018. It is now read-only.

Commit 4cded85

Browse files
committed
Updated install message
1 parent d41defd commit 4cded85

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

Rakefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ begin
1515
gem.add_dependency('net-scp')
1616
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
1717
gem.files = FileList["VERSION", "[A-Z]*.*", "{bin,etc,lib,features,resources,spec}/**/*"]
18+
gem.post_install_message = <<MESSAGE
19+
20+
=========================================================================
21+
22+
Thanks for installing Captured! You can now run:
23+
24+
captured --install to setup launchd to run captured in the background
25+
26+
When you install an example config file to ~/.captured.yml, which has a
27+
few examples of possible configuration types.
28+
29+
=========================================================================
30+
31+
MESSAGE
1832
end
1933

2034
Jeweler::GemcutterTasks.new

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

captured.gemspec

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{captured}
8-
s.version = "0.4.0"
8+
s.version = "0.4.1"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Christopher Sexton"]
@@ -55,6 +55,19 @@ Gem::Specification.new do |s|
5555
"spec/uploader_specs/scp_uploader_spec.rb"
5656
]
5757
s.homepage = %q{http://github.com/csexton/captured}
58+
s.post_install_message = %q{
59+
=========================================================================
60+
61+
Thanks for installing Captured! You can now run:
62+
63+
captured --install to setup launchd to run captured in the background
64+
65+
When you install an example config file to ~/.captured.yml, which has a
66+
few examples of possible configuration types.
67+
68+
=========================================================================
69+
70+
}
5871
s.rdoc_options = ["--charset=UTF-8"]
5972
s.require_paths = ["lib"]
6073
s.rubyforge_project = %q{captured}

0 commit comments

Comments
 (0)