mop 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/.gemspec +1 -0
- data/Gemfile.lock +1 -1
- data/lib/mop/version.rb +1 -1
- data/pkg/mop-0.0.2.gem +0 -0
- metadata +3 -2
data/.gemspec
CHANGED
@@ -9,6 +9,7 @@ Gem::Specification.new do |gem|
|
|
9
9
|
gem.email = %w(rking-mop@sharpsaw.org)
|
10
10
|
gem.summary = %q{Make OK for Public: Clean up sensitive info from a file before jisting}
|
11
11
|
gem.description = <<-EOT
|
12
|
+
==
|
12
13
|
A simplistic pre-filter (not (yet) a substitute for manual examination).
|
13
14
|
|
14
15
|
Usage
|
data/Gemfile.lock
CHANGED
data/lib/mop/version.rb
CHANGED
data/pkg/mop-0.0.2.gem
ADDED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '0'
|
46
|
-
description: ! "
|
46
|
+
description: ! "==\nA simplistic pre-filter (not (yet) a substitute for manual examination).\n\nUsage\n=====\n\n
|
47
47
|
\ mop < /var/log/nginx/error_log > cleaned_file\n vim cleaned_file # check
|
48
48
|
for anything it might've missed\n jist -co cleaned_file # upload, copy its URL
|
49
49
|
to clipboard, open in browser\n\nNote\n====\n\nThis thing is really in its beginning
|
@@ -70,6 +70,7 @@ files:
|
|
70
70
|
- lib/mop.rb
|
71
71
|
- lib/mop/version.rb
|
72
72
|
- pkg/mop-0.0.1.gem
|
73
|
+
- pkg/mop-0.0.2.gem
|
73
74
|
- test/cases.yml
|
74
75
|
- test/mop_test.rb
|
75
76
|
- test/test_helper.rb
|