Skip to content

Commit

Permalink
chore: revert assets commit (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Sep 25, 2020
1 parent 74e3dde commit 09dc071
Show file tree
Hide file tree
Showing 3 changed files with 2 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.10)
avo (0.1.11)
inline_svg
kaminari
rails (~> 6.0.2, >= 6.0.2.1)
Expand Down
1 change: 0 additions & 1 deletion avo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Gem::Specification.new do |spec|

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.10'
VERSION = '0.1.11'
end

0 comments on commit 09dc071

Please sign in to comment.