-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to
rubocop-rails-omakase
for styles
And fix the few offenses detected.
- Loading branch information
Showing
9 changed files
with
36 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ require_relative "lib/audits1984/version" | |
Gem::Specification.new do |spec| | ||
spec.name = "audits1984" | ||
spec.version = Audits1984::VERSION | ||
spec.authors = ["Jorge Manrubia"] | ||
spec.email = ["[email protected]"] | ||
spec.authors = [ "Jorge Manrubia" ] | ||
spec.email = [ "[email protected]" ] | ||
spec.homepage = "https://github.com/basecamp/audits1984" | ||
spec.summary = "A simple auditing tool for console1984" | ||
spec.description = "Rails engine that implements a simple auditing tool for console1984 sessions" | ||
|
@@ -19,8 +19,8 @@ Gem::Specification.new do |spec| | |
|
||
spec.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] | ||
|
||
spec.add_dependency 'rouge' | ||
spec.add_dependency 'turbo-rails' | ||
spec.add_dependency 'rinku' | ||
spec.add_dependency 'console1984' | ||
spec.add_dependency "rouge" | ||
spec.add_dependency "turbo-rails" | ||
spec.add_dependency "rinku" | ||
spec.add_dependency "console1984" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters