captured 0.4.0 → 0.4.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.
- data/VERSION +1 -1
- metadata +14 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.1
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: captured
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christopher Sexton
|
|
@@ -81,7 +81,19 @@ has_rdoc: true
|
|
|
81
81
|
homepage: http://github.com/csexton/captured
|
|
82
82
|
licenses: []
|
|
83
83
|
|
|
84
|
-
post_install_message:
|
|
84
|
+
post_install_message: |+
|
|
85
|
+
|
|
86
|
+
=========================================================================
|
|
87
|
+
|
|
88
|
+
Thanks for installing Captured! You can now run:
|
|
89
|
+
|
|
90
|
+
captured --install to setup launchd to run captured in the background
|
|
91
|
+
|
|
92
|
+
When you install an example config file to ~/.captured.yml, which has a
|
|
93
|
+
few examples of possible configuration types.
|
|
94
|
+
|
|
95
|
+
=========================================================================
|
|
96
|
+
|
|
85
97
|
rdoc_options:
|
|
86
98
|
- --charset=UTF-8
|
|
87
99
|
require_paths:
|