app_stack 0.0.4 → 0.0.5

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.
@@ -2,5 +2,5 @@
2
2
 
3
3
  # AppStack module
4
4
  module AppStack
5
- VERSION = '0.0.4'
5
+ VERSION = '0.0.5'
6
6
  end
data/lib/app_stack.rb CHANGED
@@ -129,6 +129,7 @@ module AppStack
129
129
  Find.find(@app_root).each do |f|
130
130
  next if f == @app_root
131
131
  basename = f.sub(/^#{@app_root}\//, '')
132
+ next if ignores(basename)
132
133
  unless @files[basename]
133
134
  carp "From #{'self'.blue.bold} #{basename.bold}", 'registed'.green.bold
134
135
  @files[basename] = '__self'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_stack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: