logpoop 0.1.0 → 0.1.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/README.rdoc +6 -0
- data/VERSION +1 -1
- data/logpoop.gemspec +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -8,6 +8,12 @@ until you ^C it.
|
|
|
8
8
|
This script uses +/dev/ttys00*+, and so it's likely only gonna work on a Mac. It could be easily modified
|
|
9
9
|
to work on Linux, of course, so pull requests are awesome.
|
|
10
10
|
|
|
11
|
+
== Installation
|
|
12
|
+
[sudo] gem install logpoop
|
|
13
|
+
|
|
14
|
+
== Help
|
|
15
|
+
logpoop --help
|
|
16
|
+
|
|
11
17
|
== Contributing to logpoop
|
|
12
18
|
|
|
13
19
|
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/logpoop.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logpoop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Billy Reisinger
|