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.
Files changed (4) hide show
  1. data/README.rdoc +6 -0
  2. data/VERSION +1 -1
  3. data/logpoop.gemspec +1 -1
  4. 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.0
1
+ 0.1.1
data/logpoop.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{logpoop}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Billy Reisinger"]
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Billy Reisinger