mop 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/.gemspec CHANGED
@@ -9,18 +9,17 @@ 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
- ==
13
- A simplistic pre-filter (not (yet) a substitute for manual examination).
12
+ == A simplistic pre-filter (not (yet) a substitute for manual examination).
14
13
 
15
14
  Usage
16
- =====
15
+ -----
17
16
 
18
17
  mop < /var/log/nginx/error_log > cleaned_file
19
18
  vim cleaned_file # check for anything it might've missed
20
19
  jist -co cleaned_file # upload, copy its URL to clipboard, open in browser
21
20
 
22
21
  Note
23
- ====
22
+ ----
24
23
 
25
24
  This thing is really in its beginning phases. It currently:
26
25
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mop (0.0.2)
4
+ mop (0.0.4)
5
5
  jist
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  class Mop
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,10 +43,10 @@ dependencies:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
45
  version: '0'
46
- description: ! "==\nA simplistic pre-filter (not (yet) a substitute for manual examination).\n\nUsage\n=====\n\n
46
+ description: ! "== A 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
- to clipboard, open in browser\n\nNote\n====\n\nThis thing is really in its beginning
49
+ to clipboard, open in browser\n\nNote\n----\n\nThis thing is really in its beginning
50
50
  phases. It currently:\n\n* Deletes too much\n* Leaves too much\n\nHowever, all [Issues](https://github.com/rking/mop/issues)
51
51
  will be addressed.\nJust file 'em.'\n"
52
52
  email:
@@ -71,6 +71,7 @@ files:
71
71
  - lib/mop/version.rb
72
72
  - pkg/mop-0.0.1.gem
73
73
  - pkg/mop-0.0.2.gem
74
+ - pkg/mop-0.0.3.gem
74
75
  - test/cases.yml
75
76
  - test/mop_test.rb
76
77
  - test/test_helper.rb