omnistore 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ module OmniStore
27
27
  end
28
28
 
29
29
  def delete_if(dir = '', &block)
30
- Dir.glob("#{expand(dir)}/**/*").each do |path|
30
+ Dir.glob("#{expand(dir)}/**/*").reverse.each do |path|
31
31
  if yield(path.sub(/^#{@dir}\//, ''))
32
32
  if File.directory?(path)
33
33
  FileUtils.rmdir(path)
@@ -1,3 +1,3 @@
1
1
  module OmniStore
2
- VERSION = "0.0.16"
2
+ VERSION = "0.0.17"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omnistore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -123,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  segments:
125
125
  - 0
126
- hash: 1050916659
126
+ hash: -916143315
127
127
  required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  none: false
129
129
  requirements:
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  version: '0'
133
133
  segments:
134
134
  - 0
135
- hash: 1050916659
135
+ hash: -916143315
136
136
  requirements: []
137
137
  rubyforge_project:
138
138
  rubygems_version: 1.8.24