fedux_org-stdlib 0.0.17 → 0.0.19

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.
@@ -54,7 +54,7 @@ module FeduxOrg
54
54
  files = []
55
55
  Find.find(path_to_instances) do |path|
56
56
  next unless File.file? path
57
- next if suffix and path !~/#{suffix}/
57
+ next if suffix and path !~/#{suffix}$/
58
58
  next if path =~ /^\.\.?/
59
59
  next if path =~ %r{#{ignore}}
60
60
 
@@ -1,6 +1,6 @@
1
1
  #main FeduxOrg
2
2
  module FeduxOrg
3
3
  module Stdlib
4
- VERSION = '0.0.17'
4
+ VERSION = '0.0.19'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fedux_org-stdlib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.19
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -123,6 +123,7 @@ files:
123
123
  - spec/examples/models/class_based/valid_1.rb
124
124
  - spec/examples/models/class_based/valid_2.rb
125
125
  - spec/examples/models/filesystem_based/find_files/abc.rb
126
+ - spec/examples/models/filesystem_based/find_files/abc.rb.swp
126
127
  - spec/examples/models/filesystem_based/find_files/cde.rb
127
128
  - spec/models/base_model_spec.rb
128
129
  - spec/models/class_based_model_spec.rb
@@ -163,6 +164,7 @@ test_files:
163
164
  - spec/examples/models/class_based/valid_1.rb
164
165
  - spec/examples/models/class_based/valid_2.rb
165
166
  - spec/examples/models/filesystem_based/find_files/abc.rb
167
+ - spec/examples/models/filesystem_based/find_files/abc.rb.swp
166
168
  - spec/examples/models/filesystem_based/find_files/cde.rb
167
169
  - spec/models/base_model_spec.rb
168
170
  - spec/models/class_based_model_spec.rb