This file contains hidden or 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
package main | |
import( | |
"strings" | |
"github.com/DavidHuie/quartz/go/quartz" | |
) | |
var scores = map[string]int{ | |
"A": 1, "B": 3, "C": 3, "D": 2, | |
"E": 1, "F": 4, "G": 2, "H": 4, |
This file contains hidden or 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
## Gem Upgrade check | |
# | |
# Check your github repos for out of date gems | |
# | |
# usage: $ USERNAME=yourusername PASSWORD=yourpassword GEM=gemname VERSIONS=1.1,1.2,1.3 ruby railscheck.rb | |
# or | |
# usage: $ USERNAME=yourusername PASSWORD=yourpassword ORG=yourorgname GEM=gemname VERSIONS=1.1,1.2,1.3 ruby railscheck.rb | |
# | |
# n.b requires the octokit gem | |