File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
name : Specs - Ruby ${{ matrix.ruby-version }} ${{matrix.gemfile}}
13
13
runs-on : ubuntu-latest
14
14
env :
15
- CC_TEST_REPORTER_ID : 2a6849be8214739deef0090b810b945ce9a550a4d8279d242cb03242d1ad53c5
15
+ CC_TEST_REPORTER_ID : 8d1cf5f9b65f4b22efbdbb85b82f31ecdf132ea9e7f6728cd288fb05e9fa549a
16
16
BUNDLE_GEMFILE : ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
17
17
18
18
strategy :
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) [2021 ] [ProductPlan ]
3
+ Copyright (c) [2024 ] [Irving Phillips ]
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
# TrackerApi
2
2
3
3
[ ![ 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 )
7
7
8
8
This gem allows you to easily use the [ Pivotal Tracker v5 API] ( https://www.pivotaltracker.com/help/api/rest/v5 ) .
9
9
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ require 'tracker_api/version'
6
6
Gem ::Specification . new do |spec |
7
7
spec . name = 'tracker_api'
8
8
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' ]
11
11
spec . summary = %q{API client for the Pivotal Tracker v5 API}
12
12
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'
14
14
spec . license = 'MIT'
15
15
16
16
spec . files = `git ls-files` . split ( $/)
You can’t perform that action at this time.
0 commit comments