toggl-worktime 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a50c3becb0b4a9536811b9c003e3cbc611a5dcdacf20169d3f8ed09bd8955003
4
- data.tar.gz: 80bfb02dc2272c04f8678835a6c5424caf599a5052e6bbb3a6f3d141458d5699
3
+ metadata.gz: 07e6ba242a332844e6949c51f0b680590d7167aac06910ff6612e732ee29d459
4
+ data.tar.gz: 6ddb96ae57367ca506240f0c5a25af8df0a7e20adaa7d2b3f091eecae7d44d88
5
5
  SHA512:
6
- metadata.gz: 635b3b61cde0e75cc19527a65f04c224f23e3c41866c3921b8e6f3dd59268013fab775ffa60ff6d780422a27ee6578cce2abbaac14cb1c27215e38c20a2fa957
7
- data.tar.gz: c4938047c7dd2d4989f815cde8cb599a6a3c97e16001ee9d39a3edfa8249cbf9caa2f3ce4e5bd0fb72b0de668ebc2224653e2f82bb6dfe20e9372ea7b40aac5c
6
+ metadata.gz: cc4498ba37d5807d14f46dfd6f6b04bc2e383046fb7e40f65ed0ef2380a07192f0b39bcadb04cd91898f2a6d7d5de3654eafe8b6c1eb650f79174ca30d87c6bd
7
+ data.tar.gz: 16432e596c87bd4e8f0bc714eaff67d057dabee4030cc9262ff5bd4e1ed711cbfb34933901f82c7f5690e453ec2ef3ccab1a3548766c45ec11d81f95e6d65301
data/.travis.yml CHANGED
@@ -2,4 +2,6 @@ sudo: false
2
2
  language: ruby
3
3
  rvm:
4
4
  - 2.3.1
