file_indexing 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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)
@@ -1,3 +1,3 @@
1
1
  module FileIndexing
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
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.1
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-25 00:00:00.000000000 Z
12
+ date: 2013-05-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: content_data