-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
This also adds new material on the need for existing rake tasks, the relationship with Dice Bag and on running locally.
|
||
```ruby | ||
group :development, :test do | ||
gem 'kender', :git => 'git@github.com:mdsol/kender.git' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can make shamus and brakeman direct dependencies of this gem so the user of Kender does not need to explicitily write them.
It may be a problem if/when we opensource this, because Shamus is private but Shamus should also be opensourced anyway ... :P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, agreed but I want this PR to be just a straight port of what was in Dice Bag. If/when this is made open source we can pull out the Medidata-specific parts into a gem that extends the generic behavior here (or something similar/better).
Comments addressed, ready for review/merge. |
Love it. |
Aside from renaming, the code here is unchanged from that currently in mdsol/dice_bag with the configuration infrastructure/tasks removed. The README contains additions and I would appreciate a more in-depth review there.
For any of @jcarres-mdsol, @mszenher or @chad-medi to review. If we can get this merged before this week's reveal that would be great, thanks!