WIP Remove github_api gem, smaller dependencies

- use VCR with metadata instead of macros
  - upgrade colorize gem
This commit is contained in:
Olle Jonsson
2016-07-02 14:44:20 +02:00
parent 1763f9c8ea
commit 3df84403c4
18 changed files with 15 additions and 646 deletions
-1
View File
@@ -25,7 +25,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_runtime_dependency "rake", ">= 10.0"
spec.add_runtime_dependency "github_api", ">= 0.14"
spec.add_runtime_dependency "rainbow", ">= 2.1"
spec.add_runtime_dependency("octokit", ["~> 4.0"])
spec.add_runtime_dependency("faraday-http-cache")