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 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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mop (0.0.1)
4
+ mop (0.0.2)
5
5
  jist
6
6
 
7
7
  GEM
data/lib/mop/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Mop
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
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.2
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: ! "A simplistic pre-filter (not (yet) a substitute for manual examination).\n\nUsage\n=====\n\n
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