Gemfile in yext-api-0.1.1 vs Gemfile in yext-api-0.1.3
- old
+ new
@@ -1,10 +1,12 @@
# frozen_string_literal: true
source "https://rubygems.org"
-git_source(:github) { |_repo_name| "https://github.com/RealNobody/yext-api" }
+git_source(:github) { |_repo_name| "https://github.com/CardTapp/yext-api" }
# Specify your gem's dependencies in yext-api.gemspec
gemspec
+gem "codecov"
gem "gem-release"
+gem "simplecov"