diff --git a/.github/workflows/ruby-tests.yml b/.github/workflows/ruby-tests.yml index a1f6671..fb4116e 100644 --- a/.github/workflows/ruby-tests.yml +++ b/.github/workflows/ruby-tests.yml @@ -12,7 +12,7 @@ jobs: name: Specs - Ruby ${{ matrix.ruby-version }} ${{matrix.gemfile}} runs-on: ubuntu-latest env: - CC_TEST_REPORTER_ID: 2a6849be8214739deef0090b810b945ce9a550a4d8279d242cb03242d1ad53c5 + CC_TEST_REPORTER_ID: 8d1cf5f9b65f4b22efbdbb85b82f31ecdf132ea9e7f6728cd288fb05e9fa549a BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile strategy: diff --git a/LICENSE.txt b/LICENSE.txt index aad7e08..7113e56 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) [2021] [ProductPlan] +Copyright (c) [2024] [Irving Phillips] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f51fdb2..3df4ff3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # TrackerApi [![Gem Version](https://badge.fury.io/rb/tracker_api.svg)](http://badge.fury.io/rb/tracker_api) -[![Build Status](https://github.com/ProductPlan/tracker_api/actions/workflows/ruby-tests.yml/badge.svg?branch=master)](https://github.com/ProductPlan/tracker_api/actions) -[![Maintainability](https://api.codeclimate.com/v1/badges/c4602f519cd748d53492/maintainability)](https://codeclimate.com/github/ProductPlan/tracker_api/maintainability) -[![Test Coverage](https://api.codeclimate.com/v1/badges/c4602f519cd748d53492/test_coverage)](https://codeclimate.com/github/ProductPlan/tracker_api/test_coverage) +[![Build Status](https://github.com/irphilli/tracker_api/actions/workflows/ruby-tests.yml/badge.svg?branch=master)](https://github.com/irphilli/tracker_api/actions) +[![Maintainability](https://api.codeclimate.com/v1/badges/71aa9cdefa7ff7e9561c/maintainability)](https://codeclimate.com/github/irphilli/tracker_api/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/71aa9cdefa7ff7e9561c/test_coverage)](https://codeclimate.com/github/irphilli/tracker_api/test_coverage) This gem allows you to easily use the [Pivotal Tracker v5 API](https://www.pivotaltracker.com/help/api/rest/v5). diff --git a/tracker_api.gemspec b/tracker_api.gemspec index 78eb342..a4a6e8e 100644 --- a/tracker_api.gemspec +++ b/tracker_api.gemspec @@ -6,11 +6,11 @@ require 'tracker_api/version' Gem::Specification.new do |spec| spec.name = 'tracker_api' spec.version = TrackerApi::VERSION - spec.authors = ['ProductPlan'] - spec.email = ['development@productplan.com'] + spec.authors = ['Phil Phillips', 'Forest Carlisle', 'ProductPlan'] + spec.email = ['irving.phillips@gmail.com'] spec.summary = %q{API client for the Pivotal Tracker v5 API} spec.description = %q{This gem allows you to easily use the Pivotal Tracker v5 API.} - spec.homepage = 'https://github.com/ProductPlan/tracker_api' + spec.homepage = 'https://github.com/irphilli/tracker_api' spec.license = 'MIT' spec.files = `git ls-files`.split($/)