5
- before_install: gem install bundler -v 1.15.0
5
+ - 2.7.3
6
+ - 3.0.1
7
+ before_install: gem install bundler -v 2.2.20
data/CHANGELOG.md CHANGED
@@ -1,6 +1,24 @@
1
- # Change Log
1
+ # Changelog
2
+
3
+ ## [0.4.1](https://github.com/limitusus/toggl-worktime/tree/0.4.1) (2021-06-22)
4
+
5
+ [Full Changelog](https://github.com/limitusus/toggl-worktime/compare/v0.4.0...0.4.1)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Use patched version of togglv8, for the new API endpoint [\#12](https://github.com/limitusus/toggl-worktime/pull/12) ([limitusus](https://github.com/limitusus))
10
+
11
+ ## [v0.4.0](https://github.com/limitusus/toggl-worktime/tree/v0.4.0) (2021-02-14)
12
+
13
+ [Full Changelog](https://github.com/limitusus/toggl-worktime/compare/v0.3.2...v0.4.0)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - Use newer rake [\#9](https://github.com/limitusus/toggl-worktime/pull/9) ([limitusus](https://github.com/limitusus))
18
+ - Implement calendar mode [\#8](https://github.com/limitusus/toggl-worktime/pull/8) ([limitusus](https://github.com/limitusus))
2
19
 
3
20
  ## [v0.3.2](https://github.com/limitusus/toggl-worktime/tree/v0.3.2) (2018-09-26)
21
+
4
22
  [Full Changelog](https://github.com/limitusus/toggl-worktime/compare/v0.3.1...v0.3.2)
5
23
 
6
24
  **Merged pull requests:**
@@ -8,6 +26,7 @@
8
26
  - Deal with empty time slot [\#7](https://github.com/limitusus/toggl-worktime/pull/7) ([limitusus](https://github.com/limitusus))
9
27
 
10
28
  ## [v0.3.1](https://github.com/limitusus/toggl-worktime/tree/v0.3.1) (2018-09-26)
29
+
11
30
  [Full Changelog](https://github.com/limitusus/toggl-worktime/compare/v0.3.0...v0.3.1)
12
31
 
13
32
  **Merged pull requests:**
@@ -15,6 +34,7 @@
15
34
  - Bugfix/interval [\#6](https://github.com/limitusus/toggl-worktime/pull/6) ([limitusus](https://github.com/limitusus))
16
35
 
17
36
  ## [v0.3.0](https://github.com/limitusus/toggl-worktime/tree/v0.3.0) (2018-08-01)
37
+
18
38
  [Full Changelog](https://github.com/limitusus/toggl-worktime/compare/v0.2.0...v0.3.0)
19
39
 
20
40
  **Closed issues:**
@@ -23,10 +43,13 @@
23
43
 
24
44
  **Merged pull requests:**
25
45
 
46
+ - Update README [\#11](https://github.com/limitusus/toggl-worktime/pull/11) ([limitusus](https://github.com/limitusus))
47
+ - Use newer rake [\#10](https://github.com/limitusus/toggl-worktime/pull/10) ([limitusus](https://github.com/limitusus))
26
48
  - Config YAML [\#5](https://github.com/limitusus/toggl-worktime/pull/5) ([limitusus](https://github.com/limitusus))
27
49
  - Specify year [\#4](https://github.com/limitusus/toggl-worktime/pull/4) ([limitusus](https://github.com/limitusus))
28
50
 
29
51
  ## [v0.2.0](https://github.com/limitusus/toggl-worktime/tree/v0.2.0) (2018-04-02)
52
+
30
53
  [Full Changelog](https://github.com/limitusus/toggl-worktime/compare/v0.1.8...v0.2.0)
31
54
 
32
55
  **Merged pull requests:**
@@ -34,6 +57,7 @@
34
57
  - Remove const [\#2](https://github.com/limitusus/toggl-worktime/pull/2) ([limitusus](https://github.com/limitusus))
35
58
 
36
59
  ## [v0.1.8](https://github.com/limitusus/toggl-worktime/tree/v0.1.8) (2018-04-01)
60
+
37
61
  [Full Changelog](https://github.com/limitusus/toggl-worktime/compare/v0.1.7...v0.1.8)
38
62
 
39
63
  **Merged pull requests:**
@@ -41,27 +65,33 @@
41
65
  - Export work\_time from driver [\#1](https://github.com/limitusus/toggl-worktime/pull/1) ([limitusus](https://github.com/limitusus))
42
66
 
43
67
  ## [v0.1.7](https://github.com/limitusus/toggl-worktime/tree/v0.1.7) (2017-09-19)
68
+
44
69
  [Full Changelog](https://github.com/limitusus/toggl-worktime/compare/v0.1.6...v0.1.7)
45
70
 
46
71
  ## [v0.1.6](https://github.com/limitusus/toggl-worktime/tree/v0.1.6) (2017-09-19)
72
+
47
73
  [Full Changelog](https://github.com/limitusus/toggl-worktime/compare/v0.1.5...v0.1.6)
48
74
 
49
75
  ## [v0.1.5](https://github.com/limitusus/toggl-worktime/tree/v0.1.5) (2017-08-15)
76
+
50
77
  [Full Changelog](https://github.com/limitusus/toggl-worktime/compare/v0.1.4...v0.1.5)
51
78
 
52
79
  ## [v0.1.4](https://github.com/limitusus/toggl-worktime/tree/v0.1.4) (2017-07-07)
80
+
53
81
  [Full Changelog](https://github.com/limitusus/toggl-worktime/compare/v0.1.3...v0.1.4)
54
82
 
55
83
  ## [v0.1.3](https://github.com/limitusus/toggl-worktime/tree/v0.1.3) (2017-07-07)
84
+
56
85
  [Full Changelog](https://github.com/limitusus/toggl-worktime/compare/v0.1.2...v0.1.3)
57
86
 
58
87
  ## [v0.1.2](https://github.com/limitusus/toggl-worktime/tree/v0.1.2) (2017-07-05)
88
+
59
89
  [Full Changelog](https://github.com/limitusus/toggl-worktime/compare/v0.1.1...v0.1.2)
60
90
 
61
91
  ## [v0.1.1](https://github.com/limitusus/toggl-worktime/tree/v0.1.1) (2017-07-05)
92
+
62
93
  [Full Changelog](https://github.com/limitusus/toggl-worktime/compare/v0.1.0...v0.1.1)
63
94
 
64
- ## [v0.1.0](https://github.com/limitusus/toggl-worktime/tree/v0.1.0) (2017-07-05)
65
95
 
66
96
 
67
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
97
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
data/Rakefile CHANGED
@@ -2,7 +2,15 @@
2
2
 
3
3
  require 'bundler/gem_tasks'
4
4
  require 'rspec/core/rake_task'
5
+ require 'github_changelog_generator/task'
5
6
 
6
7
  RSpec::Core::RakeTask.new(:spec)
7
8
 
8
9
  task default: :spec
10
+
11
+ GitHubChangelogGenerator::RakeTask.new :changelog do |config|
12
+ config.user = 'limitusus'
13
+ config.project = 'toggl-worktime'
14
+ config.since_tag = 'v0.1.0'
15
+ config.future_release = '0.4.1'
16
+ end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Toggl
4
4
  module Worktime
5
- VERSION = '0.4.0'
5
+ VERSION = '0.4.1'
6
6
  end
7
7
  end
@@ -23,9 +23,10 @@ Gem::Specification.new do |spec|
23
23
  spec.require_paths = ['lib']
24
24
 
25
25
  spec.add_dependency 'awesome_print'
26
- spec.add_dependency 'togglv8'
26
+ spec.add_dependency 'togglv8-limitusus'
27
27
  spec.add_dependency 'tty-table'
28
- spec.add_development_dependency 'bundler', '~> 1.15'
28
+ spec.add_development_dependency 'bundler', '>= 2.2.10'
29
+ spec.add_development_dependency 'github_changelog_generator'
29
30
  spec.add_development_dependency 'pry'
30
31
  spec.add_development_dependency 'rake', '>= 12.3.3'
31
32
  spec.add_development_dependency 'rb-readline'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toggl-worktime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomoya KABE
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-14 00:00:00.000000000 Z
11
+ date: 2021-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print
@@ -25,7 +25,7 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: togglv8
28
+ name: togglv8-limitusus
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ">="
@@ -56,16 +56,30 @@ dependencies:
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '1.15'
61
+ version: 2.2.10
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: 2.2.10
69
+ - !ruby/object:Gem::Dependency
70
+ name: github_changelog_generator
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
67
74
  - !ruby/object:Gem::Version
68
- version: '1.15'
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
69
83
  - !ruby/object:Gem::Dependency
70
84
  name: pry
71
85
  requirement: !ruby/object:Gem::Requirement