confidential_info_redactor_lite 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/confidential_info_redactor_lite/version.rb +1 -1
- data/spec/{confidential_info_redactor → confidential_info_redactor_lite}/date_spec.rb +0 -0
- data/spec/{confidential_info_redactor → confidential_info_redactor_lite}/extractor_spec.rb +0 -0
- data/spec/{confidential_info_redactor → confidential_info_redactor_lite}/hyperlink_spec.rb +0 -0
- data/spec/{confidential_info_redactor → confidential_info_redactor_lite}/redactor_spec.rb +0 -0
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63a6fec78308d9042f5f0122eaaef7fcd16e7755
|
4
|
+
data.tar.gz: 23a7cb3736ecefa0d7c9e76ca4fcbe8458ad31ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e545a138dc29334d918fabd0cb224ec5952ee04690dea7dc4dadf8ee22f2a6d0619584f56210e544f02a13c40271212db93e2b0af8f9dfb11585748fd4d248b
|
7
|
+
data.tar.gz: 03ca713989e4845fa7fbed243ad768c5921c2468336eae2b2cab84b142767ede588e6672378b593aa2cbaff6d0c56df9a45f35154701ec1ce973709194dd60fc
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: confidential_info_redactor_lite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin S. Dias
|
@@ -88,10 +88,10 @@ files:
|
|
88
88
|
- lib/confidential_info_redactor_lite/hyperlink.rb
|
89
89
|
- lib/confidential_info_redactor_lite/redactor.rb
|
90
90
|
- lib/confidential_info_redactor_lite/version.rb
|
91
|
-
- spec/
|
92
|
-
- spec/
|
93
|
-
- spec/
|
94
|
-
- spec/
|
91
|
+
- spec/confidential_info_redactor_lite/date_spec.rb
|
92
|
+
- spec/confidential_info_redactor_lite/extractor_spec.rb
|
93
|
+
- spec/confidential_info_redactor_lite/hyperlink_spec.rb
|
94
|
+
- spec/confidential_info_redactor_lite/redactor_spec.rb
|
95
95
|
- spec/spec_helper.rb
|
96
96
|
homepage: ''
|
97
97
|
licenses:
|
@@ -119,8 +119,8 @@ specification_version: 4
|
|
119
119
|
summary: Semi-automatically redact confidential information from a text (supply your
|
120
120
|
own language packs)
|
121
121
|
test_files:
|
122
|
-
- spec/
|
123
|
-
- spec/
|
124
|
-
- spec/
|
125
|
-
- spec/
|
122
|
+
- spec/confidential_info_redactor_lite/date_spec.rb
|
123
|
+
- spec/confidential_info_redactor_lite/extractor_spec.rb
|
124
|
+
- spec/confidential_info_redactor_lite/hyperlink_spec.rb
|
125
|
+
- spec/confidential_info_redactor_lite/redactor_spec.rb
|
126
126
|
- spec/spec_helper.rb
|