tempest_time 0.6.1 → 0.6.2

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: ecfd390e581133802a83716b8c068cdc40e5c6890638833a253b3bfb5295726e
4
- data.tar.gz: 464e98b2dba3d40deb03f8d66b2dd3796db5b9006cdcee46a6e98ee8a42b296f
3
+ metadata.gz: 74bde0bc0ada40a2f0b8b0ddd15e8ac34496bd162b991e6d128955de9f5b063b
4
+ data.tar.gz: 63aca556189c6448a228e87cea9c66d8d553755a80e02ac2224ced683db02653
5
5
  SHA512:
6
- metadata.gz: 567a89a440c7a644945289d8c47feb749f74b10b6a3d36333ed40c7f3cf6f7498c648fac4256497f6e27544a1fc92ce70589063aedee57cd95cfa29ce63c6a38
7
- data.tar.gz: 6762dd7c7175db615f5e783f622d9a676044e10ace1b91cbc7a56ce6fb74ddefa22fca008e2f982cf26515e4fda1b65e221ad48748013d7ce055eaebae80dc4f
6
+ metadata.gz: 5d996e6427394195f2a0c145a3bb728326b253b245cc242759bfc7d5fd57197639b97d5ae9b6c0b2161bb8a94cf45a2fa05964f8e04349ef5c45031c6f302a28
7
+ data.tar.gz: bc50f8b3504c5adf0165c7a9906e3a371aa503e0f1691305ccb65531768a842be4eeb403f9a6ae07efc9a39678c9037a7e26c911aa56011e43f086420c94b9ff
@@ -13,6 +13,7 @@ module TempestTime
13
13
  @user = user
14
14
  @worklogs = worklogs
15
15
  @number_of_users = number_of_users
16
+ require 'byebug'; byebug
16
17
  end
17
18
 
18
19
  def project_total_times
@@ -42,7 +42,7 @@ module TempestTime
42
42
  end
43
43
 
44
44
  def write_config
45
- config.read
45
+ config.read if config.exist?
46
46
  yield
47
47
  config.write(force: true)
48
48
  end
@@ -1,3 +1,3 @@
1
1
  module TempestTime
2
- VERSION = '0.6.1'.freeze
2
+ VERSION = '0.6.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tempest_time
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Devan Hurst
@@ -414,7 +414,6 @@ files:
414
414
  - ".ruby-version"
415
415
  - ".travis.yml"
416
416
  - Gemfile
417
- - Gemfile.lock
418
417
  - LICENSE
419
418
  - README.md
420
419
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,133 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- tempest_time (0.6.0)
5
- git (~> 1.5)
6
- httparty (~> 0.16)
7
- pastel (~> 0.7.2)
8
- ruby-git (~> 0.2)
9
- thor (~> 0.20.0)
10
- tty-box (~> 0.3.0)
11
- tty-color (~> 0.4)
12
- tty-command (~> 0.8.0)
13
- tty-config (~> 0.3.0)
14
- tty-cursor (~> 0.6)
15
- tty-editor (~> 0.5.0)
16
- tty-file (~> 0.7.0)
17
- tty-font (~> 0.2.0)
18
- tty-markdown (~> 0.5.0)
19
- tty-pager (~> 0.12.0)
20
- tty-pie (~> 0.1.0)
21
- tty-platform (~> 0.2.0)
22
- tty-progressbar (~> 0.16.0)
23
- tty-prompt (~> 0.18.0)
24
- tty-screen (~> 0.6)
25
- tty-spinner (~> 0.9.0)
26
- tty-table (~> 0.10.0)
27
- tty-tree (~> 0.2.0)
28
- tty-which (~> 0.4)
29
-
30
- GEM
31
- remote: https://rubygems.org/
32
- specs:
33
- byebug (10.0.2)
34
- diff-lcs (1.3)
35
- equatable (0.5.0)
36
- git (1.5.0)
37
- httparty (0.16.3)
38
- mime-types (~> 3.0)
39
- multi_xml (>= 0.5.2)
40
- kramdown (1.16.2)
41
- mime-types (3.2.2)
42
- mime-types-data (~> 3.2015)
43
- mime-types-data (3.2018.0812)
44
- minitest (5.11.3)
45
- multi_xml (0.6.0)
46
- necromancer (0.4.0)
47
- pastel (0.7.2)
48
- equatable (~> 0.5.0)
49
- tty-color (~> 0.4.0)
50
- rake (10.5.0)
51
- rouge (3.3.0)
52
- ruby-git (0.2.2)
53
- strings (0.1.4)
54
- strings-ansi (~> 0.1.0)
55
- unicode-display_width (~> 1.4.0)
56
- unicode_utils (~> 1.4.0)
57
- strings-ansi (0.1.0)
58
- thor (0.20.3)
59
- timers (4.3.0)
60
- tty-box (0.3.0)
61
- pastel (~> 0.7.2)
62
- strings (~> 0.1.4)
63
- tty-cursor (~> 0.6.0)
64
- tty-color (0.4.3)
65
- tty-command (0.8.2)
66
- pastel (~> 0.7.0)
67
- tty-config (0.3.1)
68
- tty-cursor (0.6.0)
69
- tty-editor (0.5.0)
70
- tty-prompt (~> 0.18)
71
- tty-which (~> 0.4)
72
- tty-file (0.7.0)
73
- diff-lcs (~> 1.3)
74
- pastel (~> 0.7.2)
75
- tty-prompt (~> 0.18)
76
- tty-font (0.2.0)
77
- tty-markdown (0.5.0)
78
- kramdown (~> 1.16.2)
79
- pastel (~> 0.7.2)
80
- rouge (~> 3.3)
81
- strings (~> 0.1.4)
82
- tty-color (~> 0.4)
83
- tty-screen (~> 0.6)
84
- tty-pager (0.12.0)
85
- strings (~> 0.1.4)
86
- tty-screen (~> 0.6)
87
- tty-which (~> 0.4)
88
- tty-pie (0.1.0)
89
- pastel (~> 0.7.2)
90
- tty-cursor (~> 0.6.0)
91
- tty-platform (0.2.0)
92
- tty-progressbar (0.16.0)
93
- strings-ansi (~> 0.1.0)
94
- tty-cursor (~> 0.6.0)
95
- tty-screen (~> 0.6.4)
96
- unicode-display_width (~> 1.3)
97
- tty-prompt (0.18.1)
98
- necromancer (~> 0.4.0)
99
- pastel (~> 0.7.0)
100
- timers (~> 4.0)
101
- tty-cursor (~> 0.6.0)
102
- tty-reader (~> 0.5.0)
103
- tty-reader (0.5.0)
104
- tty-cursor (~> 0.6.0)
105
- tty-screen (~> 0.6.4)
106
- wisper (~> 2.0.0)
107
- tty-screen (0.6.5)
108
- tty-spinner (0.9.0)
109
- tty-cursor (~> 0.6.0)
110
- tty-table (0.10.0)
111
- equatable (~> 0.5.0)
112
- necromancer (~> 0.4.0)
113
- pastel (~> 0.7.2)
114
- strings (~> 0.1.0)
115
- tty-screen (~> 0.6.4)
116
- tty-tree (0.2.0)
117
- tty-which (0.4.0)
118
- unicode-display_width (1.4.1)
119
- unicode_utils (1.4.0)
120
- wisper (2.0.0)
121
-
122
- PLATFORMS
123
- ruby
124
-
125
- DEPENDENCIES
126
- bundler (~> 1.16)
127
- byebug (~> 10.0)
128
- minitest (~> 5.0)
129
- rake (~> 10.0)
130
- tempest_time!
131
-
132
- BUNDLED WITH
133
- 1.16.1