tracker_api 1.14.0 → 1.16.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 849c1d3fe22b5b812ed7144d3d0703a7a6f3701d575f5d794cf9f9dc8caf6643
4
- data.tar.gz: d142dccb5a2eec0474e54262f351e4ea148651dd7c0c7a28fcb93acdbb9f3d25
3
+ metadata.gz: df344c4e05bc3a54ad755104ab4d92ea149d1cce27b9d15960b931a88182e9c3
4
+ data.tar.gz: a8fa23f0811a3a71926ab6a811f8666d6cbe40fedd7611d26efa74fb5c303dff
5
5
  SHA512:
6
- metadata.gz: 62a6cab610b4c3e4b43ff6b7ca007e477e0478e6c1e3821b2d49a1052a830d030dbf7bfcebb91158a2493cc589e8d7ca0155f3621a0e52119ff40fba560a243a
7
- data.tar.gz: a030d836b14d017f57c2eaf91f12cb7b9202c23a0cabd6e2e08b425c5185f10cb477b1ec3e598c19cdf63889dcaf23ae5c3ede9dfdc28adc562aac4f9785ad17
6
+ metadata.gz: fa36505611df92d2e1da0af52fc03f896dcd32fb14d2971f1247ff5dffddcaf52f1e89f00b99b5b56e3bc0418f27f77a973f58d8b7b1ef1cab864aab86167e04
7
+ data.tar.gz: 749818253f7ef14da7d768ade22c481214729ff2b763e674e7872a90fa7e3d05c340984ee5d5641d7d793682185b0ed2b06421f57fdcc834fe15f3d39a0b4660
@@ -12,7 +12,7 @@ jobs:
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:
@@ -21,23 +21,25 @@ jobs:
21
21
  - faraday-1
22
22
  - faraday-2
23
23
  ruby-version:
24
+ - "3.3"
25
+ - "3.2"
24
26
  - "3.1"
25
- - "3.0"
26
- - "2.7"
27
- - "2.6"
28
27
  - jruby
29
28
  - truffleruby
30
29
 
31
30
  steps:
32
- - uses: actions/checkout@v2
31
+ - uses: actions/checkout@v3
33
32
  - name: Set up Ruby ${{ matrix.ruby-version }}
34
33
  uses: ruby/setup-ruby@v1
35
34
  with:
36
35
  ruby-version: ${{ matrix.ruby-version }}
36
+ - name: Set environment
37
+ run: echo "COVERAGE=true" >> "$GITHUB_ENV"
38
+ if: matrix.ruby-version == '3.3' && matrix.gemfile == 'faraday-2'
37
39
  - name: Install dependencies
38
40
  run: bundle install
39
41
  - name: Run tests
40
42
  run: bundle exec rake test
41
43
  - name: Upload Coverage
42
- uses: paambaati/codeclimate-action@v3.0.0
43
- if: matrix.ruby-version == '3.1' && matrix.gemfile == 'faraday-2'
44
+ uses: paambaati/codeclimate-action@v3.2.0
45
+ if: matrix.ruby-version == '3.3' && matrix.gemfile == 'faraday-2'
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
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
data/README.md CHANGED
@@ -1,9 +1,9 @@
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
 
@@ -12,8 +12,8 @@ It’s powered by [Faraday](https://github.com/lostisland/faraday) and [Virtus](
12
12
  ## Compatibility
13
13
 
14
14
  This gem is tested against the following officially supported Ruby versions:
15
- - Minimum Ruby Version: 2.6.x
16
- - Latest Ruby Supported: 3.1.x
15
+ - Minimum Ruby Version: 2.7.x
16
+ - Latest Ruby Supported: 3.2.x
17
17
 
18
18
  ## Installation
19
19
 
@@ -18,6 +18,7 @@ module TrackerApi
18
18
  attribute :project_id, Integer
19
19
  attribute :updated_at, DateTime
20
20
  attribute :completed_at, DateTime
21
+ attribute :projected_completion, DateTime
21
22
  attribute :url, String
22
23
 
23
24
  class UpdateRepresenter < Representable::Decorator
@@ -33,6 +33,7 @@ module TrackerApi
33
33
  attribute :public, Boolean
34
34
  attribute :start_date, DateTime
35
35
  attribute :start_time, DateTime
36
+ attribute :status, String
36
37
  attribute :time_zone, TimeZone
37
38
  attribute :updated_at, DateTime
38
39
  attribute :velocity_averaged_over, Integer
@@ -1,3 +1,3 @@
1
1
  module TrackerApi
2
- VERSION = '1.14.0'
2
+ VERSION = '1.16.0'
3
3
  end
@@ -1,8 +1,10 @@
1
1
  #Bundler.require(:test)
2
2
  $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
3
3
 
4
- require 'simplecov'
5
- SimpleCov.start
4
+ if ENV['COVERAGE'] == 'true'
5
+ require 'simplecov'
6
+ SimpleCov.start
7
+ end
6
8
 
7
9
  require 'minitest/byebug' if ENV['DEBUG']
8
10
  require 'minitest/autorun'
data/tracker_api.gemspec CHANGED
@@ -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($/)
metadata CHANGED
@@ -1,14 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tracker_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.16.0
5
5
  platform: ruby
6
6
  authors:
7
+ - Phil Phillips
8
+ - Forest Carlisle
7
9
  - ProductPlan
8
10
  autorequire:
9
11
  bindir: bin
10
12
  cert_chain: []
11
- date: 2022-05-05 00:00:00.000000000 Z
13
+ date: 2024-07-13 00:00:00.000000000 Z
12
14
  dependencies:
13
15
  - !ruby/object:Gem::Dependency
14
16
  name: bundler
@@ -228,7 +230,7 @@ dependencies:
228
230
  version: '0'
229
231
  description: This gem allows you to easily use the Pivotal Tracker v5 API.
230
232
  email:
231
- - development@productplan.com
233
+ - irving.phillips@gmail.com
232
234
  executables: []
233
235
  extensions: []
234
236
  extra_rdoc_files: []
@@ -461,7 +463,7 @@ files:
461
463
  - test/vcr/x-cassettes/update_story_to_create_activity.json
462
464
  - test/workspace_test.rb
463
465
  - tracker_api.gemspec
464
- homepage: https://github.com/ProductPlan/tracker_api
466
+ homepage: https://github.com/irphilli/tracker_api
465
467
  licenses:
466
468
  - MIT
467
469
  metadata: {}
@@ -480,7 +482,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
480
482
  - !ruby/object:Gem::Version
481
483
  version: '0'
482
484
  requirements: []
483
- rubygems_version: 3.2.32
485
+ rubygems_version: 3.5.11
484
486
  signing_key:
485
487
  specification_version: 4
486
488
  summary: API client for the Pivotal Tracker v5 API