Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
vcr nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanheim committed Nov 27, 2012
1 parent 5ffd19e commit ff09ea7
Show file tree
Hide file tree
Showing 5 changed files with 1,102 additions and 81 deletions.
2 changes: 1 addition & 1 deletion lib/nachos.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require 'active_support/core_ext/string' require 'active_support/core_ext/string'


module Nachos module Nachos
VERSION = '0.0.6' VERSION = '0.0.7'
Version = VERSION Version = VERSION
autoload :Runner, 'nachos/runner' autoload :Runner, 'nachos/runner'
autoload :Controller, 'nachos/controller' autoload :Controller, 'nachos/controller'
Expand Down
10 changes: 0 additions & 10 deletions lib/nachos/github.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ module Github
cache[cmd] = $?.success? && !result.empty? ? result : nil cache[cmd] = $?.success? && !result.empty? ? result : nil
end end


#def watched
#client.watched.sort_by do |repo|
#[repo["owner"], repo["name"]].join("/")
#end
#end

# Either returns the GitHub user as set by git-config(1) or aborts # Either returns the GitHub user as set by git-config(1) or aborts
# with an error message. # with an error message.
def github_username(fatal = true) def github_username(fatal = true)
Expand All @@ -30,10 +24,6 @@ def github_password
def git_config_call(param) def git_config_call(param)
["config", $git_config_override, param].compact.join(" ") ["config", $git_config_override, param].compact.join(" ")
end end

#def github_summary
#"You have #{watched.size} watched repos, and #{client.list_repos.size} owned repos."
#end
end end
end end


Loading

0 comments on commit ff09ea7

Please sign in to comment.