file_indexing 1.0.1 → 1.0.2
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/lib/file_indexing/index_agent.rb +0 -6
- data/lib/file_indexing/version.rb +1 -1
- metadata +2 -2
@@ -120,12 +120,6 @@ module FileIndexing
|
|
120
120
|
# index only files
|
121
121
|
next if file_stats.directory?
|
122
122
|
|
123
|
-
# keep only files with names in UTF-8
|
124
|
-
unless file.force_encoding("UTF-8").valid_encoding?
|
125
|
-
Log.warning("Non UTF-8 file name \"#{file}\", skipping.")
|
126
|
-
next
|
127
|
-
end
|
128
|
-
|
129
123
|
# add files present in the given DB to the DB and remove these files
|
130
124
|
# from further processing (save checksum calculation)
|
131
125
|
if otherDB_table.has_key?(file)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: file_indexing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-05-
|
12
|
+
date: 2013-05-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: content_data
|