toggl-jobcan 0.4.2 → 0.4.3

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: f549868d642cadbb452675b66e0bba6b15eab0de95a430d27f5ff4ba6d0479fb
4
- data.tar.gz: bbb07c91eb043092e59ef38d4be3cbe8b93dce4c875072f4737d3fa370a794ca
3
+ metadata.gz: b9a0d29a172b5206dab2feaa6ebd94642eb46dbb19769efebfb5d332fef57f58
4
+ data.tar.gz: 3a0be46fb0e34dcb1869c929f308a26f66ed38017c9385012e7db21c710d4217
5
5
  SHA512:
6
- metadata.gz: fb901f928de7bc0697b38c2a60c323a43d54b84bb7a286033004461985cdb3bd141d69c639e3809b904b9c31519a1f67c63f0a7ed223da8048abb87392cb0340
7
- data.tar.gz: 5d9ce4ef3e3a34971c68e402ff3e8d8c552ab25aab02f9a5e78d0a54c057f84b7c49fa3cb41669b416d8275c8d5b0ec1f52f01ddaa71e63b06c7326561bd226a
6
+ metadata.gz: 7f5efffcc023cfc684ab8fe4412ce214f9007a0386c880b28edca8580dfa1e3203c978631bc840c2c006b5f71d7018546ffc5b2d5f13e91018f05e0cde321092
7
+ data.tar.gz: e2c2425c0a7604467d27cc61f466141722db85f73ec45131aa1503fdeb3101f25cebfd111c721cd48abff7a78b477481cb6c793618ca4af43e08e52b24fa485a
data/CHANGELOG.md CHANGED
@@ -1,8 +1,26 @@
1
1
  # Changelog
2
2
 
3
- ## [0.4.1](https://github.com/limitusus/toggl-jobcan/tree/0.4.1) (2021-07-01)
3
+ ## [0.4.3](https://github.com/limitusus/toggl-jobcan/tree/0.4.3) (2023-05-07)
4
4
 
5
- [Full Changelog](https://github.com/limitusus/toggl-jobcan/compare/v0.4.0...0.4.1)
5
+ [Full Changelog](https://github.com/limitusus/toggl-jobcan/compare/v0.4.2...0.4.3)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Update thor and other gems [\#24](https://github.com/limitusus/toggl-jobcan/pull/24) ([limitusus](https://github.com/limitusus))
10
+
11
+ ## [v0.4.2](https://github.com/limitusus/toggl-jobcan/tree/v0.4.2) (2021-09-28)
12
+
13
+ [Full Changelog](https://github.com/limitusus/toggl-jobcan/compare/v0.4.1...v0.4.2)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - Bump nokogiri from 1.11.7 to 1.12.5 [\#17](https://github.com/limitusus/toggl-jobcan/pull/17) ([dependabot[bot]](https://github.com/apps/dependabot))
18
+ - Bump addressable from 2.7.0 to 2.8.0 [\#16](https://github.com/limitusus/toggl-jobcan/pull/16) ([dependabot[bot]](https://github.com/apps/dependabot))
19
+ - Cosmetic [\#15](https://github.com/limitusus/toggl-jobcan/pull/15) ([limitusus](https://github.com/limitusus))
20
+
21
+ ## [v0.4.1](https://github.com/limitusus/toggl-jobcan/tree/v0.4.1) (2021-06-30)
22
+
23
+ [Full Changelog](https://github.com/limitusus/toggl-jobcan/compare/v0.4.0...v0.4.1)
6
24
 
7
25
  **Merged pull requests:**
8
26
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- toggl-jobcan (0.4.2)
4
+ toggl-jobcan (0.4.3)
5
5
  selenium-webdriver
6
6
  thor
7
7
  toggl-worktime (~> 0.4.0, >= 0.4.1)
@@ -10,61 +10,45 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (6.1.4.1)
13
+ activesupport (7.0.4.3)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
17
17
  tzinfo (~> 2.0)
18
- zeitwerk (~> 2.3)
19
- addressable (2.8.0)
20
- public_suffix (>= 2.0.2, < 5.0)
21
- async (1.30.1)
18
+ addressable (2.8.4)
19
+ public_suffix (>= 2.0.2, < 6.0)
20
+ async (1.31.0)
22
21
  console (~> 1.10)
23
22
  nio4r (~> 2.3)
24
23
  timers (~> 4.1)
25
- async-http (0.56.5)
24
+ async-http (0.60.1)
26
25
  async (>= 1.25)
27
26
  async-io (>= 1.28)
28
27
  async-pool (>= 0.2)
29
- protocol-http (~> 0.22.0)
30
- protocol-http1 (~> 0.14.0)
31
- protocol-http2 (~> 0.14.0)
32
- async-http-faraday (0.11.0)
28
+ protocol-http (~> 0.24.0)
29
+ protocol-http1 (~> 0.15.0)
30
+ protocol-http2 (~> 0.15.0)
31
+ traces (>= 0.8.0)
32
+ async-http-faraday (0.12.0)
33
33
  async-http (~> 0.42)
34
34
  faraday
35
- async-io (1.32.2)
35
+ async-io (1.34.3)
36
36
  async
37
- async-pool (0.3.8)
37
+ async-pool (0.4.0)
38
38
  async (>= 1.25)
39
39
  awesome_print (1.9.2)
40
40
  byebug (11.1.3)
41
- childprocess (3.0.0)
42
41
  coderay (1.1.3)
43
- concurrent-ruby (1.1.9)
44
- console (1.13.1)
42
+ concurrent-ruby (1.2.2)
43
+ console (1.16.2)
45
44
  fiber-local
46
- diff-lcs (1.4.4)
47
- faraday (1.8.0)
48
- faraday-em_http (~> 1.0)
49
- faraday-em_synchrony (~> 1.0)
50
- faraday-excon (~> 1.1)
51
- faraday-httpclient (~> 1.0.1)
52
- faraday-net_http (~> 1.0)
53
- faraday-net_http_persistent (~> 1.1)
54
- faraday-patron (~> 1.0)
55
- faraday-rack (~> 1.0)
56
- multipart-post (>= 1.2, < 3)
45
+ diff-lcs (1.5.0)
46
+ faraday (2.7.4)
47
+ faraday-net_http (>= 2.0, < 3.1)
57
48
  ruby2_keywords (>= 0.0.4)
58
- faraday-em_http (1.0.0)
59
- faraday-em_synchrony (1.0.0)
60
- faraday-excon (1.1.0)
61
- faraday-http-cache (2.2.0)
49
+ faraday-http-cache (2.5.0)
62
50
  faraday (>= 0.8)
63
- faraday-httpclient (1.0.1)
64
- faraday-net_http (1.0.1)
65
- faraday-net_http_persistent (1.2.0)
66
- faraday-patron (1.0.0)
67
- faraday-rack (1.0.0)
51
+ faraday-net_http (3.0.2)
68
52
  fiber-local (1.0.0)
69
53
  github_changelog_generator (1.16.4)
70
54
  activesupport
@@ -75,92 +59,94 @@ GEM
75
59
  octokit (~> 4.6)
76
60
  rainbow (>= 2.2.1)
77
61
  rake (>= 10.0)
78
- i18n (1.8.10)
62
+ i18n (1.13.0)
79
63
  concurrent-ruby (~> 1.0)
80
- logger (1.4.3)
64
+ logger (1.5.3)
81
65
  method_source (1.0.0)
82
- mini_portile2 (2.6.1)
83
- minitest (5.14.4)
66
+ mini_portile2 (2.8.2)
67
+ minitest (5.18.0)
84
68
  multi_json (1.15.0)
85
- multipart-post (2.1.1)
86
- nio4r (2.5.8)
87
- nokogiri (1.12.5)
88
- mini_portile2 (~> 2.6.1)
69
+ nio4r (2.5.9)
70
+ nokogiri (1.14.3)
71
+ mini_portile2 (~> 2.8.0)
89
72
  racc (~> 1.4)
90
- octokit (4.21.0)
91
- faraday (>= 0.9)
92
- sawyer (~> 0.8.0, >= 0.5.3)
93
- oj (3.13.8)
73
+ octokit (4.25.1)
74
+ faraday (>= 1, < 3)
75
+ sawyer (~> 0.9)
76
+ oj (3.14.3)
94
77
  pastel (0.8.0)
95
78
  tty-color (~> 0.5)
96
79
  protocol-hpack (1.4.2)
97
- protocol-http (0.22.5)
98
- protocol-http1 (0.14.2)
80
+ protocol-http (0.24.1)
81
+ protocol-http1 (0.15.0)
99
82
  protocol-http (~> 0.22)
100
- protocol-http2 (0.14.2)
83
+ protocol-http2 (0.15.1)
101
84
  protocol-hpack (~> 1.4)
102
85
  protocol-http (~> 0.18)
103
- pry (0.14.1)
86
+ pry (0.14.2)
104
87
  coderay (~> 1.1)
105
88
  method_source (~> 1.0)
106
- pry-byebug (3.8.0)
89
+ pry-byebug (3.10.1)
107
90
  byebug (~> 11.0)
108
- pry (~> 0.10)
109
- public_suffix (4.0.6)
110
- racc (1.5.2)
111
- rainbow (3.0.0)
91
+ pry (>= 0.13, < 0.15)
92
+ public_suffix (5.0.1)
93
+ racc (1.6.2)
94
+ rainbow (3.1.1)
112
95
  rake (13.0.6)
113
- rspec (3.10.0)
114
- rspec-core (~> 3.10.0)
115
- rspec-expectations (~> 3.10.0)
116
- rspec-mocks (~> 3.10.0)
117
- rspec-core (3.10.1)
118
- rspec-support (~> 3.10.0)
119
- rspec-expectations (3.10.1)
96
+ rexml (3.2.5)
97
+ rspec (3.12.0)
98
+ rspec-core (~> 3.12.0)
99
+ rspec-expectations (~> 3.12.0)
100
+ rspec-mocks (~> 3.12.0)
101
+ rspec-core (3.12.2)
102
+ rspec-support (~> 3.12.0)
103
+ rspec-expectations (3.12.3)
120
104
  diff-lcs (>= 1.2.0, < 2.0)
121
- rspec-support (~> 3.10.0)
122
- rspec-mocks (3.10.2)
105
+ rspec-support (~> 3.12.0)
106
+ rspec-mocks (3.12.5)
123
107
  diff-lcs (>= 1.2.0, < 2.0)
124
- rspec-support (~> 3.10.0)
125
- rspec-support (3.10.2)
108
+ rspec-support (~> 3.12.0)
109
+ rspec-support (3.12.0)
126
110
  ruby2_keywords (0.0.5)
127
111
  rubyzip (2.3.2)
128
- sawyer (0.8.2)
112
+ sawyer (0.9.2)
129
113
  addressable (>= 2.3.5)
130
- faraday (> 0.8, < 2.0)
131
- selenium-webdriver (3.142.7)
132
- childprocess (>= 0.5, < 4.0)
133
- rubyzip (>= 1.2.2)
114
+ faraday (>= 0.17.3, < 3)
115
+ selenium-webdriver (4.9.0)
116
+ rexml (~> 3.2, >= 3.2.5)
117
+ rubyzip (>= 1.2.2, < 3.0)
118
+ websocket (~> 1.0)
134
119
  strings (0.2.1)
135
120
  strings-ansi (~> 0.2)
136
121
  unicode-display_width (>= 1.5, < 3.0)
137
122
  unicode_utils (~> 1.4)
138
123
  strings-ansi (0.2.0)
139
- thor (1.1.0)
140
- timers (4.3.3)
141
- toggl-worktime (0.4.1)
124
+ thor (1.2.1)
125
+ timers (4.3.5)
126
+ toggl-worktime (0.4.2)
142
127
  awesome_print
143
- togglv8-limitusus
128
+ togglv8-limitusus (>= 1.2.2)
144
129
  tty-table
145
- togglv8-limitusus (1.2.1)
146
- faraday
130
+ togglv8-limitusus (1.2.2)
131
+ faraday (>= 2.0.0)
147
132
  logger
148
133
  oj
134
+ traces (0.9.1)
149
135
  tty-color (0.6.0)
150
136
  tty-screen (0.8.1)
151
137
  tty-table (0.12.0)
152
138
  pastel (~> 0.8)
153
139
  strings (~> 0.2.0)
154
140
  tty-screen (~> 0.8)
155
- tzinfo (2.0.4)
141
+ tzinfo (2.0.6)
156
142
  concurrent-ruby (~> 1.0)
157
- unicode-display_width (2.1.0)
143
+ unicode-display_width (2.4.2)
158
144
  unicode_utils (1.4.0)
159
- webdrivers (4.6.1)
145
+ webdrivers (5.2.0)
160
146
  nokogiri (~> 1.6)
161
147
  rubyzip (>= 1.3.0)
162
- selenium-webdriver (>= 3.0, < 4.0)
163
- zeitwerk (2.4.2)
148
+ selenium-webdriver (~> 4.0)
149
+ websocket (1.2.9)
164
150
 
165
151
  PLATFORMS
166
152
  ruby
data/Rakefile CHANGED
@@ -12,5 +12,5 @@ GitHubChangelogGenerator::RakeTask.new :changelog do |config|
12
12
  config.user = 'limitusus'
13
13
  config.project = 'toggl-jobcan'
14
14
  config.since_tag = 'v0.1.0'
15
- config.future_release = '0.4.1'
15
+ config.future_release = '0.4.3'
16
16
  end
@@ -8,6 +8,10 @@ module Toggl
8
8
  module Jobcan
9
9
  # CLI provider
10
10
  class Cli < Thor
11
+ def self.exit_on_failure?
12
+ true
13
+ end
14
+
11
15
  package_name 'toggl-jobcan'
12
16
  default_command :main
13
17
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Toggl
4
4
  module Jobcan
5
- VERSION = '0.4.2'
5
+ VERSION = '0.4.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toggl-jobcan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomoya Kabe
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-09-28 00:00:00.000000000 Z
11
+ date: 2023-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: selenium-webdriver
@@ -189,7 +189,7 @@ homepage: https://github.com/limitusus/toggl-jobcan
189
189
  licenses:
190
190
  - MIT
191
191
  metadata: {}
192
- post_install_message:
192
+ post_install_message:
193
193
  rdoc_options: []
194
194
  require_paths:
195
195
  - lib
@@ -204,8 +204,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
204
  - !ruby/object:Gem::Version
205
205
  version: '0'
206
206
  requirements: []
207
- rubygems_version: 3.1.2
208
- signing_key:
207
+ rubygems_version: 3.2.33
208
+ signing_key:
209
209
  specification_version: 4
210
210
  summary: Sync toggl worktime to JobCan.
211
211
  test_files: []