mop 0.0.4 → 0.0.5
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/.gemspec +5 -8
- data/lib/mop/version.rb +1 -1
- data/pkg/mop-0.0.4.gem +0 -0
- metadata +6 -5
data/.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.name = "mop"
|
|
7
7
|
gem.version = Mop::VERSION
|
|
8
8
|
gem.authors = %w(☈king)
|
|
9
|
-
gem.email = %w(
|
|
9
|
+
gem.email = %w(mop-gem@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
|
== A simplistic pre-filter (not (yet) a substitute for manual examination).
|
|
@@ -21,15 +21,12 @@ Usage
|
|
|
21
21
|
Note
|
|
22
22
|
----
|
|
23
23
|
|
|
24
|
-
This thing is really in its beginning phases. It currently
|
|
24
|
+
This thing is really in its beginning phases. It currently deletes too much and
|
|
25
|
+
also leaves too much.
|
|
25
26
|
|
|
26
|
-
|
|
27
|
-
* Leaves too much
|
|
28
|
-
|
|
29
|
-
However, all [Issues](https://github.com/rking/mop/issues) will be addressed.
|
|
30
|
-
Just file 'em.'
|
|
27
|
+
However, all Issues will be addressed. Just file 'em here: https://github.com/exad/mop/issues
|
|
31
28
|
EOT
|
|
32
|
-
gem.homepage = 'https://github.com/
|
|
29
|
+
gem.homepage = 'https://github.com/exad/mop'
|
|
33
30
|
gem.files = `git ls-files`.split($/)
|
|
34
31
|
gem.executables = gem.files.grep(%r{^bin/}).map{|f| File.basename f}
|
|
35
32
|
gem.test_files = gem.files.grep %r{^ test|spec|features/}
|
data/lib/mop/version.rb
CHANGED
data/pkg/mop-0.0.4.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.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -47,10 +47,10 @@ description: ! "== A simplistic pre-filter (not (yet) a substitute for manual ex
|
|
|
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
|
|
50
|
-
phases. It currently
|
|
51
|
-
will be addressed
|
|
50
|
+
phases. It currently deletes too much and\nalso leaves too much.\n\nHowever, all
|
|
51
|
+
Issues will be addressed. Just file 'em here: https://github.com/exad/mop/issues\n"
|
|
52
52
|
email:
|
|
53
|
-
-
|
|
53
|
+
- mop-gem@sharpsaw.org
|
|
54
54
|
executables:
|
|
55
55
|
- mop
|
|
56
56
|
extensions: []
|
|
@@ -72,10 +72,11 @@ files:
|
|
|
72
72
|
- pkg/mop-0.0.1.gem
|
|
73
73
|
- pkg/mop-0.0.2.gem
|
|
74
74
|
- pkg/mop-0.0.3.gem
|
|
75
|
+
- pkg/mop-0.0.4.gem
|
|
75
76
|
- test/cases.yml
|
|
76
77
|
- test/mop_test.rb
|
|
77
78
|
- test/test_helper.rb
|
|
78
|
-
homepage: https://github.com/
|
|
79
|
+
homepage: https://github.com/exad/mop
|
|
79
80
|
licenses: []
|
|
80
81
|
post_install_message:
|
|
81
82
|
rdoc_options: []
|