avo.gemspec in avo-0.2.0 vs avo.gemspec in avo-0.2.1

- old
+ new

@@ -14,15 +14,9 @@ spec.description = 'Avo is a beautiful next-generation framework that empowers you, the developer, to create fantastic admin panels for your Ruby on Rails apps with the flexibility to fit your needs as you grow.' spec.license = 'MIT' # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. - # if spec.respond_to?(:metadata) - # spec.metadata['allowed_push_host'] = 'https://rubygems.org/avo-hq' - # else - # raise 'RubyGems 2.0 or newer is required to protect against ' \ - # '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.add_dependency 'rails', '~> 6.0.2', '>= 6.0.2.1'