checkoff 0.167.0 → 0.169.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: 39ac47375577c961f420ca90fb137fcb53e45baba61ab6cf97c3892196792c09
4
- data.tar.gz: 8880260934a2e1adee59cd74c391952d888480af4305a766b54053d1c135072d
3
+ metadata.gz: b419b90533969c11f309154a42042afc9355aa1a1c1ba964f535887d170a0a09
4
+ data.tar.gz: c05bf7c5f77ed15d652f276f3ef5383d12317626f6c4c99cdfbbbf17d4d90884
5
5
  SHA512:
6
- metadata.gz: 4095ea667d2102b2ea7d0dc578f8dd6bb261a1823d7aa71621da1de9adfac7ced8c9c971e2f3deba2cf75c72a0667359ea64d1383152d54106675f5a9a89c66b
7
- data.tar.gz: bb03d3a4b4aafb155a823d172cd164232c4890574c48e99b5b22e3b3b97aae95b04807e065d00b0d9997ccf7be7dcaf0209cfc60223f23b77997a0f69d106193
6
+ metadata.gz: e7eadd8eafadff6b0e493926faf1eaa7f07eb5a29a766f00d82e7756bbf37d4fc2a7f54a199e545d90b6dfbd97ea6fc2be91f8ab04dc61b1bb3142c38986f36b
7
+ data.tar.gz: 0a1cfb55148e3ec98711e1bc5b6b8976f809adafda374348dbe95a381850a4ece2eea931cfecdd45411eedda17fc92ea05513d10a96afe1c007496c84ec72bc7
data/Gemfile CHANGED
@@ -9,6 +9,11 @@ gem 'bump'
9
9
  gem 'bundler'
10
10
  gem 'fakeweb'
11
11
  gem 'mdl'
12
+ # not a direct dependency - but updates a lot and confuses
13
+ # bump+overcommit+bundler when it unexpectedly updates during the
14
+ # CircleCI publish step
15
+ #
16
+ # https://app.circleci.com/pipelines/github/apiology/checkoff/1209/workflows/863fa0ce-097e-4a6b-a49f-f6ed62b29908/jobs/2320
12
17
  gem 'mime-types', ['=3.5.1']
13
18
  gem 'minitest-profile'
14
19
  gem 'minitest-reporters'
data/Gemfile.lock CHANGED
@@ -12,7 +12,7 @@ GIT
12
12
  PATH
13
13
  remote: .
14
14
  specs:
15
- checkoff (0.167.0)
15
+ checkoff (0.169.0)
16
16
  activesupport
17
17
  asana (> 0.10.0)
18
18
  cache_method
@@ -22,7 +22,7 @@ module Checkoff
22
22
  MINUTE = 60
23
23
  HOUR = MINUTE * 60
24
24
  DAY = 24 * HOUR
25
- REALLY_LONG_CACHE_TIME = HOUR * 1
25
+ REALLY_LONG_CACHE_TIME = MINUTE * 30
26
26
  LONG_CACHE_TIME = MINUTE * 15
27
27
  MEDIUM_CACHE_TIME = MINUTE * 5
28
28
  SHORT_CACHE_TIME = MINUTE
@@ -14,7 +14,7 @@ module Checkoff
14
14
 
15
15
  MINUTE = 60
16
16
  HOUR = MINUTE * 60
17
- REALLY_LONG_CACHE_TIME = HOUR * 1
17
+ REALLY_LONG_CACHE_TIME = MINUTE * 30
18
18
  LONG_CACHE_TIME = MINUTE * 15
19
19
  SHORT_CACHE_TIME = MINUTE * 5
20
20
 
@@ -3,5 +3,5 @@
3
3
  # Command-line and gem client for Asana (unofficial)
4
4
  module Checkoff
5
5
  # Version of library
6
- VERSION = '0.167.0'
6
+ VERSION = '0.169.0'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: checkoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.167.0
4
+ version: 0.169.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vince Broz