Skip to content

Commit

Permalink
Merge pull request #163 from irphilli/chore/update-ownership
Browse files Browse the repository at this point in the history
chore: update ownership
  • Loading branch information
irphilli authored Jul 9, 2024
2 parents afe2bcc + f0097ce commit f717f5b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
6 changes: 3 additions & 3 deletions tracker_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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($/)
Expand Down

0 comments on commit f717f5b

Please sign in to comment.