Skip to content

Commit

Permalink
chore: remove avo-packs dir from build (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Sep 25, 2020
1 parent 622b95d commit c481d05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
avo (0.1.9)
avo (0.1.10)
inline_svg
kaminari
rails (~> 6.0.2, >= 6.0.2.1)
Expand Down
4 changes: 3 additions & 1 deletion avo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ Gem::Specification.new do |spec|
'public gem pushes.'
end

spec.files = Dir['{bin,app,config,db,lib,public}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md', 'avo.gemspec', 'Gemfile', 'Gemfile.lock'].reject { |file| file.start_with? 'app/frontend' }
spec.files = Dir['{bin,app,config,db,lib,public}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md', 'avo.gemspec', 'Gemfile', 'Gemfile.lock']
.reject { |file| file.start_with? 'app/frontend' }
.reject { |file| file.start_with? 'public/avo-packs' }

spec.add_dependency 'rails', '~> 6.0.2', '>= 6.0.2.1'
spec.add_dependency 'kaminari'
Expand Down
2 changes: 1 addition & 1 deletion lib/avo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Avo
VERSION = '0.1.9'
VERSION = '0.1.10'
end

0 comments on commit c481d05

Please sign in to comment.