Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove jruby references jruby was added previously, but never fully supported. Removing for now, pending proper support. * Match min ruby requirement with lowest tested ruby version * Add maintainer to gemspec author list * Update license to md format * Remove excess whitespace * Update rubocop ruby lock and regen TODO list * Disable rubocop for migration files (breaks) * Fix Bundler/OrderedGems * Fix rails 6 deprecation warning * Add missing newline * Fix Gemspec/OrderedDependencies * Fix Gemspec/RequiredRubyVersion and regen TODO * Fix Layout/AlignHash * Fix Layout/ClosingParenthesisIndentation * Fix Layout/EmptyLineAfterGuardClause * Fix Layout/EmptyLineBetweenDefs * Fix Layout/EmptyLines Fixed by last commit * Fix Layout/EmptyLinesAroundArguments * Fix Layout/EmptyLinesAroundBlockBody * Fix Layout/EmptyLinesAroundClassBody * Fixed Layout/EmptyLinesAroundModuleBody on previous commit * Fix Layout/EndAlignment * Fix Layout/ExtraSpacing * Fix Layout/FirstParameterIndentation * Fix Layout/IndentHash * Fix Layout/MultilineMethodCallBraceLayout * Fix Layout/MultilineMethodCallIndentation * Fix Layout/MultilineOperationIndentation * Fix Layout/SpaceAfterComma * Fix Layout/SpaceAroundEqualsInParameterDefault * Fix Layout/SpaceAroundOperators * Fix Layout/SpaceBeforeBlockBraces * Fix Layout/SpaceInsideBlockBraces * Fix Layout/SpaceInsideHashLiteralBraces * Fix Layout/TrailingBlankLines * Fix Layout/TrailingWhitespace * Fix Lint/AmbiguousBlockAssociation * Fix Lint/AssignmentInCondition * Fix Lint/DuplicateMethods * Add rubocop to development dependencies * Rails 4.1 has been released, remove rescue statement * Fix Lint/HandleExceptions * Fix Lint/NonLocalExitFromIterator * Fix Lint/ParenthesesAsGroupedExpression * Fix Lint/UnderscorePrefixedVariableName * Fix Lint/UselessAssignment * Fix Lint/Void - Found potentially broken specs for remember_me functionality * Fix Naming/FileName * Fix Style/AndOr * Fix Style/BracesAroundHashParameters * Add Github issue template * Fix Style/TrailingCommaInHashLiteral * Fix Style/TrailingCommaInArguments * Fix Style/SymbolArray * Fix Style/StringLiterals * Fix Style/RescueStandardError * Fix Style/RegexpLiteral * Fix Style/RedundantSelf * Fix Style/RedundantReturn * Fix Style/RedundantParentheses * Move harder to solve rubocop issues to prepare for 1.0.0 * Naming conventions will be fixed by rewrite in 1.0.0 * Fix Naming/MemoizedInstanceVariableName * Naming conventions will be fixed by rewrite in 1.0.0 * Fix Style/PercentLiteralDelimiters * Fix Style/ParenthesesAroundCondition Fixed by previous commit * Fix Style/NumericLiterals * Fix Style/MutableConstant * Fix Style/MultipleComparison * Fix Style/IfUnlessModifier Fixed on previous commit * Fix Style/HashSyntax * Fix Style/GuardClause * Fix Style/FormatString * Fix Style/ExpandPathArguments * Fix Style/EvalWithLocation * Fix Style/EmptyLiteral * Disable Style/DoubleNegation * Documentation will be fixed by rewrite in 1.0.0 * Fix Style/Dir * Fix Style/ConditionalAssignment Fixed by previous commit * Fix Style/ClassAndModuleChildren * Regenerate rubocop TODO * Add maintainer to gemspec email list
- Loading branch information