Skip to content

Commit f717f5b

Browse files
authored
Merge pull request #163 from irphilli/chore/update-ownership
chore: update ownership
2 parents afe2bcc + f0097ce commit f717f5b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ruby-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Specs - Ruby ${{ matrix.ruby-version }} ${{matrix.gemfile}}
1313
runs-on: ubuntu-latest
1414
env:
15-
CC_TEST_REPORTER_ID: 2a6849be8214739deef0090b810b945ce9a550a4d8279d242cb03242d1ad53c5
15+
CC_TEST_REPORTER_ID: 8d1cf5f9b65f4b22efbdbb85b82f31ecdf132ea9e7f6728cd288fb05e9fa549a
1616
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
1717

1818
strategy:

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) [2021] [ProductPlan]
3+
Copyright (c) [2024] [Irving Phillips]
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# TrackerApi
22

33
[![Gem Version](https://badge.fury.io/rb/tracker_api.svg)](http://badge.fury.io/rb/tracker_api)
4-
[![Build Status](https://github.com/ProductPlan/tracker_api/actions/workflows/ruby-tests.yml/badge.svg?branch=master)](https://github.com/ProductPlan/tracker_api/actions)
5-
[![Maintainability](https://api.codeclimate.com/v1/badges/c4602f519cd748d53492/maintainability)](https://codeclimate.com/github/ProductPlan/tracker_api/maintainability)
6-
[![Test Coverage](https://api.codeclimate.com/v1/badges/c4602f519cd748d53492/test_coverage)](https://codeclimate.com/github/ProductPlan/tracker_api/test_coverage)
4+
[![Build Status](https://github.com/irphilli/tracker_api/actions/workflows/ruby-tests.yml/badge.svg?branch=master)](https://github.com/irphilli/tracker_api/actions)
5+
[![Maintainability](https://api.codeclimate.com/v1/badges/71aa9cdefa7ff7e9561c/maintainability)](https://codeclimate.com/github/irphilli/tracker_api/maintainability)
6+
[![Test Coverage](https://api.codeclimate.com/v1/badges/71aa9cdefa7ff7e9561c/test_coverage)](https://codeclimate.com/github/irphilli/tracker_api/test_coverage)
77

88
This gem allows you to easily use the [Pivotal Tracker v5 API](https://www.pivotaltracker.com/help/api/rest/v5).
99

tracker_api.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ require 'tracker_api/version'
66
Gem::Specification.new do |spec|
77
spec.name = 'tracker_api'
88
spec.version = TrackerApi::VERSION
9-
spec.authors = ['ProductPlan']
10-
spec.email = ['development@productplan.com']
9+
spec.authors = ['Phil Phillips', 'Forest Carlisle', 'ProductPlan']
10+
spec.email = ['irving.phillips@gmail.com']
1111
spec.summary = %q{API client for the Pivotal Tracker v5 API}
1212
spec.description = %q{This gem allows you to easily use the Pivotal Tracker v5 API.}
13-
spec.homepage = 'https://github.com/ProductPlan/tracker_api'
13+
spec.homepage = 'https://github.com/irphilli/tracker_api'
1414
spec.license = 'MIT'
1515

1616
spec.files = `git ls-files`.split($/)

0 commit comments

Comments
 (0)