chore: rubocop
chore: fix api test conventions chore: rubocop -A spec/ chore: more rubocop -A fix failing test rubocop fixes removes helper methods that are in my opinion dead code more rubocop fixes rubocop -a --auto-gen-config
This commit is contained in:
parent
f6fb804bbe
commit
fb2b4d8a8a
331 changed files with 4263 additions and 4507 deletions
|
|
@ -1,20 +1,21 @@
|
|||
$:.push File.expand_path("../lib", __FILE__)
|
||||
$:.push File.expand_path('lib', __dir__)
|
||||
|
||||
# Maintain your gem's version:
|
||||
require "foodsoft_uservoice/version"
|
||||
require 'foodsoft_uservoice/version'
|
||||
|
||||
# Describe your gem and declare its dependencies:
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "foodsoft_uservoice"
|
||||
s.name = 'foodsoft_uservoice'
|
||||
s.version = FoodsoftUservoice::VERSION
|
||||
s.authors = ["wvengen"]
|
||||
s.email = ["dev-foodsoft@willem.engen.nl"]
|
||||
s.homepage = "https://github.com/foodcoops/foodsoft"
|
||||
s.summary = "Uservoice plugin for foodsoft."
|
||||
s.description = "Adds a uservoice feedback button to foodsoft."
|
||||
s.authors = ['wvengen']
|
||||
s.email = ['dev-foodsoft@willem.engen.nl']
|
||||
s.homepage = 'https://github.com/foodcoops/foodsoft'
|
||||
s.summary = 'Uservoice plugin for foodsoft.'
|
||||
s.description = 'Adds a uservoice feedback button to foodsoft.'
|
||||
|
||||
s.files = Dir["{app,config,db,lib}/**/*"] + ["README.md"]
|
||||
s.files = Dir['{app,config,db,lib}/**/*'] + ['README.md']
|
||||
|
||||
s.add_dependency "rails"
|
||||
s.add_dependency "content_for_in_controllers"
|
||||
s.add_dependency 'rails'
|
||||
s.add_dependency 'content_for_in_controllers'
|
||||
s.metadata['rubygems_mfa_required'] = 'true'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue