cfoundry 0.7.0.rc13 → 0.7.0.rc14
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cfoundry/upload_helpers.rb +1 -1
- data/lib/cfoundry/version.rb +1 -1
- metadata +2 -2
@@ -102,7 +102,7 @@ module CFoundry
|
|
102
102
|
entries = all_files(path)
|
103
103
|
|
104
104
|
exclusions.each do |exclusion|
|
105
|
-
ignore_pattern = File.join(path, "**", exclusion)
|
105
|
+
ignore_pattern = exclusion.start_with?("/") ? File.join(path, exclusion) : File.join(path, "**", exclusion)
|
106
106
|
dir_glob = Dir.glob(ignore_pattern, File::FNM_DOTMATCH)
|
107
107
|
entries -= dir_glob
|
108
108
|
|
data/lib/cfoundry/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cfoundry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.0.
|
4
|
+
version: 0.7.0.rc14
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -369,7 +369,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
369
369
|
version: '0'
|
370
370
|
segments:
|
371
371
|
- 0
|
372
|
-
hash:
|
372
|
+
hash: 3620701736250204662
|
373
373
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
374
374
|
none: false
|
375
375
|
requirements:
|