Skip to content

Commit f2c2256

Browse files
authored
Aurora app for Ruby
* aurora-ruby * aurora-app * aurora * almost done. Added emails and reporting * almost done. Added emails and reporting * tweaking slowly * almost there * almost ready * one mroe commit * last PR maybe? * last PR maybe? * inal * f * f * fixes * cleanup * changes for laren * stuff for Laren * fixes * readme updates and refactoring * linting changes * fixes * more fixes * more fixes * last commits * fixes for brian and laren * fixes * more * changes * last changes for Laren * formatting * final edits for Liz * final edits for Liz
1 parent d2fb393 commit f2c2256

File tree

16 files changed

+2211
-0
lines changed

16 files changed

+2211
-0
lines changed

.github/linters/.ruby-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ Layout/LineLength:
1919
- ruby/example_code/kms/decrypt_data.rb
2020
Naming/FileName:
2121
Enabled: false
22+
Style/HashSyntax:
23+
EnforcedShorthandSyntax: either

ruby/.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruby-3.1.2

ruby/Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ gem "rubocop-github"
1414
gem "rubocop-rake"
1515
gem "rubyzip"
1616
gem "zip"
17+
gem "sinatra"
18+
gem 'sequel'
19+
gem 'rack'
20+
gem 'rack-test'

0 commit comments

Comments
 (0)