From 08443b1a3859a75fe08e4184f63902719b1aa798 Mon Sep 17 00:00:00 2001 From: Hiro Asari Date: Tue, 17 Jun 2014 10:43:52 -0400 Subject: [PATCH] Update gemspec once again --- travis-api.gemspec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/travis-api.gemspec b/travis-api.gemspec index 6d55d8bd..b3c53100 100644 --- a/travis-api.gemspec +++ b/travis-api.gemspec @@ -76,6 +76,7 @@ Gem::Specification.new do |s| "lib/travis/api/app/endpoint.rb", "lib/travis/api/app/endpoint/accounts.rb", "lib/travis/api/app/endpoint/authorization.rb", + "lib/travis/api/app/endpoint/branches.rb", "lib/travis/api/app/endpoint/broadcasts.rb", "lib/travis/api/app/endpoint/builds.rb", "lib/travis/api/app/endpoint/documentation.rb", @@ -165,11 +166,13 @@ Gem::Specification.new do |s| "spec/integration/scopes_spec.rb", "spec/integration/settings_endpoint_spec.rb", "spec/integration/uptime_spec.rb", + "spec/integration/v1/branches_spec.rb", "spec/integration/v1/builds_spec.rb", "spec/integration/v1/hooks_spec.rb", "spec/integration/v1/jobs_spec.rb", "spec/integration/v1/repositories_spec.rb", "spec/integration/v1_spec.backup.rb", + "spec/integration/v2/branches_spec.rb", "spec/integration/v2/builds_spec.rb", "spec/integration/v2/hooks_spec.rb", "spec/integration/v2/jobs_spec.rb", @@ -207,6 +210,7 @@ Gem::Specification.new do |s| "spec/unit/endpoint/accounts_spec.rb", "spec/unit/endpoint/authorization/user_manager_spec.rb", "spec/unit/endpoint/authorization_spec.rb", + "spec/unit/endpoint/branches_spec.rb", "spec/unit/endpoint/builds_spec.rb", "spec/unit/endpoint/endpoints_spec.rb", "spec/unit/endpoint/hooks_spec.rb",